Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.258
1.117 harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
1.81 harris41 3: <!-- loncapafiles.lpml -->
1.67 harris41 4:
1.258 ! albertel 5: <!-- $Id: loncapafiles.lpml,v 1.257 2003/06/30 18:34:22 albertel Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! REDHAT 6.2 NOTICE !!!
43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
44: !!! This sometimes happens (bad): !!!
45: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
46: !!! Should be: !!!
47: !!! 127.0.0.1 localhost.localdomain localhost !!!
48: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
49: </specialnotice>
1.115 harris41 50: <specialnotice dist='redhat7 redhat7.1'>
1.79 harris41 51: !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
1.69 harris41 52: !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
53: !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
54: !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
55: !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
56: !!!! The offending line is in CGI/Cookie.pm !!
57: !!!! !!
1.93 harris41 58: !!!! it should be changed from !!
59: !!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
60: !!!! to !!
1.69 harris41 61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
62: !!!! !!
1.93 harris41 63: !!!! (This is just below the following line ) !!
1.69 harris41 64: !!!! # IE requires the path and domain to be present for some reason. !!
65: </specialnotice>
1.94 harris41 66: </specialnotices>
1.1 harris41 67: <targetroot>/</targetroot>
68: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 69: <categories>
1.1 harris41 70: <category name="interface file" type="runtime">
1.5 harris41 71: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 72: <abbreviation>interfacefile</abbreviation>
1.1 harris41 73: </category>
74: <category name="interface file" type="development">
1.5 harris41 75: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 76: <abbreviation>interfacefile</abbreviation>
1.1 harris41 77: </category>
78: <category name="setuid script" type="runtime">
1.5 harris41 79: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 80: <abbreviation>setuid</abbreviation>
1.1 harris41 81: </category>
82: <category name="setuid script" type="development">
1.5 harris41 83: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 84: <abbreviation>setuid</abbreviation>
1.1 harris41 85: </category>
86: <category name="handler" type="runtime">
1.5 harris41 87: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 88: <abbreviation>handler</abbreviation>
1.1 harris41 89: </category>
90: <category name="handler" type="development">
1.89 harris41 91: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 92: <abbreviation>handler</abbreviation>
1.1 harris41 93: </category>
94: <category name="static conf" type="runtime">
1.5 harris41 95: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 96: <abbreviation>static</abbreviation>
1.1 harris41 97: </category>
98: <category name="static conf" type="development">
1.5 harris41 99: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 100: <abbreviation>static</abbreviation>
1.1 harris41 101: </category>
102: <category name="conf" type="runtime">
1.5 harris41 103: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 104: <abbreviation>configurable</abbreviation>
1.1 harris41 105: </category>
106: <category name="conf" type="development">
1.5 harris41 107: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 108: <abbreviation>configurable</abbreviation>
1.1 harris41 109: </category>
110: <category name="script" type="runtime">
1.89 harris41 111: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 112: <abbreviation>script</abbreviation>
1.1 harris41 113: </category>
114: <category name="script" type="development">
1.89 harris41 115: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 116: <abbreviation>script</abbreviation>
1.1 harris41 117: </category>
118: <category name="graphic file" type="runtime">
1.5 harris41 119: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 120: <abbreviation>graphicfile</abbreviation>
1.1 harris41 121: </category>
122: <category name="graphic file" type="development">
1.89 harris41 123: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 124: <abbreviation>graphicfile</abbreviation>
1.1 harris41 125: </category>
1.83 harris41 126: <category name="doc" type="runtime">
127: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
128: <abbreviation>systemfile</abbreviation>
129: </category>
130: <category name="doc" type="development">
131: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
132: <abbreviation>systemfile</abbreviation>
133: </category>
1.1 harris41 134: <category name="system file" type="runtime">
1.5 harris41 135: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 136: <abbreviation>systemfile</abbreviation>
1.1 harris41 137: </category>
138: <category name="system file" type="development">
1.5 harris41 139: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 140: <abbreviation>systemfile</abbreviation>
1.1 harris41 141: </category>
1.188 harris41 142: <category name="system script" type="runtime">
143: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
144: <abbreviation>systemscript</abbreviation>
145: </category>
146: <category name="system script" type="development">
147: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
148: <abbreviation>systemscript</abbreviation>
149: </category>
1.1 harris41 150: <category name="root script" type="runtime">
1.89 harris41 151: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 152: <abbreviation>rootscript</abbreviation>
1.1 harris41 153: </category>
154: <category name="root script" type="development">
1.89 harris41 155: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 156: <abbreviation>rootscript</abbreviation>
1.1 harris41 157: </category>
158: <category name="symbolic link" type="runtime">
1.5 harris41 159: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 160: <abbreviation>link</abbreviation>
1.1 harris41 161: </category>
162: <category name="symbolic link" type="development">
1.5 harris41 163: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 164: <abbreviation>link</abbreviation>
1.1 harris41 165: </category>
166: <category name="standard" type="runtime">
1.5 harris41 167: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 168: <abbreviation>directory</abbreviation>
1.1 harris41 169: </category>
170: <category name="standard" type="development">
1.5 harris41 171: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 172: <abbreviation>directory</abbreviation>
1.1 harris41 173: </category>
174: <category name="server standard" type="runtime">
1.5 harris41 175: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 176: <abbreviation>directory</abbreviation>
1.1 harris41 177: </category>
178: <category name="server standard" type="development">
1.5 harris41 179: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 180: <abbreviation>directory</abbreviation>
1.1 harris41 181: </category>
182: <category name="server readonly" type="runtime">
1.5 harris41 183: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 184: <abbreviation>directory</abbreviation>
1.1 harris41 185: </category>
186: <category name="server readonly" type="development">
1.89 harris41 187: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 188: <abbreviation>directory</abbreviation>
1.1 harris41 189: </category>
1.14 harris41 190: </categories>
1.2 harris41 191: <rpm>
1.3 harris41 192: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
193: <rpmName>LON-CAPA-base</rpmName>
194: <rpmVersion>3.1</rpmVersion>
195: <rpmRelease>1</rpmRelease>
1.27 harris41 196: <rpmVendor>Laboratory for Instructional Technology Education,
197: Division of Science and Mathematics Education, Michigan State University.
198: </rpmVendor>
1.3 harris41 199: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
200: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
201: <rpmGroup>Utilities/System</rpmGroup>
202: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
203: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 204: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
205: files in their directories.\n
206: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
207: </rpmdescription>
1.10 harris41 208: <rpmpre>echo '***********************************************************************'\n
209: echo 'LON-CAPA LearningOnline with CAPA'\n
210: echo 'http://www.lon-capa.org/'\n
211: echo 'Gerd Kortemeyer, et al'\n
212: echo 'Laboratory for Instructional Technology Education'\n
213: echo 'Michigan State University'\n
214: echo 'General Public License, Version 2, June 1991'\n
215: echo '** Michigan State University patents may apply **'\n
216: echo ' '\n
217: echo 'This installation assumes an installation of Redhat 6.2'\n
218: echo ' '\n
219: echo 'The server computer should be currently connected to the ethernet'\n
220: echo ' '\n
221: echo '***********************************************************************'\n
222: </rpmpre>
1.83 harris41 223: <rpmRequires>
224: <item>PreReq: LON-CAPA-setup</item>
225: <item>PreReq: apache</item>
1.129 harris41 226: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 227: </rpmRequires>
1.2 harris41 228: </rpm>
1.14 harris41 229: <directories>
1.115 harris41 230: <directory dist='default'>
1.179 harris41 231: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 232: <targetdir dist='default'>etc</targetdir>
233: <categoryname>standard</categoryname>
234: <description>standard linux directory for configuration files</description>
235: </directory>
1.115 harris41 236: <directory dist='default'>
1.179 harris41 237: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 238: <targetdir dist='default'>etc/cron.d</targetdir>
239: <categoryname>standard</categoryname>
240: <description>standard linux directory for running time-based "jobs"
241: </description>
242: </directory>
1.115 harris41 243: <directory dist='default'>
1.179 harris41 244: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 245: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3 harris41 246: <categoryname>standard</categoryname>
247: <description>web configuration files</description>
1.37 harris41 248: </directory>
1.115 harris41 249: <directory dist='default'>
1.179 harris41 250: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 251: <targetdir dist='default'>etc/pam.d</targetdir>
252: <categoryname>standard</categoryname>
253: <description>configuration directory for password authentication mechanism
254: </description>
255: </directory>
1.115 harris41 256: <directory dist='default'>
1.179 harris41 257: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 258: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142 harris41 259: <targetdir dist='debian'>etc/init.d</targetdir>
1.37 harris41 260: <categoryname>standard</categoryname>
261: <description>scripts that run during system startup</description>
262: </directory>
1.115 harris41 263: <directory dist='default'>
1.179 harris41 264: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 265: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142 harris41 266: <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37 harris41 267: <categoryname>standard</categoryname>
268: <description>scripts that run for run-level 0</description>
269: </directory>
1.198 albertel 270: <directory dist='default'>
1.179 harris41 271: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 272: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142 harris41 273: <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37 harris41 274: <categoryname>standard</categoryname>
275: <description>scripts that run for run-level 1</description>
276: </directory>
1.115 harris41 277: <directory dist='default'>
1.179 harris41 278: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 279: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142 harris41 280: <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37 harris41 281: <categoryname>standard</categoryname>
282: <description>scripts that run for run-level 2</description>
283: </directory>
1.115 harris41 284: <directory dist='default'>
1.215 albertel 285: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 286: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142 harris41 287: <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37 harris41 288: <categoryname>standard</categoryname>
289: <description>scripts that run for run-level 3</description>
290: </directory>
1.115 harris41 291: <directory dist='default'>
1.179 harris41 292: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 293: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142 harris41 294: <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37 harris41 295: <categoryname>standard</categoryname>
296: <description>scripts that run for run-level 4</description>
297: </directory>
1.115 harris41 298: <directory dist='default'>
1.179 harris41 299: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 300: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142 harris41 301: <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37 harris41 302: <categoryname>standard</categoryname>
303: <description>scripts that run for run-level 5</description>
304: </directory>
1.115 harris41 305: <directory dist='default'>
1.179 harris41 306: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 307: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142 harris41 308: <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37 harris41 309: <categoryname>standard</categoryname>
310: <description>scripts that run for run-level 6</description>
311: </directory>
1.115 harris41 312: <directory dist='default'>
1.179 harris41 313: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 314: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 315: <categoryname>standard</categoryname>
316: <description>tab-formatted reference files</description>
317: </directory>
1.115 harris41 318: <directory dist='default'>
1.179 harris41 319: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 320: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 321: <categoryname>standard</categoryname>
322: <description>start of the web server tree</description>
323: </directory>
1.115 harris41 324: <directory dist='default'>
1.179 harris41 325: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 326: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 327: <categoryname>server readonly</categoryname>
1.3 harris41 328: <description>perl scripts for managing the LON-CAPA system</description>
329: </directory>
1.115 harris41 330: <directory dist='default'>
1.179 harris41 331: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 332: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 333: <categoryname>server standard</categoryname>
1.27 harris41 334: <description>location where system performance and error logs are kept
1.90 harris41 335: </description>
336: </directory>
1.115 harris41 337: <directory dist='default'>
1.179 harris41 338: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 339: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 340: <categoryname>server standard</categoryname>
341: <description>
342: Used by lond parent to check if children are responding to USR1 signals
343: (otherwise they are killed and replaced).
1.27 harris41 344: </description>
1.3 harris41 345: </directory>
1.115 harris41 346: <directory dist='default'>
1.179 harris41 347: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 348: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 349: <categoryname>server standard</categoryname>
1.27 harris41 350: <description>location where temporary files (for caching) are stored
351: </description>
1.3 harris41 352: </directory>
1.115 harris41 353: <directory dist='default'>
1.179 harris41 354: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 355: <targetdir dist='default'>home/httpd/prtspool</targetdir>
356: <categoryname>server standard</categoryname>
357: <description>for the output of lonprintout.pm
358: </description>
1.155 harris41 359: </directory>
360: <directory dist='default'>
1.179 harris41 361: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 362: <targetdir dist='default'>home/httpd/lib</targetdir>
363: <categoryname>server readonly</categoryname>
364: <description>location of LON-CAPA software modules and
365: extensions</description>
1.64 harris41 366: </directory>
1.115 harris41 367: <directory dist='default'>
1.179 harris41 368: <!-- Must protect localauth.pm from extinction. -->
369: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 370: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
371: <categoryname>server readonly</categoryname>
372: <description>location of LON-CAPA non web mod-perl handlers</description>
373: </directory>
1.115 harris41 374: <directory dist='default'>
1.179 harris41 375: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 376: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 377: <categoryname>server readonly</categoryname>
378: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 379: </directory>
1.115 harris41 380: <directory dist='default'>
1.179 harris41 381: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 382: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
383: <categoryname>server readonly</categoryname>
384: <description>location of HTML specific perl module fixes and additions
385: </description>
1.3 harris41 386: </directory>
1.115 harris41 387: <directory dist='default'>
1.179 harris41 388: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 389: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
390: <categoryname>server readonly</categoryname>
391: <description>location of HTML specific perl module fixes and additions
392: </description>
393: </directory>
394: <directory dist='default'>
1.179 harris41 395: <protectionlevel>modest_delete</protectionlevel>
396: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 397: <categoryname>server standard</categoryname>
398: <description>cookie jar</description>
399: </directory>
1.115 harris41 400: <directory dist='default'>
1.226 albertel 401: <protectionlevel>modest_delete</protectionlevel>
402: <targetdir dist='default'>home/httpd/scantron</targetdir>
403: <categoryname>server standard</categoryname>
404: <description>uploaded scantron forms directory</description>
405: </directory>
406: <directory dist='default'>
1.179 harris41 407: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 408: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 409: <categoryname>server standard</categoryname>
410: <description>lonc's sockets</description>
411: </directory>
1.115 harris41 412: <directory dist='default'>
1.179 harris41 413: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 414: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 415: <categoryname>server standard</categoryname>
416: <description>lonc's sockets (delayed)</description>
417: </directory>
1.115 harris41 418: <directory dist='default'>
1.179 harris41 419: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 420: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
421: <categoryname>standard</categoryname>
422: <description>location of cgi scripts</description>
423: </directory>
1.115 harris41 424: <directory dist='default'>
1.179 harris41 425: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 426: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 427: <categoryname>server standard</categoryname>
428: <description>location of web-accessible file tree</description>
429: </directory>
1.115 harris41 430: <directory dist='default'>
1.179 harris41 431: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 432: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 433: <categoryname>server standard</categoryname>
434: <description>root of resource tree</description>
435: </directory>
1.115 harris41 436: <directory dist='default'>
1.179 harris41 437: <protectionlevel>modest_delete</protectionlevel>
1.151 www 438: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
439: <categoryname>server standard</categoryname>
440: <description>root for user uploaded files</description>
441: </directory>
442: <directory dist='default'>
1.179 harris41 443: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 444: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 445: <categoryname>server readonly</categoryname>
446: <description>unauthenticated resources</description>
447: </directory>
1.115 harris41 448: <directory dist='default'>
1.179 harris41 449: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 450: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 451: <categoryname>server readonly</categoryname>
452: <description>home of the rat</description>
453: </directory>
1.115 harris41 454: <directory dist='default'>
1.179 harris41 455: <protectionlevel>modest_delete</protectionlevel>
1.32 harris41 456: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
457: <categoryname>server readonly</categoryname>
458: <description>online help documentation</description>
1.257 albertel 459: </directory>
460: <directory dist='default'>
461: <protectionlevel>modest_delete</protectionlevel>
462: <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
463: <categoryname>server readonly</categoryname>
464: <description>JME support files</description>
1.140 bowersj2 465: </directory>
466: <directory dist='default'>
1.179 harris41 467: <protectionlevel>modest_delete</protectionlevel>
1.235 bowersj2 468: <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
469: <categoryname>server readonly</categoryname>
470: <description>XML specifications for helpers</description>
471: </directory>
472: <directory dist='default'>
473: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 474: <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
475: <categoryname>server readonly</categoryname>
476: <description>online help documentation gif files</description>
477: </directory>
478: <directory dist='default'>
1.179 harris41 479: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 480: <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
481: <categoryname>server readonly</categoryname>
482: <description>online help documentation eps files</description>
483: </directory>
484: <directory dist='default'>
1.179 harris41 485: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 486: <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
487: <categoryname>server readonly</categoryname>
488: <description>online help documentation tex files</description>
489: </directory>
490: <directory dist='default'>
1.179 harris41 491: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 492: <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
493: <categoryname>server readonly</categoryname>
494: <description>online help documentation png files</description>
1.32 harris41 495: </directory>
1.115 harris41 496: <directory dist='default'>
1.179 harris41 497: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 498: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73 harris41 499: <categoryname>server readonly</categoryname>
500: <description>online help documentation for the LON-CAPA programming
501: interface</description>
502: </directory>
1.115 harris41 503: <directory dist='default'>
1.179 harris41 504: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 505: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
506: </targetdir>
1.73 harris41 507: <categoryname>server readonly</categoryname>
508: <description>online help documentation for the LON-CAPA programming
509: interface, Apache (mod_perl) handlers</description>
510: </directory>
1.115 harris41 511: <directory dist='default'>
1.179 harris41 512: <protectionlevel>modest_delete</protectionlevel>
1.77 harris41 513: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
514: <categoryname>server readonly</categoryname>
515: <description>online help documentation for the LON-CAPA programming
516: interface, Apache (mod_perl) handlers</description>
517: </directory>
1.115 harris41 518: <directory dist='default'>
1.179 harris41 519: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 520: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 521: <categoryname>server readonly</categoryname>
522: <description>graphic widgets</description>
523: </directory>
1.115 harris41 524: <directory dist='default'>
1.179 harris41 525: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 526: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 527: <categoryname>server readonly</categoryname>
1.57 harris41 528: <description>miscellaneous resources</description>
1.3 harris41 529: </directory>
1.115 harris41 530: <directory dist='default'>
1.179 harris41 531: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 532: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 533: <categoryname>server readonly</categoryname>
534: <description>error warnings and icons</description>
535: </directory>
1.115 harris41 536: <directory dist='default'>
1.179 harris41 537: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 538: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 539: <categoryname>server standard</categoryname>
1.10 harris41 540: <description>Home directories of local users. There is a five-tier
1.3 harris41 541: structure to the directories:
542: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
543: a user fredflint at MSU would have his information located in
1.115 harris41 544: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 545: a variety of files which govern the scope of what a user can do within the
546: LON-CAPA system. A passwd file determines the type of authentication
547: mechanism to use.
548: There also are files such as roles.hist (and its database compilation,
1.3 harris41 549: roles.db) which specify the roles and privileges for a user in the
550: LON-CAPA system.</description>
551: </directory>
1.115 harris41 552: <directory dist='default'>
1.179 harris41 553: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 554: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 555: <categoryname>server readonly</categoryname>
556: <description>mathematics markup language resources</description>
557: </directory>
1.115 harris41 558: <directory dist='default'>
1.179 harris41 559: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 560: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 561: <categoryname>server readonly</categoryname>
1.27 harris41 562: <description>files useful for including within customized scripting
563: </description>
1.3 harris41 564: </directory>
1.115 harris41 565: <directory dist='default'>
1.179 harris41 566: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 567: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
568: </targetdir>
1.19 harris41 569: <categoryname>server readonly</categoryname>
570: <description>template files useful for customized scripts</description>
571: </directory>
1.115 harris41 572: <directory dist='default'>
1.179 harris41 573: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 574: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 575: <categoryname>server standard</categoryname>
1.133 harris41 576: <description>status reports; online logs are kept that
577: are viewable over the world-wide web</description>
1.3 harris41 578: </directory>
1.115 harris41 579: <directory dist='default'>
1.179 harris41 580: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 581: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 582: <categoryname>server readonly</categoryname>
583: <description>web user interface resources</description>
584: </directory>
1.115 harris41 585: <directory dist='default'>
1.179 harris41 586: <protectionlevel>modest_delete</protectionlevel>
1.159 www 587: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
588: <categoryname>server readonly</categoryname>
589: <description>LCD font for remote control</description>
590: </directory>
591: <directory dist='default'>
1.179 harris41 592: <protectionlevel>modest_delete</protectionlevel>
1.166 www 593: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
594: <categoryname>server readonly</categoryname>
595: <description>Logos for LON-CAPA domains</description>
596: </directory>
597: <directory dist='default'>
1.179 harris41 598: <protectionlevel>modest_delete</protectionlevel>
1.168 www 599: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
600: <categoryname>server readonly</categoryname>
601: <description>Designs for LON-CAPA domains</description>
602: </directory>
603: <directory dist='default'>
1.179 harris41 604: <protectionlevel>modest_delete</protectionlevel>
1.165 www 605: <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
606: <categoryname>server readonly</categoryname>
607: <description>Page headers and graphical interface files</description>
608: </directory>
609: <directory dist='default'>
1.179 harris41 610: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 611: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
612: </targetdir>
1.3 harris41 613: <categoryname>server readonly</categoryname>
614: <description>bookmark user interface code</description>
615: </directory>
1.115 harris41 616: <directory dist='default'>
1.179 harris41 617: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 618: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
619: </targetdir>
1.3 harris41 620: <categoryname>server readonly</categoryname>
621: <description></description>
622: </directory>
1.115 harris41 623: <directory dist='default'>
1.179 harris41 624: <protectionlevel>modest_delete</protectionlevel>
1.37 harris41 625: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
626: </targetdir>
627: <categoryname>server readonly</categoryname>
628: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 629: </directory>
1.115 harris41 630: <directory dist='default'>
1.179 harris41 631: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 632: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115 harris41 633: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.233 albertel 634: <targetdir dist='redhat8'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.142 harris41 635: <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 636: <categoryname>standard</categoryname>
1.37 harris41 637: <description>system perl tree (usually present on linux systems)
1.27 harris41 638: </description>
1.3 harris41 639: </directory>
1.115 harris41 640: <directory dist='default'>
1.179 harris41 641: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 642: <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
643: <categoryname>standard</categoryname>
644: <description>local binary files for loncapa</description>
645: </directory>
646: <directory dist='default'>
1.179 harris41 647: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 648: <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
649: <categoryname>standard</categoryname>
650: <description>local documentation files for loncapa</description>
651: </directory>
652: <directory dist='default'>
1.179 harris41 653: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 654: <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103 harris41 655: <categoryname>standard</categoryname>
1.152 harris41 656: <description>examples of configuration files for secondary
657: services</description>
1.103 harris41 658: </directory>
1.115 harris41 659: <directory dist='default'>
1.206 harris41 660: <protectionlevel>modest_delete</protectionlevel>
661: <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
662: <categoryname>standard</categoryname>
663: <description>local "auxiliary" binary files for loncapa</description>
664: </directory>
665: <directory dist='default'>
1.179 harris41 666: <protectionlevel>never_delete</protectionlevel>
1.103 harris41 667: <targetdir dist='default'>usr/local/man/man1</targetdir>
668: <categoryname>standard</categoryname>
669: <description>local manual pages</description>
670: </directory>
1.115 harris41 671: <directory dist='default'>
1.179 harris41 672: <protectionlevel>never_delete</protectionlevel>
1.77 harris41 673: <targetdir dist='default'>usr/man/man1</targetdir>
674: <categoryname>standard</categoryname>
675: <description>manual pages</description>
676: </directory>
1.115 harris41 677: <directory dist='default'>
1.179 harris41 678: <protectionlevel>never_delete</protectionlevel>
1.75 harris41 679: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 680: <categoryname>standard</categoryname>
1.75 harris41 681: <description>manual pages</description>
1.73 harris41 682: </directory>
1.115 harris41 683: <directory dist='default'>
1.179 harris41 684: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 685: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 686: <categoryname>standard</categoryname>
1.37 harris41 687: <description>standard linux directory for superuser executables</description>
1.2 harris41 688: </directory>
1.14 harris41 689: </directories>
690: <files>
1.4 harris41 691: <file>
1.37 harris41 692: <source>loncom/krb.conf</source>
1.175 harris41 693: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
694: <categoryname>static conf</categoryname>
1.37 harris41 695: <description>
696: which Kerberos server to contact for specified Kerberos domains
697: </description>
698: <note>
1.59 harris41 699: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 700: <tr><td>
701: list elements are separated by newlines
702: </td></tr>
703: <tr><td>
704: each list element consists of only two subelements separated by a colon
705: <br />
706: <ul>
707: <li>Kerberos domain value</li>
708: <li>Kerberos server IP address</li>
709: </ul>
710: </td></tr>
711: </table>
712: </note>
1.85 harris41 713: </file>
714: <file>
715: <source>loncom/loncapa.conf</source>
716: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
717: <categoryname>conf</categoryname>
718: <description>
1.129 harris41 719: <p>
1.85 harris41 720: The goal of this file is to implement all LON-CAPA specific
1.129 harris41 721: customization of the Apache web server (most all of these values
722: require manual input from the system administrator at some point).
723: The values in this file, as opposed to loncapa_apache.conf, are
724: meant to be machine and institution specific.
725: </p>
726: <p>
727: For the LON-CAPA network server and perl module
728: handlers, it defines machine specific settings including lonHostID, lonRole,
729: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
730: </p>
731: <p>
732: This file should not be viewable by regular users of the system.
733: Only root and www should be able to view the contents of this file
734: since lonReceipt is sensitive.
735: </p>
1.4 harris41 736: </description>
737: <note>
738: <b>configure</b>
739: <br />
1.91 harris41 740: <table cellpadding='0' cellspacing='0' border='1'>
1.27 harris41 741: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
742: machine</td></tr>
743: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
744: access</td></tr>
1.4 harris41 745: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
746: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
747: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 748: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
749: seconds</td></tr>
1.10 harris41 750: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 751: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
752: MySQL database</td></tr>
1.4 harris41 753: </table>
754: </note>
1.129 harris41 755: </file>
756: <file>
757: <source>loncom/loncapa_apache.conf</source>
758: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
759: <categoryname>static conf</categoryname>
760: <description>
761: The goal of this file is to implement all LON-CAPA specific
762: customization of the Apache web server that does not require
763: user input.
764:
765: For the Apache web server, it defines a global
766: access configuration which defines what server options (Indexes", "Includes",
767: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
768: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
769: and "/usr/doc"). For the LON-CAPA network server and perl module
770: handlers, it defines
771: and internal machine settings for specific directories, socket ports,
772: the www@localhost MySQL password, and browser detection logic.
773: </description>
1.4 harris41 774: </file>
775: <file>
776: <source>loncom/startup.pl</source>
1.5 harris41 777: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4 harris41 778: <categoryname>static conf</categoryname>
779: <description>
780: This file provides initializations for perl handlers. It adjusts what
781: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
782: well as causing the Apache module to be used for every perl handler.
1.171 harris41 783: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4 harris41 784: </description>
785: </file>
786: <file>
1.139 matthew 787: <source>loncom/thesaurus/thesaurus.db</source>
788: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
789: <categoryname>system file</categoryname>
1.46 harris41 790: <description>
1.139 matthew 791: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46 harris41 792: </description>
1.139 matthew 793: <build trigger='run if dependencies change'>
794: loncom/thesaurus/build_thesaurus_wrapper.sh
795: </build>
796: <dependencies>
797: rawkey.txt
798: </dependencies>
1.46 harris41 799: </file>
800: <file>
1.10 harris41 801: <source>loncom/interface/mydesk.tab</source>
802: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
803: <categoryname>static conf</categoryname>
804: <description>
805: Config file for "My Desk"
806: </description>
807: </file>
808: <file>
1.4 harris41 809: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 810: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 811: <categoryname>static conf</categoryname>
812: <description>
813: Descriptive list of file extensions, and extension groupings.
1.135 matthew 814: </description>
815: </file>
816: <file>
817: <source>loncom/interface/filecategories.tab</source>
818: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
819: <categoryname>static conf</categoryname>
820: <description>
821: Descriptive list of file extensions and broad categorization.
1.184 albertel 822: </description>
823: </file>
824: <file>
1.201 albertel 825: <source>loncom/cgi/barcode.png</source>
826: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26 harris41 827: <categoryname>script</categoryname>
828: <description>
829: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
830: parameter.
1.101 harris41 831: </description>
832: </file>
833: <file>
1.131 www 834: <source>loncom/cgi/thumbnail.gif</source>
835: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
836: <categoryname>script</categoryname>
837: <description>
838: Produces a thumbnail image of the url given
839: </description>
840: </file>
841: <file>
1.101 harris41 842: <source>loncom/cgi/clusterstatus.pl</source>
843: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
844: <categoryname>script</categoryname>
845: <description>
846: utility cgi script to view status of cluster
1.160 harris41 847: </description>
848: </file>
849: <file>
850: <source>loncom/build/system_dependencies/perltest.pl</source>
851: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
852: <categoryname>script</categoryname>
1.161 harris41 853: <description>
854: utility cgi script to view status of perl modules
855: </description>
856: </file>
857: <file>
858: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
859: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
860: <categoryname>interface file</categoryname>
1.160 harris41 861: <description>
862: utility cgi script to view status of perl modules
1.4 harris41 863: </description>
864: </file>
865: <file>
1.201 albertel 866: <source>loncom/cgi/graph.png</source>
867: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45 harris41 868: <categoryname>script</categoryname>
869: <description>
870: Dynamically outputs a graph especially for lonstatistics.pm.
871: </description>
872: <note>
873: Depends on perl modules:
874: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 875: </note>
1.100 harris41 876: </file>
877: <file>
878: <source>loncom/cgi/lonversions.pl</source>
879: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
880: <categoryname>script</categoryname>
881: <description>
882: utility cgi script to view software versions of a remote server
883: </description>
884: </file>
885: <file>
886: <source>loncom/cgi/ping.pl</source>
887: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
888: <categoryname>script</categoryname>
889: <description>
890: cgi-script to ping other server
891: </description>
1.65 harris41 892: </file>
893: <file>
1.66 harris41 894: <source>loncom/cgi/plot.gif</source>
1.65 harris41 895: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
896: <categoryname>script</categoryname>
897: <description>
898: Dynamically outputs X-Y plots with point, line, etc functions.
1.213 www 899: </description>
900: </file>
901: <file>
902: <source>loncom/cgi/imagechoice.pl</source>
903: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
904: <categoryname>script</categoryname>
905: <description>
906: Helper to select image coordinates in writing homework involving images.
1.65 harris41 907: </description>
1.64 harris41 908: </file>
909: <file>
910: <source>loncom/interface/printout.pl</source>
911: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
912: <categoryname>script</categoryname>
913: <description>
914: cgi script
915: </description>
916: <note>
917: Depends on srm.conf entry:
918: Alias /prtspool/ /home/httpd/prtspool/
919: as well as a /home/httpd/prtspool directory.
1.45 harris41 920: </note>
921: </file>
922: <file>
1.41 harris41 923: <source>loncom/cgi/metadata_keywords.pl</source>
924: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
925: <categoryname>script</categoryname>
926: <description>
927: a cgi-script (not mod_perl), which contacts MySQL and pulls
928: out all keywords in this format:
929:
930: coil,magnetic,transformer
931: transformer,coils,current,amperes,voltage,transformers,coil
932: flux,magnetic,current,transformer
933: coil,loop,field,magnetic
934:
935: ... etc (one line per entry).
936:
937: and simply prints this text-only (no markup) to the browser
1.182 www 938: </description>
939: </file>
940: <file>
941: <source>loncom/cgi/metadata_harvest.pl</source>
942: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
943: <categoryname>script</categoryname>
944: <description>
945: a cgi-script (not mod_perl), which contacts MySQL and pulls
946: out all records in "|"-separated format.
947: To be used by very simple harvesting engines.
1.41 harris41 948: </description>
949: </file>
1.43 harris41 950: <fileglob>
1.60 harris41 951: <glob>*.*</glob>
1.43 harris41 952: <sourcedir>loncom/homework/templates/</sourcedir>
953: <targetdir dist='default'>
954: home/httpd/html/res/adm/includes/templates/</targetdir>
955: <categoryname>static conf</categoryname>
956: <description>
957: Template files for generating new resources.
958: </description>
959: <filenames>
1.59 harris41 960: blank.library;
961: blank.library.meta;
962: blank.problem;
963: blank.problem.meta;
1.243 www 964: ClickImageExample.problem;
965: ClickImageExample.problem.meta;
1.156 albertel 966: Essay.problem;
967: Essay.problem.meta;
1.243 www 968: man1.jpg;
1.59 harris41 969: numerical.problem;
970: numerical.problem.meta;
1.134 albertel 971: Plot.problem;
972: Plot.problem.meta;
1.59 harris41 973: RadioResponse.problem;
974: RadioResponse.problem.meta;
1.134 albertel 975: RandomLabelExample.problem;
976: RandomLabelExample.problem.meta;
1.59 harris41 977: SelectFromOptions-4ConceptGoups.problem;
978: SelectFromOptions-4ConceptGoups.problem.meta;
979: SelectFromOptions-5ConceptGoups.problem;
980: SelectFromOptions-5ConceptGoups.problem.meta;
981: SelectFromOptions-6ConceptGoups.problem;
982: SelectFromOptions-6ConceptGoups.problem.meta;
983: SelectFromOptions-7ConceptGoups.problem;
984: SelectFromOptions-7ConceptGoups.problem.meta;
985: SelectFromOptions-8ConceptGoups.problem;
986: SelectFromOptions-8ConceptGoups.problem.meta;
987: SelectFromOptions-Simple.problem;
988: SelectFromOptions-Simple.problem.meta;
1.63 harris41 989: script.library;
990: script.library.meta;
1.134 albertel 991: SimpleFormula.problem;
992: SimpleFormula.problem.meta;
1.59 harris41 993: StringResponse.problem;
1.214 albertel 994: StringResponse.problem.meta;
995: SimpleMatching.problem;
996: SimpleMatching.problem.meta;
997: SimpleRank.problem;
1.220 www 998: SimpleRank.problem.meta;
999: SimpleTrueFalse.problem;
1000: SimpleTrueFalse.problem.meta
1.43 harris41 1001: </filenames>
1002: </fileglob>
1.19 harris41 1003: <file>
1.4 harris41 1004: <source>loncom/homework/insertlist.tab</source>
1.5 harris41 1005: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4 harris41 1006: <categoryname>static conf</categoryname>
1007: <description>
1.8 harris41 1008: Describes what tags are allowed inside other tags.
1.4 harris41 1009: </description>
1010: </file>
1011: <file>
1.47 harris41 1012: <source>CAPA/JavaTools/GLabel.class</source>
1013: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
1014: </target>
1015: <categoryname>static conf</categoryname>
1016: <description>
1017: Java applet for labelling graphs.
1018: </description>
1019: <note>
1020: Built from Glabel.java. Still working on build/dependency details.
1021: </note>
1022: </file>
1023: <file>
1.253 matthew 1024: <source>loncom/interface/spreadsheet/default_assesscalc</source>
1025: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27 harris41 1026: </target>
1.4 harris41 1027: <categoryname>static conf</categoryname>
1028: <description>
1029: Default spreadsheet for individual assessment.
1030: </description>
1031: </file>
1032: <file>
1.253 matthew 1033: <source>loncom/interface/spreadsheet/default_studentcalc</source>
1034: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27 harris41 1035: </target>
1.4 harris41 1036: <categoryname>static conf</categoryname>
1037: <description>
1038: Default spreadsheet for assessment of students.
1039: </description>
1040: </file>
1041: <file>
1.253 matthew 1042: <source>loncom/interface/spreadsheet/default_classcalc</source>
1043: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27 harris41 1044: </target>
1.10 harris41 1045: <categoryname>static conf</categoryname>
1046: <description>
1047: Default spreadsheet for assessment of a class.
1048: </description>
1049: </file>
1050: <file>
1.4 harris41 1051: <source>loncom/auth/roles.tab</source>
1.5 harris41 1052: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1053: <categoryname>static conf</categoryname>
1054: <description>
1.27 harris41 1055: List of privileges associated with users of multiple types (for example:
1056: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1057: </description>
1058: </file>
1059: <file>
1.5 harris41 1060: <source>loncom/auth/rolesplain.tab</source>
1061: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1062: <categoryname>static conf</categoryname>
1063: <description>
1.10 harris41 1064: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1065: and privileges available in the network with function
1066: </description>
1.4 harris41 1067: </file>
1068: <file>
1.5 harris41 1069: <source>loncom/hosts.tab</source>
1070: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.96 harris41 1071: <categoryname>static conf</categoryname>
1.5 harris41 1072: <description>
1.10 harris41 1073: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
1074: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216 albertel 1075: </description>
1076: </file>
1077: <file>
1078: <source>loncom/domain.tab</source>
1079: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1080: <categoryname>static conf</categoryname>
1081: <description>
1082: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5 harris41 1083: </description>
1.4 harris41 1084: </file>
1085: <file>
1.5 harris41 1086: <source>loncom/spare.tab</source>
1087: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1088: <categoryname>conf</categoryname>
1089: <description>
1090: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1091: </description>
1092: <note>
1093: <b>configure</b><br />
1.91 harris41 1094: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1095: <tr><td>
1096: list elements are separated by newlines
1097: </td></tr>
1098: <tr><td>
1099: each list element consists of only one value; the value for <tt>lonHostID</tt>
1100: in <tt>access.conf</tt>
1101: </td></tr>
1102: </table>
1103: </note>
1.4 harris41 1104: </file>
1105: <file>
1.5 harris41 1106: <source>loncom/htpasswd</source>
1107: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1108: <categoryname>conf</categoryname>
1109: <description>
1110: Basic auth password to access /lon-status and /server-status
1111: </description>
1.4 harris41 1112: </file>
1113: <file>
1.5 harris41 1114: <source>loncom/smb.conf</source>
1.152 harris41 1115: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1116: <categoryname>static conf</categoryname>
1.5 harris41 1117: <description>
1.27 harris41 1118: configuration file to make LON-CAPA server file space accessible to network
1119: neighborhood
1.5 harris41 1120: </description>
1.4 harris41 1121: </file>
1122: <file>
1.5 harris41 1123: <source>loncom/ntp.conf</source>
1.175 harris41 1124: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1125: <categoryname>static conf</categoryname>
1.5 harris41 1126: <description>
1127: which NTP server to contact for information (XNTP3 standard)
1128: </description>
1129: <note>
1.91 harris41 1130: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1131: <tr><td>
1132: only one line needs to be changed to specify a server ip address
1133: </td></tr>
1134: <tr><td>
1135: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1136: </td></tr>
1137: </table>
1138: </note>
1.4 harris41 1139: </file>
1140: <file>
1.5 harris41 1141: <source>loncom/metadata_database/searchcat.pl</source>
1142: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1143: <categoryname>script</categoryname>
1144: <description>
1145: Batch script for updating SQL metadata database.
1.149 matthew 1146: </description>
1147: </file>
1148: <file>
1149: <source>loncom/metadata_database/cleanup_database.pl</source>
1150: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1151: <categoryname>script</categoryname>
1152: <description>
1153: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1154: </description>
1155: </file>
1156: <file>
1157: <source>loncom/misc/cleanup_prtspool.pl</source>
1158: <target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target>
1159: <categoryname>script</categoryname>
1160: <description>
1161: Batch script for removing files not accessed within 24 hours from the
1162: /home/httpd/prtspool directory.
1.183 www 1163: </description>
1164: </file>
1165: <file>
1166: <source>loncom/lonhttpd</source>
1167: <target dist='default'>home/httpd/perl/lonhttpd</target>
1168: <categoryname>script</categoryname>
1169: <description>
1170: Small fry httpd on port 8080
1.5 harris41 1171: </description>
1.4 harris41 1172: </file>
1173: <file>
1.5 harris41 1174: <source>loncom/lonc</source>
1175: <target dist='default'>home/httpd/perl/lonc</target>
1176: <categoryname>script</categoryname>
1177: <description>
1178: proxy server
1179: </description>
1.4 harris41 1180: </file>
1181: <file>
1.77 harris41 1182: <source>doc/man/lonc.1</source>
1183: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 harris41 1184: <categoryname>doc</categoryname>
1.77 harris41 1185: <description>man page for lonc</description>
1186: <build trigger='always run'>
1.115 harris41 1187: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
1.112 harris41 1188: echo 'manifying lonc'
1.77 harris41 1189: </build>
1190: <status>works/unverified</status>
1191: <dependencies>
1192: ../../loncom/lonc
1193: </dependencies>
1194: </file>
1195: <file>
1196: <source>doc/scripts/lonc.html</source>
1197: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 harris41 1198: <categoryname>doc</categoryname>
1.103 harris41 1199: <description>POD-derived page for lonc</description>
1.77 harris41 1200: <build trigger='always run'>
1.115 harris41 1201: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
1.112 harris41 1202: echo 'pod2html lonc'
1.77 harris41 1203: </build>
1204: <status>works/unverified</status>
1205: <dependencies>
1206: ../../loncom/lonc
1207: </dependencies>
1208: </file>
1209: <file>
1.5 harris41 1210: <source>loncom/lond</source>
1211: <target dist='default'>home/httpd/perl/lond</target>
1212: <categoryname>script</categoryname>
1213: <description>
1214: This is a remote command interpreter on a TCP LON-CAPA network layer.
1215: It accepts and processes incoming requests from other LON-CAPA machines
1216: on the network. lond's functionality is self-contained in the sense
1217: that it does not reference (import, require, use) any other file
1218: described in this document. There are only 15 subroutines in this
1.115 harris41 1219: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1220: complex since it parses and responds about 29 different types of
1221: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1222: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1223: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1224: tmpput, tmpget, and ls).
1225: </description>
1.4 harris41 1226: </file>
1227: <file>
1.77 harris41 1228: <source>doc/man/lond.1</source>
1229: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1230: <categoryname>doc</categoryname>
1.77 harris41 1231: <description>man page for lond</description>
1232: <build trigger='always run'>
1.115 harris41 1233: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1234: echo 'manifying lond'
1.77 harris41 1235: </build>
1236: <status>works/unverified</status>
1237: <dependencies>
1238: ../../loncom/lond
1239: </dependencies>
1240: </file>
1241: <file>
1242: <source>doc/scripts/lond.html</source>
1243: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1244: <categoryname>doc</categoryname>
1.103 harris41 1245: <description>POD-derived page for lond</description>
1.77 harris41 1246: <build trigger='always run'>
1.115 harris41 1247: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1248: echo 'pod2html lond'
1.77 harris41 1249: </build>
1250: <status>works/unverified</status>
1251: <dependencies>
1252: ../../loncom/lond
1253: </dependencies>
1254: </file>
1255: <file>
1.171 harris41 1256: <source>loncom/build/CHECKRPMS</source>
1257: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1258: <categoryname>script</categoryname>
1259: <description>CGI script that checks status of RPMs</description>
1260: </file>
1261: <file>
1.35 harris41 1262: <source>loncom/cgi/loncron.pl</source>
1263: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1264: <categoryname>script</categoryname>
1265: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1266: </file>
1267: <file>
1268: <source>loncom/cgi/userstatus.pl</source>
1269: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1270: <categoryname>script</categoryname>
1271: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1272: </file>
1273: <file>
1.5 harris41 1274: <source>loncom/loncron</source>
1275: <target dist='default'>home/httpd/perl/loncron</target>
1276: <categoryname>script</categoryname>
1277: <description>housekeeping</description>
1.4 harris41 1278: </file>
1279: <file>
1.5 harris41 1280: <source>loncom/lonsql</source>
1281: <target dist='default'>home/httpd/perl/lonsql</target>
1282: <categoryname>script</categoryname>
1283: <description>maintain secondary database of metadata</description>
1.4 harris41 1284: </file>
1285: <file>
1.77 harris41 1286: <source>doc/man/lonsql.1</source>
1287: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1288: <categoryname>doc</categoryname>
1.77 harris41 1289: <description>man page for lonsql</description>
1290: <build trigger='always run'>
1.115 harris41 1291: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1292: echo 'manifying lonsql'
1.77 harris41 1293: </build>
1294: <status>works/unverified</status>
1295: <dependencies>
1296: ../../loncom/lonsql
1297: </dependencies>
1298: </file>
1299: <file>
1300: <source>doc/scripts/lonsql.html</source>
1301: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1302: <categoryname>doc</categoryname>
1.103 harris41 1303: <description>POD-derived page for lonsql</description>
1.77 harris41 1304: <build trigger='always run'>
1.115 harris41 1305: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1306: echo 'pod2html lonsql'
1.77 harris41 1307: </build>
1308: <status>works/unverified</status>
1309: <dependencies>
1310: ../../loncom/lonsql
1311: </dependencies>
1312: </file>
1313: <file>
1.5 harris41 1314: <source>loncom/lcpasswd</source>
1315: <target dist='default'>home/httpd/perl/lcpasswd</target>
1316: <categoryname>setuid script</categoryname>
1317: <description>
1.48 harris41 1318: Coordinates the system services and files in order to allow lond to change
1319: user passwords.
1.5 harris41 1320: </description>
1.48 harris41 1321: <status>being updated</status>
1322: </file>
1323: <file>
1324: <source>loncom/pwchange</source>
1325: <target dist='default'>home/httpd/perl/pwchange</target>
1326: <categoryname>setuid script</categoryname>
1327: <description>
1328: Allows www to change user passwords.
1329: </description>
1330: <status>being updated</status>
1.4 harris41 1331: </file>
1332: <file>
1.5 harris41 1333: <source>loncom/lcuseradd</source>
1334: <target dist='default'>home/httpd/perl/lcuseradd</target>
1335: <categoryname>setuid script</categoryname>
1336: <description>
1.48 harris41 1337: Coordinates the system services and files in order to allow lond to add a
1338: new user.
1.5 harris41 1339: </description>
1.48 harris41 1340: <status>being updated</status>
1.124 foxr 1341: </file>
1342: <file>
1343: <source>loncom/lchtmldir</source>
1344: <target dist='default'>home/httpd/perl/lchtmldir</target>
1345: <categoryname>setuid script</categoryname>
1346: <description>
1.133 harris41 1347: Manages the file system ramifications of adding author mode to a user.
1.124 foxr 1348: If necessary a public_html diretory is added, permissions and ownership are
1349: set according to the user's authentication mode.
1350: </description>
1351: <status>New file</status>
1.4 harris41 1352: </file>
1353: <file>
1.5 harris41 1354: <source>loncom/lcuserdel</source>
1355: <target dist='default'>home/httpd/perl/lcuserdel</target>
1356: <categoryname>setuid script</categoryname>
1357: <description>
1.48 harris41 1358: Coordinates the system services and files in order to allow lond to delete a
1359: user.
1.5 harris41 1360: </description>
1.10 harris41 1361: <status>deprecated</status>
1.4 harris41 1362: </file>
1363: <file>
1.5 harris41 1364: <source>loncom/lcnfson</source>
1365: <target dist='default'>home/httpd/perl/lcnfson</target>
1366: <categoryname>setuid script</categoryname>
1367: <description>
1368: coordinates the system services and files in order to allow lond to enable NFS
1369: for a user
1370: </description>
1.10 harris41 1371: <status>deprecated</status>
1.4 harris41 1372: </file>
1373: <file>
1.5 harris41 1374: <source>loncom/lcnfsoff</source>
1375: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1376: <categoryname>setuid script</categoryname>
1377: <description>
1378: coordinates the system services and files in order to allow lond to disable NFS
1379: for a user
1380: </description>
1.10 harris41 1381: <status>deprecated</status>
1.53 harris41 1382: </file>
1383: <file>
1384: <source>loncom/license/gpl.txt</source>
1385: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1386: <categoryname>interface file</categoryname>
1387: <description>
1388: GNU General Public License. Long live the cause of freeware!
1389: </description>
1.4 harris41 1390: </file>
1391: <file>
1.197 albertel 1392: <source>loncom/license/httpi.license</source>
1393: <target dist='default'>home/httpd/html/adm/httpi.license</target>
1394: <categoryname>interface file</categoryname>
1395: <description>
1396: HTTPi webserver license
1397: </description>
1398: </file>
1399: <file>
1400: <source>loncom/license/httpi.readme</source>
1401: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
1402: <categoryname>interface file</categoryname>
1403: <description>
1404: HTTPi webserver readme
1405: </description>
1406: </file>
1407: <file>
1.62 harris41 1408: <source>loncom/license/about.html</source>
1409: <target dist='default'>home/httpd/html/adm/about.html</target>
1410: <categoryname>interface file</categoryname>
1411: <description>
1412: The "About" Page.
1413: </description>
1414: </file>
1415: <file>
1.5 harris41 1416: <source>loncom/publisher/publisher.html</source>
1417: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1418: <categoryname>interface file</categoryname>
1419: <description>
1420: HTML frame that presents a form element to allow for the publishing of
1421: resources, directories and underlying subdirectories.
1422: </description>
1.4 harris41 1423: </file>
1424: <file>
1.10 harris41 1425: <source>loncom/html/adm/noidea.html</source>
1426: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1427: <categoryname>interface file</categoryname>
1428: <description>
1429: Interface file for responding to improper page flipping.
1.174 www 1430: </description>
1431: </file>
1432: <file>
1433: <source>loncom/html/adm/overloaded.txt</source>
1434: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
1435: <categoryname>interface file</categoryname>
1436: <description>
1437: Interface file for responding to overload situations.
1.204 www 1438: </description>
1439: </file>
1440: <file>
1441: <source>loncom/html/adm/loginproblems.html</source>
1442: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
1443: <categoryname>interface file</categoryname>
1444: <description>
1445: Help page for login problems.
1.10 harris41 1446: </description>
1447: </file>
1448: <file>
1.28 harris41 1449: <source>loncom/xml/physnet.sty</source>
1450: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1451: <categoryname>static conf</categoryname>
1452: <description>
1453: The relevant conditions and metadata to attach to PhysNet-specific tags.
1454: </description>
1455: </file>
1456: <file>
1.5 harris41 1457: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1458: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1459: </target>
1.5 harris41 1460: <categoryname>static conf</categoryname>
1461: <description>
1462: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1463: </description>
1.4 harris41 1464: </file>
1465: <file>
1.139 matthew 1466: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 1467: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1468: <categoryname>conf</categoryname>
1469: <description>
1470: File which contains words which should not be keywords used to specify resource
1471: content.
1.226 albertel 1472: </description>
1473: </file>
1474: <file>
1.227 albertel 1475: <source>loncom/homework/scantronformat.tab</source>
1476: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 1477: <categoryname>conf</categoryname>
1478: <description>
1479: Different configs for scantron input files.
1.5 harris41 1480: </description>
1.4 harris41 1481: </file>
1482: <file>
1.22 harris41 1483: <source>loncom/publisher/packages.tab</source>
1484: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1485: <categoryname>static conf</categoryname>
1.22 harris41 1486: <description>
1487: Parameter packages, so that assessments can publish parameter packages
1488: needed, which are then expanded into individual parameters - allows to
1489: retroactively add new parameters to already published assessments.
1490: </description>
1491: </file>
1492: <file>
1.5 harris41 1493: <source>loncom/publisher/copyright.tab</source>
1494: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1495: <categoryname>static conf</categoryname>
1.5 harris41 1496: <description>
1497: Table which contains list of copyright possibilities for educational resources.
1498: </description>
1.4 harris41 1499: </file>
1500: <file>
1.5 harris41 1501: <source>loncom/publisher/language.tab</source>
1502: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1503: <categoryname>static conf</categoryname>
1504: <description>
1505: Table which contains string abbreviations of language::font rendering
1506: combinations.
1507: </description>
1.4 harris41 1508: </file>
1509: <file>
1.5 harris41 1510: <source>loncom/publisher/addid.tab</source>
1511: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1512: <categoryname>static conf</categoryname>
1513: <description>
1514: Table which has hash data necessary for distinguishing IDs from indices.
1515: </description>
1.4 harris41 1516: </file>
1517: <file>
1.38 harris41 1518: <source>rat/lonwrapper.pm</source>
1.19 harris41 1519: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1520: <categoryname>handler</categoryname>
1521: <description>
1522: Wrapper for external and binary files as standalone resources.
1523: Edit handler for rat maps; TeX content handler.
1.145 www 1524: </description>
1525: <status>works/unverified</status>
1526: </file>
1527: <file>
1.146 matthew 1528: <source>loncom/interface/londocs.pm</source>
1.145 www 1529: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
1530: <categoryname>handler</categoryname>
1531: <description>
1532: Handler for course documents
1533: </description>
1534: <status>works/unverified</status>
1535: </file>
1536: <file>
1.146 matthew 1537: <source>loncom/interface/lonchat.pm</source>
1.145 www 1538: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
1539: <categoryname>handler</categoryname>
1540: <description>
1541: Handler for chat
1542: </description>
1543: <status>works/unverified</status>
1544: </file>
1545: <file>
1.157 www 1546: <source>loncom/interface/lonchatfetch.pm</source>
1547: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
1548: <categoryname>handler</categoryname>
1549: <description>
1550: Handler for periodically fetch new lines of chat
1551: </description>
1552: <status>works/unverified</status>
1553: </file>
1554: <file>
1.146 matthew 1555: <source>loncom/interface/lonannounce.pm</source>
1.145 www 1556: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
1557: <categoryname>handler</categoryname>
1558: <description>
1559: Handler to put up announcements and calendar
1.167 www 1560: </description>
1561: <status>works/unverified</status>
1562: </file>
1563: <file>
1564: <source>loncom/interface/lonsyllabus.pm</source>
1565: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
1566: <categoryname>handler</categoryname>
1567: <description>
1568: Handler to put up syllabus
1.173 www 1569: </description>
1570: <status>works/unverified</status>
1571: </file>
1572: <file>
1573: <source>loncom/interface/lonsimplepage.pm</source>
1574: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
1575: <categoryname>handler</categoryname>
1576: <description>
1577: Handler to put up simple page
1.203 www 1578: </description>
1579: <status>works/unverified</status>
1580: </file>
1581: <file>
1582: <source>loncom/interface/lonpickstudent.pm</source>
1583: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
1584: <categoryname>handler</categoryname>
1585: <description>
1586: Handler to pick a student from classlist
1.225 www 1587: </description>
1588: <status>works/unverified</status>
1589: </file>
1590: <file>
1591: <source>loncom/interface/lonpickcourse.pm</source>
1592: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
1593: <categoryname>handler</categoryname>
1594: <description>
1595: Handler to pick a courseid from a list of courses
1.173 www 1596: </description>
1597: <status>works/unverified</status>
1598: </file>
1599: <file>
1600: <source>loncom/interface/lonbulletin.pm</source>
1601: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
1602: <categoryname>handler</categoryname>
1603: <description>
1604: Handler to put up bulletin board
1.167 www 1605: </description>
1606: <status>works/unverified</status>
1607: </file>
1608: <file>
1609: <source>loncom/interface/lonaboutme.pm</source>
1610: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
1611: <categoryname>handler</categoryname>
1612: <description>
1613: Handler to put up personal info
1.19 harris41 1614: </description>
1615: <status>works/unverified</status>
1616: </file>
1617: <file>
1.15 harris41 1618: <source>loncom/publisher/loncfile.pm</source>
1619: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1620: <categoryname>handler</categoryname>
1621: <description>
1622: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1623: construction space menu.
1.137 harris41 1624: </description>
1625: <status>works/unverified</status>
1626: </file>
1627: <file>
1628: <source>loncom/interface/lonhelp.pm</source>
1629: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
1630: <categoryname>handler</categoryname>
1631: <description>
1632: The .tex file help handler.
1.140 bowersj2 1633: </description>
1634: <status>works/unverified</status>
1.195 albertel 1635: <build trigger='always run'>
1636: loncom/html/adm/help/buildMakeWrapper
1637: </build>
1638: <dependencies>
1.197 albertel 1639: Makefile;
1.195 albertel 1640: buildMakeWrapper
1641: </dependencies>
1.141 bowersj2 1642: </file>
1643: <file>
1.158 bowersj2 1644: <source>loncom/html/adm/help/abouthelp.html</source>
1645: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
1646: <categoryname>interface file</categoryname>
1647: <description>
1648: Index file for the help system
1649: </description>
1650: </file>
1651: <file>
1652: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 1653: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
1654: </target>
1655: <categoryname>interface file</categoryname>
1.158 bowersj2 1656: <description>
1.162 harris41 1657: The pseudo-LaTeX file to allow people to read the author's manual online, with
1658: a somewhat clumsy interface.
1.158 bowersj2 1659: </description>
1660: <status>works/unverified</status>
1661: </file>
1662: <file>
1663: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 1664: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
1665: </target>
1666: <categoryname>interface file</categoryname>
1.158 bowersj2 1667: <description>
1.162 harris41 1668: The pseudo-LaTeX file to allow people to read the course administrator's
1669: manual online, with a somewhat clumsy interface.
1.158 bowersj2 1670: </description>
1671: <status>works/unverified</status>
1672: </file>
1673: <file>
1674: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 1675: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 1676: <categoryname>interface file</categoryname>
1.141 bowersj2 1677: <description>
1.158 bowersj2 1678: The postscript Author's Manual
1679: </description>
1680: <status>works/unverified</status>
1.197 albertel 1681: <dependencies>
1682: doc/help/author.manual.texxml;
1683: doc/help/latexSplitter.py;
1684: doc/help/rebuildLabelHash.pl;
1685: doc/help/render.texxml.pl;
1686: doc/help/simpleEdit.py;
1687: doc/help/texxml2indextex.pl;
1688: doc/help/texxml2latex.pl;
1689: loncom/build/buildHelp.sh;
1690: loncom/build/help_graphics_converter.pl
1691: </dependencies>
1.158 bowersj2 1692: </file>
1693: <file>
1694: <source>doc/help/author.manual.pdf</source>
1695: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
1696: <categoryname>handler</categoryname>
1697: <description>
1698: The PDF Author's Manual
1699: </description>
1700: <status>works/unverified</status>
1701: </file>
1702: <file>
1703: <source>doc/help/course.manual.ps</source>
1704: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 1705: <categoryname>interface file</categoryname>
1.158 bowersj2 1706: <description>
1707: The postscript Course Manual
1708: </description>
1709: <status>works/unverified</status>
1.197 albertel 1710: <dependencies>
1711: doc/help/course.manual.texxml;
1712: doc/help/latexSplitter.py;
1713: doc/help/rebuildLabelHash.pl;
1714: doc/help/render.texxml.pl;
1715: doc/help/simpleEdit.py;
1716: doc/help/texxml2indextex.pl;
1717: doc/help/texxml2latex.pl;
1718: loncom/build/buildHelp.sh;
1719: loncom/build/help_graphics_converter.pl
1720: </dependencies>
1.158 bowersj2 1721: </file>
1722: <file>
1723: <source>doc/help/course.manual.pdf</source>
1724: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 1725: <categoryname>interface file</categoryname>
1.158 bowersj2 1726: <description>
1727: The PDF Course Manual
1.200 bowersj2 1728: </description>
1729: <status>works/unverified</status>
1730: </file>
1.140 bowersj2 1731: <fileglob>
1732: <glob>*.*</glob>
1733: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
1734: <targetdir dist='default'>
1735: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 1736: <categoryname>interface file</categoryname>
1.140 bowersj2 1737: <description>
1738: Gif files for the help system
1739: </description>
1740: <filenames>
1.163 harris41 1741: authorRemote.gif;
1742: constructionSpace.gif;
1743: constructionSpaceForPublishing.gif;
1744: creatingANewCourse.gif;
1745: creatingNewProblemResource.gif;
1746: dynamic_piecewise.gif;
1747: dynamic_piecewise2.gif;
1748: dynamic_plot.gif;
1749: dynamic_plot2.gif;
1750: formulaResponse.gif;
1751: login.gif;
1752: lonhelpheader.gif;
1.192 bowersj2 1753: mainCourseDocuments.gif;
1.163 harris41 1754: mapAdvancedEditorNew.gif;
1755: mapClickedStart.gif;
1756: mapEditFirstClick.gif;
1757: mapEditInitial.gif;
1758: mapEditingButton.gif;
1759: mapEditorDirectoryBrowser.gif;
1760: mapEditorResourceChosen.gif;
1761: mapEditorSelection.gif;
1762: mapInsertResource.gif;
1763: mapNewResource.gif;
1764: mapSecondWindowSecondResource.gif;
1765: mapSimpleEditor.gif;
1766: mapStraightened.gif;
1767: mapTwoResources.gif;
1768: numericalResponse1.gif;
1769: numericalResponseEditor.gif;
1770: numericalResponseSlopeProblem.gif;
1771: numericalResponseVarInText.gif;
1772: optionResponseEditing.gif;
1773: optionResponseProblem.gif;
1774: publishMetadata.gif;
1775: radioResponse2.gif;
1776: radioResponseHint.gif;
1777: smallHelp.gif;
1778: spreadsheet_hierarchy.gif;
1779: stringResponseEditor.gif;
1.150 bowersj2 1780: studentInterface.gif
1.140 bowersj2 1781: </filenames>
1782: </fileglob>
1783: <fileglob>
1784: <glob>*.*</glob>
1785: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
1786: <targetdir dist='default'>
1787: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 1788: <categoryname>interface file</categoryname>
1.140 bowersj2 1789: <description>
1790: EPS files for the help system
1791: </description>
1792: <filenames>
1.163 harris41 1793: authorRemote.eps;
1794: constructionSpace.eps;
1795: constructionSpaceForPublishing.eps;
1796: creatingANewCourse.eps;
1797: creatingNewProblemResource.eps;
1798: dynamic_piecewise.eps;
1799: dynamic_piecewise2.eps;
1800: dynamic_plot.eps;
1801: dynamic_plot2.eps;
1802: formulaResponse.eps;
1803: lonhelpheader.eps;
1804: login.eps;
1.192 bowersj2 1805: mainCourseDocuments.eps;
1.163 harris41 1806: mapAdvancedEditorNew.eps;
1807: mapClickedStart.eps;
1808: mapEditFirstClick.eps;
1809: mapEditInitial.eps;
1810: mapEditingButton.eps;
1811: mapEditorDirectoryBrowser.eps;
1812: mapEditorResourceChosen.eps;
1813: mapEditorSelection.eps;
1814: mapInsertResource.eps;
1815: mapNewResource.eps;
1816: mapSecondWindowSecondResource.eps;
1817: mapSimpleEditor.eps;
1818: mapStraightened.eps;
1819: mapTwoResources.eps;
1820: numericalResponse1.eps;
1821: numericalResponseEditor.eps;
1822: numericalResponseSlopeProblem.eps;
1823: numericalResponseVarInText.eps;
1824: optionResponseEditing.eps;
1825: optionResponseProblem.eps;
1826: publishMetadata.eps;
1827: radioResponse2.eps;
1828: radioResponseHint.eps;
1829: smallHelp.eps;
1830: spreadsheet_hierarchy.eps;
1831: stringResponseEditor.eps;
1.150 bowersj2 1832: studentInterface.eps
1.140 bowersj2 1833: </filenames>
1834: </fileglob>
1835: <fileglob>
1836: <glob>*.*</glob>
1837: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
1838: <targetdir dist='default'>
1839: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 1840: <categoryname>interface file</categoryname>
1.140 bowersj2 1841: <description>
1842: Tex files for the help system
1843: </description>
1844: <filenames>
1.163 harris41 1845: About_Authors_Manual.tex;
1846: About_Numerical_and_Formula_Response.tex;
1847: Ambiguous_Reference.tex;
1.248 bowersj2 1848: Analyze_Problem.tex;
1.163 harris41 1849: Author_LON-CAPA_Introduction.tex;
1850: Author_Manual_Title_Page.tex;
1851: Author_Numerical_and_Formula.tex;
1852: Author_Remote_Control.tex;
1853: Authoring_Adding_Pictures.tex;
1.248 bowersj2 1854: Authoring_DataResponse.tex;
1.163 harris41 1855: Authoring_Dynamic_Plot.tex;
1.248 bowersj2 1856: Authoring_ExternalResponse.tex;
1857: Authoring_Foil_Structure_Tags.tex;
1.163 harris41 1858: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 1859: Authoring_Hint_Tags.tex;
1860: Authoring_ImageResponse.tex;
1861: Authoring_Input_Tags.tex;
1862: Authoring_Internal_Tags.tex;
1.163 harris41 1863: Authoring_M_Tag.tex;
1.248 bowersj2 1864: Authoring_NumericalResponse.tex;
1865: Authoring_OptionResponse.tex;
1866: Authoring_Output_Tags.tex;
1.254 bowersj2 1867: Authoring_Pictures_EPS.tex;
1.163 harris41 1868: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 1869: Authoring_RadiobuttonResponse.tex;
1870: Authoring_Response_Attributes.tex;
1871: Authoring_Response_Tag_Intro.tex;
1872: Authoring_Responseparam_Parameter.tex;
1873: Authoring_Scripting_Tags.tex;
1874: Authoring_Structure_Tags.tex;
1875: Authoring_XML_Intro.tex;
1876: CAPA_LON-CAPA_function_diffs.tex;
1.246 bowersj2 1877: Calendar_Add_Announcement.tex;
1878: Calendar_Remove_Announcement.tex;
1.163 harris41 1879: Calling_Functions.tex;
1.249 matthew 1880: Chart_Description.tex;
1881: Chart_Output_Data.tex;
1882: Chart_Output_Formats.tex;
1.163 harris41 1883: Coauthor.tex;
1884: Construction_Space_Overview.tex;
1885: Course_Add_Student.tex;
1886: Course_Chart_To_Excel.tex;
1.254 bowersj2 1887: Course_Chat.tex;
1.163 harris41 1888: Course_Convert_To_CSV.tex;
1889: Course_Create_Class_List.tex;
1890: Course_Critical_Message.tex;
1891: Course_Deleting.tex;
1892: Course_Disable_Discussion.tex;
1893: Course_Discussion_Board.tex;
1894: Course_Drop_Student.tex;
1895: Course_Edit_Content.tex;
1.254 bowersj2 1896: Course_Face_To_Face_Records.tex;
1.163 harris41 1897: Course_Feedback_Addresses.tex;
1898: Course_Homework_Performance_Overview.tex;
1.197 albertel 1899: Course_Manual_Title_Page.tex;
1.163 harris41 1900: Course_Message_Access.tex;
1.254 bowersj2 1901: Course_Modify_Student_Data.tex;
1.163 harris41 1902: Course_Problem_Weight.tex;
1.254 bowersj2 1903: Course_Set_Start_End_Date.tex;
1.163 harris41 1904: Course_Setting_Parameters.tex;
1905: Course_Student_Grade_Override.tex;
1906: Course_Student_Work.tex;
1907: Course_Toplevel_Seq.tex;
1.254 bowersj2 1908: Course_User_Evaluation.tex;
1.248 bowersj2 1909: Create_Course.tex;
1.163 harris41 1910: Creating_A_Course_Intro.tex;
1911: Creating_New_Content_Pages.tex;
1912: Creating_Online_Problems.tex;
1913: Creating_Radio_Response_Problems.tex;
1.200 bowersj2 1914: Docs_Adding_Course_Doc.tex;
1915: Docs_Adding_External_Resource.tex;
1916: Docs_Adding_Folders.tex;
1917: Docs_Creating_From_Template.tex;
1918: Docs_Importing_LON-CAPA_Resource.tex;
1919: Docs_Main_Course_Documents.tex;
1920: Docs_Navigate_Content.tex;
1921: Docs_Overview.tex;
1922: Docs_Supplemental.tex;
1923: Docs_Uploading_From_Harddrive.tex;
1.163 harris41 1924: Foils.tex;
1.248 bowersj2 1925: Formula_Response_Adv_Intro.tex;
1.163 harris41 1926: Formula_Response_Example.tex;
1927: Formula_Response_Limitations.tex;
1928: Formula_Response_Problems.tex;
1929: Formula_Response_Sampling.tex;
1930: Formula_Tolerance.tex;
1.187 www 1931: General_Intro.tex;
1.219 albertel 1932: Greek_Symbols.tex;
1.163 harris41 1933: How_To_Edit_Existing_Content_Pages.tex;
1934: Latex_Footer.tex;
1935: Latex_Header.tex;
1.254 bowersj2 1936: Leaving_Feedback.tex;
1.163 harris41 1937: Login_To_LON-CAPA.tex;
1938: Metadata_Description.tex;
1.178 bowersj2 1939: Navmap_Host_Down.tex;
1.163 harris41 1940: Numerical_Response_Advanced_Example.tex;
1941: Numerical_Response_Format.tex;
1942: Numerical_Response_Intro.tex;
1943: Numerical_Response_Introduction.tex;
1944: Numerical_Response_Parts_A.tex;
1945: Numerical_Response_Parts_B.tex;
1946: Numerical_Response_Problems.tex;
1947: Numerical_Response_Randomization.tex;
1948: Numerical_Response_Simple_Example.tex;
1949: Numerical_Response_Tutorial_A.tex;
1950: Numerical_Response_Units.tex;
1951: Option_Response_Concept_Group_Example.tex;
1952: Option_Response_Matching_Example.tex;
1953: Option_Response_Problem_Creation.tex;
1954: Option_Response_Problem_Figure.tex;
1955: Option_Response_Problem_Parts.tex;
1956: Option_Response_Problems.tex;
1957: Option_Response_Simple.tex;
1.219 albertel 1958: Other_Symbols.tex;
1.194 albertel 1959: Part_Tag_Edit_Help.tex;
1.248 bowersj2 1960: Physical_Units.tex;
1.254 bowersj2 1961: Prefs_Forwarding.tex;
1962: Prefs_Screen_Name_Nickname.tex;
1.163 harris41 1963: Problem_Editor_Testing_Area.tex;
1964: Problem_Editor_XML_Index.tex;
1.248 bowersj2 1965: Problem_LON-CAPA_Functions.tex;
1.163 harris41 1966: Problem_Types.tex;
1967: Publishing_A_Resource.tex;
1968: Publishing_Author_Tutorial_Segue.tex;
1969: Publishing_Copyright.tex;
1970: Publishing_Intro.tex;
1971: Publishing_Keywords.tex;
1.191 bowersj2 1972: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 1973: Radio_Response_Problems.tex;
1974: Radio_Response_Randomization.tex;
1.248 bowersj2 1975: Ranking_Problems.tex;
1.163 harris41 1976: Resource_Types.tex;
1.248 bowersj2 1977: Script_Functions.tex;
1.163 harris41 1978: Script_Tutorial_Intro.tex;
1.248 bowersj2 1979: Script_Variables.tex;
1.163 harris41 1980: Scripting_Help.tex;
1981: Sequence_Advanced_Editor_Creation.tex;
1982: Sequence_Definition.tex;
1983: Sequence_Editor_Selection.tex;
1984: Sequence_Page_Maps.tex;
1985: Sequence_Simple_Editor_Creation.tex;
1986: Sequence_Top-Level.tex;
1987: Significant_Figures.tex;
1988: Spreadsheet_About.tex;
1989: Spreadsheet_Alternative_View.tex;
1990: Spreadsheet_Changes_To_Grading.tex;
1991: Spreadsheet_Col_Sum.tex;
1992: Spreadsheet_Completely_Recalc.tex;
1993: Spreadsheet_Empty_Rows.tex;
1994: Spreadsheet_Export_Row.tex;
1995: Spreadsheet_Functions.tex;
1996: Spreadsheet_Import_Values.tex;
1997: Spreadsheet_Levels.tex;
1998: Spreadsheet_Lists.tex;
1999: Spreadsheet_Max_Depth_Exceeded.tex;
2000: Spreadsheet_OOO_Rows.tex;
2001: Spreadsheet_Op_On_All_Problem_Parts.tex;
2002: Spreadsheet_Parms.tex;
2003: Spreadsheet_Problem_Weight.tex;
2004: Spreadsheet_Ranges.tex;
2005: Spreadsheet_Specifying_Cells.tex;
2006: Spreadsheet_Student_Visible.tex;
2007: Spreadsheet_Symbolic_Names.tex;
2008: Spreadsheet_Template_Row.tex;
2009: Spreadsheet_Ternary_Operator.tex;
2010: Spreadsheet_Tries.tex;
2011: String_Response_Problem_Creation.tex;
2012: String_Response_Problems.tex;
1.248 bowersj2 2013: Syllabus_ExtLink.tex;
2014: Syllabus_URLs.tex;
1.163 harris41 2015: Tolerance.tex;
1.248 bowersj2 2016: Uploaded_Templates_PublicView.tex;
2017: Uploaded_Templates_TextBoxes.tex;
1.163 harris41 2018: Variable_Naming_Conventions.tex;
2019: Variable_Tutorial_A.tex;
2020: Variables_in_Scripts.tex;
2021: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 2022: Variables_in_the_Text_Block.tex;
2023: all_functions_table.tex;
1.140 bowersj2 2024: </filenames>
2025: </fileglob>
2026: <file>
2027: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
2028: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 2029: <categoryname>interface file</categoryname>
1.140 bowersj2 2030: <description>
2031: A gdbm file containing a label->tex file hash.
1.15 harris41 2032: </description>
2033: <status>works/unverified</status>
2034: </file>
2035: <file>
1.7 harris41 2036: <source>loncom/interface/lonstatistics.pm</source>
2037: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2038: <categoryname>handler</categoryname>
2039: <description>
2040: Handler to show statistics on solving LON-CAPA problems.
1.144 stredwic 2041: </description>
2042: <status>works/unverified</status>
2043: </file>
2044: <file>
2045: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2046: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2047: </target>
1.144 stredwic 2048: <categoryname>handler</categoryname>
2049: <description>
1.162 harris41 2050: The module that generate the html for the Problem Statistics web pages.
1.169 stredwic 2051: </description>
2052: <status>works/unverified</status>
2053: </file>
2054: <file>
2055: <source>loncom/interface/statistics/lonpercentage.pm</source>
2056: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2057: </target>
2058: <categoryname>handler</categoryname>
2059: <description>
2060: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2061: </description>
2062: <status>works/unverified</status>
2063: </file>
2064: <file>
2065: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2066: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2067: </target>
1.144 stredwic 2068: <categoryname>handler</categoryname>
2069: <description>
2070: The module that generate the html for the Problem Analysis web pages.
2071: </description>
2072: <status>works/unverified</status>
2073: </file>
2074: <file>
2075: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2076: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2077: </target>
1.144 stredwic 2078: <categoryname>handler</categoryname>
2079: <description>
2080: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2081: </description>
2082: <status>works/unverified</status>
2083: </file>
2084: <file>
1.5 harris41 2085: <source>loncom/publisher/londiff.pm</source>
2086: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2087: <categoryname>handler</categoryname>
2088: <description>
2089: Handler to show difference between two files.
1.221 www 2090: </description>
2091: <status>works/unverified</status>
2092: </file>
2093: <file>
2094: <source>loncom/publisher/lonrights.pm</source>
2095: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2096: <categoryname>handler</categoryname>
2097: <description>
2098: Handler to show and edit custom distribution rights
1.5 harris41 2099: </description>
2100: <status>works/unverified</status>
1.4 harris41 2101: </file>
2102: <file>
1.5 harris41 2103: <source>loncom/publisher/lonupload.pm</source>
2104: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2105: <categoryname>handler</categoryname>
2106: <description>
2107: Handler to upload files through browser into construction space.
2108: </description>
2109: <status>works/unverified</status>
1.4 harris41 2110: </file>
2111: <file>
1.76 harris41 2112: <source>doc/man/Apache__lonupload.3</source>
2113: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2114: <categoryname>doc</categoryname>
1.76 harris41 2115: <description>man page for lonupload.pm</description>
2116: <build trigger='always run'>
1.115 harris41 2117: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2118: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2119: </build>
2120: <status>works/unverified</status>
2121: <dependencies>
2122: ../../loncom/publisher/lonupload.pm
2123: </dependencies>
2124: </file>
2125: <file>
1.118 harris41 2126: <source>doc/lib/perl/Apache/lonupload.html</source>
2127: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2128: </target>
1.83 harris41 2129: <categoryname>doc</categoryname>
1.76 harris41 2130: <description>POD-derived page for lonupload.pm</description>
2131: <build trigger='always run'>
1.115 harris41 2132: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2133: ../../doc/lib/perl/Apache/lonupload.html && \
2134: echo 'pod2html lonupload.pm'
1.76 harris41 2135: </build>
2136: <status>works/unverified</status>
2137: <dependencies>
2138: ../../loncom/publisher/lonupload.pm
2139: </dependencies>
2140: </file>
2141: <file>
1.5 harris41 2142: <source>loncom/homework/essayresponse.pm</source>
2143: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2144: <categoryname>handler</categoryname>
2145: <description>
2146: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2147: </description>
2148: <status>works/unverified</status>
2149: </file>
2150: <file>
2151: <source>loncom/homework/externalresponse.pm</source>
2152: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2153: <categoryname>handler</categoryname>
2154: <description>
2155: Handler to evaluate externally graded responses.
2156: </description>
2157: <status>works/unverified</status>
2158: </file>
2159: <file>
2160: <source>loncom/homework/loncapagrade.pm</source>
2161: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2162: <categoryname>handler</categoryname>
2163: <description>
1.133 harris41 2164: Holds results and defines
2165: tag handlers needed by externalresponse.pm
1.5 harris41 2166: </description>
2167: <status>works/unverified</status>
1.4 harris41 2168: </file>
2169: <file>
1.5 harris41 2170: <source>loncom/publisher/lonpubdir.pm</source>
2171: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2172: <categoryname>handler</categoryname>
2173: <description>
2174: Handler to publish directories.
1.172 www 2175: </description>
2176: </file>
2177: <file>
2178: <source>loncom/publisher/lonunauthorized.pm</source>
2179: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2180: <categoryname>handler</categoryname>
2181: <description>
2182: Handler to explain failed contruction space access.
1.5 harris41 2183: </description>
1.4 harris41 2184: </file>
2185: <file>
1.76 harris41 2186: <source>doc/man/Apache__lonpubdir.3</source>
2187: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2188: <categoryname>doc</categoryname>
1.76 harris41 2189: <description>man page for lonpubdir.pm</description>
2190: <build trigger='always run'>
1.115 harris41 2191: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2192: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2193: </build>
2194: <status>works/unverified</status>
2195: <dependencies>
2196: ../../loncom/lonnet/perl/lonnet.pm
2197: </dependencies>
2198: </file>
2199: <file>
1.118 harris41 2200: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2201: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2202: </target>
1.83 harris41 2203: <categoryname>doc</categoryname>
1.76 harris41 2204: <description>POD-derived page for lonpubdir.pm</description>
2205: <build trigger='always run'>
1.115 harris41 2206: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2207: ../../doc/lib/perl/Apache/lonpubdir.html && \
2208: echo 'pod2html lonpubdir.pm'
1.76 harris41 2209: </build>
2210: <status>works/unverified</status>
2211: <dependencies>
2212: ../../loncom/publisher/lonpubdir.pm
2213: </dependencies>
2214: </file>
2215: <file>
1.5 harris41 2216: <source>loncom/publisher/lonretrieve.pm</source>
2217: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2218: <categoryname>handler</categoryname>
2219: <description>
2220: Handler to retrieve old versions from resource space.
2221: </description>
2222: <status>works/unverified</status>
1.4 harris41 2223: </file>
2224: <file>
1.76 harris41 2225: <source>doc/man/Apache__lonretrieve.3</source>
2226: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2227: <categoryname>doc</categoryname>
1.76 harris41 2228: <description>man page for lonretrieve.pm</description>
2229: <build trigger='always run'>
1.115 harris41 2230: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2231: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2232: </build>
2233: <status>works/unverified</status>
2234: <dependencies>
2235: ../../loncom/publisher/lonretrieve.pm
2236: </dependencies>
2237: </file>
2238: <file>
1.118 harris41 2239: <source>doc/lib/perl/Apache/lonretrieve.html</source>
2240: <target dist='default'>
2241: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 2242: </target>
1.83 harris41 2243: <categoryname>doc</categoryname>
1.76 harris41 2244: <description>POD-derived page for lonretrieve.pm</description>
2245: <build trigger='always run'>
1.115 harris41 2246: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 2247: ../../doc/lib/perl/Apache/lonretrieve.html && \
2248: echo 'pod2html lonretrieve.pm'
1.76 harris41 2249: </build>
2250: <status>works/unverified</status>
2251: <dependencies>
2252: ../../loncom/publisher/lonretrieve.pm
2253: </dependencies>
2254: </file>
2255: <file>
1.5 harris41 2256: <source>loncom/homework/edit.pm</source>
2257: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
2258: <categoryname>handler</categoryname>
2259: <description>
2260: Helper functions when in homework edit mode.
2261: </description>
1.4 harris41 2262: </file>
2263: <file>
1.86 harris41 2264: <source>doc/man/Apache__edit.3</source>
2265: <target dist='default'>usr/man/man3/Apache::edit.3</target>
2266: <categoryname>doc</categoryname>
2267: <description>man page for edit.pm</description>
2268: <build trigger='always run'>
1.115 harris41 2269: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 2270: echo 'manifying edit.pm'
1.86 harris41 2271: </build>
2272: <status>works/unverified</status>
2273: <dependencies>
2274: ../../loncom/homework/edit.pm
2275: </dependencies>
2276: </file>
2277: <file>
1.118 harris41 2278: <source>doc/lib/perl/Apache/edit.html</source>
2279: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
2280: </target>
1.86 harris41 2281: <categoryname>doc</categoryname>
2282: <description>POD-derived page for edit.pm</description>
2283: <build trigger='always run'>
1.118 harris41 2284: loncom/build/pod2html.sh ../homework/edit.pm > \
2285: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 2286: && echo 'pod2html edit.pm'
1.86 harris41 2287: </build>
2288: <status>works/unverified</status>
2289: <dependencies>
2290: ../../loncom/homework/edit.pm
2291: </dependencies>
2292: </file>
2293: <file>
1.5 harris41 2294: <source>loncom/interface/lonmeta.pm</source>
2295: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
2296: <categoryname>handler</categoryname>
2297: <description>Metadata display handler.</description>
2298: <status>works/unverified</status>
1.4 harris41 2299: </file>
2300: <file>
1.5 harris41 2301: <source>rat/lonambiguous.pm</source>
2302: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
2303: <categoryname>handler</categoryname>
2304: <description>
2305: Handler to resolve ambiguous file locations.
2306: </description>
2307: <status>works/unverified</status>
1.4 harris41 2308: </file>
2309: <file>
1.5 harris41 2310: <source>rat/lonratparms.pm</source>
2311: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
2312: <categoryname>handler</categoryname>
2313: <description>
2314: Handler to set resource parameters inside of the RAT based on metadata.
2315: </description>
2316: <status>works/unverified</status>
1.4 harris41 2317: </file>
2318: <file>
1.5 harris41 2319: <source>rat/lonsequence.pm</source>
2320: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
2321: <categoryname>handler</categoryname>
2322: <description>
2323: Handler for showing sequence objects of educational resources.
2324: </description>
2325: <status>works/unverified</status>
1.4 harris41 2326: </file>
2327: <file>
1.5 harris41 2328: <source>loncom/interface/loncreatecourse.pm</source>
2329: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
2330: <categoryname>handler</categoryname>
2331: <description>
1.72 harris41 2332: Allows domain coordinators to create new courses and assign course
2333: coordinators.
1.5 harris41 2334: </description>
1.10 harris41 2335: <status>works/unverified</status>
1.4 harris41 2336: </file>
2337: <file>
1.5 harris41 2338: <source>loncom/interface/loncreateuser.pm</source>
2339: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
2340: <categoryname>handler</categoryname>
2341: <description>
1.72 harris41 2342: Allows users to within their own privileges create/edit users and give
2343: them roles.
1.5 harris41 2344: </description>
2345: <status>works/unverified</status>
1.143 stredwic 2346: </file>
2347: <file>
2348: <source>loncom/interface/lonhtmlcommon.pm</source>
2349: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
2350: <categoryname>handler</categoryname>
2351: <description>
2352: Contains a set of functions that generate html controls and data layouts
1.138 stredwic 2353: </description>
2354: </file>
2355: <file>
2356: <source>loncom/interface/loncoursedata.pm</source>
2357: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
2358: <categoryname>handler</categoryname>
2359: <description>
2360: Common functions for handling student course data (download and process)
1.5 harris41 2361: </description>
1.4 harris41 2362: </file>
2363: <file>
1.5 harris41 2364: <source>loncom/interface/loncommon.pm</source>
2365: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
2366: <categoryname>handler</categoryname>
2367: <description>
2368: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 2369: user, domain, home_server, course_id.
1.5 harris41 2370: </description>
2371: <status>works/unverified</status>
1.4 harris41 2372: </file>
2373: <file>
1.76 harris41 2374: <source>doc/man/Apache__loncommon.3</source>
2375: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 2376: <categoryname>doc</categoryname>
1.76 harris41 2377: <description>man page for loncommon.pm</description>
2378: <build trigger='always run'>
1.115 harris41 2379: loncom/build/pod2man.sh ../interface/loncommon.pm > \
2380: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 2381: </build>
2382: <status>works/unverified</status>
2383: <dependencies>
2384: ../../loncom/interface/loncommon.pm
2385: </dependencies>
2386: </file>
2387: <file>
1.118 harris41 2388: <source>doc/lib/perl/Apache/loncommon.html</source>
2389: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 2390: </target>
1.83 harris41 2391: <categoryname>doc</categoryname>
1.76 harris41 2392: <description>POD-derived page for loncommon.pm</description>
2393: <build trigger='always run'>
1.115 harris41 2394: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 2395: ../../doc/lib/perl/Apache/loncommon.html && \
2396: echo 'pod2html loncommon.pm'
1.76 harris41 2397: </build>
2398: <status>works/unverified</status>
2399: <dependencies>
2400: ../../loncom/interface/loncommon.pm
2401: </dependencies>
2402: </file>
2403: <file>
1.5 harris41 2404: <source>loncom/homework/grades.pm</source>
2405: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
2406: <categoryname>handler</categoryname>
2407: <description>Handles the viewing of grades.</description>
1.4 harris41 2408: </file>
2409: <file>
1.5 harris41 2410: <source>loncom/homework/imageresponse.pm</source>
2411: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
2412: <categoryname>handler</categoryname>
2413: <description>
2414: Coordinates the response to clicking an image.
2415: </description>
2416: <status>works/unverified</status>
1.4 harris41 2417: </file>
2418: <file>
1.5 harris41 2419: <source>loncom/homework/optionresponse.pm</source>
2420: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
2421: <categoryname>handler</categoryname>
1.27 harris41 2422: <description>
2423: Handles tags associated with showing a list of options.</description>
1.4 harris41 2424: </file>
2425: <file>
1.5 harris41 2426: <source>loncom/homework/outputtags.pm</source>
2427: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
2428: <categoryname>handler</categoryname>
2429: <description>
2430: Handles tags associated with output. Seems to relate to due dates of the
2431: assignment.
2432: </description>
1.10 harris41 2433: <status>works/unverified</status>
1.4 harris41 2434: </file>
1.255 albertel 2435:
2436: <file>
2437: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 2438: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 2439: <categoryname>handler</categoryname>
2440: <description>
2441: Handle the tags organicresponse/structure and reationresponse
2442: </description>
2443: <status>works/unverified</status>
2444: </file>
2445:
2446: <fileglob>
2447: <glob>*.*</glob>
2448: <sourcedir>loncom/html/adm/jme/</sourcedir>
2449: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
2450: <categoryname>interface file</categoryname>
2451: <description>
2452: JME files, for editing organic structures
2453: </description>
2454: <filenames>
2455: JME.jar;
2456: jme.gif;
1.258 ! albertel 2457: jme_help.html;
1.255 albertel 2458: nitro.gif;
2459: smiles.gif
2460: </filenames>
2461: </fileglob>
1.4 harris41 2462: <file>
1.6 harris41 2463: <source>loncom/interface/lontest.pm</source>
2464: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
2465: <categoryname>handler</categoryname>
2466: <description>
2467: Used for debugging and testing the LON-CAPA system.
2468: </description>
1.10 harris41 2469: <status>works/unverified</status>
1.6 harris41 2470: </file>
2471: <file>
2472: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 2473: <target dist='default'>
2474: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 2475: <categoryname>handler</categoryname>
2476: <description>
2477: Handles multiple-choice style responses.
2478: </description>
1.10 harris41 2479: <status>works/unverified</status>
1.6 harris41 2480: </file>
2481: <file>
2482: <source>loncom/interface/lonassignments.pm</source>
2483: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
2484: <categoryname>handler</categoryname>
2485: <description>
2486: Handles processing of assignments.
2487: </description>
1.10 harris41 2488: <status>works/unverified</status>
1.6 harris41 2489: </file>
2490: <file>
2491: <source>loncom/interface/loncommunicate.pm</source>
2492: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
2493: <categoryname>handler</categoryname>
1.72 harris41 2494: <description>
2495: Will be the access handler to email sending, as well as the planned
2496: chatrooms, etc.
2497: </description>
1.10 harris41 2498: <status>works/unverified</status>
1.6 harris41 2499: </file>
2500: <file>
2501: <source>loncom/interface/lonerrorhandler.pm</source>
2502: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
2503: <categoryname>handler</categoryname>
2504: <description>
2505: Handles errors.
2506: </description>
1.10 harris41 2507: <status>works/unverified</status>
1.6 harris41 2508: </file>
2509: <file>
2510: <source>loncom/interface/lonevaluate.pm</source>
2511: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
2512: <categoryname>handler</categoryname>
2513: <description>
2514: Handles evaluation.
2515: </description>
1.10 harris41 2516: <status>works/unverified</status>
1.6 harris41 2517: </file>
2518: <file>
2519: <source>loncom/interface/lonfeedback.pm</source>
2520: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
2521: <categoryname>handler</categoryname>
2522: <description>
2523: Handles feedback from students to instructors and system administrators.
1.72 harris41 2524: Provides a screenshot of the current
2525: resource, as well as previous attempts if the resource was a homework.
2526: Used by lonmsg.pm.
1.6 harris41 2527: </description>
1.10 harris41 2528: <status>works/unverified</status>
1.4 harris41 2529: </file>
2530: <file>
1.6 harris41 2531: <source>loncom/interface/lonnavmaps.pm</source>
2532: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
2533: <categoryname>handler</categoryname>
2534: <description>
2535: Handles navigational maps.
1.211 bowersj2 2536: </description>
2537: <status>works/unverified</status>
1.227 albertel 2538: </file>
2539: <file>
2540: <source>doc/man/Apache__lonnavmaps.3</source>
2541: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
2542: <categoryname>doc</categoryname>
2543: <description>man page for lonnavmaps.pm</description>
2544: <build trigger='always run'>
2545: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
2546: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
2547: </build>
2548: <status>works/unverified</status>
2549: <dependencies>
2550: ../../loncom/interface/lonnavmaps.pm
2551: </dependencies>
2552: </file>
2553: <file>
2554: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
2555: <target dist='default'>
2556: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
2557: </target>
2558: <categoryname>doc</categoryname>
2559: <description>POD-derived page for lonnavmaps.pm</description>
2560: <build trigger='always run'>
2561: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
2562: ../../doc/lib/perl/Apache/lonnavmaps.html && \
2563: echo 'pod2html lonnavmaps.pm'
2564: </build>
2565: <status>works/unverified</status>
2566: <dependencies>
2567: ../../loncom/interface/lonnavmaps.pm
2568: </dependencies>
1.211 bowersj2 2569: </file>
2570: <file>
1.231 bowersj2 2571: <source>loncom/interface/lonhelper.pm</source>
2572: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 2573: <categoryname>handler</categoryname>
2574: <description>
1.235 bowersj2 2575: Helper framework.
2576: </description>
2577: <status>works/unverified</status>
2578: </file>
2579: <file>
2580: <source>loncom/html/adm/helper/parameter.helper</source>
2581: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
2582: <categoryname>handler</categoryname>
2583: <description>
2584: Parameter setting helper.
1.242 bowersj2 2585: </description>
2586: <status>works/unverified</status>
2587: </file>
2588: <file>
2589: <source>loncom/html/adm/helper/course.initialization.helper</source>
2590: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
2591: <categoryname>handler</categoryname>
2592: <description>
2593: Course initialization helper.
1.189 bowersj2 2594: </description>
2595: <status>works/unverified</status>
2596: </file>
2597: <file>
2598: <source>loncom/interface/lonquickgrades.pm</source>
2599: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
2600: <categoryname>handler</categoryname>
2601: <description>
2602: Student quick grades interface.
1.6 harris41 2603: </description>
1.10 harris41 2604: <status>works/unverified</status>
1.4 harris41 2605: </file>
2606: <file>
1.6 harris41 2607: <source>loncom/interface/lonpreferences.pm</source>
2608: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
2609: <categoryname>handler</categoryname>
2610: <description>
2611: Handles user preferences associated with customizing the online LON-CAPA
2612: educational environment.
2613: </description>
1.10 harris41 2614: <status>works/unverified</status>
1.6 harris41 2615: </file>
2616: <file>
2617: <source>loncom/interface/lonprintout.pm</source>
2618: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
2619: <categoryname>handler</categoryname>
2620: <description>
2621: Handles the production of printable files and resources.
2622: </description>
1.10 harris41 2623: <status>works/unverified</status>
1.6 harris41 2624: </file>
2625: <file>
2626: <source>loncom/interface/lonsearchcat.pm</source>
2627: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
2628: <categoryname>handler</categoryname>
2629: <description>
2630: Handles a searchable catalogue.
1.148 matthew 2631: </description>
2632: <status>works/unverified</status>
2633: </file>
2634: <file>
2635: <source>loncom/interface/lonmysql.pm</source>
2636: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
2637: <categoryname>handler</categoryname>
2638: <description>
2639: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 2640: </description>
1.10 harris41 2641: <status>works/unverified</status>
1.4 harris41 2642: </file>
2643: <file>
1.76 harris41 2644: <source>doc/man/Apache__lonsearchcat.3</source>
2645: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 2646: <categoryname>doc</categoryname>
1.76 harris41 2647: <description>man page for lonsearchcat.pm</description>
2648: <build trigger='always run'>
1.115 harris41 2649: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
2650: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 2651: </build>
2652: <status>works/unverified</status>
2653: <dependencies>
2654: ../../loncom/interface/lonsearchcat.pm
2655: </dependencies>
2656: </file>
2657: <file>
1.118 harris41 2658: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
2659: <target dist='default'>
2660: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 2661: </target>
1.83 harris41 2662: <categoryname>doc</categoryname>
1.76 harris41 2663: <description>POD-derived page for lonsearchcat.pm</description>
2664: <build trigger='always run'>
1.115 harris41 2665: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 2666: ../../doc/lib/perl/Apache/lonsearchcat.html && \
2667: echo 'pod2html lonsearchcat.pm'
1.76 harris41 2668: </build>
2669: <status>works/unverified</status>
2670: <dependencies>
2671: ../../loncom/interface/lonsearchcat.pm
2672: </dependencies>
1.232 www 2673: </file>
2674: <file>
2675: <source>loncom/interface/lonmanagekeys.pm</source>
2676: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
2677: <categoryname>handler</categoryname>
2678: <description>
2679: Allows users with "mky" privileges to generate and manage course access keys.
2680: </description>
2681: <status>works/unverified</status>
1.76 harris41 2682: </file>
2683: <file>
1.6 harris41 2684: <source>loncom/interface/londropadd.pm</source>
2685: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
2686: <categoryname>handler</categoryname>
2687: <description>
1.72 harris41 2688: Allows course coordinators to upload courselists in different formats, and
2689: automatically create users (if they do not exist already), assign them the
2690: role of student in a course, and add them to the classlist.
1.6 harris41 2691: </description>
1.10 harris41 2692: <status>works/unverified</status>
1.6 harris41 2693: </file>
2694: <file>
2695: <source>loncom/interface/lonmsg.pm</source>
2696: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
2697: <categoryname>handler</categoryname>
2698: <description>
1.72 harris41 2699: lonmsg.pm has several functions to send and receive internal messages.
2700: author_res_msg - send message to resource author.
2701: user_crit_msg - send a critical message to a user. A critical message
2702: will require acknowledgment by the recipient and the sender will be notified.
2703: user_crit_received - routine to trigger acknowledgment.
2704: statuschange - change the status of a message (read, replied, forwarded, etc).
2705: The handler also displays messages, has routines to reply, etc.
1.6 harris41 2706: </description>
1.10 harris41 2707: <status>works/unverified</status>
1.6 harris41 2708: </file>
2709: <file>
2710: <source>loncom/homework/hint.pm</source>
2711: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
2712: <categoryname>handler</categoryname>
2713: <description>
2714: This handler coordinates the delivery of hints to students working on LON-CAPA
2715: problems and assignments.
2716: </description>
1.10 harris41 2717: <status>works/unverified</status>
1.6 harris41 2718: </file>
2719: <file>
1.244 matthew 2720: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 2721: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
2722: <categoryname>handler</categoryname>
2723: <description>
1.244 matthew 2724: The top level interface for the display and editing of spreadsheets. There
2725: are three levels of spreadsheet.
2726: </description>
2727: <status>works/unverified</status>
2728: </file>
2729: <file>
2730: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
2731: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
2732: <categoryname>handler</categoryname>
2733: <description>
2734: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
2735: assesscalc).
2736: </description>
2737: <status>works/unverified</status>
2738: </file>
2739: <file>
2740: <source>loncom/interface/spreadsheet/classcalc.pm</source>
2741: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
2742: <categoryname>handler</categoryname>
2743: <description>
2744: Defines the specifics of the course level spreadsheet.
2745: </description>
2746: <status>works/unverified</status>
2747: </file>
2748: <file>
2749: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
2750: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
2751: <categoryname>handler</categoryname>
2752: <description>
2753: Defines the specifics of the student level spreadsheet.
2754: </description>
2755: <status>works/unverified</status>
2756: </file>
2757: <file>
2758: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
2759: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
2760: <categoryname>handler</categoryname>
2761: <description>
2762: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 2763: </description>
1.10 harris41 2764: <status>works/unverified</status>
1.6 harris41 2765: </file>
2766: <file>
2767: <source>loncom/interface/lonparmset.pm</source>
2768: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
2769: <categoryname>handler</categoryname>
2770: <description>
2771: Handler to resolve ambiguous file locations
2772: </description>
1.10 harris41 2773: <status>works/unverified</status>
1.6 harris41 2774: </file>
2775: <file>
1.76 harris41 2776: <source>doc/man/Apache__lonparmset.3</source>
2777: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 2778: <categoryname>doc</categoryname>
1.76 harris41 2779: <description>man page for lonparmset.pm</description>
2780: <build trigger='always run'>
1.115 harris41 2781: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
2782: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 2783: </build>
2784: <status>works/unverified</status>
2785: <dependencies>
2786: ../../loncom/interface/lonparmset.pm
2787: </dependencies>
2788: </file>
2789: <file>
1.118 harris41 2790: <source>doc/lib/perl/Apache/lonparmset.html</source>
2791: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 2792: </target>
1.83 harris41 2793: <categoryname>doc</categoryname>
1.76 harris41 2794: <description>POD-derived page for lonparmset.pm</description>
2795: <build trigger='always run'>
1.115 harris41 2796: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 2797: ../../doc/lib/perl/Apache/lonparmset.html && \
2798: echo 'pod2html lonparmset.pm'
1.76 harris41 2799: </build>
2800: <status>works/unverified</status>
2801: <dependencies>
2802: ../../loncom/interface/lonparmset.pm
2803: </dependencies>
2804: </file>
2805: <file>
1.6 harris41 2806: <source>loncom/publisher/lonconstruct.pm</source>
2807: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
2808: <categoryname>handler</categoryname>
2809: <description>
2810: Page wrapper for handling construction space.
2811: </description>
1.10 harris41 2812: <status>works/unverified</status>
1.6 harris41 2813: </file>
2814: <file>
2815: <source>loncom/publisher/lonpublisher.pm</source>
2816: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
2817: <categoryname>handler</categoryname>
2818: <description>
2819: Publishes an LON-CAPA educational resource complete with metadata
2820: (authorship, language, copyright, creation date, etc).
2821: </description>
1.10 harris41 2822: <status>works/unverified</status>
1.6 harris41 2823: </file>
2824: <file>
1.76 harris41 2825: <source>doc/man/Apache__lonpublisher.3</source>
2826: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 2827: <categoryname>doc</categoryname>
1.76 harris41 2828: <description>man page for lonpublisher.pm</description>
2829: <build trigger='always run'>
1.115 harris41 2830: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
2831: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 2832: </build>
2833: <status>works/unverified</status>
2834: <dependencies>
2835: ../../loncom/publisher/lonpublisher.pm
2836: </dependencies>
2837: </file>
2838: <file>
1.118 harris41 2839: <source>doc/lib/perl/Apache/lonpublisher.html</source>
2840: <target dist='default'>
2841: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 2842: </target>
1.83 harris41 2843: <categoryname>doc</categoryname>
1.76 harris41 2844: <description>POD-derived page for lonpublisher.pm</description>
2845: <build trigger='always run'>
1.115 harris41 2846: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 2847: ../../doc/lib/perl/Apache/lonpublisher.html && \
2848: echo 'pod2html lonpublisher.pm'
1.76 harris41 2849: </build>
2850: <status>works/unverified</status>
2851: <dependencies>
2852: ../../loncom/publisher/lonpublisher.pm
2853: </dependencies>
2854: </file>
2855: <file>
1.6 harris41 2856: <source>loncom/interface/lonmenu.pm</source>
2857: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
2858: <categoryname>handler</categoryname>
2859: <description>
2860: Has routines which control the remote control.
1.228 www 2861: </description>
2862: <status>works/unverified</status>
2863: </file>
2864: <file>
2865: <source>loncom/interface/lonremote.pm</source>
2866: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
2867: <categoryname>handler</categoryname>
2868: <description>
2869: Handler to lauch and collapse the remote control.
1.6 harris41 2870: </description>
1.10 harris41 2871: <status>works/unverified</status>
1.6 harris41 2872: </file>
2873: <file>
2874: <source>rat/lonpageflip.pm</source>
2875: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
2876: <categoryname>handler</categoryname>
2877: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 2878: <status>works/unverified</status>
1.6 harris41 2879: </file>
2880: <file>
2881: <source>rat/lonratedt.pm</source>
2882: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
2883: <categoryname>handler</categoryname>
2884: <description>
2885: Builds up frame set and loads in the right thing.
2886: </description>
1.10 harris41 2887: <status>works/unverified</status>
1.6 harris41 2888: </file>
2889: <file>
2890: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
2891: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
2892: <categoryname>handler</categoryname>
2893: <description>
2894: Homework remote control.
1.157 www 2895: </description>
2896: <status>works/unverified</status>
2897: </file>
2898: <file>
2899: <source>loncom/html/res/adm/pages/chatroom.html</source>
2900: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
2901: <categoryname>handler</categoryname>
2902: <description>
2903: Establishes frameset for chatroom
1.6 harris41 2904: </description>
1.10 harris41 2905: <status>works/unverified</status>
1.6 harris41 2906: </file>
2907: <file>
2908: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
2909: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
2910: <categoryname>handler</categoryname>
2911: <description>
1.10 harris41 2912: This will take annotations and then plug them into a page.
1.6 harris41 2913: </description>
1.10 harris41 2914: <status>works/unverified</status>
1.6 harris41 2915: </file>
2916: <file>
2917: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
2918: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
2919: <categoryname>handler</categoryname>
2920: <description>
2921: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 2922: interface.
1.6 harris41 2923: </description>
1.10 harris41 2924: <status>works/unverified</status>
1.6 harris41 2925: </file>
2926: <file>
2927: <source>rat/lonratsrv.pm</source>
2928: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
2929: <categoryname>handler</categoryname>
2930: <description>
1.27 harris41 2931: Handler that takes output from RAT and stores it on disk. Handles the upper
2932: hidden frame of the added window that comes up in RAT. (3 frames come up in
2933: RAT server, code, and output. This module handles server connection.)
1.6 harris41 2934: </description>
1.10 harris41 2935: <status>works/unverified</status>
1.6 harris41 2936: </file>
2937: <file>
2938: <source>rat/lonpage.pm</source>
2939: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
2940: <categoryname>handler</categoryname>
2941: <description>
2942: bundles pages into one page
2943: </description>
1.10 harris41 2944: <status>works/unverified</status>
1.6 harris41 2945: </file>
2946: <file>
1.76 harris41 2947: <source>doc/man/Apache__lonpage.3</source>
2948: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 2949: <categoryname>doc</categoryname>
1.76 harris41 2950: <description>man page for lonpage.pm</description>
2951: <build trigger='always run'>
1.115 harris41 2952: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
2953: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 2954: </build>
2955: <status>works/unverified</status>
2956: <dependencies>
2957: ../../rat/lonpage.pm
2958: </dependencies>
2959: </file>
2960: <file>
1.118 harris41 2961: <source>doc/lib/perl/Apache/lonpage.html</source>
2962: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 2963: </target>
1.83 harris41 2964: <categoryname>doc</categoryname>
1.76 harris41 2965: <description>POD-derived page for lonnet.pm</description>
2966: <build trigger='always run'>
1.115 harris41 2967: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 2968: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 2969: </build>
2970: <status>works/unverified</status>
2971: <dependencies>
2972: ../../rat/lonpage.pm
2973: </dependencies>
2974: </file>
2975: <file>
1.6 harris41 2976: <source>rat/lonuserstate.pm</source>
2977: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
2978: <categoryname>handler</categoryname>
2979: <description>
1.133 harris41 2980: compile course into binary data structure
1.6 harris41 2981: </description>
1.10 harris41 2982: <status>works/unverified</status>
1.6 harris41 2983: </file>
2984: <file>
1.76 harris41 2985: <source>doc/man/Apache__lonuserstate.3</source>
2986: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 2987: <categoryname>doc</categoryname>
1.76 harris41 2988: <description>man page for lonnet.pm</description>
2989: <build trigger='always run'>
1.115 harris41 2990: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
2991: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 2992: </build>
2993: <status>works/unverified</status>
2994: <dependencies>
2995: ../../rat/lonuserstate.pm
2996: </dependencies>
2997: </file>
2998: <file>
1.118 harris41 2999: <source>doc/lib/perl/Apache/lonuserstate.html</source>
3000: <target dist='default'>
3001: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 3002: </target>
1.83 harris41 3003: <categoryname>doc</categoryname>
1.76 harris41 3004: <description>POD-derived page for lonuserstate.pm</description>
3005: <build trigger='always run'>
1.115 harris41 3006: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 3007: ../../doc/lib/perl/Apache/lonuserstate.html && \
3008: echo 'pod2html lonuserstate.pm'
1.76 harris41 3009: </build>
3010: <status>works/unverified</status>
3011: <dependencies>
3012: ../../rat/lonuserstate.pm
3013: </dependencies>
3014: </file>
3015: <file>
1.6 harris41 3016: <source>loncom/xml/lontex.pm</source>
3017: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
3018: <categoryname>handler</categoryname>
3019: <description>
1.133 harris41 3020: Handler for tex files
1.6 harris41 3021: </description>
1.10 harris41 3022: <status>works/unverified</status>
1.6 harris41 3023: </file>
3024: <file>
3025: <source>loncom/xml/lontexconvert.pm</source>
3026: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
3027: <categoryname>handler</categoryname>
3028: <description>
3029: Access to tth/ttm
3030: </description>
1.10 harris41 3031: <status>works/unverified</status>
1.6 harris41 3032: </file>
3033: <file>
3034: <source>loncom/xml/lonxml.pm</source>
3035: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
3036: <categoryname>handler</categoryname>
3037: <description>
3038: XML Parsing Module
1.78 harris41 3039: </description>
3040: <status>works/unverified</status>
3041: </file>
3042: <file>
3043: <source>loncom/xml/lonplot.pm</source>
3044: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
3045: <categoryname>handler</categoryname>
3046: <description>
3047: XML-based plotter of graphs
1.6 harris41 3048: </description>
1.10 harris41 3049: <status>works/unverified</status>
1.6 harris41 3050: </file>
3051: <file>
3052: <source>loncom/xml/style.pm</source>
3053: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
3054: <categoryname>handler</categoryname>
3055: <description>
3056: Style Parsing Module
3057: </description>
1.10 harris41 3058: <status>works/unverified</status>
1.6 harris41 3059: </file>
3060: <file>
3061: <source>loncom/xml/londefdef.pm</source>
3062: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
3063: <categoryname>handler</categoryname>
3064: <description>
3065: Tags Default Definition Module
3066: </description>
1.10 harris41 3067: <status>works/unverified</status>
1.4 harris41 3068: </file>
3069: <file>
1.6 harris41 3070: <source>loncom/xml/run.pm</source>
3071: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
3072: <categoryname>handler</categoryname>
3073: <description>
3074: used to prevent poorly written problems from causing lingering after effects
3075: </description>
1.10 harris41 3076: <status>works/unverified</status>
1.4 harris41 3077: </file>
3078: <file>
1.6 harris41 3079: <source>loncom/xml/scripttag.pm</source>
3080: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
3081: <categoryname>handler</categoryname>
3082: <description>
3083: implements <script>, <scriptlib>, <parserlib>, and
3084: <import>
3085: </description>
1.10 harris41 3086: <status>works/unverified</status>
1.185 albertel 3087: </file>
3088: <file>
3089: <source>loncom/homework/randomlylabel.pm</source>
3090: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3091: <categoryname>handler</categoryname>
3092: <description>
3093: Handler for compositing images, and text together.
1.207 www 3094: </description>
3095: </file>
3096: <file>
3097: <source>loncom/homework/rankresponse.pm</source>
3098: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3099: <categoryname>handler</categoryname>
3100: <description>
3101: Handler for rankresponse
1.209 albertel 3102: </description>
3103: </file>
3104: <file>
3105: <source>loncom/homework/matchresponse.pm</source>
3106: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3107: <categoryname>handler</categoryname>
3108: <description>
3109: Handler for matchresponse
1.185 albertel 3110: </description>
1.4 harris41 3111: </file>
3112: <file>
1.33 harris41 3113: <source>loncom/homework/randomlabel.pm</source>
3114: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3115: <categoryname>handler</categoryname>
3116: <description>
3117: Interface for producing applet code which randomizes the labelling of an
3118: image.
3119: </description>
3120: </file>
3121: <file>
1.6 harris41 3122: <source>loncom/homework/lonhomework.pm</source>
3123: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3124: <categoryname>handler</categoryname>
1.27 harris41 3125: <description>
3126: handles requests for output, evaluation, and alteration of a homework resource
3127: </description>
1.95 harris41 3128: <status>works/unverified</status>
1.4 harris41 3129: </file>
3130: <file>
1.6 harris41 3131: <source>loncom/homework/inputtags.pm</source>
3132: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3133: <categoryname>handler</categoryname>
3134: <description>
3135: produces HTML input tags (<INPUT>) for rendering homework resources
3136: </description>
1.10 harris41 3137: <status>works/unverified</status>
1.4 harris41 3138: </file>
3139: <file>
1.6 harris41 3140: <source>loncom/homework/structuretags.pm</source>
3141: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3142: <categoryname>handler</categoryname>
3143: <description>
1.27 harris41 3144: produces HTML tags necessary for structuring the presentation of homework
3145: resources
1.6 harris41 3146: </description>
1.10 harris41 3147: <status>works/unverified</status>
1.4 harris41 3148: </file>
3149: <file>
1.6 harris41 3150: <source>loncom/homework/response.pm</source>
3151: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3152: <categoryname>handler</categoryname>
3153: <description>
1.27 harris41 3154: defines different types of responses given to student as well as syntax for
3155: producing response values
1.6 harris41 3156: </description>
1.10 harris41 3157: <status>works/unverified</status>
1.4 harris41 3158: </file>
3159: <file>
1.6 harris41 3160: <source>loncom/homework/caparesponse/caparesponse.pm</source>
3161: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
3162: <categoryname>handler</categoryname>
3163: <description>
3164: handles request to the CAPA homework processing engine
3165: </description>
1.10 harris41 3166: <status>works/unverified</status>
1.4 harris41 3167: </file>
3168: <file>
1.113 harris41 3169: <source>loncom/xml/Safe.pm</source>
3170: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
3171: <categoryname>handler</categoryname>
3172: <description>
3173: Meant to safely substitute for CPAN version of Safe.
3174: Allows for safely executing embedded perl comands in
3175: a way that does not threaten the operating system.
3176: </description>
3177: <status>works/unverified</status>
3178: </file>
3179: <file>
1.241 albertel 3180: <source>loncom/auth/localauth.pm</source>
3181: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
3182: <categoryname>handler</categoryname>
3183: <description>
1.208 harris41 3184: Local authentication mechanism. The target file is meant as a template
3185: for a localauth.pm file. The target file with the -std suffix is not
3186: used directly by any software program; it is just a template file.
1.241 albertel 3187: </description>
3188: <status>works/unverified</status>
3189: </file>
3190: <file>
3191: <source>loncom/auth/localauth.pm</source>
3192: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
3193: <categoryname>conf</categoryname>
3194: <description>
3195: Local authentication mechanism.
3196: </description>
3197: <status>works/unverified</status>
1.30 harris41 3198: </file>
3199: <file>
1.6 harris41 3200: <source>loncom/auth/lonacc.pm</source>
3201: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
3202: <categoryname>handler</categoryname>
3203: <description>
3204: (This module, like loncacc.pm also authenticates with cookies.)
3205: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
3206: functions (e.g. roles, logout, annotations, and bookmarks) as well
3207: as coordinating access to educational resources.
3208: </description>
1.10 harris41 3209: <status>works/unverified</status>
1.4 harris41 3210: </file>
3211: <file>
1.76 harris41 3212: <source>doc/man/Apache__lonacc.3</source>
3213: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 3214: <categoryname>doc</categoryname>
1.76 harris41 3215: <description>man page for lonacc.pm</description>
3216: <build trigger='always run'>
1.115 harris41 3217: loncom/build/pod2man.sh ../auth/lonacc.pm > \
3218: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 3219: </build>
3220: <status>works/unverified</status>
3221: <dependencies>
3222: ../../loncom/auth/lonacc.pm
3223: </dependencies>
3224: </file>
3225: <file>
1.118 harris41 3226: <source>doc/lib/perl/Apache/lonacc.html</source>
3227: <target dist='default'>
3228: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 3229: <categoryname>doc</categoryname>
1.76 harris41 3230: <description>POD-derived page for lonacc.pm</description>
3231: <build trigger='always run'>
1.115 harris41 3232: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3233: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3234: </build>
3235: <status>works/unverified</status>
3236: <dependencies>
3237: ../../loncom/auth/lonacc.pm
3238: </dependencies>
3239: </file>
3240: <file>
1.6 harris41 3241: <source>loncom/auth/lonracc.pm</source>
3242: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3243: <categoryname>handler</categoryname>
3244: <description>
3245: access handler for file transfers
1.151 www 3246: </description>
3247: <status>works/unverified</status>
3248: </file>
3249: <file>
3250: <source>loncom/auth/lontokacc.pm</source>
3251: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3252: <categoryname>handler</categoryname>
3253: <description>
1.154 www 3254: handler for inter-server transfer of token accessed files, includes
3255: cleanup handler to remove file when successfully done
3256: </description>
3257: <status>works/unverified</status>
3258: </file>
3259: <file>
3260: <source>loncom/auth/lonuploadedacc.pm</source>
3261: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3262: <categoryname>handler</categoryname>
3263: <description>
3264: access handler for user uploaded files
3265: </description>
3266: <status>works/unverified</status>
3267: </file>
3268: <file>
3269: <source>loncom/lontrans.pm</source>
3270: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3271: <categoryname>handler</categoryname>
3272: <description>
3273: URI to filename translation
1.6 harris41 3274: </description>
1.10 harris41 3275: <status>works/unverified</status>
1.87 harris41 3276: </file>
3277: <file>
3278: <source>doc/man/Apache__lonracc.3</source>
3279: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3280: <categoryname>doc</categoryname>
3281: <description>man page for lonracc.pm</description>
3282: <build trigger='always run'>
1.115 harris41 3283: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3284: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3285: </build>
3286: <status>works/unverified</status>
3287: <dependencies>
3288: ../../loncom/auth/lonracc.pm
3289: </dependencies>
3290: </file>
3291: <file>
1.118 harris41 3292: <source>doc/lib/perl/Apache/lonracc.html</source>
3293: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3294: </target>
1.87 harris41 3295: <categoryname>doc</categoryname>
3296: <description>POD-derived page for lonracc.pm</description>
3297: <build trigger='always run'>
1.115 harris41 3298: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3299: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3300: </build>
3301: <status>works/unverified</status>
3302: <dependencies>
3303: ../../loncom/auth/lonracc.pm
3304: </dependencies>
1.4 harris41 3305: </file>
3306: <file>
1.6 harris41 3307: <source>loncom/auth/loncacc.pm</source>
3308: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3309: <categoryname>handler</categoryname>
3310: <description>
3311: This module provides access to an educational resource construction area.
3312: This module is invoked by the URL-related pattern syntax
3313: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3314: Authentication of user identity
3315: is coordinated through cookies. The abbreviation "cacc" corresponds
3316: to "construction-space access"). If the cookie handle is invalid, then
3317: this module returns a forbidden status and makes appropriate log entries.
3318: If the cookie handle is valid, status is determined to be okay (and,
3319: for the "priv"-type access, the resource is delivered by the
3320: <tt>lonconstruct</tt> module).
3321: </description>
1.10 harris41 3322: <status>works/unverified</status>
1.4 harris41 3323: </file>
3324: <file>
1.86 harris41 3325: <source>doc/man/Apache__loncacc.3</source>
3326: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3327: <categoryname>doc</categoryname>
3328: <description>man page for loncacc.pm</description>
3329: <build trigger='always run'>
1.115 harris41 3330: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3331: && echo 'manifying loncacc.pm'
1.86 harris41 3332: </build>
3333: <status>works/unverified</status>
3334: <dependencies>
3335: ../../loncom/auth/loncacc.pm
3336: </dependencies>
3337: </file>
3338: <file>
1.118 harris41 3339: <source>doc/lib/perl/Apache/loncacc.html</source>
3340: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3341: </target>
1.86 harris41 3342: <categoryname>doc</categoryname>
3343: <description>POD-derived page for loncacc.pm</description>
3344: <build trigger='always run'>
1.115 harris41 3345: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3346: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3347: </build>
3348: <status>works/unverified</status>
3349: <dependencies>
3350: ../../loncom/auth/loncacc.pm
3351: </dependencies>
3352: </file>
3353: <file>
1.6 harris41 3354: <source>loncom/auth/lonauth.pm</source>
3355: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3356: <categoryname>handler</categoryname>
3357: <description>authenticate, set up session environment</description>
1.10 harris41 3358: <status>works/unverified</status>
1.4 harris41 3359: </file>
3360: <file>
1.6 harris41 3361: <source>loncom/auth/lonlogin.pm</source>
3362: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3363: <categoryname>handler</categoryname>
3364: <description>login screen</description>
1.10 harris41 3365: <status>works/unverified</status>
1.4 harris41 3366: </file>
3367: <file>
1.6 harris41 3368: <source>loncom/auth/lonlogout.pm</source>
3369: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3370: <categoryname>handler</categoryname>
3371: <description>logout</description>
1.10 harris41 3372: <status>works/unverified</status>
1.4 harris41 3373: </file>
3374: <file>
1.6 harris41 3375: <source>loncom/lonnet/perl/lonrep.pm</source>
3376: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3377: <categoryname>handler</categoryname>
3378: <description>replication</description>
1.4 harris41 3379: </file>
3380: <file>
1.6 harris41 3381: <source>loncom/auth/lonroles.pm</source>
3382: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3383: <categoryname>handler</categoryname>
3384: <description>
3385: This perl handling module reads in the available roles available
3386: for a LON-CAPA user (different courses, different privileges, etc)
3387: and produces a form-element HTML page which allows the user to select
3388: which role he wishes to exercise in the LON-CAPA system. For instance,
3389: a user may want to select between being a student in a thermodynamics
3390: physics course or a teaching assistant for an introductory calculus
3391: class.
3392: </description>
1.86 harris41 3393: </file>
3394: <file>
3395: <source>doc/man/Apache__lonroles.3</source>
3396: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3397: <categoryname>doc</categoryname>
3398: <description>man page for lonroles.pm</description>
3399: <build trigger='always run'>
1.115 harris41 3400: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3401: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3402: </build>
3403: <status>works/unverified</status>
3404: <dependencies>
3405: ../../loncom/auth/lonroles.pm
3406: </dependencies>
3407: </file>
3408: <file>
1.118 harris41 3409: <source>doc/lib/perl/Apache/lonroles.html</source>
3410: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3411: </target>
1.86 harris41 3412: <categoryname>doc</categoryname>
3413: <description>POD-derived page for lonroles.pm</description>
3414: <build trigger='always run'>
1.115 harris41 3415: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3416: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3417: </build>
3418: <status>works/unverified</status>
3419: <dependencies>
3420: ../../loncom/auth/lonroles.pm
3421: </dependencies>
1.4 harris41 3422: </file>
3423: <file>
1.6 harris41 3424: <source>loncom/interface/lonindexer.pm</source>
3425: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
3426: <categoryname>handler</categoryname>
3427: <description>
3428: cross server filesystem browser
3429: </description>
1.10 harris41 3430: <status>works/unverified</status>
1.76 harris41 3431: </file>
3432: <file>
3433: <source>doc/man/Apache__lonindexer.3</source>
3434: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 3435: <categoryname>doc</categoryname>
1.76 harris41 3436: <description>man page for lonindexer.pm</description>
3437: <build trigger='always run'>
1.115 harris41 3438: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
3439: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 3440: </build>
3441: <status>works/unverified</status>
3442: <dependencies>
3443: ../../loncom/interface/lonindexer.pm
3444: </dependencies>
3445: </file>
3446: <file>
1.118 harris41 3447: <source>doc/lib/perl/Apache/lonindexer.html</source>
3448: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 3449: </target>
1.83 harris41 3450: <categoryname>doc</categoryname>
1.76 harris41 3451: <description>POD-derived page for lonindexer.pm</description>
3452: <build trigger='always run'>
1.115 harris41 3453: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 3454: ../../doc/lib/perl/Apache/lonindexer.html && \
3455: echo 'pod2html lonindexer.pm'
1.76 harris41 3456: </build>
3457: <status>works/unverified</status>
3458: <dependencies>
3459: ../../loncom/interface/lonindexer.pm
3460: </dependencies>
1.4 harris41 3461: </file>
3462: <file>
1.24 harris41 3463: <source>loncom/interface/groupsort.pm</source>
3464: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
3465: <categoryname>handler</categoryname>
3466: <description>
3467: Implements a second phase of importing multiple resources into the RAT.
3468: Allows for reordering the sequence of resources.
3469: </description>
3470: <status>works/unverified</status>
3471: </file>
3472: <file>
1.6 harris41 3473: <source>loncom/lonnet/perl/lonnet.pm</source>
3474: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
3475: <categoryname>handler</categoryname>
3476: <description>
3477: This file is an interface to the lonc processes of the LON-CAPA network
3478: as well as set of elaborated functions for handling information necessary
3479: for navigating through a given cluster of LON-CAPA machines within a domain.
3480: There are over 40 specialized functions in this module which handle
3481: the reading and transmission of metadata, user information
3482: (ids, names, environments, roles, logs), file information (storage, reading,
3483: directories, extensions, replication, embedded styles and descriptors),
3484: educational resources (course descriptions, section names and numbers),
3485: url hashing (to assign roles on a url basis), and translating abbreviated
3486: symbols to and from more descriptive phrases or explanations.
3487: </description>
1.10 harris41 3488: <status>works/unverified</status>
1.73 harris41 3489: </file>
3490: <file>
3491: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 3492: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 3493: <categoryname>doc</categoryname>
1.73 harris41 3494: <description>man page for lonnet.pm</description>
3495: <build trigger='always run'>
1.115 harris41 3496: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
3497: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 3498: </build>
3499: <status>works/unverified</status>
3500: <dependencies>
3501: ../../loncom/lonnet/perl/lonnet.pm
3502: </dependencies>
3503: </file>
3504: <file>
1.118 harris41 3505: <source>doc/lib/perl/Apache/lonnet.html</source>
3506: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
3507: </target>
1.83 harris41 3508: <categoryname>doc</categoryname>
1.73 harris41 3509: <description>POD-derived page for lonnet.pm</description>
3510: <build trigger='always run'>
1.115 harris41 3511: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 3512: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 3513: </build>
3514: <status>works/unverified</status>
3515: <dependencies>
3516: ../../loncom/lonnet/perl/lonnet.pm
3517: </dependencies>
1.4 harris41 3518: </file>
3519: <file>
1.6 harris41 3520: <source>loncom/html/index.html</source>
3521: <target dist='default'>home/httpd/html/index.html</target>
3522: <categoryname>interface file</categoryname>
3523: <description>bumps to login</description>
1.181 www 3524: </file>
3525: <file>
3526: <source>loncom/html/favicon.ico</source>
3527: <target dist='default'>home/httpd/html/favicon.ico</target>
3528: <categoryname>interface file</categoryname>
3529: <description>Bookmark and tab icon</description>
1.4 harris41 3530: </file>
1.6 harris41 3531: <link>
3532: <linkto>etc/mime.types</linkto>
3533: <target dist='default'>etc/httpd/conf/mime.types</target>
3534: <categoryname>symbolic link</categoryname>
3535: <description>symbolic link to /etc/mime.types</description>
3536: </link>
3537: <link>
3538: <linkto>home/httpd/html/res</linkto>
3539: <target dist='default'>home/httpd/html/raw</target>
3540: <categoryname>symbolic link</categoryname>
3541: <description>symbolic link to /home/httpd/html/res</description>
3542: </link>
1.4 harris41 3543: <file>
1.6 harris41 3544: <source>loncom/html/adm/notfound.html</source>
3545: <target dist='default'>home/httpd/html/adm/notfound.html</target>
3546: <categoryname>interface file</categoryname>
3547: <description>
3548: static html page that is shown when an attempt is made to access a document
3549: not present on the web server
3550: </description>
1.4 harris41 3551: </file>
3552: <file>
1.6 harris41 3553: <source>loncom/html/adm/unauthorized.html</source>
3554: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
3555: <categoryname>interface file</categoryname>
3556: <description>
1.27 harris41 3557: static html page that is shown when an attempt is made to access a document
3558: which is restricted based on file or server configurations
1.32 harris41 3559: </description>
3560: </file>
3561: <file>
3562: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 3563: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 3564: <categoryname>interface file</categoryname>
3565: <description>
3566: Help page for the search engine.
1.6 harris41 3567: </description>
1.4 harris41 3568: </file>
3569: <file>
1.6 harris41 3570: <source>rat/client/rat.html</source>
3571: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
3572: <categoryname>interface file</categoryname>
3573: <description>
3574: frameset
3575: </description>
1.4 harris41 3576: </file>
3577: <file>
1.6 harris41 3578: <source>rat/client/parameter.html</source>
3579: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
3580: <categoryname>interface file</categoryname>
3581: <description>
3582: Parameter input window.
3583: </description>
1.4 harris41 3584: </file>
3585: <file>
1.6 harris41 3586: <source>rat/client/code.html</source>
3587: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 3588: <categoryname>interface file</categoryname>
3589: <description>
3590: javascript
3591: </description>
3592: </file>
3593: <file>
3594: <source>rat/client/extpickcode.html</source>
3595: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
3596: <categoryname>interface file</categoryname>
3597: <description>
3598: javascript
3599: </description>
3600: </file>
3601: <file>
3602: <source>rat/client/extpickframe.html</source>
3603: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 3604: <categoryname>interface file</categoryname>
3605: <description>
3606: javascript
3607: </description>
1.4 harris41 3608: </file>
3609: <file>
1.6 harris41 3610: <source>rat/client/map.html</source>
3611: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
3612: <categoryname>interface file</categoryname>
3613: <description>
3614: bumper
3615: </description>
1.4 harris41 3616: </file>
3617: <file>
1.6 harris41 3618: <source>rat/client/empty.html</source>
3619: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
3620: <categoryname>interface file</categoryname>
3621: <description>
3622: A blank page with very minimal HTML structural elements.
1.217 www 3623: </description>
3624: </file>
3625: <file>
3626: <source>rat/client/loading.html</source>
3627: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
3628: <categoryname>interface file</categoryname>
3629: <description>
3630: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 3631: </description>
1.4 harris41 3632: </file>
1.10 harris41 3633: <fileglob>
3634: <glob>*.gif</glob>
3635: <sourcedir>rat/images/</sourcedir>
3636: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
3637: <categoryname>graphic file</categoryname>
3638: <description>
3639: icons for providing a HTML-tabled view of a course map
3640: </description>
3641: <filenames>
1.37 harris41 3642: 1.1.dt.gif;
3643: 1.1.empty.gif;
3644: 1.1.ld.gif;
3645: 1.1.lr.gif;
3646: 1.1.rd.gif;
1.60 harris41 3647: 1.1.rl.gif;
1.37 harris41 3648: 1.1.td.gif;
3649: 1.1.tdrl.gif;
3650: 1.1.tl.gif;
3651: 1.1.tr.gif;
3652: 1.1.utd.gif;
3653: 1.2.ctd.gif;
3654: 1.2.dt.gif;
3655: 1.2.empty.gif;
3656: 1.2.ld.gif;
3657: 1.2.lr.gif;
3658: 1.2.lrd.gif;
3659: 1.2.lrtd.gif;
3660: 1.2.rd.gif;
3661: 1.2.rl.gif;
3662: 1.2.rld.gif;
3663: 1.2.rltd.gif;
3664: 1.2.rtd.gif;
3665: 1.2.rtdl.gif;
3666: 1.2.rtl.gif;
3667: 1.2.td.gif;
3668: 1.2.tdl.gif;
3669: 1.2.tdrl.gif;
3670: 1.2.tl.gif;
3671: 1.2.tr.gif;
3672: 1.2.utd.gif;
3673: 2.1.dt.gif;
3674: 2.1.empty.gif;
3675: 2.1.ld.gif;
3676: 2.1.lr.gif;
3677: 2.1.rd.gif;
3678: 2.1.rl.gif;
3679: 2.1.td.gif;
3680: 2.1.tdrl.gif;
3681: 2.1.tl.gif;
3682: 2.1.tr.gif;
3683: 2.2.dt.gif;
3684: 2.2.empty.gif;
3685: 2.2.ld.gif;
3686: 2.2.lr.gif;
3687: 2.2.lrd.gif;
3688: 2.2.lrt.gif;
3689: 2.2.rd.gif;
3690: 2.2.rl.gif;
3691: 2.2.rld.gif;
3692: 2.2.rlt.gif;
3693: 2.2.td.gif;
3694: 2.2.tdl.gif;
3695: 2.2.tdr.gif;
3696: 2.2.tdrl.gif;
3697: 2.2.tl.gif;
3698: 2.2.tr.gif;
3699: 2.2.url.gif;
3700: 2.2.utd.gif;
3701: arrow.gif;
3702: bdt.gif;
3703: bempty.gif;
3704: bld.gif;
3705: blr.gif;
3706: blrd.gif;
3707: blrt.gif;
1.60 harris41 3708: bottom.gif;
1.37 harris41 3709: brd.gif;
3710: brl.gif;
3711: brld.gif;
3712: brlt.gif;
3713: btd.gif;
3714: btdl.gif;
3715: btdr.gif;
3716: btdrl.gif;
3717: btl.gif;
3718: btr.gif;
3719: burl.gif;
3720: butd.gif;
3721: condition.gif;
3722: edit.gif;
3723: finish.gif;
3724: info.gif;
3725: inscol.gif;
3726: inscond.gif;
3727: insres.gif;
3728: insrow.gif;
3729: left.gif;
3730: middle.gif;
3731: resource.gif;
3732: right.gif;
3733: sctd.gif;
3734: sdt.gif;
3735: sempty.gif;
3736: sld.gif;
3737: slr.gif;
3738: slrd.gif;
3739: slrtd.gif;
3740: srd.gif;
3741: srl.gif;
3742: srld.gif;
3743: srltd.gif;
3744: srtd.gif;
3745: srtdl.gif;
3746: srtl.gif;
3747: start.gif;
3748: std.gif;
3749: stdl.gif;
1.10 harris41 3750: sutd.gif
3751: </filenames>
3752: </fileglob>
3753: <fileglob>
1.60 harris41 3754: <glob>*.*</glob>
1.10 harris41 3755: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
3756: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
3757: <categoryname>graphic file</categoryname>
3758: <description>
3759: icons to indicate an unexpected result
3760: </description>
3761: <filenames>
1.37 harris41 3762: lonconstruct.gif;
3763: lonlogo_broken.gif;
3764: lonlogo_broken_tsp.gif;
3765: lonlogo_broken.eps;
3766: lonlogo_broken.jpg;
1.10 harris41 3767: lonlogo_broken.mov
3768: </filenames>
3769: </fileglob>
3770: <fileglob>
1.60 harris41 3771: <glob>*.*</glob>
1.10 harris41 3772: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
3773: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
3774: <categoryname>graphic file</categoryname>
3775: <description>
1.132 harris41 3776: logos and general widget icons
1.10 harris41 3777: </description>
3778: <filenames>
1.68 harris41 3779: SMETE_white.gif;
1.117 harris41 3780: aboutlon.gif;
3781: accessbutton.gif;
1.224 www 3782: angry.gif;
1.60 harris41 3783: arrow_up.gif;
1.224 www 3784: bigsmile.gif;
1.177 bowersj2 3785: branch.gif;
1.37 harris41 3786: cab.gif;
3787: cab_big.gif;
1.62 harris41 3788: capapanel.gif;
1.224 www 3789: check.gif;
1.37 harris41 3790: class.gif;
3791: class_big.gif;
1.224 www 3792: coolindiff.gif;
3793: coolsmile.gif;
3794: cry.gif;
1.37 harris41 3795: dvi.gif;
3796: dvi_big.gif;
3797: eps.gif;
3798: eps_big.gif;
3799: exam.gif;
3800: exam_big.gif;
1.117 harris41 3801: fillbottom.gif;
3802: fillleft.gif;
3803: fillright.gif;
3804: filltop.gif;
1.37 harris41 3805: folder_closed.gif;
3806: folder_opened.gif;
3807: folder_pointer_closed.gif;
3808: folder_pointer_opened.gif;
3809: form.gif;
3810: form_big.gif;
1.224 www 3811: frowny.gif;
1.37 harris41 3812: gif.gif;
3813: gif_big.gif;
1.117 harris41 3814: header.gif;
1.224 www 3815: hrrm.gif;
1.37 harris41 3816: htm.gif;
3817: html.gif;
3818: html_big.gif;
1.224 www 3819: huh.gif;
1.52 harris41 3820: jar.gif;
3821: jar_big.gif;
1.37 harris41 3822: jpg.gif;
3823: jpg_big.gif;
1.62 harris41 3824: latex.gif;
1.224 www 3825: lipsrsealed.gif;
1.117 harris41 3826: lite.gif;
1.37 harris41 3827: liteani.gif;
1.117 harris41 3828: litetext.gif;
1.62 harris41 3829: lolpanel.gif;
1.37 harris41 3830: lonanim.gif;
3831: lonanimend.gif;
1.117 harris41 3832: loncapalogo.gif;
1.37 harris41 3833: lonhelplogos.gif;
1.60 harris41 3834: lonhelptop.gif;
1.37 harris41 3835: lonlogo.gif;
3836: lonlogos.gif;
1.117 harris41 3837: lowerleft.gif;
3838: lowerright.gif;
1.236 www 3839: minilogo.gif;
1.37 harris41 3840: meta.gif;
3841: meta_big.gif;
3842: mov.gif;
3843: mov_big.gif;
3844: move_up.gif;
3845: move_down.gif;
1.177 bowersj2 3846: navmap.correct.gif;
1.251 bowersj2 3847: navmap.ellipsis.gif;
1.177 bowersj2 3848: navmap.open.gif;
1.251 bowersj2 3849: navmap.page.open.gif;
3850: navmap.page.closed.gif;
3851: navmap.page.open.nomanip.gif;
3852: navmap.page.closed.nomanip.gif;
1.177 bowersj2 3853: navmap.wrong.gif;
1.180 bowersj2 3854: navmap.folder.open.gif;
3855: navmap.folder.closed.gif;
1.229 bowersj2 3856: navmap.folder.open.nomanip.gif;
3857: navmap.folder.closed.nomanip.gif;
1.37 harris41 3858: page.gif;
3859: page_big.gif;
3860: pdf.gif;
3861: pdf_big.gif;
1.54 harris41 3862: png.gif;
3863: png_big.gif;
1.37 harris41 3864: problem.gif;
3865: problem_big.gif;
3866: ps.gif;
3867: ps_big.gif;
1.224 www 3868: rolleyes.gif;
1.37 harris41 3869: quill.gif;
3870: quiz.gif;
3871: quiz_big.gif;
3872: select.gif;
3873: sequence.gif;
3874: sequence_big.gif;
3875: server.gif;
3876: server_big.gif;
1.224 www 3877: shocked.gif;
3878: smiley.gif;
1.37 harris41 3879: srvbad.gif;
3880: srvempty.gif;
3881: srvgood.gif;
3882: srvhalf.gif;
3883: srvnull.gif;
3884: survey.gif;
3885: survey_big.gif;
3886: tex.gif;
3887: tex_big.gif;
1.210 www 3888: tth.gif;
1.37 harris41 3889: txt.gif;
3890: txt_big.gif;
1.57 harris41 3891: unknown.gif;
3892: unknown_big.gif;
1.117 harris41 3893: upperleft.gif;
3894: upperright.gif;
1.37 harris41 3895: user.gif;
3896: user_big.gif;
1.117 harris41 3897: userauthentication.gif;
1.37 harris41 3898: wav.gif;
3899: wav_big.gif;
3900: white_space_20_22.gif;
3901: whitespace1.gif;
3902: whitespace10.gif;
3903: whitespace2.gif;
3904: whitespace3.gif;
3905: whitespace4.gif;
3906: whitespace5.gif;
3907: whitespace6.gif;
3908: whitespace7.gif;
3909: whitespace8.gif;
3910: whitespace9.gif;
1.224 www 3911: wink.gif;
1.37 harris41 3912: xml.gif;
3913: xml_big.gif;
3914: zip.gif;
1.10 harris41 3915: zip_big.gif
3916: </filenames>
3917: </fileglob>
3918: <fileglob>
1.60 harris41 3919: <glob>*.*</glob>
1.10 harris41 3920: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
3921: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
3922: <categoryname>graphic file</categoryname>
3923: <description>
1.132 harris41 3924: Miscellaneous resources.
1.10 harris41 3925: </description>
3926: <filenames>
1.80 harris41 3927: authorfeed.gif;
3928: bomb.gif;
1.40 harris41 3929: cat_button.gif;
1.80 harris41 3930: chat.gif;
1.111 harris41 3931: eval_button.gif;
1.80 harris41 3932: feedback.gif;
1.40 harris41 3933: pprm_button.gif;
3934: pgrd_button.gif;
3935: subm_button.gif
1.10 harris41 3936: </filenames>
3937: </fileglob>
3938: <file>
3939: <source>loncom/xml/tth.pm</source>
3940: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115 harris41 3941: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.233 albertel 3942: <target dist='redhat8'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 3943: <categoryname>system file</categoryname>
3944: <description>
3945: perl module for invoking functions specific to TeX-to-HTML conversion
3946: </description>
3947: <note>
3948: Has the same dependencies and build process as tth.so.
3949: Currently, only the tth.so file specifications invoke
1.49 harris41 3950: the build process however. A static version is checked into loncom/xml
3951: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 3952: </note>
1.113 harris41 3953: <status>works/unverified</status>
3954: </file>
3955: <file>
3956: <source>loncom/xml/LCParser.pm</source>
3957: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 3958: <categoryname>system file</categoryname>
3959: <description>
3960: perl module for parsing HTML in a way that really works and is thoroughly
3961: tested
3962: </description>
3963: <status>works/unverified</status>
1.234 foxr 3964: </file>
3965: <file>
3966: <source>loncom/LondConnection.pm</source>
1.239 albertel 3967: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 3968: <categoryname>system file</categoryname>
3969: <description>
3970: Manages a connection between a lonc proxy daemon and the lond server
3971: in the remote node.
1.252 www 3972: </description>
3973: <status>works/verified</status>
3974: </file>
3975: <file>
3976: <source>loncom/LondTransaction.pm</source>
3977: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
3978: <categoryname>system file</categoryname>
3979: <description>
3980: Handles a single lon-capa insternal transaction
1.234 foxr 3981: </description>
3982: <status>works/verified</status>
3983: </file>
3984: <file>
3985: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 3986: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 3987: <categoryname>system file</categoryname>
3988: <description>
3989: Provides support to iterate through opaque hashes hidden e.g. within
3990: object private data.
3991: </description>
3992: <status>works/verified</status>
3993: </file>
3994: <file>
3995: <source>loncom/types/Queue.pm</source>
1.239 albertel 3996: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 3997: <categoryname>system file</categoryname>
3998: <description>
3999: Provides a FIFO queue class.
4000: </description>
4001: <status>works/verified</status>
4002: </file>
4003: <file>
4004: <source>loncom/types/Stack.pm</source>
1.239 albertel 4005: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 4006: <categoryname>system file</categoryname>
4007: <description>
4008: Provides a LIFO stack class.
4009: </description>
4010: <status>works/verified</status>
1.239 albertel 4011: </file>
1.234 foxr 4012: <file>
4013: <source>loncom/loncnew</source>
1.240 albertel 4014: <target dist='default'>home/httpd/perl/loncnew</target>
4015: <categoryname>script</categoryname>
1.234 foxr 4016: <description>
4017: Proxy server for remote loncapa requests.
1.250 albertel 4018: Needs CPAN Event module.
1.234 foxr 4019: </description>
1.125 harris41 4020: </file>
4021: <file>
4022: <source>loncom/configuration/Configuration.pm</source>
4023: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 4024: <categoryname>system file</categoryname>
4025: <description>
1.126 harris41 4026: Configuration file reader (looks in /etc/httpd/conf/); accepts
4027: a list of *.conf files to inspect for PerlSetVar key/value
4028: entries.
1.113 harris41 4029: </description>
1.10 harris41 4030: <status>works/unverified</status>
4031: </file>
4032: <file>
4033: <source>modules/TexConvert/tthperl/tth.so</source>
4034: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115 harris41 4035: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.233 albertel 4036: <target dist='redhat8'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 4037: <categoryname>system file</categoryname>
4038: <description>
4039: shared library file for dynamic loading and unloading
4040: </description>
4041: <note>
4042: The source and file dependencies are not available to most
4043: CVS users. (You can safely rely on the existing binaries
4044: present on your system... don't worry about warnings
4045: related to this file during the build process.)
4046: </note>
4047: <build trigger='run if dependencies change'>
4048: modules/TexConvert/tthperl/commands
4049: </build>
4050: <status>works/unverified</status>
4051: <dependencies>
1.39 harris41 4052: ../tthdynamic/tthfunc.c;
1.82 harris41 4053: ../ttmdynamic/ttmfunc.c
1.10 harris41 4054: </dependencies>
4055: </file>
4056: <file>
4057: <source>loncom/homework/caparesponse/capa.pm</source>
4058: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115 harris41 4059: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.233 albertel 4060: <target dist='redhat8'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 4061: <categoryname>system file</categoryname>
4062: <description>
4063: perl module for invoking functions specific to CAPA
4064: </description>
1.49 harris41 4065: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4066: <note>
4067: Has the same dependencies and build process as capa.so.
4068: Currently, only the capa.so file specifications invoke
4069: the build process however.
4070: </note>
4071: </file>
4072: <file>
4073: <source>loncom/homework/caparesponse/capa.bs</source>
4074: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115 harris41 4075: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.233 albertel 4076: <target dist='redhat8'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 4077: <categoryname>system file</categoryname>
4078: <description>
1.27 harris41 4079: bootstrap file associated with dynamic loading of this module on multiple
4080: architectures
1.10 harris41 4081: </description>
1.49 harris41 4082: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4083: <note>
4084: Has the same dependencies and build process as capa.so.
4085: Currently, only the capa.so file specifications invoke
4086: the build process however.
4087: </note>
4088: </file>
4089: <file>
4090: <source>loncom/homework/caparesponse/capa.so</source>
4091: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115 harris41 4092: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.233 albertel 4093: <target dist='redhat8'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 4094: <categoryname>system file</categoryname>
4095: <description>
4096: shared library file for dynamic loading and unloading
4097: </description>
4098: <build trigger='always run'>
4099: loncom/homework/caparesponse/commands
4100: </build>
4101: <dependencies>
1.39 harris41 4102: caparesponse.c;
1.119 harris41 4103: caparesponse.pm;
4104: README;
4105: Makefile.PL;
4106: capa.i;
1.120 harris41 4107: commands;
1.222 albertel 4108: ../../../CAPA/pProj/Makefile;
1.120 harris41 4109: ../../../CAPA/pProj/capaGrammarDef.y;
4110: ../../../CAPA/pProj/capaFormula.y;
4111: ../../../CAPA/pProj/capaLexerDef.flex;
4112: ../../../CAPA/pProj/capaFunction.c;
4113: ../../../CAPA/pProj/capaParserUtils.c;
4114: ../../../CAPA/pProj/capaMapExpr.c;
4115: ../../../CAPA/pProj/capaUnit.c;
4116: ../../../CAPA/pProj/com.c;
4117: ../../../CAPA/pProj/linpack.c;
4118: ../../../CAPA/pProj/ranlib.c;
4119: ../../../CAPA/pProj/capaCgiUtils.c;
4120: ../../../CAPA/pProj/capaSubjective.c;
4121: ../../../CAPA/pProj/capaRQO.c;
4122: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 4123: ../../../CAPA/pProj/capaCommon.c;
4124: ../../../CAPA/pProj/capaCommon.h;
4125: ../../../CAPA/pProj/ranlib.h;
4126: ../../../CAPA/pProj/capaCGI.h;
4127: ../../../CAPA/pProj/capaFunction.h;
4128: ../../../CAPA/pProj/capaRQO.h;
4129: ../../../CAPA/pProj/capaParser.h;
4130: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 4131: </dependencies>
4132: </file>
4133: <fileglob>
4134: <glob>*.ent</glob>
4135: <sourcedir>loncom/MathML/</sourcedir>
4136: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
4137: <categoryname>system file</categoryname>
4138: <description>
1.27 harris41 4139: xml files which assign unicode numbers to mathematical symbols using
4140: <! ENTITY... > type syntax.
1.10 harris41 4141: </description>
4142: <filenames>
1.37 harris41 4143: isoamsa.ent;
4144: isoamsb.ent;
4145: isoamsc.ent;
4146: isoamsn.ent;
4147: isoamso.ent;
4148: isoamsr.ent;
4149: isobox.ent;
4150: isocyr1.ent;
4151: isocyr2.ent;
4152: isodia.ent;
4153: isogrk1.ent;
4154: isogrk2.ent;
4155: isogrk3.ent;
4156: isogrk4.ent;
4157: isolat1.ent;
4158: isolat2.ent;
4159: isomfrk.ent;
4160: isomopf.ent;
4161: isomscr.ent;
4162: isonum.ent;
4163: isopub.ent;
4164: isotech.ent;
4165: mmlalias.ent;
1.10 harris41 4166: mmlextra.ent
4167: </filenames>
1.37 harris41 4168: </fileglob>
1.10 harris41 4169: <file>
4170: <source>loncom/MathML/mathml.css</source>
4171: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
4172: <categoryname>system file</categoryname>
4173: <description>
4174: cascading style sheet
4175: </description>
4176: </file>
4177: <file>
4178: <source>loncom/MathML/mathml.dtd</source>
4179: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
4180: <categoryname>system file</categoryname>
4181: <description>
4182: document type definition
4183: </description>
4184: </file>
1.4 harris41 4185: <file>
1.10 harris41 4186: <source>loncom/auth/londes.js</source>
4187: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
4188: <categoryname>interface file</categoryname>
1.6 harris41 4189: <description>
1.27 harris41 4190: Encryption Routines according to Data Encryption Standard DES, written in
4191: javascript.
1.6 harris41 4192: </description>
1.4 harris41 4193: </file>
4194: <file>
1.10 harris41 4195: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 4196: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
4197: </target>
1.10 harris41 4198: <categoryname>handler</categoryname>
1.6 harris41 4199: <description>
1.115 harris41 4200: Intended for providing perl functions for the <script></script>
4201: environment in a problem that was converted from lectureonline.
1.6 harris41 4202: </description>
1.4 harris41 4203: </file>
4204: <file>
1.10 harris41 4205: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 4206: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
4207: </target>
1.10 harris41 4208: <categoryname>handler</categoryname>
1.6 harris41 4209: <description>
1.14 harris41 4210: Provides many functions for the <script> environment in a .problem.
1.11 harris41 4211: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 4212: </description>
1.4 harris41 4213: </file>
4214: <file>
1.10 harris41 4215: <source>loncom/homework/capa.units</source>
4216: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
4217: <categoryname>static conf</categoryname>
1.6 harris41 4218: <description>
1.10 harris41 4219: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 4220: </description>
1.4 harris41 4221: </file>
1.165 www 4222: <fileglob>
4223: <glob>*.jpg</glob>
4224: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
4225: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
4226: <categoryname>graphic file</categoryname>
4227: <description>Pages headers</description>
4228: <filenames>
4229: admin.jpg;
4230: author.jpg;
4231: coordinator.jpg;
4232: header.jpg;
4233: student.jpg;
1.166 www 4234: </filenames>
4235: </fileglob>
4236: <fileglob>
1.230 www 4237: <glob>*.jpg</glob>
4238: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4239: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4240: <categoryname>graphic file</categoryname>
4241: <description>Logos of LON-CAPA domains (jpg)</description>
4242: <filenames>
4243: headermsu.jpg;
4244: </filenames>
4245: </fileglob>
4246: <fileglob>
1.166 www 4247: <glob>*.gif</glob>
4248: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4249: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4250: <categoryname>graphic file</categoryname>
1.230 www 4251: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 4252: <filenames>
1.197 albertel 4253: 103.gif;
4254: gerd.gif;
4255: mio.gif;
4256: msuvu.gif;
4257: ohiou.gif;
4258: rhs.gif;
4259: sfu.gif;
4260: tmcc.gif;
4261: umich.gif;
4262: worf.gif;
4263: annarbor.gif;
4264: elps.gif;
4265: gwu.gif;
4266: msudemo.gif;
4267: ndsu.gif;
4268: physnet.gif;
4269: sc.gif;
4270: Selwyn.gif;
4271: ucf.gif;
4272: unihalle.gif;
4273: wscc.gif;
4274: cps.gif;
4275: fsu.gif;
4276: lsd.gif;
4277: msu.gif;
4278: nsdl.gif;
4279: pmm.gif;
4280: sunysb.gif;
4281: udel.gif;
1.223 albertel 4282: uz.gif;
4283: fvl.gif;
4284: glps.gif;
4285: headersfu.gif;
4286: uwsp.gif
1.168 www 4287: </filenames>
4288: </fileglob>
4289: <fileglob>
4290: <glob>*.tab</glob>
4291: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
4292: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
4293: <categoryname>conf</categoryname>
4294: <description>Designs of LON-CAPA domains</description>
1.166 www 4295: <filenames>
1.197 albertel 4296: annarbor.tab;
4297: default.tab;
4298: msu.tab;
4299: sfu.tab;
4300: worf.tab
1.165 www 4301: </filenames>
4302: </fileglob>
1.10 harris41 4303: <fileglob>
4304: <glob>*.gif</glob>
1.159 www 4305: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
4306: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 4307: <categoryname>graphic file</categoryname>
1.159 www 4308: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 4309: <filenames>
1.130 www 4310: 0.gif;
4311: 1.gif;
4312: 2.gif;
4313: 3.gif;
4314: 4.gif;
4315: 5.gif;
4316: 6.gif;
4317: 7.gif;
4318: 8.gif;
4319: 9.gif;
1.37 harris41 4320: a.gif;
1.159 www 4321: b.gif;
4322: c.gif;
4323: d.gif;
4324: e.gif;
4325: f.gif;
4326: g.gif;
4327: h.gif;
4328: i.gif;
4329: j.gif;
4330: k.gif;
4331: l.gif;
4332: m.gif;
4333: n.gif;
4334: o.gif;
4335: p.gif;
4336: q.gif;
4337: r.gif;
4338: s.gif;
4339: t.gif;
4340: u.gif;
4341: v.gif;
4342: w.gif;
4343: x.gif;
4344: y.gif;
4345: z.gif;
4346: colon.gif;
4347: hyphen.gif;
4348: slash.gif;
4349: space.gif;
4350: </filenames>
4351: </fileglob>
4352: <fileglob>
4353: <glob>*.gif</glob>
4354: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
4355: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
4356: <categoryname>graphic file</categoryname>
4357: <description>icons used for the entire LON-CAPA user interface</description>
4358: <filenames>
1.147 www 4359: anno.gif;
1.37 harris41 4360: anot.gif;
4361: back.gif;
1.147 www 4362: bchat.gif;
1.37 harris41 4363: bkm.gif;
4364: brws.gif;
1.60 harris41 4365: catalog.gif;
1.37 harris41 4366: ccrs.gif;
4367: chat.gif;
4368: chrt.gif;
4369: com.gif;
4370: courses.gif;
4371: cprv.gif;
4372: cstr.gif;
4373: dempty.gif;
1.147 www 4374: docs.gif;
1.37 harris41 4375: egrd.gif;
4376: empty.gif;
4377: enrl.gif;
4378: eval.gif;
4379: fdbk.gif;
4380: feedback.gif;
4381: forw.gif;
4382: grds.gif;
4383: group.gif;
4384: help.gif;
4385: info.gif;
1.238 www 4386: keys.gif;
1.37 harris41 4387: ledblink.gif;
4388: ledgreen.gif;
4389: ledoff.gif;
4390: ledon.gif;
4391: ledsend.gif;
4392: logout.gif;
4393: mrk.gif;
4394: nav.gif;
4395: next.gif;
1.131 www 4396: nothumb.gif;
1.37 harris41 4397: parm.gif;
4398: pgrd.gif;
4399: pparm.gif;
1.99 harris41 4400: pref.gif;
1.37 harris41 4401: prev.gif;
4402: prt.gif;
4403: qempty.gif;
4404: reload.gif;
4405: remotebg.gif;
4406: res.gif;
4407: roles.gif;
4408: sbkm.gif;
4409: spacer.gif;
4410: sprs.gif;
4411: src.gif;
4412: stat.gif;
4413: subm.gif;
4414: title.gif;
4415: vbkm.gif;
1.10 harris41 4416: </filenames>
4417: </fileglob>
1.4 harris41 4418: <file>
1.10 harris41 4419: <source>loncom/html/res/adm/pages/imgmaps.html</source>
4420: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
4421: <categoryname>interface file</categoryname>
1.6 harris41 4422: <description>
1.10 harris41 4423: image maps for the LON-CAPA remote control
1.6 harris41 4424: </description>
1.4 harris41 4425: </file>
4426: <file>
1.10 harris41 4427: <source>loncom/html/res/adm/pages/index.html</source>
4428: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
4429: <categoryname>interface file</categoryname>
1.6 harris41 4430: <description>
1.10 harris41 4431: welcoming page to the LON-CAPA system upon login
1.6 harris41 4432: </description>
1.4 harris41 4433: </file>
4434: <file>
1.10 harris41 4435: <source>loncom/html/res/adm/pages/menu.html</source>
4436: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
4437: <categoryname>interface file</categoryname>
1.6 harris41 4438: <description>
1.10 harris41 4439: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 4440: </description>
1.4 harris41 4441: </file>
1.10 harris41 4442: <fileglob>
4443: <glob>*.gif</glob>
4444: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 4445: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
4446: </targetdir>
1.10 harris41 4447: <categoryname>graphic file</categoryname>
4448: <description>
1.132 harris41 4449: icons used for directory indexing and login screen
1.10 harris41 4450: </description>
4451: <filenames>
1.37 harris41 4452: a.gif;
4453: alert.black.gif;
4454: alert.red.gif;
4455: back.gif;
4456: ball.gray.gif;
4457: ball.red.gif;
4458: binary.gif;
4459: binhex.gif;
4460: blank.gif;
4461: bomb.gif;
4462: box1.gif;
4463: box2.gif;
4464: broken.gif;
4465: burst.gif;
4466: c.gif;
4467: comp.blue.gif;
4468: comp.gray.gif;
4469: compressed.gif;
4470: continued.gif;
4471: course.gif;
4472: dir.gif;
4473: down.gif;
4474: dvi.gif;
4475: f.gif;
4476: folder.gif;
4477: folder.open.gif;
4478: folder.sec.gif;
4479: folder_closed.gif;
4480: folder_closed_pressed.gif;
4481: folder_new.gif;
4482: folder_opened.gif;
4483: folder_opened_pressed.gif;
4484: folder_pointer_closed.gif;
4485: folder_pointer_opened.gif;
4486: folder_spacer.gif;
4487: folder_trash.gif;
4488: forward.gif;
4489: generic.gif;
4490: generic.red.gif;
4491: generic.sec.gif;
4492: hand.right.gif;
4493: hand.up.gif;
4494: html.gif;
4495: image1.gif;
4496: image2.gif;
4497: image3.gif;
4498: index.gif;
4499: layout.gif;
4500: left.gif;
4501: link.gif;
4502: mov.gif;
4503: movie1.gif;
4504: p.gif;
4505: patch.gif;
4506: pdf.gif;
4507: portal.gif;
4508: problem.gif;
4509: ps.gif;
4510: quill.gif;
4511: right.gif;
4512: screw1.gif;
4513: screw2.gif;
4514: script.gif;
4515: sound1.gif;
4516: sound2.gif;
4517: sphere1.gif;
4518: sphere2.gif;
4519: tar.gif;
4520: tex.gif;
4521: text.gif;
4522: transfer.gif;
4523: unknown.gif;
4524: up.gif;
4525: uu.gif;
4526: uuencoded.gif;
4527: white_space_20_22.gif;
4528: white_space_22_22.gif;
4529: whitespace1.gif;
4530: whitespace10.gif;
4531: whitespace2.gif;
4532: whitespace3.gif;
4533: whitespace4.gif;
4534: whitespace5.gif;
4535: whitespace6.gif;
4536: whitespace7.gif;
4537: whitespace8.gif;
4538: whitespace9.gif;
4539: world1.gif;
1.10 harris41 4540: world2.gif
4541: </filenames>
4542: </fileglob>
4543: <fileglob>
4544: <glob>*.gif</glob>
4545: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4546: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4547: </targetdir>
1.10 harris41 4548: <categoryname>graphic file</categoryname>
4549: <description>
1.132 harris41 4550: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 4551: </description>
4552: <filenames>
1.37 harris41 4553: folder_anim.gif;
4554: folder_close.gif;
4555: folder_drag.gif;
4556: folder_new.gif;
4557: folder_open.gif;
4558: folder_pointer_closed.gif;
4559: folder_pointer_opened.gif;
4560: folder_static.gif;
4561: folder_trash.gif;
4562: folder_trash_hover.gif;
4563: left_bar.gif;
4564: link.gif;
4565: link_anim.gif;
4566: link_drag.gif;
4567: ll_corner.gif;
4568: lower_bar.gif;
4569: lr_corner.gif;
4570: pix.gif;
4571: right_bar.gif;
4572: toolbar_bg.gif;
4573: ul_corner.gif;
4574: upper_bar.gif;
1.10 harris41 4575: ur_corner.gif
4576: </filenames>
4577: </fileglob>
4578: <fileglob>
4579: <glob>*.html</glob>
4580: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4581: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4582: </targetdir>
1.10 harris41 4583: <categoryname>interface file</categoryname>
4584: <description>
1.132 harris41 4585: associated with the scheme of displaying bookmarks
1.10 harris41 4586: </description>
4587: <filenames>
1.37 harris41 4588: bookmarkmenu_toolbar.html;
4589: blank.html;
1.10 harris41 4590: closechildren.html
4591: </filenames>
4592: </fileglob>
1.4 harris41 4593: <file>
1.10 harris41 4594: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 4595: <target dist='default'>
4596: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 4597: <categoryname>interface file</categoryname>
1.6 harris41 4598: <description>
1.10 harris41 4599: javascript for handling client-side interactions with bookmark interface
1.6 harris41 4600: </description>
1.171 harris41 4601: </file>
4602: <file>
4603: <source>loncom/build/CHECKRPMS</source>
4604: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 4605: <categoryname>system script</categoryname>
1.171 harris41 4606: <description>
4607: manilla wrapper around check-rpms
4608: </description>
4609: <status>tested/documented/beta</status>
1.103 harris41 4610: </file>
4611: <file>
4612: <source>loncom/build/check-rpms</source>
1.152 harris41 4613: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 4614: <categoryname>system script</categoryname>
1.103 harris41 4615: <description>
4616: compare installed rpms with up-to-date distribution
4617: </description>
4618: <status>tested/documented/beta</status>
4619: </file>
4620: <file>
4621: <source>doc/man/check-rpms.1</source>
4622: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
4623: <categoryname>doc</categoryname>
4624: <description>man page for check-rpms</description>
4625: <build trigger='always run'>
1.115 harris41 4626: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 4627: echo 'manifying check-rpms'
1.103 harris41 4628: </build>
4629: <status>beta</status>
4630: <dependencies>
4631: ../../loncom/build/check-rpms
4632: </dependencies>
4633: </file>
4634: <file>
4635: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 4636: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
4637: </target>
1.103 harris41 4638: <categoryname>doc</categoryname>
4639: <description>POD-derived page for check-rpms</description>
4640: <build trigger='always run'>
1.118 harris41 4641: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
4642: && echo 'pod2html checkrpms'
1.103 harris41 4643: </build>
4644: <status>works/unverified</status>
4645: <dependencies>
4646: ../../loncom/build/check-rpms
4647: </dependencies>
1.4 harris41 4648: </file>
4649: <file>
1.10 harris41 4650: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 4651: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
4652: </target>
1.10 harris41 4653: <categoryname>script</categoryname>
1.6 harris41 4654: <description>
1.206 harris41 4655: Updates .lpmlnew files with previous settings. Also supports alternative
4656: schemes of settings-updating and file-overwriting.
1.6 harris41 4657: </description>
1.206 harris41 4658: <status>works/unverified</status>
1.4 harris41 4659: </file>
4660: <file>
1.10 harris41 4661: <source>loncom/cron/loncapa</source>
4662: <target dist='default'>etc/cron.d/loncapa</target>
4663: <categoryname>static conf</categoryname>
4664: <description>
4665: file that specifies periodic processes to run for the LON-CAPA machine
4666: </description>
4667: </file>
4668: <file>
4669: <source>loncom/ntp/step-tickers</source>
1.175 harris41 4670: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
4671: </target>
4672: <categoryname>static conf</categoryname>
1.10 harris41 4673: <description>
4674: file that stimulates running of ntpdate upon init.d/xntpd initiation
4675: </description>
4676: <note>
4677: <table cellpadding='0' cellspacing='0' border='1'>
4678: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
4679: </table>
4680: </note>
1.48 harris41 4681: </file>
4682: <file>
4683: <source>loncom/pam.d/pwauth</source>
4684: <target dist='default'>etc/pam.d/pwauth</target>
4685: <categoryname>static conf</categoryname>
4686: <description>
4687: file that allows setuid password privileges for pwauth executable
4688: </description>
4689: </file>
4690: <file>
4691: <source>loncom/pam.d/pwchange</source>
4692: <target dist='default'>etc/pam.d/pwchange</target>
4693: <categoryname>static conf</categoryname>
4694: <description>
4695: file that allows setuid password privileges for pwchange (lcpasswd) executable
4696: </description>
1.10 harris41 4697: </file>
4698: <file>
4699: <source>loncom/init.d/loncontrol</source>
4700: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
4701: <categoryname>root script</categoryname>
4702: <description>
4703: Controls the launching/halting of lonc, lond, and lonsql processes.
4704: </description>
4705: </file>
4706: <link>
1.115 harris41 4707: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 4708: <target dist='default'>
1.37 harris41 4709: etc/rc.d/rc0.d/K05loncontrol;
4710: etc/rc.d/rc1.d/K05loncontrol;
4711: etc/rc.d/rc2.d/K05loncontrol;
4712: etc/rc.d/rc3.d/S95loncontrol;
4713: etc/rc.d/rc4.d/S95loncontrol;
4714: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 4715: etc/rc.d/rc6.d/K05loncontrol
4716: </target>
4717: <categoryname>symbolic link</categoryname>
1.27 harris41 4718: <description>
4719: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 4720: </link>
4721: <file>
4722: <source>loncom/atalk/config</source>
1.152 harris41 4723: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 4724: <categoryname>static conf</categoryname>
1.6 harris41 4725: <description>
1.27 harris41 4726: configuration file to make LON-CAPA server file space accessible to
4727: Appleshares access (Macintosh)
1.6 harris41 4728: </description>
1.4 harris41 4729: </file>
1.14 harris41 4730: </files>
1.1 harris41 4731: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>