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