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