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