1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
3: <!-- loncapafiles.lpml -->
4: <!-- Scott Harrison -->
5:
6: <!-- $Id: loncapafiles.lpml,v 1.119 2002/04/26 15:19:31 harris41 Exp $ -->
7:
8: <!--
9:
10: Copyright Michigan State University Board of Trustees
11:
12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
13:
14: LON-CAPA is free software; you can redistribute it and/or modify
15: it under the terms of the GNU General Public License as published by
16: the Free Software Foundation; either version 2 of the License, or
17: (at your option) any later version.
18:
19: LON-CAPA is distributed in the hope that it will be useful,
20: but WITHOUT ANY WARRANTY; without even the implied warranty of
21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22: GNU General Public License for more details.
23:
24: You should have received a copy of the GNU General Public License
25: along with LON-CAPA; if not, write to the Free Software
26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27:
28: /home/httpd/html/adm/gpl.txt
29:
30: http://www.lon-capa.org/
31:
32: -->
33:
34: <!-- Default values must be defined before specific values. -->
35: <!-- If no 'dist' attribute is specified, then it is always installed. -->
36: <!-- If 'dist' attribute is set to 'default', then the specification. -->
37: <!-- is accepted if an alternative distribution is not requested or not -->
38: <!-- defined. -->
39:
40: <lpml>
41: <specialnotices>
42: <specialnotice dist='default'>
43: !!! REDHAT 6.2 NOTICE !!!
44: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
45: !!! This sometimes happens (bad): !!!
46: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
47: !!! Should be: !!!
48: !!! 127.0.0.1 localhost.localdomain localhost !!!
49: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
50: </specialnotice>
51: <specialnotice dist='redhat7 redhat7.1'>
52: !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
53: !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
54: !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
55: !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
56: !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
57: !!!! The offending line is in CGI/Cookie.pm !!
58: !!!! !!
59: !!!! it should be changed from !!
60: !!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
61: !!!! to !!
62: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
63: !!!! !!
64: !!!! (This is just below the following line ) !!
65: !!!! # IE requires the path and domain to be present for some reason. !!
66: </specialnotice>
67: </specialnotices>
68: <targetroot>/</targetroot>
69: <sourceroot>/home/user/loncapa/</sourceroot>
70: <categories>
71: <category name="interface file" type="runtime">
72: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
73: <abbreviation>interfacefile</abbreviation>
74: </category>
75: <category name="interface file" type="development">
76: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
77: <abbreviation>interfacefile</abbreviation>
78: </category>
79: <category name="setuid script" type="runtime">
80: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
81: <abbreviation>setuid</abbreviation>
82: </category>
83: <category name="setuid script" type="development">
84: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
85: <abbreviation>setuid</abbreviation>
86: </category>
87: <category name="handler" type="runtime">
88: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
89: <abbreviation>handler</abbreviation>
90: </category>
91: <category name="handler" type="development">
92: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
93: <abbreviation>handler</abbreviation>
94: </category>
95: <category name="static conf" type="runtime">
96: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
97: <abbreviation>static</abbreviation>
98: </category>
99: <category name="static conf" type="development">
100: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
101: <abbreviation>static</abbreviation>
102: </category>
103: <category name="conf" type="runtime">
104: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
105: <abbreviation>configurable</abbreviation>
106: </category>
107: <category name="conf" type="development">
108: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
109: <abbreviation>configurable</abbreviation>
110: </category>
111: <category name="script" type="runtime">
112: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
113: <abbreviation>script</abbreviation>
114: </category>
115: <category name="script" type="development">
116: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
117: <abbreviation>script</abbreviation>
118: </category>
119: <category name="graphic file" type="runtime">
120: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
121: <abbreviation>graphicfile</abbreviation>
122: </category>
123: <category name="graphic file" type="development">
124: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
125: <abbreviation>graphicfile</abbreviation>
126: </category>
127: <category name="doc" type="runtime">
128: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
129: <abbreviation>systemfile</abbreviation>
130: </category>
131: <category name="doc" type="development">
132: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
133: <abbreviation>systemfile</abbreviation>
134: </category>
135: <category name="system file" type="runtime">
136: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
137: <abbreviation>systemfile</abbreviation>
138: </category>
139: <category name="system file" type="development">
140: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
141: <abbreviation>systemfile</abbreviation>
142: </category>
143: <category name="root script" type="runtime">
144: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
145: <abbreviation>rootscript</abbreviation>
146: </category>
147: <category name="root script" type="development">
148: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
149: <abbreviation>rootscript</abbreviation>
150: </category>
151: <category name="symbolic link" type="runtime">
152: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
153: <abbreviation>link</abbreviation>
154: </category>
155: <category name="symbolic link" type="development">
156: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
157: <abbreviation>link</abbreviation>
158: </category>
159: <category name="standard" type="runtime">
160: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
161: <abbreviation>directory</abbreviation>
162: </category>
163: <category name="standard" type="development">
164: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
165: <abbreviation>directory</abbreviation>
166: </category>
167: <category name="server standard" type="runtime">
168: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
169: <abbreviation>directory</abbreviation>
170: </category>
171: <category name="server standard" type="development">
172: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
173: <abbreviation>directory</abbreviation>
174: </category>
175: <category name="server readonly" type="runtime">
176: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
177: <abbreviation>directory</abbreviation>
178: </category>
179: <category name="server readonly" type="development">
180: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
181: <abbreviation>directory</abbreviation>
182: </category>
183: </categories>
184: <rpm>
185: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
186: <rpmName>LON-CAPA-base</rpmName>
187: <rpmVersion>3.1</rpmVersion>
188: <rpmRelease>1</rpmRelease>
189: <rpmVendor>Laboratory for Instructional Technology Education,
190: Division of Science and Mathematics Education, Michigan State University.
191: </rpmVendor>
192: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
193: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
194: <rpmGroup>Utilities/System</rpmGroup>
195: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
196: <rpmAutoReqProv>no</rpmAutoReqProv>
197: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
198: files in their directories.\n
199: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
200: </rpmdescription>
201: <rpmpre>echo '***********************************************************************'\n
202: echo 'LON-CAPA LearningOnline with CAPA'\n
203: echo 'http://www.lon-capa.org/'\n
204: echo 'Gerd Kortemeyer, et al'\n
205: echo 'Laboratory for Instructional Technology Education'\n
206: echo 'Michigan State University'\n
207: echo 'General Public License, Version 2, June 1991'\n
208: echo '** Michigan State University patents may apply **'\n
209: echo ' '\n
210: echo 'This installation assumes an installation of Redhat 6.2'\n
211: echo ' '\n
212: echo 'The server computer should be currently connected to the ethernet'\n
213: echo ' '\n
214: echo '***********************************************************************'\n
215: </rpmpre>
216: <rpmRequires>
217: <item>PreReq: LON-CAPA-setup</item>
218: <item>PreReq: apache</item>
219: <item>PreReq: /etc/httpd/conf/access.conf</item>
220: </rpmRequires>
221: </rpm>
222: <directories>
223: <directory dist='default'>
224: <targetdir dist='default'>etc</targetdir>
225: <categoryname>standard</categoryname>
226: <description>standard linux directory for configuration files</description>
227: </directory>
228: <directory dist='default'>
229: <targetdir dist='default'>etc/atalk</targetdir>
230: <categoryname>standard</categoryname>
231: <description>appletalk configuration files</description>
232: </directory>
233: <directory dist='default'>
234: <targetdir dist='default'>etc/cron.d</targetdir>
235: <categoryname>standard</categoryname>
236: <description>standard linux directory for running time-based "jobs"
237: </description>
238: </directory>
239: <directory dist='default'>
240: <targetdir dist='default'>etc/httpd/conf</targetdir>
241: <categoryname>standard</categoryname>
242: <description>web configuration files</description>
243: </directory>
244: <directory dist='default'>
245: <targetdir dist='default'>etc/ntp</targetdir>
246: <categoryname>standard</categoryname>
247: <description>configuration directory for network time protocol</description>
248: </directory>
249: <directory dist='default'>
250: <targetdir dist='default'>etc/pam.d</targetdir>
251: <categoryname>standard</categoryname>
252: <description>configuration directory for password authentication mechanism
253: </description>
254: </directory>
255: <directory dist='default'>
256: <targetdir dist='redhat7 redhat7.1'>etc/samba</targetdir>
257: <categoryname>standard</categoryname>
258: <description>configuration directory for samba authentication
259: </description>
260: </directory>
261: <directory dist='default'>
262: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
263: <targetdir dist='debian2.2'>etc/init.d</targetdir>
264: <categoryname>standard</categoryname>
265: <description>scripts that run during system startup</description>
266: </directory>
267: <directory dist='default'>
268: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
269: <targetdir dist='debian2.2'>etc/rc0.d</targetdir>
270: <categoryname>standard</categoryname>
271: <description>scripts that run for run-level 0</description>
272: </directory>
273: <directory dist='default'>
274: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
275: <targetdir dist='debian2.2'>etc/rc1.d</targetdir>
276: <categoryname>standard</categoryname>
277: <description>scripts that run for run-level 1</description>
278: </directory>
279: <directory dist='default'>
280: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
281: <targetdir dist='debian2.2'>etc/rc2.d</targetdir>
282: <categoryname>standard</categoryname>
283: <description>scripts that run for run-level 2</description>
284: </directory>
285: <directory dist='default'>
286: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
287: <targetdir dist='debian2.2'>etc/rc3.d</targetdir>
288: <categoryname>standard</categoryname>
289: <description>scripts that run for run-level 3</description>
290: </directory>
291: <directory dist='default'>
292: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
293: <targetdir dist='debian2.2'>etc/rc4.d</targetdir>
294: <categoryname>standard</categoryname>
295: <description>scripts that run for run-level 4</description>
296: </directory>
297: <directory dist='default'>
298: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
299: <targetdir dist='debian2.2'>etc/rc5.d</targetdir>
300: <categoryname>standard</categoryname>
301: <description>scripts that run for run-level 5</description>
302: </directory>
303: <directory dist='default'>
304: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
305: <targetdir dist='debian2.2'>etc/rc6.d</targetdir>
306: <categoryname>standard</categoryname>
307: <description>scripts that run for run-level 6</description>
308: </directory>
309: <directory dist='default'>
310: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
311: <categoryname>standard</categoryname>
312: <description>tab-formatted reference files</description>
313: </directory>
314: <directory dist='default'>
315: <targetdir dist='default'>home/httpd</targetdir>
316: <categoryname>standard</categoryname>
317: <description>start of the web server tree</description>
318: </directory>
319: <directory dist='default'>
320: <targetdir dist='default'>home/httpd/perl</targetdir>
321: <categoryname>server readonly</categoryname>
322: <description>perl scripts for managing the LON-CAPA system</description>
323: </directory>
324: <directory dist='default'>
325: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
326: <categoryname>server standard</categoryname>
327: <description>location where system performance and error logs are kept
328: </description>
329: </directory>
330: <directory dist='default'>
331: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
332: <categoryname>server standard</categoryname>
333: <description>
334: Used by lond parent to check if children are responding to USR1 signals
335: (otherwise they are killed and replaced).
336: </description>
337: </directory>
338: <directory dist='default'>
339: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
340: <categoryname>server standard</categoryname>
341: <description>location where temporary files (for caching) are stored
342: </description>
343: </directory>
344: <directory dist='default'>
345: <targetdir dist='default'>home/httpd/prtspool</targetdir>
346: <categoryname>server standard</categoryname>
347: <description>for the output of lonprintout.pm
348: </description>
349: </directory>
350: <directory dist='default'>
351: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
352: <categoryname>server readonly</categoryname>
353: <description>location of LON-CAPA non web mod-perl handlers</description>
354: </directory>
355: <directory dist='default'>
356: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
357: <categoryname>server readonly</categoryname>
358: <description>location of LON-CAPA web mod-perl handlers</description>
359: </directory>
360: <directory dist='default'>
361: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
362: <categoryname>server readonly</categoryname>
363: <description>location of HTML specific perl module fixes and additions
364: </description>
365: </directory>
366: <directory dist='default'>
367: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
368: <categoryname>server standard</categoryname>
369: <description>cookie jar</description>
370: </directory>
371: <directory dist='default'>
372: <targetdir dist='default'>home/httpd/sockets</targetdir>
373: <categoryname>server standard</categoryname>
374: <description>lonc's sockets</description>
375: </directory>
376: <directory dist='default'>
377: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
378: <categoryname>server standard</categoryname>
379: <description>lonc's sockets (delayed)</description>
380: </directory>
381: <directory dist='default'>
382: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
383: <categoryname>standard</categoryname>
384: <description>location of cgi scripts</description>
385: </directory>
386: <directory dist='default'>
387: <targetdir dist='default'>home/httpd/html</targetdir>
388: <categoryname>server standard</categoryname>
389: <description>location of web-accessible file tree</description>
390: </directory>
391: <directory dist='default'>
392: <targetdir dist='default'>home/httpd/html/res</targetdir>
393: <categoryname>server standard</categoryname>
394: <description>root of resource tree</description>
395: </directory>
396: <directory dist='default'>
397: <targetdir dist='default'>home/httpd/html/adm</targetdir>
398: <categoryname>server readonly</categoryname>
399: <description>unauthenticated resources</description>
400: </directory>
401: <directory dist='default'>
402: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
403: <categoryname>server readonly</categoryname>
404: <description>home of the rat</description>
405: </directory>
406: <directory dist='default'>
407: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
408: <categoryname>server readonly</categoryname>
409: <description>online help documentation</description>
410: </directory>
411: <directory dist='default'>
412: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
413: <categoryname>server readonly</categoryname>
414: <description>online help documentation for the LON-CAPA programming
415: interface</description>
416: </directory>
417: <directory dist='default'>
418: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
419: </targetdir>
420: <categoryname>server readonly</categoryname>
421: <description>online help documentation for the LON-CAPA programming
422: interface, Apache (mod_perl) handlers</description>
423: </directory>
424: <directory dist='default'>
425: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
426: <categoryname>server readonly</categoryname>
427: <description>online help documentation for the LON-CAPA programming
428: interface, Apache (mod_perl) handlers</description>
429: </directory>
430: <directory dist='default'>
431: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
432: <categoryname>server readonly</categoryname>
433: <description>graphic widgets</description>
434: </directory>
435: <directory dist='default'>
436: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
437: <categoryname>server readonly</categoryname>
438: <description>miscellaneous resources</description>
439: </directory>
440: <directory dist='default'>
441: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
442: <categoryname>server readonly</categoryname>
443: <description>error warnings and icons</description>
444: </directory>
445: <directory dist='default'>
446: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
447: <categoryname>server standard</categoryname>
448: <description>Home directories of local users. There is a five-tier
449: structure to the directories:
450: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
451: a user fredflint at MSU would have his information located in
452: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
453: a variety of files which govern the scope of what a user can do within the
454: LON-CAPA system. A passwd file determines the type of authentication
455: mechanism to use.
456: There also are files such as roles.hist (and its database compilation,
457: roles.db) which specify the roles and privileges for a user in the
458: LON-CAPA system.</description>
459: </directory>
460: <directory dist='default'>
461: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
462: <categoryname>server readonly</categoryname>
463: <description>mathematics markup language resources</description>
464: </directory>
465: <directory dist='default'>
466: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
467: <categoryname>server readonly</categoryname>
468: <description>files useful for including within customized scripting
469: </description>
470: </directory>
471: <directory dist='default'>
472: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
473: </targetdir>
474: <categoryname>server readonly</categoryname>
475: <description>template files useful for customized scripts</description>
476: </directory>
477: <directory dist='default'>
478: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
479: <categoryname>server standard</categoryname>
480: <description>status reports</description>
481: </directory>
482: <directory dist='default'>
483: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
484: <categoryname>server readonly</categoryname>
485: <description>web user interface resources</description>
486: </directory>
487: <directory dist='default'>
488: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
489: </targetdir>
490: <categoryname>server readonly</categoryname>
491: <description>bookmark user interface code</description>
492: </directory>
493: <directory dist='default'>
494: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
495: </targetdir>
496: <categoryname>server readonly</categoryname>
497: <description></description>
498: </directory>
499: <directory dist='default'>
500: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
501: </targetdir>
502: <categoryname>server readonly</categoryname>
503: <description>icons that help depict the file system (outdated)</description>
504: </directory>
505: <directory dist='default'>
506: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
507: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
508: <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
509: <categoryname>standard</categoryname>
510: <description>system perl tree (usually present on linux systems)
511: </description>
512: </directory>
513: <directory dist='default'>
514: <targetdir dist='default'>usr/local/bin</targetdir>
515: <categoryname>standard</categoryname>
516: <description>local binary files</description>
517: </directory>
518: <directory dist='default'>
519: <targetdir dist='default'>usr/local/man/man1</targetdir>
520: <categoryname>standard</categoryname>
521: <description>local manual pages</description>
522: </directory>
523: <directory dist='default'>
524: <targetdir dist='default'>usr/man/man1</targetdir>
525: <categoryname>standard</categoryname>
526: <description>manual pages</description>
527: </directory>
528: <directory dist='default'>
529: <targetdir dist='default'>usr/man/man3</targetdir>
530: <categoryname>standard</categoryname>
531: <description>manual pages</description>
532: </directory>
533: <directory dist='default'>
534: <targetdir dist='default'>usr/sbin</targetdir>
535: <categoryname>standard</categoryname>
536: <description>standard linux directory for superuser executables</description>
537: </directory>
538: </directories>
539: <files>
540: <file>
541: <source>loncom/krb.conf</source>
542: <target dist='default'>etc/krb.conf</target>
543: <categoryname>conf</categoryname>
544: <description>
545: which Kerberos server to contact for specified Kerberos domains
546: </description>
547: <note>
548: <table cellpadding='0' cellspacing='0' border='1'>
549: <tr><td>
550: list elements are separated by newlines
551: </td></tr>
552: <tr><td>
553: each list element consists of only two subelements separated by a colon
554: <br />
555: <ul>
556: <li>Kerberos domain value</li>
557: <li>Kerberos server IP address</li>
558: </ul>
559: </td></tr>
560: </table>
561: </note>
562: </file>
563: <file>
564: <source>loncom/loncapa.conf</source>
565: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
566: <categoryname>conf</categoryname>
567: <description>
568: The goal of this file is to implement all LON-CAPA specific
569: customization of the Apache web server.
570: </description>
571: </file>
572: <file>
573: <source>loncom/access.conf</source>
574: <target dist='default'>etc/httpd/conf/access.conf</target>
575: <categoryname>conf</categoryname>
576: <description>
577: This file has two major functions.
578: For the Apache web server, it defines a global
579: access configuration which defines what server options (Indexes", "Includes",
580: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
581: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
582: and "/usr/doc"). For the LON-CAPA network server and perl module
583: handlers, it defines machine specific settings (lonHostID, lonRole,
584: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
585: and internal machine settings for specific directories, socket ports,
586: and browser detection logic.
587: </description>
588: <note>
589: <b>configure</b>
590: <br />
591: <table cellpadding='0' cellspacing='0' border='1'>
592: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
593: machine</td></tr>
594: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
595: access</td></tr>
596: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
597: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
598: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
599: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
600: seconds</td></tr>
601: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
602: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
603: MySQL database</td></tr>
604: </table>
605: </note>
606: </file>
607: <file>
608: <source>loncom/startup.pl</source>
609: <target dist='default'>etc/httpd/conf/startup.pl</target>
610: <categoryname>static conf</categoryname>
611: <description>
612: This file provides initializations for perl handlers. It adjusts what
613: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
614: well as causing the Apache module to be used for every perl handler.
615: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
616: </description>
617: </file>
618: <file>
619: <source>loncom/publisher/thesaurus.dat</source>
620: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
621: <categoryname>static conf</categoryname>
622: <description>
623: Custom Thesaurus file for LON-CAPA, in the format
624: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
625: </description>
626: </file>
627: <file>
628: <source>loncom/interface/mydesk.tab</source>
629: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
630: <categoryname>static conf</categoryname>
631: <description>
632: Config file for "My Desk"
633: </description>
634: </file>
635: <file>
636: <source>loncom/interface/filetypes.tab</source>
637: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
638: <categoryname>static conf</categoryname>
639: <description>
640: Descriptive list of file extensions, and extension groupings.
641: </description>
642: </file>
643: <file>
644: <source>loncom/cgi/barcode.gif</source>
645: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
646: <categoryname>script</categoryname>
647: <description>
648: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
649: parameter.
650: </description>
651: </file>
652: <file>
653: <source>loncom/cgi/clusterstatus.pl</source>
654: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
655: <categoryname>script</categoryname>
656: <description>
657: utility cgi script to view status of cluster
658: </description>
659: </file>
660: <file>
661: <source>loncom/cgi/graph.gif</source>
662: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
663: <categoryname>script</categoryname>
664: <description>
665: Dynamically outputs a graph especially for lonstatistics.pm.
666: </description>
667: <note>
668: Depends on perl modules:
669: GDGraph-1.33 and GDTextUtils-0.80.
670: </note>
671: </file>
672: <file>
673: <source>loncom/cgi/lonversions.pl</source>
674: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
675: <categoryname>script</categoryname>
676: <description>
677: utility cgi script to view software versions of a remote server
678: </description>
679: </file>
680: <file>
681: <source>loncom/cgi/ping.pl</source>
682: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
683: <categoryname>script</categoryname>
684: <description>
685: cgi-script to ping other server
686: </description>
687: </file>
688: <file>
689: <source>loncom/cgi/plot.gif</source>
690: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
691: <categoryname>script</categoryname>
692: <description>
693: Dynamically outputs X-Y plots with point, line, etc functions.
694: </description>
695: </file>
696: <file>
697: <source>loncom/interface/printout.pl</source>
698: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
699: <categoryname>script</categoryname>
700: <description>
701: cgi script
702: </description>
703: <note>
704: Depends on srm.conf entry:
705: Alias /prtspool/ /home/httpd/prtspool/
706: as well as a /home/httpd/prtspool directory.
707: </note>
708: </file>
709: <file>
710: <source>loncom/cgi/metadata_keywords.pl</source>
711: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
712: <categoryname>script</categoryname>
713: <description>
714: a cgi-script (not mod_perl), which contacts MySQL and pulls
715: out all keywords in this format:
716:
717: coil,magnetic,transformer
718: transformer,coils,current,amperes,voltage,transformers,coil
719: flux,magnetic,current,transformer
720: coil,loop,field,magnetic
721:
722: ... etc (one line per entry).
723:
724: and simply prints this text-only (no markup) to the browser
725: </description>
726: </file>
727: <fileglob>
728: <glob>*.*</glob>
729: <sourcedir>loncom/homework/templates/</sourcedir>
730: <targetdir dist='default'>
731: home/httpd/html/res/adm/includes/templates/</targetdir>
732: <categoryname>static conf</categoryname>
733: <description>
734: Template files for generating new resources.
735: </description>
736: <filenames>
737: blank.library;
738: blank.library.meta;
739: blank.problem;
740: blank.problem.meta;
741: formula.problem;
742: formula.problem.meta;
743: numerical.problem;
744: numerical.problem.meta;
745: RadioResponse.problem;
746: RadioResponse.problem.meta;
747: SelectFromOptions-4ConceptGoups.problem;
748: SelectFromOptions-4ConceptGoups.problem.meta;
749: SelectFromOptions-5ConceptGoups.problem;
750: SelectFromOptions-5ConceptGoups.problem.meta;
751: SelectFromOptions-6ConceptGoups.problem;
752: SelectFromOptions-6ConceptGoups.problem.meta;
753: SelectFromOptions-7ConceptGoups.problem;
754: SelectFromOptions-7ConceptGoups.problem.meta;
755: SelectFromOptions-8ConceptGoups.problem;
756: SelectFromOptions-8ConceptGoups.problem.meta;
757: SelectFromOptions-Simple.problem;
758: SelectFromOptions-Simple.problem.meta;
759: script.library;
760: script.library.meta;
761: SimpleStringResponse.problem;
762: SimpleStringResponse.problem.meta;
763: StringResponse.problem;
764: StringResponse.problem.meta
765: </filenames>
766: </fileglob>
767: <file>
768: <source>loncom/homework/insertlist.tab</source>
769: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
770: <categoryname>static conf</categoryname>
771: <description>
772: Describes what tags are allowed inside other tags.
773: </description>
774: </file>
775: <file>
776: <source>CAPA/JavaTools/GLabel.class</source>
777: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
778: </target>
779: <categoryname>static conf</categoryname>
780: <description>
781: Java applet for labelling graphs.
782: </description>
783: <note>
784: Built from Glabel.java. Still working on build/dependency details.
785: </note>
786: </file>
787: <file>
788: <source>loncom/interface/default.assesscalc</source>
789: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
790: </target>
791: <categoryname>static conf</categoryname>
792: <description>
793: Default spreadsheet for individual assessment.
794: </description>
795: </file>
796: <file>
797: <source>loncom/interface/default.studentcalc</source>
798: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
799: </target>
800: <categoryname>static conf</categoryname>
801: <description>
802: Default spreadsheet for assessment of students.
803: </description>
804: </file>
805: <file>
806: <source>loncom/interface/default.classcalc</source>
807: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
808: </target>
809: <categoryname>static conf</categoryname>
810: <description>
811: Default spreadsheet for assessment of a class.
812: </description>
813: </file>
814: <file>
815: <source>loncom/auth/roles.tab</source>
816: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
817: <categoryname>static conf</categoryname>
818: <description>
819: List of privileges associated with users of multiple types (for example:
820: Teaching Assistant, Exam Proctor, Course Coordinator)
821: </description>
822: </file>
823: <file>
824: <source>loncom/auth/rolesplain.tab</source>
825: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
826: <categoryname>static conf</categoryname>
827: <description>
828: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
829: and privileges available in the network with function
830: </description>
831: </file>
832: <file>
833: <source>loncom/hosts.tab</source>
834: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
835: <categoryname>static conf</categoryname>
836: <description>
837: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
838: <tt>lonDefDomain</tt> and <u>IP address</u>.
839: </description>
840: </file>
841: <file>
842: <source>loncom/spare.tab</source>
843: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
844: <categoryname>conf</categoryname>
845: <description>
846: Spare hosts to offload session to if the LON-CAPA machine is overloaded
847: </description>
848: <note>
849: <b>configure</b><br />
850: <table cellpadding='0' cellspacing='0' border='1'>
851: <tr><td>
852: list elements are separated by newlines
853: </td></tr>
854: <tr><td>
855: each list element consists of only one value; the value for <tt>lonHostID</tt>
856: in <tt>access.conf</tt>
857: </td></tr>
858: </table>
859: </note>
860: </file>
861: <file>
862: <source>loncom/htpasswd</source>
863: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
864: <categoryname>conf</categoryname>
865: <description>
866: Basic auth password to access /lon-status and /server-status
867: </description>
868: </file>
869: <file>
870: <source>loncom/smb.conf</source>
871: <target dist='default'>etc/smb.conf</target>
872: <target dist='redhat7 redhat7.1'>etc/samba/smb.conf</target>
873: <categoryname>conf</categoryname>
874: <description>
875: configuration file to make LON-CAPA server file space accessible to network
876: neighborhood
877: </description>
878: </file>
879: <file>
880: <source>loncom/ntp.conf</source>
881: <target dist='default'>etc/ntp.conf</target>
882: <categoryname>conf</categoryname>
883: <description>
884: which NTP server to contact for information (XNTP3 standard)
885: </description>
886: <note>
887: <table cellpadding='0' cellspacing='0' border='1'>
888: <tr><td>
889: only one line needs to be changed to specify a server ip address
890: </td></tr>
891: <tr><td>
892: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
893: </td></tr>
894: </table>
895: </note>
896: </file>
897: <file>
898: <source>loncom/metadata_database/searchcat.pl</source>
899: <target dist='default'>home/httpd/perl/searchcat.pl</target>
900: <categoryname>script</categoryname>
901: <description>
902: Batch script for updating SQL metadata database.
903: </description>
904: </file>
905: <file>
906: <source>loncom/lonc</source>
907: <target dist='default'>home/httpd/perl/lonc</target>
908: <categoryname>script</categoryname>
909: <description>
910: proxy server
911: </description>
912: </file>
913: <file>
914: <source>doc/man/lonc.1</source>
915: <target dist='default'>usr/man/man1/lonc.1</target>
916: <categoryname>doc</categoryname>
917: <description>man page for lonc</description>
918: <build trigger='always run'>
919: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
920: echo 'manifying lonc'
921: </build>
922: <status>works/unverified</status>
923: <dependencies>
924: ../../loncom/lonc
925: </dependencies>
926: </file>
927: <file>
928: <source>doc/scripts/lonc.html</source>
929: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
930: <categoryname>doc</categoryname>
931: <description>POD-derived page for lonc</description>
932: <build trigger='always run'>
933: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
934: echo 'pod2html lonc'
935: </build>
936: <status>works/unverified</status>
937: <dependencies>
938: ../../loncom/lonc
939: </dependencies>
940: </file>
941: <file>
942: <source>loncom/lond</source>
943: <target dist='default'>home/httpd/perl/lond</target>
944: <categoryname>script</categoryname>
945: <description>
946: This is a remote command interpreter on a TCP LON-CAPA network layer.
947: It accepts and processes incoming requests from other LON-CAPA machines
948: on the network. lond's functionality is self-contained in the sense
949: that it does not reference (import, require, use) any other file
950: described in this document. There are only 15 subroutines in this
951: script, however the <tt>make_new_child</tt> subroutine is quite
952: complex since it parses and responds about 29 different types of
953: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
954: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
955: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
956: tmpput, tmpget, and ls).
957: </description>
958: </file>
959: <file>
960: <source>doc/man/lond.1</source>
961: <target dist='default'>usr/man/man1/lond.1</target>
962: <categoryname>doc</categoryname>
963: <description>man page for lond</description>
964: <build trigger='always run'>
965: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
966: echo 'manifying lond'
967: </build>
968: <status>works/unverified</status>
969: <dependencies>
970: ../../loncom/lond
971: </dependencies>
972: </file>
973: <file>
974: <source>doc/scripts/lond.html</source>
975: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
976: <categoryname>doc</categoryname>
977: <description>POD-derived page for lond</description>
978: <build trigger='always run'>
979: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
980: echo 'pod2html lond'
981: </build>
982: <status>works/unverified</status>
983: <dependencies>
984: ../../loncom/lond
985: </dependencies>
986: </file>
987: <file>
988: <source>loncom/cgi/loncron.pl</source>
989: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
990: <categoryname>script</categoryname>
991: <description>CGI script that starts and pipes output of loncron</description>
992: </file>
993: <file>
994: <source>loncom/loncron</source>
995: <target dist='default'>home/httpd/perl/loncron</target>
996: <categoryname>script</categoryname>
997: <description>housekeeping</description>
998: </file>
999: <file>
1000: <source>loncom/lonsql</source>
1001: <target dist='default'>home/httpd/perl/lonsql</target>
1002: <categoryname>script</categoryname>
1003: <description>maintain secondary database of metadata</description>
1004: </file>
1005: <file>
1006: <source>doc/man/lonsql.1</source>
1007: <target dist='default'>usr/man/man1/lonsql.1</target>
1008: <categoryname>doc</categoryname>
1009: <description>man page for lonsql</description>
1010: <build trigger='always run'>
1011: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1012: echo 'manifying lonsql'
1013: </build>
1014: <status>works/unverified</status>
1015: <dependencies>
1016: ../../loncom/lonsql
1017: </dependencies>
1018: </file>
1019: <file>
1020: <source>doc/scripts/lonsql.html</source>
1021: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1022: <categoryname>doc</categoryname>
1023: <description>POD-derived page for lonsql</description>
1024: <build trigger='always run'>
1025: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1026: echo 'pod2html lonsql'
1027: </build>
1028: <status>works/unverified</status>
1029: <dependencies>
1030: ../../loncom/lonsql
1031: </dependencies>
1032: </file>
1033: <file>
1034: <source>loncom/lcpasswd</source>
1035: <target dist='default'>home/httpd/perl/lcpasswd</target>
1036: <categoryname>setuid script</categoryname>
1037: <description>
1038: Coordinates the system services and files in order to allow lond to change
1039: user passwords.
1040: </description>
1041: <status>being updated</status>
1042: </file>
1043: <file>
1044: <source>loncom/pwchange</source>
1045: <target dist='default'>home/httpd/perl/pwchange</target>
1046: <categoryname>setuid script</categoryname>
1047: <description>
1048: Allows www to change user passwords.
1049: </description>
1050: <status>being updated</status>
1051: </file>
1052: <file>
1053: <source>loncom/lcuseradd</source>
1054: <target dist='default'>home/httpd/perl/lcuseradd</target>
1055: <categoryname>setuid script</categoryname>
1056: <description>
1057: Coordinates the system services and files in order to allow lond to add a
1058: new user.
1059: </description>
1060: <status>being updated</status>
1061: </file>
1062: <file>
1063: <source>loncom/lcuserdel</source>
1064: <target dist='default'>home/httpd/perl/lcuserdel</target>
1065: <categoryname>setuid script</categoryname>
1066: <description>
1067: Coordinates the system services and files in order to allow lond to delete a
1068: user.
1069: </description>
1070: <status>deprecated</status>
1071: </file>
1072: <file>
1073: <source>loncom/lcnfson</source>
1074: <target dist='default'>home/httpd/perl/lcnfson</target>
1075: <categoryname>setuid script</categoryname>
1076: <description>
1077: coordinates the system services and files in order to allow lond to enable NFS
1078: for a user
1079: </description>
1080: <status>deprecated</status>
1081: </file>
1082: <file>
1083: <source>loncom/lcnfsoff</source>
1084: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1085: <categoryname>setuid script</categoryname>
1086: <description>
1087: coordinates the system services and files in order to allow lond to disable NFS
1088: for a user
1089: </description>
1090: <status>deprecated</status>
1091: </file>
1092: <file>
1093: <source>loncom/license/gpl.txt</source>
1094: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1095: <categoryname>interface file</categoryname>
1096: <description>
1097: GNU General Public License. Long live the cause of freeware!
1098: </description>
1099: </file>
1100: <file>
1101: <source>loncom/license/about.html</source>
1102: <target dist='default'>home/httpd/html/adm/about.html</target>
1103: <categoryname>interface file</categoryname>
1104: <description>
1105: The "About" Page.
1106: </description>
1107: </file>
1108: <file>
1109: <source>loncom/publisher/publisher.html</source>
1110: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1111: <categoryname>interface file</categoryname>
1112: <description>
1113: HTML frame that presents a form element to allow for the publishing of
1114: resources, directories and underlying subdirectories.
1115: </description>
1116: </file>
1117: <file>
1118: <source>loncom/html/adm/noidea.html</source>
1119: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1120: <categoryname>interface file</categoryname>
1121: <description>
1122: Interface file for responding to improper page flipping.
1123: </description>
1124: </file>
1125: <file>
1126: <source>loncom/xml/physnet.sty</source>
1127: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1128: <categoryname>static conf</categoryname>
1129: <description>
1130: The relevant conditions and metadata to attach to PhysNet-specific tags.
1131: </description>
1132: </file>
1133: <file>
1134: <source>loncom/homework/lectureonline.sty</source>
1135: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1136: </target>
1137: <categoryname>static conf</categoryname>
1138: <description>
1139: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1140: </description>
1141: </file>
1142: <file>
1143: <source>loncom/misc/un_keyword.tab</source>
1144: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1145: <categoryname>conf</categoryname>
1146: <description>
1147: File which contains words which should not be keywords used to specify resource
1148: content.
1149: </description>
1150: </file>
1151: <file>
1152: <source>loncom/publisher/packages.tab</source>
1153: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1154: <categoryname>static conf</categoryname>
1155: <description>
1156: Parameter packages, so that assessments can publish parameter packages
1157: needed, which are then expanded into individual parameters - allows to
1158: retroactively add new parameters to already published assessments.
1159: </description>
1160: </file>
1161: <file>
1162: <source>loncom/publisher/copyright.tab</source>
1163: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1164: <categoryname>static conf</categoryname>
1165: <description>
1166: Table which contains list of copyright possibilities for educational resources.
1167: </description>
1168: </file>
1169: <file>
1170: <source>loncom/publisher/language.tab</source>
1171: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1172: <categoryname>static conf</categoryname>
1173: <description>
1174: Table which contains string abbreviations of language::font rendering
1175: combinations.
1176: </description>
1177: </file>
1178: <file>
1179: <source>loncom/publisher/addid.tab</source>
1180: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1181: <categoryname>static conf</categoryname>
1182: <description>
1183: Table which has hash data necessary for distinguishing IDs from indices.
1184: </description>
1185: </file>
1186: <file>
1187: <source>rat/lonwrapper.pm</source>
1188: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1189: <categoryname>handler</categoryname>
1190: <description>
1191: Wrapper for external and binary files as standalone resources.
1192: Edit handler for rat maps; TeX content handler.
1193: </description>
1194: <status>works/unverified</status>
1195: </file>
1196: <file>
1197: <source>loncom/publisher/loncfile.pm</source>
1198: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1199: <categoryname>handler</categoryname>
1200: <description>
1201: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1202: construction space menu.
1203: </description>
1204: <status>works/unverified</status>
1205: </file>
1206: <file>
1207: <source>loncom/interface/lonstatistics.pm</source>
1208: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
1209: <categoryname>handler</categoryname>
1210: <description>
1211: Handler to show statistics on solving LON-CAPA problems.
1212: </description>
1213: <status>works/unverified</status>
1214: </file>
1215: <file>
1216: <source>loncom/publisher/londiff.pm</source>
1217: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
1218: <categoryname>handler</categoryname>
1219: <description>
1220: Handler to show difference between two files.
1221: </description>
1222: <status>works/unverified</status>
1223: </file>
1224: <file>
1225: <source>loncom/publisher/lonupload.pm</source>
1226: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
1227: <categoryname>handler</categoryname>
1228: <description>
1229: Handler to upload files through browser into construction space.
1230: </description>
1231: <status>works/unverified</status>
1232: </file>
1233: <file>
1234: <source>doc/man/Apache__lonupload.3</source>
1235: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1236: <categoryname>doc</categoryname>
1237: <description>man page for lonupload.pm</description>
1238: <build trigger='always run'>
1239: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
1240: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1241: </build>
1242: <status>works/unverified</status>
1243: <dependencies>
1244: ../../loncom/publisher/lonupload.pm
1245: </dependencies>
1246: </file>
1247: <file>
1248: <source>doc/lib/perl/Apache/lonupload.html</source>
1249: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1250: </target>
1251: <categoryname>doc</categoryname>
1252: <description>POD-derived page for lonupload.pm</description>
1253: <build trigger='always run'>
1254: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1255: ../../doc/lib/perl/Apache/lonupload.html && \
1256: echo 'pod2html lonupload.pm'
1257: </build>
1258: <status>works/unverified</status>
1259: <dependencies>
1260: ../../loncom/publisher/lonupload.pm
1261: </dependencies>
1262: </file>
1263: <file>
1264: <source>loncom/homework/essayresponse.pm</source>
1265: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
1266: <categoryname>handler</categoryname>
1267: <description>
1268: Handler to evaluate essay (ungraded) style responses.
1269: </description>
1270: <status>works/unverified</status>
1271: </file>
1272: <file>
1273: <source>loncom/homework/externalresponse.pm</source>
1274: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
1275: <categoryname>handler</categoryname>
1276: <description>
1277: Handler to evaluate externally graded responses.
1278: </description>
1279: <status>works/unverified</status>
1280: </file>
1281: <file>
1282: <source>loncom/homework/loncapagrade.pm</source>
1283: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
1284: <categoryname>handler</categoryname>
1285: <description>
1286: Handler to evaluate externally graded responses.
1287: </description>
1288: <status>works/unverified</status>
1289: </file>
1290: <file>
1291: <source>loncom/publisher/lonpubdir.pm</source>
1292: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
1293: <categoryname>handler</categoryname>
1294: <description>
1295: Handler to publish directories.
1296: </description>
1297: </file>
1298: <file>
1299: <source>doc/man/Apache__lonpubdir.3</source>
1300: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1301: <categoryname>doc</categoryname>
1302: <description>man page for lonpubdir.pm</description>
1303: <build trigger='always run'>
1304: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
1305: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1306: </build>
1307: <status>works/unverified</status>
1308: <dependencies>
1309: ../../loncom/lonnet/perl/lonnet.pm
1310: </dependencies>
1311: </file>
1312: <file>
1313: <source>doc/lib/perl/Apache/lonpubdir.html</source>
1314: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1315: </target>
1316: <categoryname>doc</categoryname>
1317: <description>POD-derived page for lonpubdir.pm</description>
1318: <build trigger='always run'>
1319: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1320: ../../doc/lib/perl/Apache/lonpubdir.html && \
1321: echo 'pod2html lonpubdir.pm'
1322: </build>
1323: <status>works/unverified</status>
1324: <dependencies>
1325: ../../loncom/publisher/lonpubdir.pm
1326: </dependencies>
1327: </file>
1328: <file>
1329: <source>loncom/publisher/lonretrieve.pm</source>
1330: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
1331: <categoryname>handler</categoryname>
1332: <description>
1333: Handler to retrieve old versions from resource space.
1334: </description>
1335: <status>works/unverified</status>
1336: </file>
1337: <file>
1338: <source>doc/man/Apache__lonretrieve.3</source>
1339: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1340: <categoryname>doc</categoryname>
1341: <description>man page for lonretrieve.pm</description>
1342: <build trigger='always run'>
1343: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
1344: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1345: </build>
1346: <status>works/unverified</status>
1347: <dependencies>
1348: ../../loncom/publisher/lonretrieve.pm
1349: </dependencies>
1350: </file>
1351: <file>
1352: <source>doc/lib/perl/Apache/lonretrieve.html</source>
1353: <target dist='default'>
1354: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1355: </target>
1356: <categoryname>doc</categoryname>
1357: <description>POD-derived page for lonretrieve.pm</description>
1358: <build trigger='always run'>
1359: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1360: ../../doc/lib/perl/Apache/lonretrieve.html && \
1361: echo 'pod2html lonretrieve.pm'
1362: </build>
1363: <status>works/unverified</status>
1364: <dependencies>
1365: ../../loncom/publisher/lonretrieve.pm
1366: </dependencies>
1367: </file>
1368: <file>
1369: <source>loncom/homework/edit.pm</source>
1370: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
1371: <categoryname>handler</categoryname>
1372: <description>
1373: Helper functions when in homework edit mode.
1374: </description>
1375: </file>
1376: <file>
1377: <source>doc/man/Apache__edit.3</source>
1378: <target dist='default'>usr/man/man3/Apache::edit.3</target>
1379: <categoryname>doc</categoryname>
1380: <description>man page for edit.pm</description>
1381: <build trigger='always run'>
1382: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1383: echo 'manifying edit.pm'
1384: </build>
1385: <status>works/unverified</status>
1386: <dependencies>
1387: ../../loncom/homework/edit.pm
1388: </dependencies>
1389: </file>
1390: <file>
1391: <source>doc/lib/perl/Apache/edit.html</source>
1392: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
1393: </target>
1394: <categoryname>doc</categoryname>
1395: <description>POD-derived page for edit.pm</description>
1396: <build trigger='always run'>
1397: loncom/build/pod2html.sh ../homework/edit.pm > \
1398: ../../doc/lib/perl/Apache/edit.html \
1399: && echo 'pod2html edit.pm'
1400: </build>
1401: <status>works/unverified</status>
1402: <dependencies>
1403: ../../loncom/homework/edit.pm
1404: </dependencies>
1405: </file>
1406: <file>
1407: <source>loncom/interface/lonmeta.pm</source>
1408: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
1409: <categoryname>handler</categoryname>
1410: <description>Metadata display handler.</description>
1411: <status>works/unverified</status>
1412: </file>
1413: <file>
1414: <source>rat/lonambiguous.pm</source>
1415: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
1416: <categoryname>handler</categoryname>
1417: <description>
1418: Handler to resolve ambiguous file locations.
1419: </description>
1420: <status>works/unverified</status>
1421: </file>
1422: <file>
1423: <source>rat/lonratparms.pm</source>
1424: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
1425: <categoryname>handler</categoryname>
1426: <description>
1427: Handler to set resource parameters inside of the RAT based on metadata.
1428: </description>
1429: <status>works/unverified</status>
1430: </file>
1431: <file>
1432: <source>rat/lonsequence.pm</source>
1433: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
1434: <categoryname>handler</categoryname>
1435: <description>
1436: Handler for showing sequence objects of educational resources.
1437: </description>
1438: <status>works/unverified</status>
1439: </file>
1440: <file>
1441: <source>loncom/interface/loncreatecourse.pm</source>
1442: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
1443: <categoryname>handler</categoryname>
1444: <description>
1445: Allows domain coordinators to create new courses and assign course
1446: coordinators.
1447: </description>
1448: <status>works/unverified</status>
1449: </file>
1450: <file>
1451: <source>loncom/interface/loncreateuser.pm</source>
1452: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
1453: <categoryname>handler</categoryname>
1454: <description>
1455: Allows users to within their own privileges create/edit users and give
1456: them roles.
1457: </description>
1458: <status>works/unverified</status>
1459: </file>
1460: <file>
1461: <source>loncom/interface/lonchart.pm</source>
1462: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
1463: <categoryname>handler</categoryname>
1464: <description>
1465: Produces simple LectureOnline-like student assessment performance chart
1466: </description>
1467: </file>
1468: <file>
1469: <source>loncom/interface/loncommon.pm</source>
1470: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
1471: <categoryname>handler</categoryname>
1472: <description>
1473: Makes a table out of the previous attempts. Inputs result_from_symbread,
1474: user, domain, home_server, course_id.
1475: </description>
1476: <status>works/unverified</status>
1477: </file>
1478: <file>
1479: <source>doc/man/Apache__loncommon.3</source>
1480: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1481: <categoryname>doc</categoryname>
1482: <description>man page for loncommon.pm</description>
1483: <build trigger='always run'>
1484: loncom/build/pod2man.sh ../interface/loncommon.pm > \
1485: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1486: </build>
1487: <status>works/unverified</status>
1488: <dependencies>
1489: ../../loncom/interface/loncommon.pm
1490: </dependencies>
1491: </file>
1492: <file>
1493: <source>doc/lib/perl/Apache/loncommon.html</source>
1494: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1495: </target>
1496: <categoryname>doc</categoryname>
1497: <description>POD-derived page for loncommon.pm</description>
1498: <build trigger='always run'>
1499: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1500: ../../doc/lib/perl/Apache/loncommon.html && \
1501: echo 'pod2html loncommon.pm'
1502: </build>
1503: <status>works/unverified</status>
1504: <dependencies>
1505: ../../loncom/interface/loncommon.pm
1506: </dependencies>
1507: </file>
1508: <file>
1509: <source>loncom/homework/grades.pm</source>
1510: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
1511: <categoryname>handler</categoryname>
1512: <description>Handles the viewing of grades.</description>
1513: </file>
1514: <file>
1515: <source>loncom/homework/imageresponse.pm</source>
1516: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
1517: <categoryname>handler</categoryname>
1518: <description>
1519: Coordinates the response to clicking an image.
1520: </description>
1521: <status>works/unverified</status>
1522: </file>
1523: <file>
1524: <source>loncom/homework/optionresponse.pm</source>
1525: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
1526: <categoryname>handler</categoryname>
1527: <description>
1528: Handles tags associated with showing a list of options.</description>
1529: </file>
1530: <file>
1531: <source>loncom/homework/outputtags.pm</source>
1532: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
1533: <categoryname>handler</categoryname>
1534: <description>
1535: Handles tags associated with output. Seems to relate to due dates of the
1536: assignment.
1537: </description>
1538: <status>works/unverified</status>
1539: </file>
1540: <file>
1541: <source>loncom/interface/lontest.pm</source>
1542: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
1543: <categoryname>handler</categoryname>
1544: <description>
1545: Used for debugging and testing the LON-CAPA system.
1546: </description>
1547: <status>works/unverified</status>
1548: </file>
1549: <file>
1550: <source>loncom/homework/radiobuttonresponse.pm</source>
1551: <target dist='default'>
1552: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1553: <categoryname>handler</categoryname>
1554: <description>
1555: Handles multiple-choice style responses.
1556: </description>
1557: <status>works/unverified</status>
1558: </file>
1559: <file>
1560: <source>loncom/interface/lonassignments.pm</source>
1561: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
1562: <categoryname>handler</categoryname>
1563: <description>
1564: Handles processing of assignments.
1565: </description>
1566: <status>works/unverified</status>
1567: </file>
1568: <file>
1569: <source>loncom/interface/loncommunicate.pm</source>
1570: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
1571: <categoryname>handler</categoryname>
1572: <description>
1573: Will be the access handler to email sending, as well as the planned
1574: chatrooms, etc.
1575: </description>
1576: <status>works/unverified</status>
1577: </file>
1578: <file>
1579: <source>loncom/interface/lonerrorhandler.pm</source>
1580: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
1581: <categoryname>handler</categoryname>
1582: <description>
1583: Handles errors.
1584: </description>
1585: <status>works/unverified</status>
1586: </file>
1587: <file>
1588: <source>loncom/interface/lonevaluate.pm</source>
1589: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
1590: <categoryname>handler</categoryname>
1591: <description>
1592: Handles evaluation.
1593: </description>
1594: <status>works/unverified</status>
1595: </file>
1596: <file>
1597: <source>loncom/interface/lonfeedback.pm</source>
1598: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
1599: <categoryname>handler</categoryname>
1600: <description>
1601: Handles feedback from students to instructors and system administrators.
1602: Provides a screenshot of the current
1603: resource, as well as previous attempts if the resource was a homework.
1604: Used by lonmsg.pm.
1605: </description>
1606: <status>works/unverified</status>
1607: </file>
1608: <file>
1609: <source>loncom/interface/lonnavmaps.pm</source>
1610: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
1611: <categoryname>handler</categoryname>
1612: <description>
1613: Handles navigational maps.
1614: </description>
1615: <status>works/unverified</status>
1616: </file>
1617: <file>
1618: <source>loncom/interface/lonpreferences.pm</source>
1619: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
1620: <categoryname>handler</categoryname>
1621: <description>
1622: Handles user preferences associated with customizing the online LON-CAPA
1623: educational environment.
1624: </description>
1625: <status>works/unverified</status>
1626: </file>
1627: <file>
1628: <source>loncom/interface/lonprintout.pm</source>
1629: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
1630: <categoryname>handler</categoryname>
1631: <description>
1632: Handles the production of printable files and resources.
1633: </description>
1634: <status>works/unverified</status>
1635: </file>
1636: <file>
1637: <source>loncom/interface/lonsearchcat.pm</source>
1638: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
1639: <categoryname>handler</categoryname>
1640: <description>
1641: Handles a searchable catalogue.
1642: </description>
1643: <status>works/unverified</status>
1644: </file>
1645: <file>
1646: <source>doc/man/Apache__lonsearchcat.3</source>
1647: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1648: <categoryname>doc</categoryname>
1649: <description>man page for lonsearchcat.pm</description>
1650: <build trigger='always run'>
1651: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
1652: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1653: </build>
1654: <status>works/unverified</status>
1655: <dependencies>
1656: ../../loncom/interface/lonsearchcat.pm
1657: </dependencies>
1658: </file>
1659: <file>
1660: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
1661: <target dist='default'>
1662: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1663: </target>
1664: <categoryname>doc</categoryname>
1665: <description>POD-derived page for lonsearchcat.pm</description>
1666: <build trigger='always run'>
1667: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1668: ../../doc/lib/perl/Apache/lonsearchcat.html && \
1669: echo 'pod2html lonsearchcat.pm'
1670: </build>
1671: <status>works/unverified</status>
1672: <dependencies>
1673: ../../loncom/interface/lonsearchcat.pm
1674: </dependencies>
1675: </file>
1676: <file>
1677: <source>loncom/interface/londropadd.pm</source>
1678: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
1679: <categoryname>handler</categoryname>
1680: <description>
1681: Allows course coordinators to upload courselists in different formats, and
1682: automatically create users (if they do not exist already), assign them the
1683: role of student in a course, and add them to the classlist.
1684: </description>
1685: <status>works/unverified</status>
1686: </file>
1687: <file>
1688: <source>loncom/interface/lonmsg.pm</source>
1689: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
1690: <categoryname>handler</categoryname>
1691: <description>
1692: lonmsg.pm has several functions to send and receive internal messages.
1693: author_res_msg - send message to resource author.
1694: user_crit_msg - send a critical message to a user. A critical message
1695: will require acknowledgment by the recipient and the sender will be notified.
1696: user_crit_received - routine to trigger acknowledgment.
1697: statuschange - change the status of a message (read, replied, forwarded, etc).
1698: The handler also displays messages, has routines to reply, etc.
1699: </description>
1700: <status>works/unverified</status>
1701: </file>
1702: <file>
1703: <source>loncom/homework/hint.pm</source>
1704: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
1705: <categoryname>handler</categoryname>
1706: <description>
1707: This handler coordinates the delivery of hints to students working on LON-CAPA
1708: problems and assignments.
1709: </description>
1710: <status>works/unverified</status>
1711: </file>
1712: <file>
1713: <source>loncom/interface/lonspreadsheet.pm</source>
1714: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
1715: <categoryname>handler</categoryname>
1716: <description>
1717: Spreadsheets are completely web-based.
1718: They exist on the level of a whole course, a student, and individual
1719: assessments.
1720: </description>
1721: <status>works/unverified</status>
1722: </file>
1723: <file>
1724: <source>loncom/interface/lonparmset.pm</source>
1725: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
1726: <categoryname>handler</categoryname>
1727: <description>
1728: Handler to resolve ambiguous file locations
1729: </description>
1730: <status>works/unverified</status>
1731: </file>
1732: <file>
1733: <source>doc/man/Apache__lonparmset.3</source>
1734: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1735: <categoryname>doc</categoryname>
1736: <description>man page for lonparmset.pm</description>
1737: <build trigger='always run'>
1738: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
1739: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1740: </build>
1741: <status>works/unverified</status>
1742: <dependencies>
1743: ../../loncom/interface/lonparmset.pm
1744: </dependencies>
1745: </file>
1746: <file>
1747: <source>doc/lib/perl/Apache/lonparmset.html</source>
1748: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1749: </target>
1750: <categoryname>doc</categoryname>
1751: <description>POD-derived page for lonparmset.pm</description>
1752: <build trigger='always run'>
1753: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1754: ../../doc/lib/perl/Apache/lonparmset.html && \
1755: echo 'pod2html lonparmset.pm'
1756: </build>
1757: <status>works/unverified</status>
1758: <dependencies>
1759: ../../loncom/interface/lonparmset.pm
1760: </dependencies>
1761: </file>
1762: <file>
1763: <source>loncom/publisher/lonconstruct.pm</source>
1764: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
1765: <categoryname>handler</categoryname>
1766: <description>
1767: Page wrapper for handling construction space.
1768: </description>
1769: <status>works/unverified</status>
1770: </file>
1771: <file>
1772: <source>loncom/publisher/lonpublisher.pm</source>
1773: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
1774: <categoryname>handler</categoryname>
1775: <description>
1776: Publishes an LON-CAPA educational resource complete with metadata
1777: (authorship, language, copyright, creation date, etc).
1778: </description>
1779: <status>works/unverified</status>
1780: </file>
1781: <file>
1782: <source>doc/man/Apache__lonpublisher.3</source>
1783: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1784: <categoryname>doc</categoryname>
1785: <description>man page for lonpublisher.pm</description>
1786: <build trigger='always run'>
1787: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
1788: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1789: </build>
1790: <status>works/unverified</status>
1791: <dependencies>
1792: ../../loncom/publisher/lonpublisher.pm
1793: </dependencies>
1794: </file>
1795: <file>
1796: <source>doc/lib/perl/Apache/lonpublisher.html</source>
1797: <target dist='default'>
1798: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1799: </target>
1800: <categoryname>doc</categoryname>
1801: <description>POD-derived page for lonpublisher.pm</description>
1802: <build trigger='always run'>
1803: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1804: ../../doc/lib/perl/Apache/lonpublisher.html && \
1805: echo 'pod2html lonpublisher.pm'
1806: </build>
1807: <status>works/unverified</status>
1808: <dependencies>
1809: ../../loncom/publisher/lonpublisher.pm
1810: </dependencies>
1811: </file>
1812: <file>
1813: <source>loncom/interface/lonmenu.pm</source>
1814: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
1815: <categoryname>handler</categoryname>
1816: <description>
1817: Has routines which control the remote control.
1818: </description>
1819: <status>works/unverified</status>
1820: </file>
1821: <file>
1822: <source>rat/lonpageflip.pm</source>
1823: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
1824: <categoryname>handler</categoryname>
1825: <description>Deals with forward, backward, and other page flips.</description>
1826: <status>works/unverified</status>
1827: </file>
1828: <file>
1829: <source>rat/lonratedt.pm</source>
1830: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
1831: <categoryname>handler</categoryname>
1832: <description>
1833: Builds up frame set and loads in the right thing.
1834: </description>
1835: <status>works/unverified</status>
1836: </file>
1837: <file>
1838: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
1839: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
1840: <categoryname>handler</categoryname>
1841: <description>
1842: Homework remote control.
1843: </description>
1844: <status>works/unverified</status>
1845: </file>
1846: <file>
1847: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
1848: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
1849: <categoryname>handler</categoryname>
1850: <description>
1851: This will take annotations and then plug them into a page.
1852: </description>
1853: <status>works/unverified</status>
1854: </file>
1855: <file>
1856: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
1857: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
1858: <categoryname>handler</categoryname>
1859: <description>
1860: This will take bookmarks and get/write/display them for the LON-CAPA user
1861: interface.
1862: </description>
1863: <status>works/unverified</status>
1864: </file>
1865: <file>
1866: <source>rat/lonratsrv.pm</source>
1867: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
1868: <categoryname>handler</categoryname>
1869: <description>
1870: Handler that takes output from RAT and stores it on disk. Handles the upper
1871: hidden frame of the added window that comes up in RAT. (3 frames come up in
1872: RAT server, code, and output. This module handles server connection.)
1873: </description>
1874: <status>works/unverified</status>
1875: </file>
1876: <file>
1877: <source>rat/lonpage.pm</source>
1878: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
1879: <categoryname>handler</categoryname>
1880: <description>
1881: bundles pages into one page
1882: </description>
1883: <status>works/unverified</status>
1884: </file>
1885: <file>
1886: <source>doc/man/Apache__lonpage.3</source>
1887: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1888: <categoryname>doc</categoryname>
1889: <description>man page for lonpage.pm</description>
1890: <build trigger='always run'>
1891: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
1892: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1893: </build>
1894: <status>works/unverified</status>
1895: <dependencies>
1896: ../../rat/lonpage.pm
1897: </dependencies>
1898: </file>
1899: <file>
1900: <source>doc/lib/perl/Apache/lonpage.html</source>
1901: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1902: </target>
1903: <categoryname>doc</categoryname>
1904: <description>POD-derived page for lonnet.pm</description>
1905: <build trigger='always run'>
1906: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1907: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1908: </build>
1909: <status>works/unverified</status>
1910: <dependencies>
1911: ../../rat/lonpage.pm
1912: </dependencies>
1913: </file>
1914: <file>
1915: <source>rat/lonuserstate.pm</source>
1916: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
1917: <categoryname>handler</categoryname>
1918: <description>
1919: compile course into binary data structure (in loncom/rat)
1920: </description>
1921: <status>works/unverified</status>
1922: </file>
1923: <file>
1924: <source>doc/man/Apache__lonuserstate.3</source>
1925: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1926: <categoryname>doc</categoryname>
1927: <description>man page for lonnet.pm</description>
1928: <build trigger='always run'>
1929: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
1930: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1931: </build>
1932: <status>works/unverified</status>
1933: <dependencies>
1934: ../../rat/lonuserstate.pm
1935: </dependencies>
1936: </file>
1937: <file>
1938: <source>doc/lib/perl/Apache/lonuserstate.html</source>
1939: <target dist='default'>
1940: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1941: </target>
1942: <categoryname>doc</categoryname>
1943: <description>POD-derived page for lonuserstate.pm</description>
1944: <build trigger='always run'>
1945: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1946: ../../doc/lib/perl/Apache/lonuserstate.html && \
1947: echo 'pod2html lonuserstate.pm'
1948: </build>
1949: <status>works/unverified</status>
1950: <dependencies>
1951: ../../rat/lonuserstate.pm
1952: </dependencies>
1953: </file>
1954: <file>
1955: <source>loncom/xml/lontex.pm</source>
1956: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
1957: <categoryname>handler</categoryname>
1958: <description>
1959: Handler for tex files (somewhere in modules)
1960: </description>
1961: <status>works/unverified</status>
1962: </file>
1963: <file>
1964: <source>loncom/xml/lontexconvert.pm</source>
1965: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
1966: <categoryname>handler</categoryname>
1967: <description>
1968: Access to tth/ttm
1969: </description>
1970: <status>works/unverified</status>
1971: </file>
1972: <file>
1973: <source>loncom/xml/lonxml.pm</source>
1974: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
1975: <categoryname>handler</categoryname>
1976: <description>
1977: XML Parsing Module
1978: </description>
1979: <status>works/unverified</status>
1980: </file>
1981: <file>
1982: <source>loncom/xml/lonplot.pm</source>
1983: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
1984: <categoryname>handler</categoryname>
1985: <description>
1986: XML-based plotter of graphs
1987: </description>
1988: <status>works/unverified</status>
1989: </file>
1990: <file>
1991: <source>loncom/xml/style.pm</source>
1992: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
1993: <categoryname>handler</categoryname>
1994: <description>
1995: Style Parsing Module
1996: </description>
1997: <status>works/unverified</status>
1998: </file>
1999: <file>
2000: <source>loncom/xml/londefdef.pm</source>
2001: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
2002: <categoryname>handler</categoryname>
2003: <description>
2004: Tags Default Definition Module
2005: </description>
2006: <status>works/unverified</status>
2007: </file>
2008: <file>
2009: <source>loncom/xml/run.pm</source>
2010: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
2011: <categoryname>handler</categoryname>
2012: <description>
2013: used to prevent poorly written problems from causing lingering after effects
2014: </description>
2015: <status>works/unverified</status>
2016: </file>
2017: <file>
2018: <source>loncom/xml/scripttag.pm</source>
2019: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
2020: <categoryname>handler</categoryname>
2021: <description>
2022: implements <script>, <scriptlib>, <parserlib>, and
2023: <import>
2024: </description>
2025: <status>works/unverified</status>
2026: </file>
2027: <file>
2028: <source>loncom/homework/randomlabel.pm</source>
2029: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
2030: <categoryname>handler</categoryname>
2031: <description>
2032: Interface for producing applet code which randomizes the labelling of an
2033: image.
2034: </description>
2035: </file>
2036: <file>
2037: <source>loncom/homework/lonhomework.pm</source>
2038: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
2039: <categoryname>handler</categoryname>
2040: <description>
2041: handles requests for output, evaluation, and alteration of a homework resource
2042: </description>
2043: <status>works/unverified</status>
2044: </file>
2045: <file>
2046: <source>loncom/homework/inputtags.pm</source>
2047: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
2048: <categoryname>handler</categoryname>
2049: <description>
2050: produces HTML input tags (<INPUT>) for rendering homework resources
2051: </description>
2052: <status>works/unverified</status>
2053: </file>
2054: <file>
2055: <source>loncom/homework/structuretags.pm</source>
2056: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
2057: <categoryname>handler</categoryname>
2058: <description>
2059: produces HTML tags necessary for structuring the presentation of homework
2060: resources
2061: </description>
2062: <status>works/unverified</status>
2063: </file>
2064: <file>
2065: <source>loncom/homework/response.pm</source>
2066: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
2067: <categoryname>handler</categoryname>
2068: <description>
2069: defines different types of responses given to student as well as syntax for
2070: producing response values
2071: </description>
2072: <status>works/unverified</status>
2073: </file>
2074: <file>
2075: <source>loncom/homework/caparesponse/caparesponse.pm</source>
2076: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
2077: <categoryname>handler</categoryname>
2078: <description>
2079: handles request to the CAPA homework processing engine
2080: </description>
2081: <status>works/unverified</status>
2082: </file>
2083: <file>
2084: <source>loncom/xml/Safe.pm</source>
2085: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
2086: <categoryname>handler</categoryname>
2087: <description>
2088: Meant to safely substitute for CPAN version of Safe.
2089: Allows for safely executing embedded perl comands in
2090: a way that does not threaten the operating system.
2091: </description>
2092: <status>works/unverified</status>
2093: </file>
2094: <file>
2095: <source>loncom/auth/localauth.pm</source>
2096: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
2097: <categoryname>handler</categoryname>
2098: <description>
2099: Local authentication mechanism (meant to be customized).
2100: </description>
2101: <status>works/unverified</status>
2102: </file>
2103: <file>
2104: <source>loncom/auth/lonacc.pm</source>
2105: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
2106: <categoryname>handler</categoryname>
2107: <description>
2108: (This module, like loncacc.pm also authenticates with cookies.)
2109: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
2110: functions (e.g. roles, logout, annotations, and bookmarks) as well
2111: as coordinating access to educational resources.
2112: </description>
2113: <status>works/unverified</status>
2114: </file>
2115: <file>
2116: <source>doc/man/Apache__lonacc.3</source>
2117: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
2118: <categoryname>doc</categoryname>
2119: <description>man page for lonacc.pm</description>
2120: <build trigger='always run'>
2121: loncom/build/pod2man.sh ../auth/lonacc.pm > \
2122: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
2123: </build>
2124: <status>works/unverified</status>
2125: <dependencies>
2126: ../../loncom/auth/lonacc.pm
2127: </dependencies>
2128: </file>
2129: <file>
2130: <source>doc/lib/perl/Apache/lonacc.html</source>
2131: <target dist='default'>
2132: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
2133: <categoryname>doc</categoryname>
2134: <description>POD-derived page for lonacc.pm</description>
2135: <build trigger='always run'>
2136: loncom/build/pod2html.sh ../auth/lonacc.pm > \
2137: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
2138: </build>
2139: <status>works/unverified</status>
2140: <dependencies>
2141: ../../loncom/auth/lonacc.pm
2142: </dependencies>
2143: </file>
2144: <file>
2145: <source>loncom/auth/lonracc.pm</source>
2146: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
2147: <categoryname>handler</categoryname>
2148: <description>
2149: access handler for file transfers
2150: </description>
2151: <status>works/unverified</status>
2152: </file>
2153: <file>
2154: <source>doc/man/Apache__lonracc.3</source>
2155: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
2156: <categoryname>doc</categoryname>
2157: <description>man page for lonracc.pm</description>
2158: <build trigger='always run'>
2159: loncom/build/pod2man.sh ../auth/lonracc.pm > \
2160: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
2161: </build>
2162: <status>works/unverified</status>
2163: <dependencies>
2164: ../../loncom/auth/lonracc.pm
2165: </dependencies>
2166: </file>
2167: <file>
2168: <source>doc/lib/perl/Apache/lonracc.html</source>
2169: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
2170: </target>
2171: <categoryname>doc</categoryname>
2172: <description>POD-derived page for lonracc.pm</description>
2173: <build trigger='always run'>
2174: loncom/build/pod2html.sh ../auth/lonracc.pm > \
2175: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
2176: </build>
2177: <status>works/unverified</status>
2178: <dependencies>
2179: ../../loncom/auth/lonracc.pm
2180: </dependencies>
2181: </file>
2182: <file>
2183: <source>loncom/auth/loncacc.pm</source>
2184: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
2185: <categoryname>handler</categoryname>
2186: <description>
2187: This module provides access to an educational resource construction area.
2188: This module is invoked by the URL-related pattern syntax
2189: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
2190: Authentication of user identity
2191: is coordinated through cookies. The abbreviation "cacc" corresponds
2192: to "construction-space access"). If the cookie handle is invalid, then
2193: this module returns a forbidden status and makes appropriate log entries.
2194: If the cookie handle is valid, status is determined to be okay (and,
2195: for the "priv"-type access, the resource is delivered by the
2196: <tt>lonconstruct</tt> module).
2197: </description>
2198: <status>works/unverified</status>
2199: </file>
2200: <file>
2201: <source>doc/man/Apache__loncacc.3</source>
2202: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
2203: <categoryname>doc</categoryname>
2204: <description>man page for loncacc.pm</description>
2205: <build trigger='always run'>
2206: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
2207: && echo 'manifying loncacc.pm'
2208: </build>
2209: <status>works/unverified</status>
2210: <dependencies>
2211: ../../loncom/auth/loncacc.pm
2212: </dependencies>
2213: </file>
2214: <file>
2215: <source>doc/lib/perl/Apache/loncacc.html</source>
2216: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
2217: </target>
2218: <categoryname>doc</categoryname>
2219: <description>POD-derived page for loncacc.pm</description>
2220: <build trigger='always run'>
2221: loncom/build/pod2html.sh ../auth/loncacc.pm > \
2222: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
2223: </build>
2224: <status>works/unverified</status>
2225: <dependencies>
2226: ../../loncom/auth/loncacc.pm
2227: </dependencies>
2228: </file>
2229: <file>
2230: <source>loncom/auth/lonauth.pm</source>
2231: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
2232: <categoryname>handler</categoryname>
2233: <description>authenticate, set up session environment</description>
2234: <status>works/unverified</status>
2235: </file>
2236: <file>
2237: <source>loncom/auth/lonlogin.pm</source>
2238: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
2239: <categoryname>handler</categoryname>
2240: <description>login screen</description>
2241: <status>works/unverified</status>
2242: </file>
2243: <file>
2244: <source>loncom/auth/lonlogout.pm</source>
2245: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
2246: <categoryname>handler</categoryname>
2247: <description>logout</description>
2248: <status>works/unverified</status>
2249: </file>
2250: <file>
2251: <source>loncom/lonnet/perl/lonrep.pm</source>
2252: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
2253: <categoryname>handler</categoryname>
2254: <description>replication</description>
2255: </file>
2256: <file>
2257: <source>loncom/auth/lonroles.pm</source>
2258: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
2259: <categoryname>handler</categoryname>
2260: <description>
2261: This perl handling module reads in the available roles available
2262: for a LON-CAPA user (different courses, different privileges, etc)
2263: and produces a form-element HTML page which allows the user to select
2264: which role he wishes to exercise in the LON-CAPA system. For instance,
2265: a user may want to select between being a student in a thermodynamics
2266: physics course or a teaching assistant for an introductory calculus
2267: class.
2268: </description>
2269: </file>
2270: <file>
2271: <source>doc/man/Apache__lonroles.3</source>
2272: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
2273: <categoryname>doc</categoryname>
2274: <description>man page for lonroles.pm</description>
2275: <build trigger='always run'>
2276: loncom/build/pod2man.sh ../auth/lonroles.pm > \
2277: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
2278: </build>
2279: <status>works/unverified</status>
2280: <dependencies>
2281: ../../loncom/auth/lonroles.pm
2282: </dependencies>
2283: </file>
2284: <file>
2285: <source>doc/lib/perl/Apache/lonroles.html</source>
2286: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
2287: </target>
2288: <categoryname>doc</categoryname>
2289: <description>POD-derived page for lonroles.pm</description>
2290: <build trigger='always run'>
2291: loncom/build/pod2html.sh ../auth/lonroles.pm > \
2292: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
2293: </build>
2294: <status>works/unverified</status>
2295: <dependencies>
2296: ../../loncom/auth/lonroles.pm
2297: </dependencies>
2298: </file>
2299: <file>
2300: <source>loncom/interface/lonindexer.pm</source>
2301: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
2302: <categoryname>handler</categoryname>
2303: <description>
2304: cross server filesystem browser
2305: </description>
2306: <status>works/unverified</status>
2307: </file>
2308: <file>
2309: <source>doc/man/Apache__lonindexer.3</source>
2310: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
2311: <categoryname>doc</categoryname>
2312: <description>man page for lonindexer.pm</description>
2313: <build trigger='always run'>
2314: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
2315: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
2316: </build>
2317: <status>works/unverified</status>
2318: <dependencies>
2319: ../../loncom/interface/lonindexer.pm
2320: </dependencies>
2321: </file>
2322: <file>
2323: <source>doc/lib/perl/Apache/lonindexer.html</source>
2324: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
2325: </target>
2326: <categoryname>doc</categoryname>
2327: <description>POD-derived page for lonindexer.pm</description>
2328: <build trigger='always run'>
2329: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
2330: ../../doc/lib/perl/Apache/lonindexer.html && \
2331: echo 'pod2html lonindexer.pm'
2332: </build>
2333: <status>works/unverified</status>
2334: <dependencies>
2335: ../../loncom/interface/lonindexer.pm
2336: </dependencies>
2337: </file>
2338: <file>
2339: <source>loncom/interface/groupsort.pm</source>
2340: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
2341: <categoryname>handler</categoryname>
2342: <description>
2343: Implements a second phase of importing multiple resources into the RAT.
2344: Allows for reordering the sequence of resources.
2345: </description>
2346: <status>works/unverified</status>
2347: </file>
2348: <file>
2349: <source>loncom/lonnet/perl/lonnet.pm</source>
2350: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
2351: <categoryname>handler</categoryname>
2352: <description>
2353: This file is an interface to the lonc processes of the LON-CAPA network
2354: as well as set of elaborated functions for handling information necessary
2355: for navigating through a given cluster of LON-CAPA machines within a domain.
2356: There are over 40 specialized functions in this module which handle
2357: the reading and transmission of metadata, user information
2358: (ids, names, environments, roles, logs), file information (storage, reading,
2359: directories, extensions, replication, embedded styles and descriptors),
2360: educational resources (course descriptions, section names and numbers),
2361: url hashing (to assign roles on a url basis), and translating abbreviated
2362: symbols to and from more descriptive phrases or explanations.
2363: </description>
2364: <status>works/unverified</status>
2365: </file>
2366: <file>
2367: <source>doc/man/Apache__lonnet.3</source>
2368: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
2369: <categoryname>doc</categoryname>
2370: <description>man page for lonnet.pm</description>
2371: <build trigger='always run'>
2372: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
2373: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
2374: </build>
2375: <status>works/unverified</status>
2376: <dependencies>
2377: ../../loncom/lonnet/perl/lonnet.pm
2378: </dependencies>
2379: </file>
2380: <file>
2381: <source>doc/lib/perl/Apache/lonnet.html</source>
2382: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
2383: </target>
2384: <categoryname>doc</categoryname>
2385: <description>POD-derived page for lonnet.pm</description>
2386: <build trigger='always run'>
2387: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
2388: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
2389: </build>
2390: <status>works/unverified</status>
2391: <dependencies>
2392: ../../loncom/lonnet/perl/lonnet.pm
2393: </dependencies>
2394: </file>
2395: <file>
2396: <source>loncom/html/index.html</source>
2397: <target dist='default'>home/httpd/html/index.html</target>
2398: <categoryname>interface file</categoryname>
2399: <description>bumps to login</description>
2400: </file>
2401: <link>
2402: <linkto>etc/mime.types</linkto>
2403: <target dist='default'>etc/httpd/conf/mime.types</target>
2404: <categoryname>symbolic link</categoryname>
2405: <description>symbolic link to /etc/mime.types</description>
2406: </link>
2407: <link>
2408: <linkto>home/httpd/html/res</linkto>
2409: <target dist='default'>home/httpd/html/raw</target>
2410: <categoryname>symbolic link</categoryname>
2411: <description>symbolic link to /home/httpd/html/res</description>
2412: </link>
2413: <file>
2414: <source>loncom/html/adm/notfound.html</source>
2415: <target dist='default'>home/httpd/html/adm/notfound.html</target>
2416: <categoryname>interface file</categoryname>
2417: <description>
2418: static html page that is shown when an attempt is made to access a document
2419: not present on the web server
2420: </description>
2421: </file>
2422: <file>
2423: <source>loncom/html/adm/unauthorized.html</source>
2424: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
2425: <categoryname>interface file</categoryname>
2426: <description>
2427: static html page that is shown when an attempt is made to access a document
2428: which is restricted based on file or server configurations
2429: </description>
2430: </file>
2431: <file>
2432: <source>loncom/html/adm/help/searchcat.html</source>
2433: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
2434: <categoryname>interface file</categoryname>
2435: <description>
2436: Help page for the search engine.
2437: </description>
2438: </file>
2439: <file>
2440: <source>rat/client/rat.html</source>
2441: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
2442: <categoryname>interface file</categoryname>
2443: <description>
2444: frameset
2445: </description>
2446: </file>
2447: <file>
2448: <source>rat/client/parameter.html</source>
2449: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
2450: <categoryname>interface file</categoryname>
2451: <description>
2452: Parameter input window.
2453: </description>
2454: </file>
2455: <file>
2456: <source>rat/client/code.html</source>
2457: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
2458: <categoryname>interface file</categoryname>
2459: <description>
2460: javascript
2461: </description>
2462: </file>
2463: <file>
2464: <source>rat/client/map.html</source>
2465: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
2466: <categoryname>interface file</categoryname>
2467: <description>
2468: bumper
2469: </description>
2470: </file>
2471: <file>
2472: <source>rat/client/empty.html</source>
2473: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
2474: <categoryname>interface file</categoryname>
2475: <description>
2476: A blank page with very minimal HTML structural elements.
2477: </description>
2478: </file>
2479: <fileglob>
2480: <glob>*.gif</glob>
2481: <sourcedir>rat/images/</sourcedir>
2482: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
2483: <categoryname>graphic file</categoryname>
2484: <description>
2485: icons for providing a HTML-tabled view of a course map
2486: </description>
2487: <filenames>
2488: 1.1.dt.gif;
2489: 1.1.empty.gif;
2490: 1.1.ld.gif;
2491: 1.1.lr.gif;
2492: 1.1.rd.gif;
2493: 1.1.rl.gif;
2494: 1.1.td.gif;
2495: 1.1.tdrl.gif;
2496: 1.1.tl.gif;
2497: 1.1.tr.gif;
2498: 1.1.utd.gif;
2499: 1.2.ctd.gif;
2500: 1.2.dt.gif;
2501: 1.2.empty.gif;
2502: 1.2.ld.gif;
2503: 1.2.lr.gif;
2504: 1.2.lrd.gif;
2505: 1.2.lrtd.gif;
2506: 1.2.rd.gif;
2507: 1.2.rl.gif;
2508: 1.2.rld.gif;
2509: 1.2.rltd.gif;
2510: 1.2.rtd.gif;
2511: 1.2.rtdl.gif;
2512: 1.2.rtl.gif;
2513: 1.2.td.gif;
2514: 1.2.tdl.gif;
2515: 1.2.tdrl.gif;
2516: 1.2.tl.gif;
2517: 1.2.tr.gif;
2518: 1.2.utd.gif;
2519: 2.1.dt.gif;
2520: 2.1.empty.gif;
2521: 2.1.ld.gif;
2522: 2.1.lr.gif;
2523: 2.1.rd.gif;
2524: 2.1.rl.gif;
2525: 2.1.td.gif;
2526: 2.1.tdrl.gif;
2527: 2.1.tl.gif;
2528: 2.1.tr.gif;
2529: 2.2.dt.gif;
2530: 2.2.empty.gif;
2531: 2.2.ld.gif;
2532: 2.2.lr.gif;
2533: 2.2.lrd.gif;
2534: 2.2.lrt.gif;
2535: 2.2.rd.gif;
2536: 2.2.rl.gif;
2537: 2.2.rld.gif;
2538: 2.2.rlt.gif;
2539: 2.2.td.gif;
2540: 2.2.tdl.gif;
2541: 2.2.tdr.gif;
2542: 2.2.tdrl.gif;
2543: 2.2.tl.gif;
2544: 2.2.tr.gif;
2545: 2.2.url.gif;
2546: 2.2.utd.gif;
2547: arrow.gif;
2548: bdt.gif;
2549: bempty.gif;
2550: bld.gif;
2551: blr.gif;
2552: blrd.gif;
2553: blrt.gif;
2554: bottom.gif;
2555: brd.gif;
2556: brl.gif;
2557: brld.gif;
2558: brlt.gif;
2559: btd.gif;
2560: btdl.gif;
2561: btdr.gif;
2562: btdrl.gif;
2563: btl.gif;
2564: btr.gif;
2565: burl.gif;
2566: butd.gif;
2567: condition.gif;
2568: edit.gif;
2569: finish.gif;
2570: info.gif;
2571: inscol.gif;
2572: inscond.gif;
2573: insres.gif;
2574: insrow.gif;
2575: left.gif;
2576: middle.gif;
2577: resource.gif;
2578: right.gif;
2579: sctd.gif;
2580: sdt.gif;
2581: sempty.gif;
2582: sld.gif;
2583: slr.gif;
2584: slrd.gif;
2585: slrtd.gif;
2586: srd.gif;
2587: srl.gif;
2588: srld.gif;
2589: srltd.gif;
2590: srtd.gif;
2591: srtdl.gif;
2592: srtl.gif;
2593: start.gif;
2594: std.gif;
2595: stdl.gif;
2596: sutd.gif
2597: </filenames>
2598: </fileglob>
2599: <fileglob>
2600: <glob>*.*</glob>
2601: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
2602: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
2603: <categoryname>graphic file</categoryname>
2604: <description>
2605: icons to indicate an unexpected result
2606: </description>
2607: <filenames>
2608: lonconstruct.gif;
2609: lonlogo_broken.gif;
2610: lonlogo_broken_tsp.gif;
2611: lonlogo_broken.eps;
2612: lonlogo_broken.jpg;
2613: lonlogo_broken.mov
2614: </filenames>
2615: </fileglob>
2616: <fileglob>
2617: <glob>*.*</glob>
2618: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
2619: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
2620: <categoryname>graphic file</categoryname>
2621: <description>
2622: logos
2623: </description>
2624: <filenames>
2625: SMETE_white.gif;
2626: aboutlon.gif;
2627: accessbutton.gif;
2628: arrow_up.gif;
2629: cab.gif;
2630: cab_big.gif;
2631: capapanel.gif;
2632: class.gif;
2633: class_big.gif;
2634: dvi.gif;
2635: dvi_big.gif;
2636: eps.gif;
2637: eps_big.gif;
2638: exam.gif;
2639: exam_big.gif;
2640: fillbottom.gif;
2641: fillleft.gif;
2642: fillright.gif;
2643: filltop.gif;
2644: folder_closed.gif;
2645: folder_opened.gif;
2646: folder_pointer_closed.gif;
2647: folder_pointer_opened.gif;
2648: form.gif;
2649: form_big.gif;
2650: gif.gif;
2651: gif_big.gif;
2652: header.gif;
2653: htm.gif;
2654: html.gif;
2655: html_big.gif;
2656: jar.gif;
2657: jar_big.gif;
2658: jpg.gif;
2659: jpg_big.gif;
2660: latex.gif;
2661: lite.gif;
2662: liteani.gif;
2663: litetext.gif;
2664: lolpanel.gif;
2665: lonanim.gif;
2666: lonanimend.gif;
2667: loncapalogo.gif;
2668: lonhelplogos.gif;
2669: lonhelptop.gif;
2670: lonlogo.gif;
2671: lonlogos.gif;
2672: lowerleft.gif;
2673: lowerright.gif;
2674: meta.gif;
2675: meta_big.gif;
2676: mov.gif;
2677: mov_big.gif;
2678: move_up.gif;
2679: move_down.gif;
2680: page.gif;
2681: page_big.gif;
2682: pdf.gif;
2683: pdf_big.gif;
2684: png.gif;
2685: png_big.gif;
2686: problem.gif;
2687: problem_big.gif;
2688: ps.gif;
2689: ps_big.gif;
2690: quill.gif;
2691: quiz.gif;
2692: quiz_big.gif;
2693: select.gif;
2694: sequence.gif;
2695: sequence_big.gif;
2696: server.gif;
2697: server_big.gif;
2698: srvbad.gif;
2699: srvempty.gif;
2700: srvgood.gif;
2701: srvhalf.gif;
2702: srvnull.gif;
2703: survey.gif;
2704: survey_big.gif;
2705: tex.gif;
2706: tex_big.gif;
2707: txt.gif;
2708: txt_big.gif;
2709: unknown.gif;
2710: unknown_big.gif;
2711: upperleft.gif;
2712: upperright.gif;
2713: user.gif;
2714: user_big.gif;
2715: userauthentication.gif;
2716: wav.gif;
2717: wav_big.gif;
2718: white_space_20_22.gif;
2719: whitespace1.gif;
2720: whitespace10.gif;
2721: whitespace2.gif;
2722: whitespace3.gif;
2723: whitespace4.gif;
2724: whitespace5.gif;
2725: whitespace6.gif;
2726: whitespace7.gif;
2727: whitespace8.gif;
2728: whitespace9.gif;
2729: xml.gif;
2730: xml_big.gif;
2731: zip.gif;
2732: zip_big.gif
2733: </filenames>
2734: </fileglob>
2735: <fileglob>
2736: <glob>*.*</glob>
2737: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
2738: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
2739: <categoryname>graphic file</categoryname>
2740: <description>
2741: Miscellaneous resources. Respectively: button for catalog,
2742: button to set parameters in a page,
2743: button to do regrades, button to check on problem submissions,
2744: </description>
2745: <filenames>
2746: authorfeed.gif;
2747: bomb.gif;
2748: cat_button.gif;
2749: chat.gif;
2750: eval_button.gif;
2751: feedback.gif;
2752: pprm_button.gif;
2753: pgrd_button.gif;
2754: subm_button.gif
2755: </filenames>
2756: </fileglob>
2757: <file>
2758: <source>loncom/xml/tth.pm</source>
2759: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
2760: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
2761: <categoryname>system file</categoryname>
2762: <description>
2763: perl module for invoking functions specific to TeX-to-HTML conversion
2764: </description>
2765: <note>
2766: Has the same dependencies and build process as tth.so.
2767: Currently, only the tth.so file specifications invoke
2768: the build process however. A static version is checked into loncom/xml
2769: and in this way is treated as though it isn't part of the tth build process.
2770: </note>
2771: <status>works/unverified</status>
2772: </file>
2773: <file>
2774: <source>loncom/xml/LCParser.pm</source>
2775: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
2776: <categoryname>system file</categoryname>
2777: <description>
2778: perl module for parsing HTML in a way that really works and is thoroughly
2779: tested
2780: </description>
2781: <status>works/unverified</status>
2782: </file>
2783: <file>
2784: <source>modules/TexConvert/tthperl/tth.so</source>
2785: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
2786: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
2787: <categoryname>system file</categoryname>
2788: <description>
2789: shared library file for dynamic loading and unloading
2790: </description>
2791: <note>
2792: The source and file dependencies are not available to most
2793: CVS users. (You can safely rely on the existing binaries
2794: present on your system... don't worry about warnings
2795: related to this file during the build process.)
2796: </note>
2797: <build trigger='run if dependencies change'>
2798: modules/TexConvert/tthperl/commands
2799: </build>
2800: <status>works/unverified</status>
2801: <dependencies>
2802: ../tthdynamic/tthfunc.c;
2803: ../ttmdynamic/ttmfunc.c
2804: </dependencies>
2805: </file>
2806: <file>
2807: <source>loncom/homework/caparesponse/capa.pm</source>
2808: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
2809: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
2810: <categoryname>system file</categoryname>
2811: <description>
2812: perl module for invoking functions specific to CAPA
2813: </description>
2814: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
2815: <note>
2816: Has the same dependencies and build process as capa.so.
2817: Currently, only the capa.so file specifications invoke
2818: the build process however.
2819: </note>
2820: </file>
2821: <file>
2822: <source>loncom/homework/caparesponse/capa.bs</source>
2823: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
2824: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
2825: <categoryname>system file</categoryname>
2826: <description>
2827: bootstrap file associated with dynamic loading of this module on multiple
2828: architectures
2829: </description>
2830: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
2831: <note>
2832: Has the same dependencies and build process as capa.so.
2833: Currently, only the capa.so file specifications invoke
2834: the build process however.
2835: </note>
2836: </file>
2837: <file>
2838: <source>loncom/homework/caparesponse/capa.so</source>
2839: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
2840: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
2841: <categoryname>system file</categoryname>
2842: <description>
2843: shared library file for dynamic loading and unloading
2844: </description>
2845: <build trigger='always run'>
2846: loncom/homework/caparesponse/commands
2847: </build>
2848: <dependencies>
2849: caparesponse.c;
2850: caparesponse.pm;
2851: README;
2852: Makefile.PL;
2853: capa.i;
2854: commands
2855: </dependencies>
2856: </file>
2857: <fileglob>
2858: <glob>*.ent</glob>
2859: <sourcedir>loncom/MathML/</sourcedir>
2860: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
2861: <categoryname>system file</categoryname>
2862: <description>
2863: xml files which assign unicode numbers to mathematical symbols using
2864: <! ENTITY... > type syntax.
2865: </description>
2866: <filenames>
2867: isoamsa.ent;
2868: isoamsb.ent;
2869: isoamsc.ent;
2870: isoamsn.ent;
2871: isoamso.ent;
2872: isoamsr.ent;
2873: isobox.ent;
2874: isocyr1.ent;
2875: isocyr2.ent;
2876: isodia.ent;
2877: isogrk1.ent;
2878: isogrk2.ent;
2879: isogrk3.ent;
2880: isogrk4.ent;
2881: isolat1.ent;
2882: isolat2.ent;
2883: isomfrk.ent;
2884: isomopf.ent;
2885: isomscr.ent;
2886: isonum.ent;
2887: isopub.ent;
2888: isotech.ent;
2889: mmlalias.ent;
2890: mmlextra.ent
2891: </filenames>
2892: </fileglob>
2893: <file>
2894: <source>loncom/MathML/mathml.css</source>
2895: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
2896: <categoryname>system file</categoryname>
2897: <description>
2898: cascading style sheet
2899: </description>
2900: </file>
2901: <file>
2902: <source>loncom/MathML/mathml.dtd</source>
2903: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
2904: <categoryname>system file</categoryname>
2905: <description>
2906: document type definition
2907: </description>
2908: </file>
2909: <file>
2910: <source>loncom/auth/londes.js</source>
2911: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
2912: <categoryname>interface file</categoryname>
2913: <description>
2914: Encryption Routines according to Data Encryption Standard DES, written in
2915: javascript.
2916: </description>
2917: </file>
2918: <file>
2919: <source>loncom/homework/lectureonline.lcpm</source>
2920: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
2921: </target>
2922: <categoryname>handler</categoryname>
2923: <description>
2924: Intended for providing perl functions for the <script></script>
2925: environment in a problem that was converted from lectureonline.
2926: </description>
2927: </file>
2928: <file>
2929: <source>loncom/homework/default_homework.lcpm</source>
2930: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
2931: </target>
2932: <categoryname>handler</categoryname>
2933: <description>
2934: Provides many functions for the <script> environment in a .problem.
2935: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
2936: </description>
2937: </file>
2938: <file>
2939: <source>loncom/homework/capa.units</source>
2940: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
2941: <categoryname>static conf</categoryname>
2942: <description>
2943: Define unit prefixing and conversion for CAPA problem handling.
2944: </description>
2945: </file>
2946: <fileglob>
2947: <glob>*.gif</glob>
2948: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
2949: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
2950: <categoryname>graphic file</categoryname>
2951: <description>icons used for the entire LON-CAPA user interface</description>
2952: <filenames>
2953: a.gif;
2954: anot.gif;
2955: b.gif;
2956: back.gif;
2957: bkm.gif;
2958: brws.gif;
2959: c.gif;
2960: catalog.gif;
2961: ccrs.gif;
2962: chat.gif;
2963: chrt.gif;
2964: com.gif;
2965: courses.gif;
2966: cprv.gif;
2967: cstr.gif;
2968: d.gif;
2969: dempty.gif;
2970: e.gif;
2971: egrd.gif;
2972: empty.gif;
2973: enrl.gif;
2974: eval.gif;
2975: f.gif;
2976: fdbk.gif;
2977: feedback.gif;
2978: forw.gif;
2979: g.gif;
2980: grds.gif;
2981: group.gif;
2982: h.gif;
2983: help.gif;
2984: hyphen.gif;
2985: i.gif;
2986: info.gif;
2987: j.gif;
2988: k.gif;
2989: l.gif;
2990: ledblink.gif;
2991: ledgreen.gif;
2992: ledoff.gif;
2993: ledon.gif;
2994: ledsend.gif;
2995: logout.gif;
2996: m.gif;
2997: mrk.gif;
2998: n.gif;
2999: nav.gif;
3000: next.gif;
3001: o.gif;
3002: p.gif;
3003: parm.gif;
3004: pgrd.gif;
3005: pparm.gif;
3006: pref.gif;
3007: prev.gif;
3008: prt.gif;
3009: q.gif;
3010: qempty.gif;
3011: r.gif;
3012: reload.gif;
3013: remotebg.gif;
3014: res.gif;
3015: roles.gif;
3016: s.gif;
3017: sbkm.gif;
3018: space.gif;
3019: spacer.gif;
3020: sprs.gif;
3021: src.gif;
3022: stat.gif;
3023: subm.gif;
3024: t.gif;
3025: title.gif;
3026: u.gif;
3027: v.gif;
3028: vbkm.gif;
3029: w.gif;
3030: x.gif;
3031: y.gif;
3032: z.gif
3033: </filenames>
3034: </fileglob>
3035: <file>
3036: <source>loncom/html/res/adm/pages/imgmaps.html</source>
3037: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
3038: <categoryname>interface file</categoryname>
3039: <description>
3040: image maps for the LON-CAPA remote control
3041: </description>
3042: </file>
3043: <file>
3044: <source>loncom/html/res/adm/pages/index.html</source>
3045: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
3046: <categoryname>interface file</categoryname>
3047: <description>
3048: welcoming page to the LON-CAPA system upon login
3049: </description>
3050: </file>
3051: <file>
3052: <source>loncom/html/res/adm/pages/menu.html</source>
3053: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
3054: <categoryname>interface file</categoryname>
3055: <description>
3056: renders the HTML (including image maps) for the LON-CAPA remote control
3057: </description>
3058: </file>
3059: <fileglob>
3060: <glob>*.gif</glob>
3061: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
3062: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
3063: </targetdir>
3064: <categoryname>graphic file</categoryname>
3065: <description>
3066: icons used for the bookmark portion of the LON-CAPA user interface
3067: </description>
3068: <filenames>
3069: a.gif;
3070: alert.black.gif;
3071: alert.red.gif;
3072: back.gif;
3073: ball.gray.gif;
3074: ball.red.gif;
3075: binary.gif;
3076: binhex.gif;
3077: blank.gif;
3078: bomb.gif;
3079: box1.gif;
3080: box2.gif;
3081: broken.gif;
3082: burst.gif;
3083: c.gif;
3084: comp.blue.gif;
3085: comp.gray.gif;
3086: compressed.gif;
3087: continued.gif;
3088: course.gif;
3089: dir.gif;
3090: down.gif;
3091: dvi.gif;
3092: f.gif;
3093: folder.gif;
3094: folder.open.gif;
3095: folder.sec.gif;
3096: folder_closed.gif;
3097: folder_closed_pressed.gif;
3098: folder_new.gif;
3099: folder_opened.gif;
3100: folder_opened_pressed.gif;
3101: folder_pointer_closed.gif;
3102: folder_pointer_opened.gif;
3103: folder_spacer.gif;
3104: folder_trash.gif;
3105: forward.gif;
3106: generic.gif;
3107: generic.red.gif;
3108: generic.sec.gif;
3109: hand.right.gif;
3110: hand.up.gif;
3111: html.gif;
3112: image1.gif;
3113: image2.gif;
3114: image3.gif;
3115: index.gif;
3116: layout.gif;
3117: left.gif;
3118: link.gif;
3119: mov.gif;
3120: movie1.gif;
3121: p.gif;
3122: patch.gif;
3123: pdf.gif;
3124: portal.gif;
3125: problem.gif;
3126: ps.gif;
3127: quill.gif;
3128: right.gif;
3129: screw1.gif;
3130: screw2.gif;
3131: script.gif;
3132: sound1.gif;
3133: sound2.gif;
3134: sphere1.gif;
3135: sphere2.gif;
3136: tar.gif;
3137: tex.gif;
3138: text.gif;
3139: transfer.gif;
3140: unknown.gif;
3141: up.gif;
3142: uu.gif;
3143: uuencoded.gif;
3144: white_space_20_22.gif;
3145: white_space_22_22.gif;
3146: whitespace1.gif;
3147: whitespace10.gif;
3148: whitespace2.gif;
3149: whitespace3.gif;
3150: whitespace4.gif;
3151: whitespace5.gif;
3152: whitespace6.gif;
3153: whitespace7.gif;
3154: whitespace8.gif;
3155: whitespace9.gif;
3156: world1.gif;
3157: world2.gif
3158: </filenames>
3159: </fileglob>
3160: <fileglob>
3161: <glob>*.gif</glob>
3162: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
3163: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
3164: </targetdir>
3165: <categoryname>graphic file</categoryname>
3166: <description>
3167: icons used for directory indexing and login screen
3168: </description>
3169: <filenames>
3170: folder_anim.gif;
3171: folder_close.gif;
3172: folder_drag.gif;
3173: folder_new.gif;
3174: folder_open.gif;
3175: folder_pointer_closed.gif;
3176: folder_pointer_opened.gif;
3177: folder_static.gif;
3178: folder_trash.gif;
3179: folder_trash_hover.gif;
3180: left_bar.gif;
3181: link.gif;
3182: link_anim.gif;
3183: link_drag.gif;
3184: ll_corner.gif;
3185: lower_bar.gif;
3186: lr_corner.gif;
3187: pix.gif;
3188: right_bar.gif;
3189: toolbar_bg.gif;
3190: ul_corner.gif;
3191: upper_bar.gif;
3192: ur_corner.gif
3193: </filenames>
3194: </fileglob>
3195: <fileglob>
3196: <glob>*.html</glob>
3197: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
3198: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
3199: </targetdir>
3200: <categoryname>interface file</categoryname>
3201: <description>
3202: associated with the frameset scheme of displaying bookmarks
3203: </description>
3204: <filenames>
3205: bookmarkmenu_toolbar.html;
3206: blank.html;
3207: closechildren.html
3208: </filenames>
3209: </fileglob>
3210: <file>
3211: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
3212: <target dist='default'>
3213: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
3214: <categoryname>interface file</categoryname>
3215: <description>
3216: javascript for handling client-side interactions with bookmark interface
3217: </description>
3218: </file>
3219: <file>
3220: <source>loncom/build/check-rpms</source>
3221: <target dist='default'>usr/local/bin/check-rpms</target>
3222: <categoryname>root script</categoryname>
3223: <description>
3224: compare installed rpms with up-to-date distribution
3225: </description>
3226: <status>tested/documented/beta</status>
3227: </file>
3228: <file>
3229: <source>doc/man/check-rpms.1</source>
3230: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
3231: <categoryname>doc</categoryname>
3232: <description>man page for check-rpms</description>
3233: <build trigger='always run'>
3234: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
3235: echo 'manifying check-rpms'
3236: </build>
3237: <status>beta</status>
3238: <dependencies>
3239: ../../loncom/build/check-rpms
3240: </dependencies>
3241: </file>
3242: <file>
3243: <source>doc/scripts/check-rpms.html</source>
3244: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
3245: </target>
3246: <categoryname>doc</categoryname>
3247: <description>POD-derived page for check-rpms</description>
3248: <build trigger='always run'>
3249: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
3250: && echo 'pod2html checkrpms'
3251: </build>
3252: <status>works/unverified</status>
3253: <dependencies>
3254: ../../loncom/build/check-rpms
3255: </dependencies>
3256: </file>
3257: <file>
3258: <source>loncom/build/loncaparestoreconfigurations</source>
3259: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
3260: <categoryname>script</categoryname>
3261: <description>
3262: restores .rpmsave files after a LON-CAPA-base upgrade
3263: </description>
3264: <status>deprecated</status>
3265: </file>
3266: <file>
3267: <source>loncom/cron/loncapa</source>
3268: <target dist='default'>etc/cron.d/loncapa</target>
3269: <categoryname>static conf</categoryname>
3270: <description>
3271: file that specifies periodic processes to run for the LON-CAPA machine
3272: </description>
3273: </file>
3274: <file>
3275: <source>loncom/ntp/step-tickers</source>
3276: <target dist='default'>etc/ntp/step-tickers</target>
3277: <categoryname>conf</categoryname>
3278: <description>
3279: file that stimulates running of ntpdate upon init.d/xntpd initiation
3280: </description>
3281: <note>
3282: <table cellpadding='0' cellspacing='0' border='1'>
3283: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
3284: </table>
3285: </note>
3286: </file>
3287: <file>
3288: <source>loncom/pam.d/pwauth</source>
3289: <target dist='default'>etc/pam.d/pwauth</target>
3290: <categoryname>static conf</categoryname>
3291: <description>
3292: file that allows setuid password privileges for pwauth executable
3293: </description>
3294: </file>
3295: <file>
3296: <source>loncom/pam.d/pwchange</source>
3297: <target dist='default'>etc/pam.d/pwchange</target>
3298: <categoryname>static conf</categoryname>
3299: <description>
3300: file that allows setuid password privileges for pwchange (lcpasswd) executable
3301: </description>
3302: </file>
3303: <file>
3304: <source>loncom/init.d/loncontrol</source>
3305: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
3306: <categoryname>root script</categoryname>
3307: <description>
3308: Controls the launching/halting of lonc, lond, and lonsql processes.
3309: </description>
3310: </file>
3311: <link>
3312: <linkto>etc/rc.d/init.d/loncontrol</linkto>
3313: <target dist='default'>
3314: etc/rc.d/rc0.d/K05loncontrol;
3315: etc/rc.d/rc1.d/K05loncontrol;
3316: etc/rc.d/rc2.d/K05loncontrol;
3317: etc/rc.d/rc3.d/S95loncontrol;
3318: etc/rc.d/rc4.d/S95loncontrol;
3319: etc/rc.d/rc5.d/S95loncontrol;
3320: etc/rc.d/rc6.d/K05loncontrol
3321: </target>
3322: <categoryname>symbolic link</categoryname>
3323: <description>
3324: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
3325: </link>
3326: <file>
3327: <source>loncom/atalk/config</source>
3328: <target dist='default'>etc/atalk/config</target>
3329: <categoryname>conf</categoryname>
3330: <description>
3331: configuration file to make LON-CAPA server file space accessible to
3332: Appleshares access (Macintosh)
3333: </description>
3334: </file>
3335: </files>
3336: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>