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