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