Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.83
1.81 harris41 1: <!-- loncapafiles.lpml -->
1.14 harris41 2: <!-- Scott Harrison -->
1.67 harris41 3:
1.83 ! harris41 4: <!-- $Id: loncapafiles.lpml,v 1.82 2002/01/08 16:09:53 harris41 Exp $ -->
1.67 harris41 5:
6: <!--
7:
8: Copyright Michigan State University Board of Trustees
9:
10: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
11:
12: LON-CAPA is free software; you can redistribute it and/or modify
13: it under the terms of the GNU General Public License as published by
14: the Free Software Foundation; either version 2 of the License, or
15: (at your option) any later version.
16:
17: LON-CAPA is distributed in the hope that it will be useful,
18: but WITHOUT ANY WARRANTY; without even the implied warranty of
19: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20: GNU General Public License for more details.
21:
22: You should have received a copy of the GNU General Public License
23: along with LON-CAPA; if not, write to the Free Software
24: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25:
26: /home/httpd/html/adm/gpl.txt
27:
28: http://www.lon-capa.org/
29:
30: -->
1.14 harris41 31:
32: <!-- Default values must be defined before specific values. -->
33: <!-- If no 'dist' attribute is specified, then it is always installed. -->
34: <!-- If 'dist' attribute is set to 'default', then the specification. -->
35: <!-- is accepted if an alternative distribution is not requested or not -->
36: <!-- defined. -->
1.53 harris41 37:
1.1 harris41 38: <lpml>
1.70 harris41 39: <specialnotice dist='redhat 7.0 redhat7.1'>
1.79 harris41 40: !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
1.69 harris41 41: !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
42: !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
43: !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
44: !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
45: !!!! The offending line is in CGI/Cookie.pm !!
46: !!!! !!
47: !!!! it went from !!
48: !!!! !!
49: !!!! !!
50: !!!! # IE requires the path and domain to be present for some reason. !!
51: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
52: !!!! !!
53: !!!! to !!
54: !!!! !!
55: !!!! !!
56: !!!! # IE requires the path and domain to be present for some reason. !!
57: !!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
58: </specialnotice>
1.1 harris41 59: <targetroot>/</targetroot>
60: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 61: <categories>
1.1 harris41 62: <category name="interface file" type="runtime">
1.5 harris41 63: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 64: <abbreviation>interfacefile</abbreviation>
1.1 harris41 65: </category>
66: <category name="interface file" type="development">
1.5 harris41 67: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 68: <abbreviation>interfacefile</abbreviation>
1.1 harris41 69: </category>
70: <category name="setuid script" type="runtime">
1.5 harris41 71: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 72: <abbreviation>setuid</abbreviation>
1.1 harris41 73: </category>
74: <category name="setuid script" type="development">
1.5 harris41 75: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 76: <abbreviation>setuid</abbreviation>
1.1 harris41 77: </category>
78: <category name="handler" type="runtime">
1.5 harris41 79: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 80: <abbreviation>handler</abbreviation>
1.1 harris41 81: </category>
82: <category name="handler" type="development">
1.5 harris41 83: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 84: <abbreviation>handler</abbreviation>
1.1 harris41 85: </category>
86: <category name="static conf" type="runtime">
1.5 harris41 87: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 88: <abbreviation>static</abbreviation>
1.1 harris41 89: </category>
90: <category name="static conf" type="development">
1.5 harris41 91: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 92: <abbreviation>static</abbreviation>
1.1 harris41 93: </category>
94: <category name="conf" type="runtime">
1.5 harris41 95: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 96: <abbreviation>configurable</abbreviation>
1.1 harris41 97: </category>
98: <category name="conf" type="development">
1.5 harris41 99: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 100: <abbreviation>configurable</abbreviation>
1.1 harris41 101: </category>
102: <category name="script" type="runtime">
1.51 harris41 103: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 104: <abbreviation>script</abbreviation>
1.1 harris41 105: </category>
106: <category name="script" type="development">
1.51 harris41 107: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 108: <abbreviation>script</abbreviation>
1.1 harris41 109: </category>
110: <category name="graphic file" type="runtime">
1.5 harris41 111: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 112: <abbreviation>graphicfile</abbreviation>
1.1 harris41 113: </category>
114: <category name="graphic file" type="development">
1.5 harris41 115: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 116: <abbreviation>graphicfile</abbreviation>
1.1 harris41 117: </category>
1.83 ! harris41 118: <category name="doc" type="runtime">
! 119: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
! 120: <abbreviation>systemfile</abbreviation>
! 121: </category>
! 122: <category name="doc" type="development">
! 123: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
! 124: <abbreviation>systemfile</abbreviation>
! 125: </category>
1.1 harris41 126: <category name="system file" type="runtime">
1.5 harris41 127: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 128: <abbreviation>systemfile</abbreviation>
1.1 harris41 129: </category>
130: <category name="system file" type="development">
1.5 harris41 131: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 132: <abbreviation>systemfile</abbreviation>
1.1 harris41 133: </category>
134: <category name="root script" type="runtime">
1.5 harris41 135: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 136: <abbreviation>rootscript</abbreviation>
1.1 harris41 137: </category>
138: <category name="root script" type="development">
1.5 harris41 139: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 140: <abbreviation>rootscript</abbreviation>
1.1 harris41 141: </category>
142: <category name="symbolic link" type="runtime">
1.5 harris41 143: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 144: <abbreviation>link</abbreviation>
1.1 harris41 145: </category>
146: <category name="symbolic link" type="development">
1.5 harris41 147: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 148: <abbreviation>link</abbreviation>
1.1 harris41 149: </category>
150: <category name="standard" type="runtime">
1.5 harris41 151: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 152: <abbreviation>directory</abbreviation>
1.1 harris41 153: </category>
154: <category name="standard" type="development">
1.5 harris41 155: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 156: <abbreviation>directory</abbreviation>
1.1 harris41 157: </category>
158: <category name="server standard" type="runtime">
1.5 harris41 159: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 160: <abbreviation>directory</abbreviation>
1.1 harris41 161: </category>
162: <category name="server standard" type="development">
1.5 harris41 163: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 164: <abbreviation>directory</abbreviation>
1.1 harris41 165: </category>
166: <category name="server readonly" type="runtime">
1.5 harris41 167: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 168: <abbreviation>directory</abbreviation>
1.1 harris41 169: </category>
170: <category name="server readonly" type="development">
1.5 harris41 171: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 172: <abbreviation>directory</abbreviation>
1.1 harris41 173: </category>
1.14 harris41 174: </categories>
1.2 harris41 175: <rpm>
1.3 harris41 176: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
177: <rpmName>LON-CAPA-base</rpmName>
178: <rpmVersion>3.1</rpmVersion>
179: <rpmRelease>1</rpmRelease>
1.27 harris41 180: <rpmVendor>Laboratory for Instructional Technology Education,
181: Division of Science and Mathematics Education, Michigan State University.
182: </rpmVendor>
1.3 harris41 183: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
184: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
185: <rpmGroup>Utilities/System</rpmGroup>
186: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
187: <rpmAutoReqProv>no</rpmAutoReqProv>
1.10 harris41 188: <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n
189: The files in this package are only those directly associated with the network communication\n
190: layer established through direct server-to-server communications (via lond and lonc); plus\n
191: those which configure (but otherwise not constitute) external software packages like Apache\n
192: and Athena-Kerberos. For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>
193: <rpmpre>echo '***********************************************************************'\n
194: echo 'LON-CAPA LearningOnline with CAPA'\n
195: echo 'http://www.lon-capa.org/'\n
196: echo 'Gerd Kortemeyer, et al'\n
197: echo 'Laboratory for Instructional Technology Education'\n
198: echo 'Michigan State University'\n
199: echo 'General Public License, Version 2, June 1991'\n
200: echo '** Michigan State University patents may apply **'\n
201: echo ' '\n
202: echo 'This installation assumes an installation of Redhat 6.2'\n
203: echo ' '\n
204: echo 'The server computer should be currently connected to the ethernet'\n
205: echo ' '\n
206: echo 'The files in this package are only those directly associated with the network communication'\n
207: echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
208: echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
209: echo 'and Athena-Kerberos.'\n
210: echo '***********************************************************************'\n
211: </rpmpre>
1.83 ! harris41 212: <rpmRequires>
! 213: <item>PreReq: LON-CAPA-setup</item>
! 214: <item>PreReq: apache</item>
! 215: <item>PreReq: /etc/httpd/conf/access.conf</item>
! 216: </rpmRequires>
1.2 harris41 217: </rpm>
1.14 harris41 218: <directories>
1.2 harris41 219: <directory>
1.37 harris41 220: <targetdir dist='default'>etc</targetdir>
221: <categoryname>standard</categoryname>
222: <description>standard linux directory for configuration files</description>
223: </directory>
224: <directory>
225: <targetdir dist='default'>etc/atalk</targetdir>
226: <categoryname>standard</categoryname>
227: <description>appletalk configuration files</description>
228: </directory>
229: <directory>
230: <targetdir dist='default'>etc/cron.d</targetdir>
231: <categoryname>standard</categoryname>
232: <description>standard linux directory for running time-based "jobs"
233: </description>
234: </directory>
235: <directory>
1.5 harris41 236: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3 harris41 237: <categoryname>standard</categoryname>
238: <description>web configuration files</description>
239: </directory>
240: <directory>
1.37 harris41 241: <targetdir dist='default'>etc/ntp</targetdir>
242: <categoryname>standard</categoryname>
243: <description>configuration directory for network time protocol</description>
244: </directory>
245: <directory>
1.48 harris41 246: <targetdir dist='default'>etc/pam.d</targetdir>
247: <categoryname>standard</categoryname>
248: <description>configuration directory for password authentication mechanism
249: </description>
250: </directory>
251: <directory>
1.37 harris41 252: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
253: <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
254: <categoryname>standard</categoryname>
255: <description>scripts that run during system startup</description>
256: </directory>
257: <directory>
258: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
259: <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
260: <categoryname>standard</categoryname>
261: <description>scripts that run for run-level 0</description>
262: </directory>
263: <directory>
264: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
265: <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
266: <categoryname>standard</categoryname>
267: <description>scripts that run for run-level 1</description>
268: </directory>
269: <directory>
270: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
271: <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
272: <categoryname>standard</categoryname>
273: <description>scripts that run for run-level 2</description>
274: </directory>
275: <directory>
276: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
277: <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
278: <categoryname>standard</categoryname>
279: <description>scripts that run for run-level 3</description>
280: </directory>
281: <directory>
282: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
283: <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
284: <categoryname>standard</categoryname>
285: <description>scripts that run for run-level 4</description>
286: </directory>
287: <directory>
288: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
289: <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
290: <categoryname>standard</categoryname>
291: <description>scripts that run for run-level 5</description>
292: </directory>
293: <directory>
294: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
295: <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
296: <categoryname>standard</categoryname>
297: <description>scripts that run for run-level 6</description>
298: </directory>
299: <directory>
1.5 harris41 300: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 301: <categoryname>standard</categoryname>
302: <description>tab-formatted reference files</description>
303: </directory>
304: <directory>
1.5 harris41 305: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 306: <categoryname>standard</categoryname>
307: <description>start of the web server tree</description>
308: </directory>
309: <directory>
1.5 harris41 310: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 311: <categoryname>server readonly</categoryname>
1.3 harris41 312: <description>perl scripts for managing the LON-CAPA system</description>
313: </directory>
314: <directory>
1.5 harris41 315: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 316: <categoryname>server standard</categoryname>
1.27 harris41 317: <description>location where system performance and error logs are kept
318: </description>
1.3 harris41 319: </directory>
320: <directory>
1.5 harris41 321: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 322: <categoryname>server standard</categoryname>
1.27 harris41 323: <description>location where temporary files (for caching) are stored
324: </description>
1.3 harris41 325: </directory>
326: <directory>
1.64 harris41 327: <targetdir dist='default'>home/httpd/prtspool</targetdir>
328: <categoryname>server standard</categoryname>
329: <description>for the output of lonprintout.pm
330: </description>
331: </directory>
332: <directory>
1.34 albertel 333: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
334: <categoryname>server readonly</categoryname>
335: <description>location of LON-CAPA non web mod-perl handlers</description>
336: </directory>
337: <directory>
1.5 harris41 338: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 339: <categoryname>server readonly</categoryname>
340: <description>location of LON-CAPA web mod-perl handlers</description>
341: </directory>
342: <directory>
1.5 harris41 343: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 344: <categoryname>server standard</categoryname>
345: <description>cookie jar</description>
346: </directory>
347: <directory>
1.5 harris41 348: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 349: <categoryname>server standard</categoryname>
350: <description>lonc's sockets</description>
351: </directory>
352: <directory>
1.5 harris41 353: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 354: <categoryname>server standard</categoryname>
355: <description>lonc's sockets (delayed)</description>
356: </directory>
357: <directory>
1.26 harris41 358: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
359: <categoryname>standard</categoryname>
360: <description>location of cgi scripts</description>
361: </directory>
362: <directory>
1.5 harris41 363: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 364: <categoryname>server standard</categoryname>
365: <description>location of web-accessible file tree</description>
366: </directory>
367: <directory>
1.5 harris41 368: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 369: <categoryname>server standard</categoryname>
370: <description>root of resource tree</description>
371: </directory>
372: <directory>
1.5 harris41 373: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 374: <categoryname>server readonly</categoryname>
375: <description>unauthenticated resources</description>
376: </directory>
377: <directory>
1.5 harris41 378: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 379: <categoryname>server readonly</categoryname>
380: <description>home of the rat</description>
381: </directory>
382: <directory>
1.32 harris41 383: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
384: <categoryname>server readonly</categoryname>
385: <description>online help documentation</description>
386: </directory>
387: <directory>
1.73 harris41 388: <targetdir dist='default'>home/httpd/html/adm/help/api</targetdir>
389: <categoryname>server readonly</categoryname>
390: <description>online help documentation for the LON-CAPA programming
391: interface</description>
392: </directory>
393: <directory>
394: <targetdir dist='default'>home/httpd/html/adm/help/api/Apache</targetdir>
395: <categoryname>server readonly</categoryname>
396: <description>online help documentation for the LON-CAPA programming
397: interface, Apache (mod_perl) handlers</description>
398: </directory>
399: <directory>
1.77 harris41 400: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
401: <categoryname>server readonly</categoryname>
402: <description>online help documentation for the LON-CAPA programming
403: interface, Apache (mod_perl) handlers</description>
404: </directory>
405: <directory>
1.5 harris41 406: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 407: <categoryname>server readonly</categoryname>
408: <description>graphic widgets</description>
409: </directory>
410: <directory>
1.5 harris41 411: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 412: <categoryname>server readonly</categoryname>
1.57 harris41 413: <description>miscellaneous resources</description>
1.3 harris41 414: </directory>
415: <directory>
1.5 harris41 416: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 417: <categoryname>server readonly</categoryname>
418: <description>error warnings and icons</description>
419: </directory>
420: <directory>
1.5 harris41 421: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 422: <categoryname>server standard</categoryname>
1.10 harris41 423: <description>Home directories of local users. There is a five-tier
1.3 harris41 424: structure to the directories:
425: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
426: a user fredflint at MSU would have his information located in
1.10 harris41 427: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 428: a variety of files which govern the scope of what a user can do within the
429: LON-CAPA system. A passwd file determines the type of authentication
430: mechanism to use.
431: There also are files such as roles.hist (and its database compilation,
1.3 harris41 432: roles.db) which specify the roles and privileges for a user in the
433: LON-CAPA system.</description>
434: </directory>
435: <directory>
1.5 harris41 436: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 437: <categoryname>server readonly</categoryname>
438: <description>mathematics markup language resources</description>
439: </directory>
440: <directory>
1.5 harris41 441: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 442: <categoryname>server readonly</categoryname>
1.27 harris41 443: <description>files useful for including within customized scripting
444: </description>
1.3 harris41 445: </directory>
446: <directory>
1.27 harris41 447: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
448: </targetdir>
1.19 harris41 449: <categoryname>server readonly</categoryname>
450: <description>template files useful for customized scripts</description>
451: </directory>
452: <directory>
1.5 harris41 453: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 454: <categoryname>server standard</categoryname>
455: <description>status reports</description>
456: </directory>
457: <directory>
1.5 harris41 458: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 459: <categoryname>server readonly</categoryname>
460: <description>web user interface resources</description>
461: </directory>
462: <directory>
1.27 harris41 463: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
464: </targetdir>
1.3 harris41 465: <categoryname>server readonly</categoryname>
466: <description>bookmark user interface code</description>
467: </directory>
468: <directory>
1.27 harris41 469: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
470: </targetdir>
1.3 harris41 471: <categoryname>server readonly</categoryname>
472: <description></description>
473: </directory>
474: <directory>
1.37 harris41 475: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
476: </targetdir>
477: <categoryname>server readonly</categoryname>
478: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 479: </directory>
480: <directory>
1.37 harris41 481: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
482: <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
483: <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 484: <categoryname>standard</categoryname>
1.37 harris41 485: <description>system perl tree (usually present on linux systems)
1.27 harris41 486: </description>
1.3 harris41 487: </directory>
488: <directory>
1.77 harris41 489: <targetdir dist='default'>usr/man/man1</targetdir>
490: <categoryname>standard</categoryname>
491: <description>manual pages</description>
492: </directory>
493: <directory>
1.75 harris41 494: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 495: <categoryname>standard</categoryname>
1.75 harris41 496: <description>manual pages</description>
1.73 harris41 497: </directory>
498: <directory>
1.37 harris41 499: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 500: <categoryname>standard</categoryname>
1.37 harris41 501: <description>standard linux directory for superuser executables</description>
1.2 harris41 502: </directory>
1.14 harris41 503: </directories>
504: <files>
1.4 harris41 505: <file>
1.37 harris41 506: <source>loncom/krb.conf</source>
507: <target dist='default'>etc/krb.conf</target>
508: <categoryname>conf</categoryname>
509: <description>
510: which Kerberos server to contact for specified Kerberos domains
511: </description>
512: <note>
1.59 harris41 513: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 514: <tr><td>
515: list elements are separated by newlines
516: </td></tr>
517: <tr><td>
518: each list element consists of only two subelements separated by a colon
519: <br />
520: <ul>
521: <li>Kerberos domain value</li>
522: <li>Kerberos server IP address</li>
523: </ul>
524: </td></tr>
525: </table>
526: </note>
527: </file>
528: <file>
1.4 harris41 529: <source>loncom/access.conf</source>
1.5 harris41 530: <target dist='default'>etc/httpd/conf/access.conf</target>
1.4 harris41 531: <categoryname>conf</categoryname>
532: <description>
533: This file has two major functions.
534: For the Apache web server, it defines a global
535: access configuration which defines what server options (Indexes", "Includes",
536: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
537: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
538: and "/usr/doc"). For the LON-CAPA network server and perl module
539: handlers, it defines machine specific settings (lonHostID, lonRole,
540: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
541: and internal machine settings for specific directories, socket ports,
542: and browser detection logic.
543: </description>
544: <note>
545: <b>configure</b>
546: <br />
547: <table cellpadding=0 cellspacing=0 border=1>
1.27 harris41 548: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
549: machine</td></tr>
550: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
551: access</td></tr>
1.4 harris41 552: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
553: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
554: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 555: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
556: seconds</td></tr>
1.10 harris41 557: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 558: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
559: MySQL database</td></tr>
1.4 harris41 560: </table>
561: </note>
562: </file>
563: <file>
564: <source>loncom/httpd.conf</source>
1.5 harris41 565: <target dist='default'>etc/httpd/conf/httpd.conf</target>
1.4 harris41 566: <categoryname>static conf</categoryname>
567: <description>
568: This is the main server configuration file. The settings here are
569: more or less standard for the Apache web server. Most notably (and
570: importantly!), perl handling and mod_perl are enabled in this configuration
571: file.
572: </description>
573: </file>
574: <file>
575: <source>loncom/srm.conf</source>
1.5 harris41 576: <target dist='default'>etc/httpd/conf/srm.conf</target>
1.4 harris41 577: <categoryname>static conf</categoryname>
578: <description>
579: <p>
580: This file configures the "name space" of the Apache web server.
581: <tt>srm.conf</tt>
582: defines when specific perl modules should be called to handle a given
583: request. This definition is a function of both the name of the perl module,
584: and a specific regular expression associated with the URL, such as
585: "^/res/.*\.page".
586: </p>
587: <p>
588: Here is an example entry:
589: <pre>
590: <LocationMatch "^/res/.*\.page$>
591: SetHandler perl-script
592: PerlHandler Apache::lonpage
593: </LocationMatch>
594: </pre>
595: </p>
596: </description>
597: </file>
598: <file>
599: <source>loncom/startup.pl</source>
1.5 harris41 600: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4 harris41 601: <categoryname>static conf</categoryname>
602: <description>
603: This file provides initializations for perl handlers. It adjusts what
604: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
605: well as causing the Apache module to be used for every perl handler.
606: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
607: </description>
608: </file>
609: <file>
1.46 harris41 610: <source>loncom/publisher/thesaurus.dat</source>
611: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
612: <categoryname>static conf</categoryname>
613: <description>
614: Custom Thesaurus file for LON-CAPA, in the format
615: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
616: </description>
617: </file>
618: <file>
1.10 harris41 619: <source>loncom/interface/mydesk.tab</source>
620: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
621: <categoryname>static conf</categoryname>
622: <description>
623: Config file for "My Desk"
624: </description>
625: </file>
626: <file>
1.4 harris41 627: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 628: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 629: <categoryname>static conf</categoryname>
630: <description>
631: Descriptive list of file extensions, and extension groupings.
1.26 harris41 632: </description>
633: </file>
634: <file>
635: <source>loncom/cgi/barcode.gif</source>
636: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
637: <categoryname>script</categoryname>
638: <description>
639: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
640: parameter.
1.4 harris41 641: </description>
642: </file>
643: <file>
1.45 harris41 644: <source>loncom/cgi/graph.gif</source>
645: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
646: <categoryname>script</categoryname>
647: <description>
648: Dynamically outputs a graph especially for lonstatistics.pm.
649: </description>
650: <note>
651: Depends on perl modules:
652: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 653: </note>
1.65 harris41 654: </file>
655: <file>
1.66 harris41 656: <source>loncom/cgi/plot.gif</source>
1.65 harris41 657: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
658: <categoryname>script</categoryname>
659: <description>
660: Dynamically outputs X-Y plots with point, line, etc functions.
661: </description>
1.64 harris41 662: </file>
663: <file>
664: <source>loncom/interface/printout.pl</source>
665: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
666: <categoryname>script</categoryname>
667: <description>
668: cgi script
669: </description>
670: <note>
671: Depends on srm.conf entry:
672: Alias /prtspool/ /home/httpd/prtspool/
673: as well as a /home/httpd/prtspool directory.
1.45 harris41 674: </note>
675: </file>
676: <file>
1.41 harris41 677: <source>loncom/cgi/metadata_keywords.pl</source>
678: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
679: <categoryname>script</categoryname>
680: <description>
681: a cgi-script (not mod_perl), which contacts MySQL and pulls
682: out all keywords in this format:
683:
684: coil,magnetic,transformer
685: transformer,coils,current,amperes,voltage,transformers,coil
686: flux,magnetic,current,transformer
687: coil,loop,field,magnetic
688:
689: ... etc (one line per entry).
690:
691: and simply prints this text-only (no markup) to the browser
692: </description>
693: </file>
1.43 harris41 694: <fileglob>
1.60 harris41 695: <glob>*.*</glob>
1.43 harris41 696: <sourcedir>loncom/homework/templates/</sourcedir>
697: <targetdir dist='default'>
698: home/httpd/html/res/adm/includes/templates/</targetdir>
699: <categoryname>static conf</categoryname>
700: <description>
701: Template files for generating new resources.
702: </description>
703: <filenames>
1.59 harris41 704: blank.library;
705: blank.library.meta;
706: blank.problem;
707: blank.problem.meta;
1.63 harris41 708: formula.problem;
709: formula.problem.meta;
1.59 harris41 710: numerical.problem;
711: numerical.problem.meta;
712: RadioResponse.problem;
713: RadioResponse.problem.meta;
714: SelectFromOptions-4ConceptGoups.problem;
715: SelectFromOptions-4ConceptGoups.problem.meta;
716: SelectFromOptions-5ConceptGoups.problem;
717: SelectFromOptions-5ConceptGoups.problem.meta;
718: SelectFromOptions-6ConceptGoups.problem;
719: SelectFromOptions-6ConceptGoups.problem.meta;
720: SelectFromOptions-7ConceptGoups.problem;
721: SelectFromOptions-7ConceptGoups.problem.meta;
722: SelectFromOptions-8ConceptGoups.problem;
723: SelectFromOptions-8ConceptGoups.problem.meta;
724: SelectFromOptions-Simple.problem;
725: SelectFromOptions-Simple.problem.meta;
1.63 harris41 726: script.library;
727: script.library.meta;
1.59 harris41 728: SimpleStringResponse.problem;
729: SimpleStringResponse.problem.meta;
730: StringResponse.problem;
1.44 harris41 731: StringResponse.problem.meta
1.43 harris41 732: </filenames>
733: </fileglob>
1.19 harris41 734: <file>
1.4 harris41 735: <source>loncom/homework/insertlist.tab</source>
1.5 harris41 736: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4 harris41 737: <categoryname>static conf</categoryname>
738: <description>
1.8 harris41 739: Describes what tags are allowed inside other tags.
1.4 harris41 740: </description>
741: </file>
742: <file>
1.47 harris41 743: <source>CAPA/JavaTools/GLabel.class</source>
744: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
745: </target>
746: <categoryname>static conf</categoryname>
747: <description>
748: Java applet for labelling graphs.
749: </description>
750: <note>
751: Built from Glabel.java. Still working on build/dependency details.
752: </note>
753: </file>
754: <file>
1.4 harris41 755: <source>loncom/interface/default.assesscalc</source>
1.27 harris41 756: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
757: </target>
1.4 harris41 758: <categoryname>static conf</categoryname>
759: <description>
760: Default spreadsheet for individual assessment.
761: </description>
762: </file>
763: <file>
764: <source>loncom/interface/default.studentcalc</source>
1.27 harris41 765: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
766: </target>
1.4 harris41 767: <categoryname>static conf</categoryname>
768: <description>
769: Default spreadsheet for assessment of students.
770: </description>
771: </file>
772: <file>
1.10 harris41 773: <source>loncom/interface/default.classcalc</source>
1.27 harris41 774: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
775: </target>
1.10 harris41 776: <categoryname>static conf</categoryname>
777: <description>
778: Default spreadsheet for assessment of a class.
779: </description>
780: </file>
781: <file>
1.4 harris41 782: <source>loncom/auth/roles.tab</source>
1.5 harris41 783: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 784: <categoryname>static conf</categoryname>
785: <description>
1.27 harris41 786: List of privileges associated with users of multiple types (for example:
787: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 788: </description>
789: </file>
790: <file>
1.5 harris41 791: <source>loncom/auth/rolesplain.tab</source>
792: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
793: <categoryname>static conf</categoryname>
794: <description>
1.10 harris41 795: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 796: and privileges available in the network with function
797: </description>
1.4 harris41 798: </file>
799: <file>
1.5 harris41 800: <source>loncom/hosts.tab</source>
801: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
802: <categoryname>conf</categoryname>
803: <description>
1.10 harris41 804: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
805: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.5 harris41 806: </description>
1.4 harris41 807: </file>
808: <file>
1.5 harris41 809: <source>loncom/spare.tab</source>
810: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
811: <categoryname>conf</categoryname>
812: <description>
813: Spare hosts to offload session to if the LON-CAPA machine is overloaded
814: </description>
815: <note>
816: <b>configure</b><br />
817: <table cellpadding=0 cellspacing=0 border=1>
818: <tr><td>
819: list elements are separated by newlines
820: </td></tr>
821: <tr><td>
822: each list element consists of only one value; the value for <tt>lonHostID</tt>
823: in <tt>access.conf</tt>
824: </td></tr>
825: </table>
826: </note>
1.4 harris41 827: </file>
828: <file>
1.5 harris41 829: <source>loncom/htpasswd</source>
830: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
831: <categoryname>conf</categoryname>
832: <description>
833: Basic auth password to access /lon-status and /server-status
834: </description>
1.4 harris41 835: </file>
836: <file>
1.5 harris41 837: <source>loncom/smb.conf</source>
838: <target dist='default'>etc/smb.conf</target>
1.71 harris41 839: <target dist='redhat7.1'>etc/samba/smb.conf</target>
1.5 harris41 840: <categoryname>conf</categoryname>
841: <description>
1.27 harris41 842: configuration file to make LON-CAPA server file space accessible to network
843: neighborhood
1.5 harris41 844: </description>
1.4 harris41 845: </file>
846: <file>
1.5 harris41 847: <source>loncom/ntp.conf</source>
848: <target dist='default'>etc/ntp.conf</target>
849: <categoryname>conf</categoryname>
850: <description>
851: which NTP server to contact for information (XNTP3 standard)
852: </description>
853: <note>
854: <table cellpadding=0 cellspacing=0 border=1>
855: <tr><td>
856: only one line needs to be changed to specify a server ip address
857: </td></tr>
858: <tr><td>
859: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
860: </td></tr>
861: </table>
862: </note>
1.4 harris41 863: </file>
864: <file>
1.5 harris41 865: <source>loncom/metadata_database/searchcat.pl</source>
866: <target dist='default'>home/httpd/perl/searchcat.pl</target>
867: <categoryname>script</categoryname>
868: <description>
869: Batch script for updating SQL metadata database.
870: </description>
1.4 harris41 871: </file>
872: <file>
1.5 harris41 873: <source>loncom/lonc</source>
874: <target dist='default'>home/httpd/perl/lonc</target>
875: <categoryname>script</categoryname>
876: <description>
877: proxy server
878: </description>
1.4 harris41 879: </file>
880: <file>
1.77 harris41 881: <source>doc/man/lonc.1</source>
882: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 ! harris41 883: <categoryname>doc</categoryname>
1.77 harris41 884: <description>man page for lonc</description>
885: <build trigger='always run'>
886: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'
887: </build>
888: <status>works/unverified</status>
889: <dependencies>
890: ../../loncom/lonc
891: </dependencies>
892: </file>
893: <file>
894: <source>doc/scripts/lonc.html</source>
895: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 ! harris41 896: <categoryname>doc</categoryname>
1.77 harris41 897: <description>man page for lonc</description>
898: <build trigger='always run'>
899: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'
900: </build>
901: <status>works/unverified</status>
902: <dependencies>
903: ../../loncom/lonc
904: </dependencies>
905: </file>
906: <file>
1.5 harris41 907: <source>loncom/lond</source>
908: <target dist='default'>home/httpd/perl/lond</target>
909: <categoryname>script</categoryname>
910: <description>
911: This is a remote command interpreter on a TCP LON-CAPA network layer.
912: It accepts and processes incoming requests from other LON-CAPA machines
913: on the network. lond's functionality is self-contained in the sense
914: that it does not reference (import, require, use) any other file
915: described in this document. There are only 15 subroutines in this
916: script, however the <TT>make_new_child</TT> subroutine is quite
917: complex since it parses and responds about 29 different types of
918: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
919: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
920: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
921: tmpput, tmpget, and ls).
922: </description>
1.4 harris41 923: </file>
924: <file>
1.77 harris41 925: <source>doc/man/lond.1</source>
926: <target dist='default'>usr/man/man1/lond.1</target>
1.83 ! harris41 927: <categoryname>doc</categoryname>
1.77 harris41 928: <description>man page for lond</description>
929: <build trigger='always run'>
930: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'
931: </build>
932: <status>works/unverified</status>
933: <dependencies>
934: ../../loncom/lond
935: </dependencies>
936: </file>
937: <file>
938: <source>doc/scripts/lond.html</source>
939: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 ! harris41 940: <categoryname>doc</categoryname>
1.77 harris41 941: <description>man page for lond</description>
942: <build trigger='always run'>
943: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'
944: </build>
945: <status>works/unverified</status>
946: <dependencies>
947: ../../loncom/lond
948: </dependencies>
949: </file>
950: <file>
1.35 harris41 951: <source>loncom/cgi/loncron.pl</source>
952: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
953: <categoryname>script</categoryname>
954: <description>CGI script that starts and pipes output of loncron</description>
955: </file>
956: <file>
1.5 harris41 957: <source>loncom/loncron</source>
958: <target dist='default'>home/httpd/perl/loncron</target>
959: <categoryname>script</categoryname>
960: <description>housekeeping</description>
1.4 harris41 961: </file>
962: <file>
1.5 harris41 963: <source>loncom/lonsql</source>
964: <target dist='default'>home/httpd/perl/lonsql</target>
965: <categoryname>script</categoryname>
966: <description>maintain secondary database of metadata</description>
1.4 harris41 967: </file>
968: <file>
1.77 harris41 969: <source>doc/man/lonsql.1</source>
970: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 ! harris41 971: <categoryname>doc</categoryname>
1.77 harris41 972: <description>man page for lonsql</description>
973: <build trigger='always run'>
974: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'
975: </build>
976: <status>works/unverified</status>
977: <dependencies>
978: ../../loncom/lonsql
979: </dependencies>
980: </file>
981: <file>
982: <source>doc/scripts/lonsql.html</source>
983: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 ! harris41 984: <categoryname>doc</categoryname>
1.77 harris41 985: <description>man page for lonsql</description>
986: <build trigger='always run'>
987: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'
988: </build>
989: <status>works/unverified</status>
990: <dependencies>
991: ../../loncom/lonsql
992: </dependencies>
993: </file>
994: <file>
1.5 harris41 995: <source>loncom/lcpasswd</source>
996: <target dist='default'>home/httpd/perl/lcpasswd</target>
997: <categoryname>setuid script</categoryname>
998: <description>
1.48 harris41 999: Coordinates the system services and files in order to allow lond to change
1000: user passwords.
1.5 harris41 1001: </description>
1.48 harris41 1002: <status>being updated</status>
1003: </file>
1004: <file>
1005: <source>loncom/pwchange</source>
1006: <target dist='default'>home/httpd/perl/pwchange</target>
1007: <categoryname>setuid script</categoryname>
1008: <description>
1009: Allows www to change user passwords.
1010: </description>
1011: <status>being updated</status>
1.4 harris41 1012: </file>
1013: <file>
1.5 harris41 1014: <source>loncom/lcuseradd</source>
1015: <target dist='default'>home/httpd/perl/lcuseradd</target>
1016: <categoryname>setuid script</categoryname>
1017: <description>
1.48 harris41 1018: Coordinates the system services and files in order to allow lond to add a
1019: new user.
1.5 harris41 1020: </description>
1.48 harris41 1021: <status>being updated</status>
1.4 harris41 1022: </file>
1023: <file>
1.5 harris41 1024: <source>loncom/lcuserdel</source>
1025: <target dist='default'>home/httpd/perl/lcuserdel</target>
1026: <categoryname>setuid script</categoryname>
1027: <description>
1.48 harris41 1028: Coordinates the system services and files in order to allow lond to delete a
1029: user.
1.5 harris41 1030: </description>
1.10 harris41 1031: <status>deprecated</status>
1.4 harris41 1032: </file>
1033: <file>
1.5 harris41 1034: <source>loncom/lcnfson</source>
1035: <target dist='default'>home/httpd/perl/lcnfson</target>
1036: <categoryname>setuid script</categoryname>
1037: <description>
1038: coordinates the system services and files in order to allow lond to enable NFS
1039: for a user
1040: </description>
1.10 harris41 1041: <status>deprecated</status>
1.4 harris41 1042: </file>
1043: <file>
1.5 harris41 1044: <source>loncom/lcnfsoff</source>
1045: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1046: <categoryname>setuid script</categoryname>
1047: <description>
1048: coordinates the system services and files in order to allow lond to disable NFS
1049: for a user
1050: </description>
1.10 harris41 1051: <status>deprecated</status>
1.53 harris41 1052: </file>
1053: <file>
1054: <source>loncom/license/gpl.txt</source>
1055: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1056: <categoryname>interface file</categoryname>
1057: <description>
1058: GNU General Public License. Long live the cause of freeware!
1059: </description>
1.4 harris41 1060: </file>
1061: <file>
1.62 harris41 1062: <source>loncom/license/about.html</source>
1063: <target dist='default'>home/httpd/html/adm/about.html</target>
1064: <categoryname>interface file</categoryname>
1065: <description>
1066: The "About" Page.
1067: </description>
1068: </file>
1069: <file>
1.5 harris41 1070: <source>loncom/publisher/publisher.html</source>
1071: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1072: <categoryname>interface file</categoryname>
1073: <description>
1074: HTML frame that presents a form element to allow for the publishing of
1075: resources, directories and underlying subdirectories.
1076: </description>
1.4 harris41 1077: </file>
1078: <file>
1.10 harris41 1079: <source>loncom/html/adm/noidea.html</source>
1080: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1081: <categoryname>interface file</categoryname>
1082: <description>
1083: Interface file for responding to improper page flipping.
1084: </description>
1085: </file>
1086: <file>
1.28 harris41 1087: <source>loncom/xml/physnet.sty</source>
1088: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1089: <categoryname>static conf</categoryname>
1090: <description>
1091: The relevant conditions and metadata to attach to PhysNet-specific tags.
1092: </description>
1093: </file>
1094: <file>
1.5 harris41 1095: <source>loncom/homework/lectureonline.sty</source>
1096: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
1097: <categoryname>static conf</categoryname>
1098: <description>
1099: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1100: </description>
1.4 harris41 1101: </file>
1102: <file>
1.5 harris41 1103: <source>loncom/misc/un_keyword.tab</source>
1104: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1105: <categoryname>conf</categoryname>
1106: <description>
1107: File which contains words which should not be keywords used to specify resource
1108: content.
1109: </description>
1.4 harris41 1110: </file>
1111: <file>
1.22 harris41 1112: <source>loncom/publisher/packages.tab</source>
1113: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1114: <categoryname>static conf</categoryname>
1.22 harris41 1115: <description>
1116: Parameter packages, so that assessments can publish parameter packages
1117: needed, which are then expanded into individual parameters - allows to
1118: retroactively add new parameters to already published assessments.
1119: </description>
1120: </file>
1121: <file>
1.5 harris41 1122: <source>loncom/publisher/copyright.tab</source>
1123: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1124: <categoryname>conf</categoryname>
1125: <description>
1126: Table which contains list of copyright possibilities for educational resources.
1127: </description>
1.4 harris41 1128: </file>
1129: <file>
1.5 harris41 1130: <source>loncom/publisher/language.tab</source>
1131: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1132: <categoryname>static conf</categoryname>
1133: <description>
1134: Table which contains string abbreviations of language::font rendering
1135: combinations.
1136: </description>
1.4 harris41 1137: </file>
1138: <file>
1.5 harris41 1139: <source>loncom/publisher/addid.tab</source>
1140: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1141: <categoryname>static conf</categoryname>
1142: <description>
1143: Table which has hash data necessary for distinguishing IDs from indices.
1144: </description>
1.4 harris41 1145: </file>
1146: <file>
1.38 harris41 1147: <source>rat/lonwrapper.pm</source>
1.19 harris41 1148: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1149: <categoryname>handler</categoryname>
1150: <description>
1151: Wrapper for external and binary files as standalone resources.
1152: Edit handler for rat maps; TeX content handler.
1153: </description>
1154: <status>works/unverified</status>
1155: </file>
1156: <file>
1.15 harris41 1157: <source>loncom/publisher/loncfile.pm</source>
1158: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1159: <categoryname>handler</categoryname>
1160: <description>
1161: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1162: construction space menu.
1163: </description>
1164: <status>works/unverified</status>
1165: </file>
1166: <file>
1.7 harris41 1167: <source>loncom/interface/lonstatistics.pm</source>
1168: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
1169: <categoryname>handler</categoryname>
1170: <description>
1171: Handler to show statistics on solving LON-CAPA problems.
1172: </description>
1173: <status>works/unverified</status>
1174: </file>
1175: <file>
1.5 harris41 1176: <source>loncom/publisher/londiff.pm</source>
1177: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
1178: <categoryname>handler</categoryname>
1179: <description>
1180: Handler to show difference between two files.
1181: </description>
1182: <status>works/unverified</status>
1.4 harris41 1183: </file>
1184: <file>
1.5 harris41 1185: <source>loncom/publisher/lonupload.pm</source>
1186: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
1187: <categoryname>handler</categoryname>
1188: <description>
1189: Handler to upload files through browser into construction space.
1190: </description>
1191: <status>works/unverified</status>
1.4 harris41 1192: </file>
1193: <file>
1.76 harris41 1194: <source>doc/man/Apache__lonupload.3</source>
1195: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 ! harris41 1196: <categoryname>doc</categoryname>
1.76 harris41 1197: <description>man page for lonupload.pm</description>
1198: <build trigger='always run'>
1.77 harris41 1199: loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 1200: </build>
1201: <status>works/unverified</status>
1202: <dependencies>
1203: ../../loncom/publisher/lonupload.pm
1204: </dependencies>
1205: </file>
1206: <file>
1207: <source>doc/api/Apache/lonupload.html</source>
1208: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html</target>
1.83 ! harris41 1209: <categoryname>doc</categoryname>
1.76 harris41 1210: <description>POD-derived page for lonupload.pm</description>
1211: <build trigger='always run'>
1.77 harris41 1212: loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
1.76 harris41 1213: </build>
1214: <status>works/unverified</status>
1215: <dependencies>
1216: ../../loncom/publisher/lonupload.pm
1217: </dependencies>
1218: </file>
1219: <file>
1.5 harris41 1220: <source>loncom/homework/essayresponse.pm</source>
1221: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
1222: <categoryname>handler</categoryname>
1223: <description>
1224: Handler to evaluate essay (ungraded) style responses.
1225: </description>
1226: <status>works/unverified</status>
1.4 harris41 1227: </file>
1228: <file>
1.5 harris41 1229: <source>loncom/publisher/lonpubdir.pm</source>
1230: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
1231: <categoryname>handler</categoryname>
1232: <description>
1233: Handler to publish directories.
1234: </description>
1.4 harris41 1235: </file>
1236: <file>
1.76 harris41 1237: <source>doc/man/Apache__lonpubdir.3</source>
1238: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 ! harris41 1239: <categoryname>doc</categoryname>
1.76 harris41 1240: <description>man page for lonpubdir.pm</description>
1241: <build trigger='always run'>
1.77 harris41 1242: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 1243: </build>
1244: <status>works/unverified</status>
1245: <dependencies>
1246: ../../loncom/lonnet/perl/lonnet.pm
1247: </dependencies>
1248: </file>
1249: <file>
1250: <source>doc/api/Apache/lonpubdir.html</source>
1251: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html</target>
1.83 ! harris41 1252: <categoryname>doc</categoryname>
1.76 harris41 1253: <description>POD-derived page for lonpubdir.pm</description>
1254: <build trigger='always run'>
1.77 harris41 1255: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
1.76 harris41 1256: </build>
1257: <status>works/unverified</status>
1258: <dependencies>
1259: ../../loncom/publisher/lonpubdir.pm
1260: </dependencies>
1261: </file>
1262: <file>
1.5 harris41 1263: <source>loncom/publisher/lonretrieve.pm</source>
1264: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
1265: <categoryname>handler</categoryname>
1266: <description>
1267: Handler to retrieve old versions from resource space.
1268: </description>
1269: <status>works/unverified</status>
1.4 harris41 1270: </file>
1271: <file>
1.76 harris41 1272: <source>doc/man/Apache__lonretrieve.3</source>
1273: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 ! harris41 1274: <categoryname>doc</categoryname>
1.76 harris41 1275: <description>man page for lonretrieve.pm</description>
1276: <build trigger='always run'>
1.77 harris41 1277: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 1278: </build>
1279: <status>works/unverified</status>
1280: <dependencies>
1281: ../../loncom/publisher/lonretrieve.pm
1282: </dependencies>
1283: </file>
1284: <file>
1285: <source>doc/api/Apache/lonretrieve.html</source>
1286: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html</target>
1.83 ! harris41 1287: <categoryname>doc</categoryname>
1.76 harris41 1288: <description>POD-derived page for lonretrieve.pm</description>
1289: <build trigger='always run'>
1.77 harris41 1290: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
1.76 harris41 1291: </build>
1292: <status>works/unverified</status>
1293: <dependencies>
1294: ../../loncom/publisher/lonretrieve.pm
1295: </dependencies>
1296: </file>
1297: <file>
1.5 harris41 1298: <source>loncom/homework/edit.pm</source>
1299: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
1300: <categoryname>handler</categoryname>
1301: <description>
1302: Helper functions when in homework edit mode.
1303: </description>
1.4 harris41 1304: </file>
1305: <file>
1.5 harris41 1306: <source>loncom/interface/lonmeta.pm</source>
1307: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
1308: <categoryname>handler</categoryname>
1309: <description>Metadata display handler.</description>
1310: <status>works/unverified</status>
1.4 harris41 1311: </file>
1312: <file>
1.5 harris41 1313: <source>rat/lonambiguous.pm</source>
1314: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
1315: <categoryname>handler</categoryname>
1316: <description>
1317: Handler to resolve ambiguous file locations.
1318: </description>
1319: <status>works/unverified</status>
1.4 harris41 1320: </file>
1321: <file>
1.5 harris41 1322: <source>rat/lonratparms.pm</source>
1323: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
1324: <categoryname>handler</categoryname>
1325: <description>
1326: Handler to set resource parameters inside of the RAT based on metadata.
1327: </description>
1328: <status>works/unverified</status>
1.4 harris41 1329: </file>
1330: <file>
1.5 harris41 1331: <source>rat/lonsequence.pm</source>
1332: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
1333: <categoryname>handler</categoryname>
1334: <description>
1335: Handler for showing sequence objects of educational resources.
1336: </description>
1337: <status>works/unverified</status>
1.4 harris41 1338: </file>
1339: <file>
1.5 harris41 1340: <source>loncom/interface/loncreatecourse.pm</source>
1341: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
1342: <categoryname>handler</categoryname>
1343: <description>
1.72 harris41 1344: Allows domain coordinators to create new courses and assign course
1345: coordinators.
1.5 harris41 1346: </description>
1.10 harris41 1347: <status>works/unverified</status>
1.4 harris41 1348: </file>
1349: <file>
1.5 harris41 1350: <source>loncom/interface/loncreateuser.pm</source>
1351: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
1352: <categoryname>handler</categoryname>
1353: <description>
1.72 harris41 1354: Allows users to within their own privileges create/edit users and give
1355: them roles.
1.5 harris41 1356: </description>
1357: <status>works/unverified</status>
1.4 harris41 1358: </file>
1359: <file>
1.5 harris41 1360: <source>loncom/interface/lonchart.pm</source>
1361: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
1362: <categoryname>handler</categoryname>
1363: <description>
1364: Produces simple LectureOnline-like student assessment performance chart
1365: </description>
1.4 harris41 1366: </file>
1367: <file>
1.5 harris41 1368: <source>loncom/interface/loncommon.pm</source>
1369: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
1370: <categoryname>handler</categoryname>
1371: <description>
1372: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 1373: user, domain, home_server, course_id.
1.5 harris41 1374: </description>
1375: <status>works/unverified</status>
1.4 harris41 1376: </file>
1377: <file>
1.76 harris41 1378: <source>doc/man/Apache__loncommon.3</source>
1379: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 ! harris41 1380: <categoryname>doc</categoryname>
1.76 harris41 1381: <description>man page for loncommon.pm</description>
1382: <build trigger='always run'>
1.77 harris41 1383: loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 1384: </build>
1385: <status>works/unverified</status>
1386: <dependencies>
1387: ../../loncom/interface/loncommon.pm
1388: </dependencies>
1389: </file>
1390: <file>
1391: <source>doc/api/Apache/loncommon.html</source>
1392: <target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html</target>
1.83 ! harris41 1393: <categoryname>doc</categoryname>
1.76 harris41 1394: <description>POD-derived page for loncommon.pm</description>
1395: <build trigger='always run'>
1.77 harris41 1396: loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
1.76 harris41 1397: </build>
1398: <status>works/unverified</status>
1399: <dependencies>
1400: ../../loncom/interface/loncommon.pm
1401: </dependencies>
1402: </file>
1403: <file>
1.5 harris41 1404: <source>loncom/homework/grades.pm</source>
1405: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
1406: <categoryname>handler</categoryname>
1407: <description>Handles the viewing of grades.</description>
1.4 harris41 1408: </file>
1409: <file>
1.5 harris41 1410: <source>loncom/homework/imageresponse.pm</source>
1411: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
1412: <categoryname>handler</categoryname>
1413: <description>
1414: Coordinates the response to clicking an image.
1415: </description>
1416: <status>works/unverified</status>
1.4 harris41 1417: </file>
1418: <file>
1.5 harris41 1419: <source>loncom/homework/optionresponse.pm</source>
1420: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
1421: <categoryname>handler</categoryname>
1.27 harris41 1422: <description>
1423: Handles tags associated with showing a list of options.</description>
1.4 harris41 1424: </file>
1425: <file>
1.5 harris41 1426: <source>loncom/homework/outputtags.pm</source>
1427: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
1428: <categoryname>handler</categoryname>
1429: <description>
1430: Handles tags associated with output. Seems to relate to due dates of the
1431: assignment.
1432: </description>
1.10 harris41 1433: <status>works/unverified</status>
1.4 harris41 1434: </file>
1435: <file>
1.6 harris41 1436: <source>loncom/interface/lontest.pm</source>
1437: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
1438: <categoryname>handler</categoryname>
1439: <description>
1440: Used for debugging and testing the LON-CAPA system.
1441: </description>
1.10 harris41 1442: <status>works/unverified</status>
1.6 harris41 1443: </file>
1444: <file>
1445: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 1446: <target dist='default'>
1447: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 1448: <categoryname>handler</categoryname>
1449: <description>
1450: Handles multiple-choice style responses.
1451: </description>
1.10 harris41 1452: <status>works/unverified</status>
1.6 harris41 1453: </file>
1454: <file>
1455: <source>loncom/interface/lonassignments.pm</source>
1456: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
1457: <categoryname>handler</categoryname>
1458: <description>
1459: Handles processing of assignments.
1460: </description>
1.10 harris41 1461: <status>works/unverified</status>
1.6 harris41 1462: </file>
1463: <file>
1464: <source>loncom/interface/loncommunicate.pm</source>
1465: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
1466: <categoryname>handler</categoryname>
1.72 harris41 1467: <description>
1468: Will be the access handler to email sending, as well as the planned
1469: chatrooms, etc.
1470: </description>
1.10 harris41 1471: <status>works/unverified</status>
1.6 harris41 1472: </file>
1473: <file>
1474: <source>loncom/interface/lonerrorhandler.pm</source>
1475: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
1476: <categoryname>handler</categoryname>
1477: <description>
1478: Handles errors.
1479: </description>
1.10 harris41 1480: <status>works/unverified</status>
1.6 harris41 1481: </file>
1482: <file>
1483: <source>loncom/interface/lonevaluate.pm</source>
1484: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
1485: <categoryname>handler</categoryname>
1486: <description>
1487: Handles evaluation.
1488: </description>
1.10 harris41 1489: <status>works/unverified</status>
1.6 harris41 1490: </file>
1491: <file>
1492: <source>loncom/interface/lonfeedback.pm</source>
1493: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
1494: <categoryname>handler</categoryname>
1495: <description>
1496: Handles feedback from students to instructors and system administrators.
1.72 harris41 1497: Provides a screenshot of the current
1498: resource, as well as previous attempts if the resource was a homework.
1499: Used by lonmsg.pm.
1.6 harris41 1500: </description>
1.10 harris41 1501: <status>works/unverified</status>
1.4 harris41 1502: </file>
1503: <file>
1.6 harris41 1504: <source>loncom/interface/lonnavmaps.pm</source>
1505: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
1506: <categoryname>handler</categoryname>
1507: <description>
1508: Handles navigational maps.
1509: </description>
1.10 harris41 1510: <status>works/unverified</status>
1.4 harris41 1511: </file>
1512: <file>
1.6 harris41 1513: <source>loncom/interface/lonpreferences.pm</source>
1514: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
1515: <categoryname>handler</categoryname>
1516: <description>
1517: Handles user preferences associated with customizing the online LON-CAPA
1518: educational environment.
1519: </description>
1.10 harris41 1520: <status>works/unverified</status>
1.6 harris41 1521: </file>
1522: <file>
1523: <source>loncom/interface/lonprintout.pm</source>
1524: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
1525: <categoryname>handler</categoryname>
1526: <description>
1527: Handles the production of printable files and resources.
1528: </description>
1.10 harris41 1529: <status>works/unverified</status>
1.6 harris41 1530: </file>
1531: <file>
1532: <source>loncom/interface/lonsearchcat.pm</source>
1533: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
1534: <categoryname>handler</categoryname>
1535: <description>
1536: Handles a searchable catalogue.
1537: </description>
1.10 harris41 1538: <status>works/unverified</status>
1.4 harris41 1539: </file>
1540: <file>
1.76 harris41 1541: <source>doc/man/Apache__lonsearchcat.3</source>
1542: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 ! harris41 1543: <categoryname>doc</categoryname>
1.76 harris41 1544: <description>man page for lonsearchcat.pm</description>
1545: <build trigger='always run'>
1.77 harris41 1546: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 1547: </build>
1548: <status>works/unverified</status>
1549: <dependencies>
1550: ../../loncom/interface/lonsearchcat.pm
1551: </dependencies>
1552: </file>
1553: <file>
1554: <source>doc/api/Apache/lonsearchcat.html</source>
1555: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html</target>
1.83 ! harris41 1556: <categoryname>doc</categoryname>
1.76 harris41 1557: <description>POD-derived page for lonsearchcat.pm</description>
1558: <build trigger='always run'>
1.77 harris41 1559: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
1.76 harris41 1560: </build>
1561: <status>works/unverified</status>
1562: <dependencies>
1563: ../../loncom/interface/lonsearchcat.pm
1564: </dependencies>
1565: </file>
1566: <file>
1.6 harris41 1567: <source>loncom/interface/londropadd.pm</source>
1568: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
1569: <categoryname>handler</categoryname>
1570: <description>
1.72 harris41 1571: Allows course coordinators to upload courselists in different formats, and
1572: automatically create users (if they do not exist already), assign them the
1573: role of student in a course, and add them to the classlist.
1.6 harris41 1574: </description>
1.10 harris41 1575: <status>works/unverified</status>
1.6 harris41 1576: </file>
1577: <file>
1578: <source>loncom/interface/lonmsg.pm</source>
1579: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
1580: <categoryname>handler</categoryname>
1581: <description>
1.72 harris41 1582: lonmsg.pm has several functions to send and receive internal messages.
1583: author_res_msg - send message to resource author.
1584: user_crit_msg - send a critical message to a user. A critical message
1585: will require acknowledgment by the recipient and the sender will be notified.
1586: user_crit_received - routine to trigger acknowledgment.
1587: statuschange - change the status of a message (read, replied, forwarded, etc).
1588: The handler also displays messages, has routines to reply, etc.
1.6 harris41 1589: </description>
1.10 harris41 1590: <status>works/unverified</status>
1.6 harris41 1591: </file>
1592: <file>
1593: <source>loncom/homework/hint.pm</source>
1594: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
1595: <categoryname>handler</categoryname>
1596: <description>
1597: This handler coordinates the delivery of hints to students working on LON-CAPA
1598: problems and assignments.
1599: </description>
1.10 harris41 1600: <status>works/unverified</status>
1.6 harris41 1601: </file>
1602: <file>
1603: <source>loncom/interface/lonspreadsheet.pm</source>
1604: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
1605: <categoryname>handler</categoryname>
1606: <description>
1.72 harris41 1607: Spreadsheets are completely web-based.
1608: They exist on the level of a whole course, a student, and individual
1609: assessments.
1.6 harris41 1610: </description>
1.10 harris41 1611: <status>works/unverified</status>
1.6 harris41 1612: </file>
1613: <file>
1614: <source>loncom/interface/lonparmset.pm</source>
1615: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
1616: <categoryname>handler</categoryname>
1617: <description>
1618: Handler to resolve ambiguous file locations
1619: </description>
1.10 harris41 1620: <status>works/unverified</status>
1.6 harris41 1621: </file>
1622: <file>
1.76 harris41 1623: <source>doc/man/Apache__lonparmset.3</source>
1624: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 ! harris41 1625: <categoryname>doc</categoryname>
1.76 harris41 1626: <description>man page for lonparmset.pm</description>
1627: <build trigger='always run'>
1.77 harris41 1628: loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 1629: </build>
1630: <status>works/unverified</status>
1631: <dependencies>
1632: ../../loncom/interface/lonparmset.pm
1633: </dependencies>
1634: </file>
1635: <file>
1636: <source>doc/api/Apache/lonparmset.html</source>
1637: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html</target>
1.83 ! harris41 1638: <categoryname>doc</categoryname>
1.76 harris41 1639: <description>POD-derived page for lonparmset.pm</description>
1640: <build trigger='always run'>
1.77 harris41 1641: loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
1.76 harris41 1642: </build>
1643: <status>works/unverified</status>
1644: <dependencies>
1645: ../../loncom/interface/lonparmset.pm
1646: </dependencies>
1647: </file>
1648: <file>
1.6 harris41 1649: <source>loncom/publisher/lonconstruct.pm</source>
1650: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
1651: <categoryname>handler</categoryname>
1652: <description>
1653: Page wrapper for handling construction space.
1654: </description>
1.10 harris41 1655: <status>works/unverified</status>
1.6 harris41 1656: </file>
1657: <file>
1658: <source>loncom/publisher/lonpublisher.pm</source>
1659: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
1660: <categoryname>handler</categoryname>
1661: <description>
1662: Publishes an LON-CAPA educational resource complete with metadata
1663: (authorship, language, copyright, creation date, etc).
1664: </description>
1.10 harris41 1665: <status>works/unverified</status>
1.6 harris41 1666: </file>
1667: <file>
1.76 harris41 1668: <source>doc/man/Apache__lonpublisher.3</source>
1669: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 ! harris41 1670: <categoryname>doc</categoryname>
1.76 harris41 1671: <description>man page for lonpublisher.pm</description>
1672: <build trigger='always run'>
1.77 harris41 1673: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 1674: </build>
1675: <status>works/unverified</status>
1676: <dependencies>
1677: ../../loncom/publisher/lonpublisher.pm
1678: </dependencies>
1679: </file>
1680: <file>
1681: <source>doc/api/Apache/lonpublisher.html</source>
1682: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html</target>
1.83 ! harris41 1683: <categoryname>doc</categoryname>
1.76 harris41 1684: <description>POD-derived page for lonpublisher.pm</description>
1685: <build trigger='always run'>
1.77 harris41 1686: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
1.76 harris41 1687: </build>
1688: <status>works/unverified</status>
1689: <dependencies>
1690: ../../loncom/publisher/lonpublisher.pm
1691: </dependencies>
1692: </file>
1693: <file>
1.6 harris41 1694: <source>loncom/interface/lonmenu.pm</source>
1695: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
1696: <categoryname>handler</categoryname>
1697: <description>
1698: Has routines which control the remote control.
1699: </description>
1.10 harris41 1700: <status>works/unverified</status>
1.6 harris41 1701: </file>
1702: <file>
1703: <source>rat/lonpageflip.pm</source>
1704: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
1705: <categoryname>handler</categoryname>
1706: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 1707: <status>works/unverified</status>
1.6 harris41 1708: </file>
1709: <file>
1710: <source>rat/lonratedt.pm</source>
1711: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
1712: <categoryname>handler</categoryname>
1713: <description>
1714: Builds up frame set and loads in the right thing.
1715: </description>
1.10 harris41 1716: <status>works/unverified</status>
1.6 harris41 1717: </file>
1718: <file>
1719: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
1720: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
1721: <categoryname>handler</categoryname>
1722: <description>
1723: Homework remote control.
1724: </description>
1.10 harris41 1725: <status>works/unverified</status>
1.6 harris41 1726: </file>
1727: <file>
1728: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
1729: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
1730: <categoryname>handler</categoryname>
1731: <description>
1.10 harris41 1732: This will take annotations and then plug them into a page.
1.6 harris41 1733: </description>
1.10 harris41 1734: <status>works/unverified</status>
1.6 harris41 1735: </file>
1736: <file>
1737: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
1738: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
1739: <categoryname>handler</categoryname>
1740: <description>
1741: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 1742: interface.
1.6 harris41 1743: </description>
1.10 harris41 1744: <status>works/unverified</status>
1.6 harris41 1745: </file>
1746: <file>
1747: <source>rat/lonratsrv.pm</source>
1748: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
1749: <categoryname>handler</categoryname>
1750: <description>
1.27 harris41 1751: Handler that takes output from RAT and stores it on disk. Handles the upper
1752: hidden frame of the added window that comes up in RAT. (3 frames come up in
1753: RAT server, code, and output. This module handles server connection.)
1.6 harris41 1754: </description>
1.10 harris41 1755: <status>works/unverified</status>
1.6 harris41 1756: </file>
1757: <file>
1758: <source>rat/lonpage.pm</source>
1759: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
1760: <categoryname>handler</categoryname>
1761: <description>
1762: bundles pages into one page
1763: </description>
1.10 harris41 1764: <status>works/unverified</status>
1.6 harris41 1765: </file>
1766: <file>
1.76 harris41 1767: <source>doc/man/Apache__lonpage.3</source>
1768: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 ! harris41 1769: <categoryname>doc</categoryname>
1.76 harris41 1770: <description>man page for lonpage.pm</description>
1771: <build trigger='always run'>
1.77 harris41 1772: loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 1773: </build>
1774: <status>works/unverified</status>
1775: <dependencies>
1776: ../../rat/lonpage.pm
1777: </dependencies>
1778: </file>
1779: <file>
1780: <source>doc/api/Apache/lonpage.html</source>
1781: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html</target>
1.83 ! harris41 1782: <categoryname>doc</categoryname>
1.76 harris41 1783: <description>POD-derived page for lonnet.pm</description>
1784: <build trigger='always run'>
1.77 harris41 1785: loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 1786: </build>
1787: <status>works/unverified</status>
1788: <dependencies>
1789: ../../rat/lonpage.pm
1790: </dependencies>
1791: </file>
1792: <file>
1.6 harris41 1793: <source>rat/lonuserstate.pm</source>
1794: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
1795: <categoryname>handler</categoryname>
1796: <description>
1797: compile course into binary data structure (in loncom/rat)
1798: </description>
1.10 harris41 1799: <status>works/unverified</status>
1.6 harris41 1800: </file>
1801: <file>
1.76 harris41 1802: <source>doc/man/Apache__lonuserstate.3</source>
1803: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 ! harris41 1804: <categoryname>doc</categoryname>
1.76 harris41 1805: <description>man page for lonnet.pm</description>
1806: <build trigger='always run'>
1.77 harris41 1807: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 1808: </build>
1809: <status>works/unverified</status>
1810: <dependencies>
1811: ../../rat/lonuserstate.pm
1812: </dependencies>
1813: </file>
1814: <file>
1815: <source>doc/api/Apache/lonuserstate.html</source>
1816: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html</target>
1.83 ! harris41 1817: <categoryname>doc</categoryname>
1.76 harris41 1818: <description>POD-derived page for lonuserstate.pm</description>
1819: <build trigger='always run'>
1.77 harris41 1820: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
1.76 harris41 1821: </build>
1822: <status>works/unverified</status>
1823: <dependencies>
1824: ../../rat/lonuserstate.pm
1825: </dependencies>
1826: </file>
1827: <file>
1.6 harris41 1828: <source>loncom/xml/lontex.pm</source>
1829: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
1830: <categoryname>handler</categoryname>
1831: <description>
1832: Handler for tex files (somewhere in modules)
1833: </description>
1.10 harris41 1834: <status>works/unverified</status>
1.6 harris41 1835: </file>
1836: <file>
1837: <source>loncom/xml/lontexconvert.pm</source>
1838: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
1839: <categoryname>handler</categoryname>
1840: <description>
1841: Access to tth/ttm
1842: </description>
1.10 harris41 1843: <status>works/unverified</status>
1.6 harris41 1844: </file>
1845: <file>
1846: <source>loncom/xml/lonxml.pm</source>
1847: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
1848: <categoryname>handler</categoryname>
1849: <description>
1850: XML Parsing Module
1.78 harris41 1851: </description>
1852: <status>works/unverified</status>
1853: </file>
1854: <file>
1855: <source>loncom/xml/lonplot.pm</source>
1856: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
1857: <categoryname>handler</categoryname>
1858: <description>
1859: XML-based plotter of graphs
1.6 harris41 1860: </description>
1.10 harris41 1861: <status>works/unverified</status>
1.6 harris41 1862: </file>
1863: <file>
1864: <source>loncom/xml/style.pm</source>
1865: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
1866: <categoryname>handler</categoryname>
1867: <description>
1868: Style Parsing Module
1869: </description>
1.10 harris41 1870: <status>works/unverified</status>
1.6 harris41 1871: </file>
1872: <file>
1873: <source>loncom/xml/londefdef.pm</source>
1874: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
1875: <categoryname>handler</categoryname>
1876: <description>
1877: Tags Default Definition Module
1878: </description>
1.10 harris41 1879: <status>works/unverified</status>
1.4 harris41 1880: </file>
1881: <file>
1.6 harris41 1882: <source>loncom/xml/run.pm</source>
1883: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
1884: <categoryname>handler</categoryname>
1885: <description>
1886: used to prevent poorly written problems from causing lingering after effects
1887: </description>
1.10 harris41 1888: <status>works/unverified</status>
1.4 harris41 1889: </file>
1890: <file>
1.6 harris41 1891: <source>loncom/xml/scripttag.pm</source>
1892: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
1893: <categoryname>handler</categoryname>
1894: <description>
1895: implements <script>, <scriptlib>, <parserlib>, and
1896: <import>
1897: </description>
1.10 harris41 1898: <status>works/unverified</status>
1.4 harris41 1899: </file>
1900: <file>
1.33 harris41 1901: <source>loncom/homework/randomlabel.pm</source>
1902: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
1903: <categoryname>handler</categoryname>
1904: <description>
1905: Interface for producing applet code which randomizes the labelling of an
1906: image.
1907: </description>
1908: </file>
1909: <file>
1.6 harris41 1910: <source>loncom/homework/lonhomework.pm</source>
1911: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
1912: <categoryname>handler</categoryname>
1.27 harris41 1913: <description>
1914: handles requests for output, evaluation, and alteration of a homework resource
1915: </description>
1.4 harris41 1916: </file>
1.10 harris41 1917: <status>works/unverified</status>
1.4 harris41 1918: <file>
1.6 harris41 1919: <source>loncom/homework/inputtags.pm</source>
1920: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
1921: <categoryname>handler</categoryname>
1922: <description>
1923: produces HTML input tags (<INPUT>) for rendering homework resources
1924: </description>
1.10 harris41 1925: <status>works/unverified</status>
1.4 harris41 1926: </file>
1927: <file>
1.6 harris41 1928: <source>loncom/homework/structuretags.pm</source>
1929: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
1930: <categoryname>handler</categoryname>
1931: <description>
1.27 harris41 1932: produces HTML tags necessary for structuring the presentation of homework
1933: resources
1.6 harris41 1934: </description>
1.10 harris41 1935: <status>works/unverified</status>
1.4 harris41 1936: </file>
1937: <file>
1.6 harris41 1938: <source>loncom/homework/response.pm</source>
1939: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
1940: <categoryname>handler</categoryname>
1941: <description>
1.27 harris41 1942: defines different types of responses given to student as well as syntax for
1943: producing response values
1.6 harris41 1944: </description>
1.10 harris41 1945: <status>works/unverified</status>
1.4 harris41 1946: </file>
1947: <file>
1.6 harris41 1948: <source>loncom/homework/caparesponse/caparesponse.pm</source>
1949: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
1950: <categoryname>handler</categoryname>
1951: <description>
1952: handles request to the CAPA homework processing engine
1953: </description>
1.10 harris41 1954: <status>works/unverified</status>
1.4 harris41 1955: </file>
1956: <file>
1.30 harris41 1957: <source>loncom/auth/localauth.pm</source>
1958: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
1959: <categoryname>handler</categoryname>
1960: <description>
1961: Local authentication mechanism (meant to be customized).
1962: </description>
1963: <status>works/unverified</status>
1964: </file>
1965: <file>
1.6 harris41 1966: <source>loncom/auth/lonacc.pm</source>
1967: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
1968: <categoryname>handler</categoryname>
1969: <description>
1970: (This module, like loncacc.pm also authenticates with cookies.)
1971: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
1972: functions (e.g. roles, logout, annotations, and bookmarks) as well
1973: as coordinating access to educational resources.
1974: </description>
1.10 harris41 1975: <status>works/unverified</status>
1.4 harris41 1976: </file>
1977: <file>
1.76 harris41 1978: <source>doc/man/Apache__lonacc.3</source>
1979: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 ! harris41 1980: <categoryname>doc</categoryname>
1.76 harris41 1981: <description>man page for lonacc.pm</description>
1982: <build trigger='always run'>
1.77 harris41 1983: loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 1984: </build>
1985: <status>works/unverified</status>
1986: <dependencies>
1987: ../../loncom/auth/lonacc.pm
1988: </dependencies>
1989: </file>
1990: <file>
1991: <source>doc/api/Apache/lonacc.html</source>
1992: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonacc.html</target>
1.83 ! harris41 1993: <categoryname>doc</categoryname>
1.76 harris41 1994: <description>POD-derived page for lonacc.pm</description>
1995: <build trigger='always run'>
1.77 harris41 1996: loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 1997: </build>
1998: <status>works/unverified</status>
1999: <dependencies>
2000: ../../loncom/auth/lonacc.pm
2001: </dependencies>
2002: </file>
2003: <file>
1.6 harris41 2004: <source>loncom/auth/lonracc.pm</source>
2005: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
2006: <categoryname>handler</categoryname>
2007: <description>
2008: access handler for file transfers
2009: </description>
1.10 harris41 2010: <status>works/unverified</status>
1.4 harris41 2011: </file>
2012: <file>
1.6 harris41 2013: <source>loncom/auth/loncacc.pm</source>
2014: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
2015: <categoryname>handler</categoryname>
2016: <description>
2017: This module provides access to an educational resource construction area.
2018: This module is invoked by the URL-related pattern syntax
2019: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
2020: Authentication of user identity
2021: is coordinated through cookies. The abbreviation "cacc" corresponds
2022: to "construction-space access"). If the cookie handle is invalid, then
2023: this module returns a forbidden status and makes appropriate log entries.
2024: If the cookie handle is valid, status is determined to be okay (and,
2025: for the "priv"-type access, the resource is delivered by the
2026: <tt>lonconstruct</tt> module).
2027: </description>
1.10 harris41 2028: <status>works/unverified</status>
1.4 harris41 2029: </file>
2030: <file>
1.6 harris41 2031: <source>loncom/auth/lonauth.pm</source>
2032: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
2033: <categoryname>handler</categoryname>
2034: <description>authenticate, set up session environment</description>
1.10 harris41 2035: <status>works/unverified</status>
1.4 harris41 2036: </file>
2037: <file>
1.6 harris41 2038: <source>loncom/auth/lonlogin.pm</source>
2039: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
2040: <categoryname>handler</categoryname>
2041: <description>login screen</description>
1.10 harris41 2042: <status>works/unverified</status>
1.4 harris41 2043: </file>
2044: <file>
1.6 harris41 2045: <source>loncom/auth/lonlogout.pm</source>
2046: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
2047: <categoryname>handler</categoryname>
2048: <description>logout</description>
1.10 harris41 2049: <status>works/unverified</status>
1.4 harris41 2050: </file>
2051: <file>
1.6 harris41 2052: <source>loncom/lonnet/perl/lonrep.pm</source>
2053: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
2054: <categoryname>handler</categoryname>
2055: <description>replication</description>
1.4 harris41 2056: </file>
2057: <file>
1.6 harris41 2058: <source>loncom/auth/lonroles.pm</source>
2059: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
2060: <categoryname>handler</categoryname>
2061: <description>
2062: This perl handling module reads in the available roles available
2063: for a LON-CAPA user (different courses, different privileges, etc)
2064: and produces a form-element HTML page which allows the user to select
2065: which role he wishes to exercise in the LON-CAPA system. For instance,
2066: a user may want to select between being a student in a thermodynamics
2067: physics course or a teaching assistant for an introductory calculus
2068: class.
2069: </description>
1.4 harris41 2070: </file>
2071: <file>
1.6 harris41 2072: <source>loncom/interface/lonindexer.pm</source>
2073: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
2074: <categoryname>handler</categoryname>
2075: <description>
2076: cross server filesystem browser
2077: </description>
1.10 harris41 2078: <status>works/unverified</status>
1.76 harris41 2079: </file>
2080: <file>
2081: <source>doc/man/Apache__lonindexer.3</source>
2082: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 ! harris41 2083: <categoryname>doc</categoryname>
1.76 harris41 2084: <description>man page for lonindexer.pm</description>
2085: <build trigger='always run'>
1.77 harris41 2086: loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 2087: </build>
2088: <status>works/unverified</status>
2089: <dependencies>
2090: ../../loncom/interface/lonindexer.pm
2091: </dependencies>
2092: </file>
2093: <file>
2094: <source>doc/api/Apache/lonindexer.html</source>
2095: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html</target>
1.83 ! harris41 2096: <categoryname>doc</categoryname>
1.76 harris41 2097: <description>POD-derived page for lonindexer.pm</description>
2098: <build trigger='always run'>
1.77 harris41 2099: loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
1.76 harris41 2100: </build>
2101: <status>works/unverified</status>
2102: <dependencies>
2103: ../../loncom/interface/lonindexer.pm
2104: </dependencies>
1.4 harris41 2105: </file>
2106: <file>
1.24 harris41 2107: <source>loncom/interface/groupsort.pm</source>
2108: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
2109: <categoryname>handler</categoryname>
2110: <description>
2111: Implements a second phase of importing multiple resources into the RAT.
2112: Allows for reordering the sequence of resources.
2113: </description>
2114: <status>works/unverified</status>
2115: </file>
2116: <file>
1.6 harris41 2117: <source>loncom/lonnet/perl/lonnet.pm</source>
2118: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
2119: <categoryname>handler</categoryname>
2120: <description>
2121: This file is an interface to the lonc processes of the LON-CAPA network
2122: as well as set of elaborated functions for handling information necessary
2123: for navigating through a given cluster of LON-CAPA machines within a domain.
2124: There are over 40 specialized functions in this module which handle
2125: the reading and transmission of metadata, user information
2126: (ids, names, environments, roles, logs), file information (storage, reading,
2127: directories, extensions, replication, embedded styles and descriptors),
2128: educational resources (course descriptions, section names and numbers),
2129: url hashing (to assign roles on a url basis), and translating abbreviated
2130: symbols to and from more descriptive phrases or explanations.
2131: </description>
1.10 harris41 2132: <status>works/unverified</status>
1.73 harris41 2133: </file>
2134: <file>
2135: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 2136: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 ! harris41 2137: <categoryname>doc</categoryname>
1.73 harris41 2138: <description>man page for lonnet.pm</description>
2139: <build trigger='always run'>
1.77 harris41 2140: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 2141: </build>
2142: <status>works/unverified</status>
2143: <dependencies>
2144: ../../loncom/lonnet/perl/lonnet.pm
2145: </dependencies>
2146: </file>
2147: <file>
2148: <source>doc/api/Apache/lonnet.html</source>
1.74 harris41 2149: <target dist='default'>home/httpd/html/adm/help/api/Apache/lonnet.html</target>
1.83 ! harris41 2150: <categoryname>doc</categoryname>
1.73 harris41 2151: <description>POD-derived page for lonnet.pm</description>
2152: <build trigger='always run'>
1.77 harris41 2153: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 2154: </build>
2155: <status>works/unverified</status>
2156: <dependencies>
2157: ../../loncom/lonnet/perl/lonnet.pm
2158: </dependencies>
1.4 harris41 2159: </file>
2160: <file>
1.6 harris41 2161: <source>loncom/html/index.html</source>
2162: <target dist='default'>home/httpd/html/index.html</target>
2163: <categoryname>interface file</categoryname>
2164: <description>bumps to login</description>
1.4 harris41 2165: </file>
1.6 harris41 2166: <link>
2167: <linkto>etc/mime.types</linkto>
2168: <target dist='default'>etc/httpd/conf/mime.types</target>
2169: <categoryname>symbolic link</categoryname>
2170: <description>symbolic link to /etc/mime.types</description>
2171: </link>
2172: <link>
2173: <linkto>home/httpd/html/res</linkto>
2174: <target dist='default'>home/httpd/html/raw</target>
2175: <categoryname>symbolic link</categoryname>
2176: <description>symbolic link to /home/httpd/html/res</description>
2177: </link>
1.4 harris41 2178: <file>
1.6 harris41 2179: <source>loncom/html/adm/notfound.html</source>
2180: <target dist='default'>home/httpd/html/adm/notfound.html</target>
2181: <categoryname>interface file</categoryname>
2182: <description>
2183: static html page that is shown when an attempt is made to access a document
2184: not present on the web server
2185: </description>
1.4 harris41 2186: </file>
2187: <file>
1.6 harris41 2188: <source>loncom/html/adm/unauthorized.html</source>
2189: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
2190: <categoryname>interface file</categoryname>
2191: <description>
1.27 harris41 2192: static html page that is shown when an attempt is made to access a document
2193: which is restricted based on file or server configurations
1.32 harris41 2194: </description>
2195: </file>
2196: <file>
2197: <source>loncom/html/adm/help/searchcat.html</source>
2198: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
2199: <categoryname>interface file</categoryname>
2200: <description>
2201: Help page for the search engine.
1.6 harris41 2202: </description>
1.4 harris41 2203: </file>
2204: <file>
1.6 harris41 2205: <source>rat/client/rat.html</source>
2206: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
2207: <categoryname>interface file</categoryname>
2208: <description>
2209: frameset
2210: </description>
1.4 harris41 2211: </file>
2212: <file>
1.6 harris41 2213: <source>rat/client/parameter.html</source>
2214: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
2215: <categoryname>interface file</categoryname>
2216: <description>
2217: Parameter input window.
2218: </description>
1.4 harris41 2219: </file>
2220: <file>
1.6 harris41 2221: <source>rat/client/code.html</source>
2222: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
2223: <categoryname>interface file</categoryname>
2224: <description>
2225: javascript
2226: </description>
1.4 harris41 2227: </file>
2228: <file>
1.6 harris41 2229: <source>rat/client/map.html</source>
2230: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
2231: <categoryname>interface file</categoryname>
2232: <description>
2233: bumper
2234: </description>
1.4 harris41 2235: </file>
2236: <file>
1.6 harris41 2237: <source>rat/client/empty.html</source>
2238: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
2239: <categoryname>interface file</categoryname>
2240: <description>
2241: A blank page with very minimal HTML structural elements.
2242: </description>
1.4 harris41 2243: </file>
1.10 harris41 2244: <fileglob>
2245: <glob>*.gif</glob>
2246: <sourcedir>rat/images/</sourcedir>
2247: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
2248: <categoryname>graphic file</categoryname>
2249: <description>
2250: icons for providing a HTML-tabled view of a course map
2251: </description>
2252: <filenames>
1.37 harris41 2253: 1.1.dt.gif;
2254: 1.1.empty.gif;
2255: 1.1.ld.gif;
2256: 1.1.lr.gif;
2257: 1.1.rd.gif;
1.60 harris41 2258: 1.1.rl.gif;
1.37 harris41 2259: 1.1.td.gif;
2260: 1.1.tdrl.gif;
2261: 1.1.tl.gif;
2262: 1.1.tr.gif;
2263: 1.1.utd.gif;
2264: 1.2.ctd.gif;
2265: 1.2.dt.gif;
2266: 1.2.empty.gif;
2267: 1.2.ld.gif;
2268: 1.2.lr.gif;
2269: 1.2.lrd.gif;
2270: 1.2.lrtd.gif;
2271: 1.2.rd.gif;
2272: 1.2.rl.gif;
2273: 1.2.rld.gif;
2274: 1.2.rltd.gif;
2275: 1.2.rtd.gif;
2276: 1.2.rtdl.gif;
2277: 1.2.rtl.gif;
2278: 1.2.td.gif;
2279: 1.2.tdl.gif;
2280: 1.2.tdrl.gif;
2281: 1.2.tl.gif;
2282: 1.2.tr.gif;
2283: 1.2.utd.gif;
2284: 2.1.dt.gif;
2285: 2.1.empty.gif;
2286: 2.1.ld.gif;
2287: 2.1.lr.gif;
2288: 2.1.rd.gif;
2289: 2.1.rl.gif;
2290: 2.1.td.gif;
2291: 2.1.tdrl.gif;
2292: 2.1.tl.gif;
2293: 2.1.tr.gif;
2294: 2.2.dt.gif;
2295: 2.2.empty.gif;
2296: 2.2.ld.gif;
2297: 2.2.lr.gif;
2298: 2.2.lrd.gif;
2299: 2.2.lrt.gif;
2300: 2.2.rd.gif;
2301: 2.2.rl.gif;
2302: 2.2.rld.gif;
2303: 2.2.rlt.gif;
2304: 2.2.td.gif;
2305: 2.2.tdl.gif;
2306: 2.2.tdr.gif;
2307: 2.2.tdrl.gif;
2308: 2.2.tl.gif;
2309: 2.2.tr.gif;
2310: 2.2.url.gif;
2311: 2.2.utd.gif;
2312: arrow.gif;
2313: bdt.gif;
2314: bempty.gif;
2315: bld.gif;
2316: blr.gif;
2317: blrd.gif;
2318: blrt.gif;
1.60 harris41 2319: bottom.gif;
1.37 harris41 2320: brd.gif;
2321: brl.gif;
2322: brld.gif;
2323: brlt.gif;
2324: btd.gif;
2325: btdl.gif;
2326: btdr.gif;
2327: btdrl.gif;
2328: btl.gif;
2329: btr.gif;
2330: burl.gif;
2331: butd.gif;
2332: condition.gif;
2333: edit.gif;
2334: finish.gif;
2335: info.gif;
2336: inscol.gif;
2337: inscond.gif;
2338: insres.gif;
2339: insrow.gif;
2340: left.gif;
2341: middle.gif;
2342: resource.gif;
2343: right.gif;
2344: sctd.gif;
2345: sdt.gif;
2346: sempty.gif;
2347: sld.gif;
2348: slr.gif;
2349: slrd.gif;
2350: slrtd.gif;
2351: srd.gif;
2352: srl.gif;
2353: srld.gif;
2354: srltd.gif;
2355: srtd.gif;
2356: srtdl.gif;
2357: srtl.gif;
2358: start.gif;
2359: std.gif;
2360: stdl.gif;
1.10 harris41 2361: sutd.gif
2362: </filenames>
2363: </fileglob>
2364: <fileglob>
1.60 harris41 2365: <glob>*.*</glob>
1.10 harris41 2366: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
2367: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
2368: <categoryname>graphic file</categoryname>
2369: <description>
2370: icons to indicate an unexpected result
2371: </description>
2372: <filenames>
1.37 harris41 2373: lonconstruct.gif;
2374: lonlogo_broken.gif;
2375: lonlogo_broken_tsp.gif;
2376: lonlogo_broken.eps;
2377: lonlogo_broken.jpg;
1.10 harris41 2378: lonlogo_broken.mov
2379: </filenames>
2380: </fileglob>
2381: <fileglob>
1.60 harris41 2382: <glob>*.*</glob>
1.10 harris41 2383: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
2384: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
2385: <categoryname>graphic file</categoryname>
2386: <description>
2387: logos
2388: </description>
2389: <filenames>
1.68 harris41 2390: SMETE_white.gif;
1.60 harris41 2391: arrow_up.gif;
1.37 harris41 2392: cab.gif;
2393: cab_big.gif;
1.62 harris41 2394: capapanel.gif;
1.37 harris41 2395: class.gif;
2396: class_big.gif;
2397: dvi.gif;
2398: dvi_big.gif;
2399: eps.gif;
2400: eps_big.gif;
2401: exam.gif;
2402: exam_big.gif;
2403: folder_closed.gif;
2404: folder_opened.gif;
2405: folder_pointer_closed.gif;
2406: folder_pointer_opened.gif;
2407: form.gif;
2408: form_big.gif;
2409: gif.gif;
2410: gif_big.gif;
2411: htm.gif;
2412: html.gif;
2413: html_big.gif;
1.52 harris41 2414: jar.gif;
2415: jar_big.gif;
1.37 harris41 2416: jpg.gif;
2417: jpg_big.gif;
1.62 harris41 2418: latex.gif;
1.37 harris41 2419: liteani.gif;
1.62 harris41 2420: lolpanel.gif;
1.37 harris41 2421: lonanim.gif;
2422: lonanimend.gif;
2423: lonhelplogos.gif;
1.60 harris41 2424: lonhelptop.gif;
1.37 harris41 2425: lonlogo.gif;
2426: lonlogos.gif;
2427: meta.gif;
2428: meta_big.gif;
2429: mov.gif;
2430: mov_big.gif;
2431: move_up.gif;
2432: move_down.gif;
2433: page.gif;
2434: page_big.gif;
2435: pdf.gif;
2436: pdf_big.gif;
1.54 harris41 2437: png.gif;
2438: png_big.gif;
1.37 harris41 2439: problem.gif;
2440: problem_big.gif;
2441: ps.gif;
2442: ps_big.gif;
2443: quill.gif;
2444: quiz.gif;
2445: quiz_big.gif;
2446: select.gif;
2447: sequence.gif;
2448: sequence_big.gif;
2449: server.gif;
2450: server_big.gif;
2451: srvbad.gif;
2452: srvempty.gif;
2453: srvgood.gif;
2454: srvhalf.gif;
2455: srvnull.gif;
2456: survey.gif;
2457: survey_big.gif;
2458: tex.gif;
2459: tex_big.gif;
2460: txt.gif;
2461: txt_big.gif;
1.57 harris41 2462: unknown.gif;
2463: unknown_big.gif;
1.37 harris41 2464: user.gif;
2465: user_big.gif;
2466: wav.gif;
2467: wav_big.gif;
2468: white_space_20_22.gif;
2469: whitespace1.gif;
2470: whitespace10.gif;
2471: whitespace2.gif;
2472: whitespace3.gif;
2473: whitespace4.gif;
2474: whitespace5.gif;
2475: whitespace6.gif;
2476: whitespace7.gif;
2477: whitespace8.gif;
2478: whitespace9.gif;
2479: xml.gif;
2480: xml_big.gif;
2481: zip.gif;
1.10 harris41 2482: zip_big.gif
2483: </filenames>
2484: </fileglob>
2485: <fileglob>
1.60 harris41 2486: <glob>*.*</glob>
1.10 harris41 2487: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
2488: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
2489: <categoryname>graphic file</categoryname>
2490: <description>
1.40 harris41 2491: Miscellaneous resources. Respectively: button for catalog,
2492: button to set parameters in a page,
2493: button to do regrades, button to check on problem submissions,
1.10 harris41 2494: </description>
2495: <filenames>
1.80 harris41 2496: authorfeed.gif;
2497: bomb.gif;
1.40 harris41 2498: cat_button.gif;
1.80 harris41 2499: chat.gif;
2500: feedback.gif;
1.40 harris41 2501: pprm_button.gif;
2502: pgrd_button.gif;
2503: subm_button.gif
1.10 harris41 2504: </filenames>
2505: </fileglob>
2506: <file>
2507: <source>loncom/xml/tth.pm</source>
2508: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.42 harris41 2509: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10 harris41 2510: <categoryname>system file</categoryname>
2511: <description>
2512: perl module for invoking functions specific to TeX-to-HTML conversion
2513: </description>
2514: <note>
2515: Has the same dependencies and build process as tth.so.
2516: Currently, only the tth.so file specifications invoke
1.49 harris41 2517: the build process however. A static version is checked into loncom/xml
2518: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 2519: </note>
2520: <status>works/unverified</status>
2521: </file>
2522: <file>
2523: <source>modules/TexConvert/tthperl/tth.so</source>
2524: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.42 harris41 2525: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10 harris41 2526: <categoryname>system file</categoryname>
2527: <description>
2528: shared library file for dynamic loading and unloading
2529: </description>
2530: <note>
2531: The source and file dependencies are not available to most
2532: CVS users. (You can safely rely on the existing binaries
2533: present on your system... don't worry about warnings
2534: related to this file during the build process.)
2535: </note>
2536: <build trigger='run if dependencies change'>
2537: modules/TexConvert/tthperl/commands
2538: </build>
2539: <status>works/unverified</status>
2540: <dependencies>
1.39 harris41 2541: ../tthdynamic/tthfunc.c;
1.82 harris41 2542: ../ttmdynamic/ttmfunc.c
1.10 harris41 2543: </dependencies>
2544: </file>
2545: <file>
2546: <source>loncom/homework/caparesponse/capa.pm</source>
2547: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.42 harris41 2548: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10 harris41 2549: <categoryname>system file</categoryname>
2550: <description>
2551: perl module for invoking functions specific to CAPA
2552: </description>
1.49 harris41 2553: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 2554: <note>
2555: Has the same dependencies and build process as capa.so.
2556: Currently, only the capa.so file specifications invoke
2557: the build process however.
2558: </note>
2559: </file>
2560: <file>
2561: <source>loncom/homework/caparesponse/capa.bs</source>
2562: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.42 harris41 2563: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10 harris41 2564: <categoryname>system file</categoryname>
2565: <description>
1.27 harris41 2566: bootstrap file associated with dynamic loading of this module on multiple
2567: architectures
1.10 harris41 2568: </description>
1.49 harris41 2569: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 2570: <note>
2571: Has the same dependencies and build process as capa.so.
2572: Currently, only the capa.so file specifications invoke
2573: the build process however.
2574: </note>
2575: </file>
2576: <file>
2577: <source>loncom/homework/caparesponse/capa.so</source>
2578: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.42 harris41 2579: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10 harris41 2580: <categoryname>system file</categoryname>
2581: <description>
2582: shared library file for dynamic loading and unloading
2583: </description>
2584: <build trigger='always run'>
2585: loncom/homework/caparesponse/commands
2586: </build>
2587: <dependencies>
1.39 harris41 2588: caparesponse.c;
1.10 harris41 2589: caparesponse.pm
2590: </dependencies>
2591: </file>
2592: <fileglob>
2593: <glob>*.ent</glob>
2594: <sourcedir>loncom/MathML/</sourcedir>
2595: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
2596: <categoryname>system file</categoryname>
2597: <description>
1.27 harris41 2598: xml files which assign unicode numbers to mathematical symbols using
2599: <! ENTITY... > type syntax.
1.10 harris41 2600: </description>
2601: <filenames>
1.37 harris41 2602: isoamsa.ent;
2603: isoamsb.ent;
2604: isoamsc.ent;
2605: isoamsn.ent;
2606: isoamso.ent;
2607: isoamsr.ent;
2608: isobox.ent;
2609: isocyr1.ent;
2610: isocyr2.ent;
2611: isodia.ent;
2612: isogrk1.ent;
2613: isogrk2.ent;
2614: isogrk3.ent;
2615: isogrk4.ent;
2616: isolat1.ent;
2617: isolat2.ent;
2618: isomfrk.ent;
2619: isomopf.ent;
2620: isomscr.ent;
2621: isonum.ent;
2622: isopub.ent;
2623: isotech.ent;
2624: mmlalias.ent;
1.10 harris41 2625: mmlextra.ent
2626: </filenames>
1.37 harris41 2627: </fileglob>
1.10 harris41 2628: <file>
2629: <source>loncom/MathML/mathml.css</source>
2630: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
2631: <categoryname>system file</categoryname>
2632: <description>
2633: cascading style sheet
2634: </description>
2635: </file>
2636: <file>
2637: <source>loncom/MathML/mathml.dtd</source>
2638: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
2639: <categoryname>system file</categoryname>
2640: <description>
2641: document type definition
2642: </description>
2643: </file>
1.4 harris41 2644: <file>
1.10 harris41 2645: <source>loncom/auth/londes.js</source>
2646: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
2647: <categoryname>interface file</categoryname>
1.6 harris41 2648: <description>
1.27 harris41 2649: Encryption Routines according to Data Encryption Standard DES, written in
2650: javascript.
1.6 harris41 2651: </description>
1.4 harris41 2652: </file>
2653: <file>
1.10 harris41 2654: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 2655: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
2656: </target>
1.10 harris41 2657: <categoryname>handler</categoryname>
1.6 harris41 2658: <description>
1.11 harris41 2659: Intended for providing perl functions for the <script></script> environment
2660: in a problem that was converted from lectureonline.
1.6 harris41 2661: </description>
1.4 harris41 2662: </file>
2663: <file>
1.10 harris41 2664: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 2665: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
2666: </target>
1.10 harris41 2667: <categoryname>handler</categoryname>
1.6 harris41 2668: <description>
1.14 harris41 2669: Provides many functions for the <script> environment in a .problem.
1.11 harris41 2670: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 2671: </description>
1.4 harris41 2672: </file>
2673: <file>
1.10 harris41 2674: <source>loncom/homework/capa.units</source>
2675: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
2676: <categoryname>static conf</categoryname>
1.6 harris41 2677: <description>
1.10 harris41 2678: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 2679: </description>
1.4 harris41 2680: </file>
1.10 harris41 2681: <fileglob>
2682: <glob>*.gif</glob>
2683: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
2684: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
2685: <categoryname>graphic file</categoryname>
2686: <description>icons used for the entire LON-CAPA user interface</description>
2687: <filenames>
1.37 harris41 2688: a.gif;
2689: anot.gif;
2690: b.gif;
2691: back.gif;
2692: bkm.gif;
2693: brws.gif;
2694: c.gif;
1.60 harris41 2695: catalog.gif;
1.37 harris41 2696: ccrs.gif;
2697: chat.gif;
2698: chrt.gif;
2699: com.gif;
2700: courses.gif;
2701: cprv.gif;
2702: cstr.gif;
2703: d.gif;
2704: dempty.gif;
2705: e.gif;
2706: egrd.gif;
2707: empty.gif;
2708: enrl.gif;
2709: eval.gif;
2710: f.gif;
2711: fdbk.gif;
2712: feedback.gif;
2713: forw.gif;
2714: g.gif;
2715: grds.gif;
2716: group.gif;
2717: h.gif;
2718: help.gif;
2719: hyphen.gif;
2720: i.gif;
2721: info.gif;
2722: j.gif;
2723: k.gif;
2724: l.gif;
2725: ledblink.gif;
2726: ledgreen.gif;
2727: ledoff.gif;
2728: ledon.gif;
2729: ledsend.gif;
2730: logout.gif;
2731: m.gif;
2732: mrk.gif;
2733: n.gif;
2734: nav.gif;
2735: next.gif;
2736: o.gif;
2737: p.gif;
2738: parm.gif;
2739: pgrd.gif;
2740: pparm.gif;
2741: prev.gif;
2742: prt.gif;
2743: q.gif;
2744: qempty.gif;
2745: r.gif;
2746: reload.gif;
2747: remotebg.gif;
2748: res.gif;
2749: roles.gif;
2750: s.gif;
2751: sbkm.gif;
2752: space.gif;
2753: spacer.gif;
2754: sprs.gif;
2755: src.gif;
2756: stat.gif;
2757: subm.gif;
2758: t.gif;
2759: title.gif;
2760: u.gif;
2761: v.gif;
2762: vbkm.gif;
2763: w.gif;
2764: x.gif;
2765: y.gif;
1.10 harris41 2766: z.gif
2767: </filenames>
2768: </fileglob>
1.4 harris41 2769: <file>
1.10 harris41 2770: <source>loncom/html/res/adm/pages/imgmaps.html</source>
2771: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
2772: <categoryname>interface file</categoryname>
1.6 harris41 2773: <description>
1.10 harris41 2774: image maps for the LON-CAPA remote control
1.6 harris41 2775: </description>
1.4 harris41 2776: </file>
2777: <file>
1.10 harris41 2778: <source>loncom/html/res/adm/pages/index.html</source>
2779: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
2780: <categoryname>interface file</categoryname>
1.6 harris41 2781: <description>
1.10 harris41 2782: welcoming page to the LON-CAPA system upon login
1.6 harris41 2783: </description>
1.4 harris41 2784: </file>
2785: <file>
1.10 harris41 2786: <source>loncom/html/res/adm/pages/menu.html</source>
2787: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
2788: <categoryname>interface file</categoryname>
1.6 harris41 2789: <description>
1.10 harris41 2790: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 2791: </description>
1.4 harris41 2792: </file>
1.10 harris41 2793: <fileglob>
2794: <glob>*.gif</glob>
2795: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
2796: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
2797: <categoryname>graphic file</categoryname>
2798: <description>
2799: icons used for the bookmark portion of the LON-CAPA user interface
2800: </description>
2801: <filenames>
1.37 harris41 2802: a.gif;
2803: alert.black.gif;
2804: alert.red.gif;
2805: back.gif;
2806: ball.gray.gif;
2807: ball.red.gif;
2808: binary.gif;
2809: binhex.gif;
2810: blank.gif;
2811: bomb.gif;
2812: box1.gif;
2813: box2.gif;
2814: broken.gif;
2815: burst.gif;
2816: c.gif;
2817: comp.blue.gif;
2818: comp.gray.gif;
2819: compressed.gif;
2820: continued.gif;
2821: course.gif;
2822: dir.gif;
2823: down.gif;
2824: dvi.gif;
2825: f.gif;
2826: folder.gif;
2827: folder.open.gif;
2828: folder.sec.gif;
2829: folder_closed.gif;
2830: folder_closed_pressed.gif;
2831: folder_new.gif;
2832: folder_opened.gif;
2833: folder_opened_pressed.gif;
2834: folder_pointer_closed.gif;
2835: folder_pointer_opened.gif;
2836: folder_spacer.gif;
2837: folder_trash.gif;
2838: forward.gif;
2839: generic.gif;
2840: generic.red.gif;
2841: generic.sec.gif;
2842: hand.right.gif;
2843: hand.up.gif;
2844: html.gif;
2845: image1.gif;
2846: image2.gif;
2847: image3.gif;
2848: index.gif;
2849: layout.gif;
2850: left.gif;
2851: link.gif;
2852: mov.gif;
2853: movie1.gif;
2854: p.gif;
2855: patch.gif;
2856: pdf.gif;
2857: portal.gif;
2858: problem.gif;
2859: ps.gif;
2860: quill.gif;
2861: right.gif;
2862: screw1.gif;
2863: screw2.gif;
2864: script.gif;
2865: sound1.gif;
2866: sound2.gif;
2867: sphere1.gif;
2868: sphere2.gif;
2869: tar.gif;
2870: tex.gif;
2871: text.gif;
2872: transfer.gif;
2873: unknown.gif;
2874: up.gif;
2875: uu.gif;
2876: uuencoded.gif;
2877: white_space_20_22.gif;
2878: white_space_22_22.gif;
2879: whitespace1.gif;
2880: whitespace10.gif;
2881: whitespace2.gif;
2882: whitespace3.gif;
2883: whitespace4.gif;
2884: whitespace5.gif;
2885: whitespace6.gif;
2886: whitespace7.gif;
2887: whitespace8.gif;
2888: whitespace9.gif;
2889: world1.gif;
1.10 harris41 2890: world2.gif
2891: </filenames>
2892: </fileglob>
2893: <fileglob>
2894: <glob>*.gif</glob>
2895: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13 albertel 2896: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10 harris41 2897: <categoryname>graphic file</categoryname>
2898: <description>
2899: icons used for directory indexing and login screen
2900: </description>
2901: <filenames>
1.37 harris41 2902: folder_anim.gif;
2903: folder_close.gif;
2904: folder_drag.gif;
2905: folder_new.gif;
2906: folder_open.gif;
2907: folder_pointer_closed.gif;
2908: folder_pointer_opened.gif;
2909: folder_static.gif;
2910: folder_trash.gif;
2911: folder_trash_hover.gif;
2912: left_bar.gif;
2913: link.gif;
2914: link_anim.gif;
2915: link_drag.gif;
2916: ll_corner.gif;
2917: lower_bar.gif;
2918: lr_corner.gif;
2919: pix.gif;
2920: right_bar.gif;
2921: toolbar_bg.gif;
2922: ul_corner.gif;
2923: upper_bar.gif;
1.10 harris41 2924: ur_corner.gif
2925: </filenames>
2926: </fileglob>
2927: <fileglob>
2928: <glob>*.html</glob>
2929: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.13 albertel 2930: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
1.10 harris41 2931: <categoryname>interface file</categoryname>
2932: <description>
2933: associated with the frameset scheme of displaying bookmarks
2934: </description>
2935: <filenames>
1.37 harris41 2936: bookmarkmenu_toolbar.html;
2937: blank.html;
1.10 harris41 2938: closechildren.html
2939: </filenames>
2940: </fileglob>
1.4 harris41 2941: <file>
1.10 harris41 2942: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 2943: <target dist='default'>
2944: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 2945: <categoryname>interface file</categoryname>
1.6 harris41 2946: <description>
1.10 harris41 2947: javascript for handling client-side interactions with bookmark interface
1.6 harris41 2948: </description>
1.4 harris41 2949: </file>
2950: <file>
1.10 harris41 2951: <source>loncom/build/loncapaverifypackages</source>
2952: <target dist='default'>usr/sbin/loncapaverifypackages</target>
2953: <categoryname>script</categoryname>
1.6 harris41 2954: <description>
1.10 harris41 2955: checks the system RPMs against what install.lon-capa.org specifies
1.6 harris41 2956: </description>
1.10 harris41 2957: <status>deprecated</status>
1.4 harris41 2958: </file>
2959: <file>
1.10 harris41 2960: <source>loncom/build/loncaparestoreconfigurations</source>
2961: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
2962: <categoryname>script</categoryname>
1.6 harris41 2963: <description>
1.10 harris41 2964: restores .rpmsave files after a LON-CAPA-base upgrade
1.6 harris41 2965: </description>
1.10 harris41 2966: <status>deprecated</status>
1.4 harris41 2967: </file>
2968: <file>
1.10 harris41 2969: <source>loncom/build/loncapaautoupgrade</source>
2970: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
2971: <categoryname>script</categoryname>
1.6 harris41 2972: <description>
1.27 harris41 2973: does all the things to coordinate updating of LON-CAPA base files. Should be
2974: used with caution so that you do not lose work
1.6 harris41 2975: </description>
1.10 harris41 2976: <status>deprecated</status>
1.4 harris41 2977: </file>
2978: <file>
1.10 harris41 2979: <source>loncom/build/loncapaverify</source>
2980: <target dist='default'>usr/sbin/loncapaverify</target>
2981: <categoryname>script</categoryname>
1.6 harris41 2982: <description>
1.27 harris41 2983: makes verification report using loncapaverifypackages and
2984: loncapaverifybasepackage
1.6 harris41 2985: </description>
1.10 harris41 2986: <status>deprecated</status>
1.4 harris41 2987: </file>
2988: <file>
1.10 harris41 2989: <source>loncom/cron/loncapa</source>
2990: <target dist='default'>etc/cron.d/loncapa</target>
2991: <categoryname>static conf</categoryname>
2992: <description>
2993: file that specifies periodic processes to run for the LON-CAPA machine
2994: </description>
2995: </file>
2996: <file>
2997: <source>loncom/ntp/step-tickers</source>
2998: <target dist='default'>etc/ntp/step-tickers</target>
2999: <categoryname>conf</categoryname>
3000: <description>
3001: file that stimulates running of ntpdate upon init.d/xntpd initiation
3002: </description>
3003: <note>
3004: <table cellpadding='0' cellspacing='0' border='1'>
3005: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
3006: </table>
3007: </note>
1.48 harris41 3008: </file>
3009: <file>
3010: <source>loncom/pam.d/pwauth</source>
3011: <target dist='default'>etc/pam.d/pwauth</target>
3012: <categoryname>static conf</categoryname>
3013: <description>
3014: file that allows setuid password privileges for pwauth executable
3015: </description>
3016: </file>
3017: <file>
3018: <source>loncom/pam.d/pwchange</source>
3019: <target dist='default'>etc/pam.d/pwchange</target>
3020: <categoryname>static conf</categoryname>
3021: <description>
3022: file that allows setuid password privileges for pwchange (lcpasswd) executable
3023: </description>
1.10 harris41 3024: </file>
3025: <file>
3026: <source>loncom/init.d/loncontrol</source>
3027: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
3028: <categoryname>root script</categoryname>
3029: <description>
3030: Controls the launching/halting of lonc, lond, and lonsql processes.
3031: </description>
3032: </file>
3033: <link>
3034: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
3035: <target dist='default'>
1.37 harris41 3036: etc/rc.d/rc0.d/K05loncontrol;
3037: etc/rc.d/rc1.d/K05loncontrol;
3038: etc/rc.d/rc2.d/K05loncontrol;
3039: etc/rc.d/rc3.d/S95loncontrol;
3040: etc/rc.d/rc4.d/S95loncontrol;
3041: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 3042: etc/rc.d/rc6.d/K05loncontrol
3043: </target>
3044: <categoryname>symbolic link</categoryname>
1.27 harris41 3045: <description>
3046: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 3047: </link>
3048: <file>
3049: <source>loncom/atalk/config</source>
3050: <target dist='default'>etc/atalk/config</target>
3051: <categoryname>conf</categoryname>
1.6 harris41 3052: <description>
1.27 harris41 3053: configuration file to make LON-CAPA server file space accessible to
3054: Appleshares access (Macintosh)
1.6 harris41 3055: </description>
1.4 harris41 3056: </file>
1.14 harris41 3057: </files>
1.1 harris41 3058: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>