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