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