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