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