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