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