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