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