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