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