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