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