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