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