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