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