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