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