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