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