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