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