Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.232
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.67 harris41 4:
1.232 ! www 5: <!-- $Id: loncapafiles.lpml,v 1.231 2003/04/11 18:17:26 bowersj2 Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! REDHAT 6.2 NOTICE !!!
43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
44: !!! This sometimes happens (bad): !!!
45: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
46: !!! Should be: !!!
47: !!! 127.0.0.1 localhost.localdomain localhost !!!
48: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
49: </specialnotice>
1.115 harris41 50: <specialnotice dist='redhat7 redhat7.1'>
1.79 harris41 51: !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
1.69 harris41 52: !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
53: !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
54: !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
55: !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
56: !!!! The offending line is in CGI/Cookie.pm !!
57: !!!! !!
1.93 harris41 58: !!!! it should be changed from !!
59: !!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
60: !!!! to !!
1.69 harris41 61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
62: !!!! !!
1.93 harris41 63: !!!! (This is just below the following line ) !!
1.69 harris41 64: !!!! # IE requires the path and domain to be present for some reason. !!
65: </specialnotice>
1.94 harris41 66: </specialnotices>
1.1 harris41 67: <targetroot>/</targetroot>
68: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 69: <categories>
1.1 harris41 70: <category name="interface file" type="runtime">
1.5 harris41 71: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 72: <abbreviation>interfacefile</abbreviation>
1.1 harris41 73: </category>
74: <category name="interface file" type="development">
1.5 harris41 75: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 76: <abbreviation>interfacefile</abbreviation>
1.1 harris41 77: </category>
78: <category name="setuid script" type="runtime">
1.5 harris41 79: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 80: <abbreviation>setuid</abbreviation>
1.1 harris41 81: </category>
82: <category name="setuid script" type="development">
1.5 harris41 83: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 84: <abbreviation>setuid</abbreviation>
1.1 harris41 85: </category>
86: <category name="handler" type="runtime">
1.5 harris41 87: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 88: <abbreviation>handler</abbreviation>
1.1 harris41 89: </category>
90: <category name="handler" type="development">
1.89 harris41 91: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 92: <abbreviation>handler</abbreviation>
1.1 harris41 93: </category>
94: <category name="static conf" type="runtime">
1.5 harris41 95: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 96: <abbreviation>static</abbreviation>
1.1 harris41 97: </category>
98: <category name="static conf" type="development">
1.5 harris41 99: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 100: <abbreviation>static</abbreviation>
1.1 harris41 101: </category>
102: <category name="conf" type="runtime">
1.5 harris41 103: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 104: <abbreviation>configurable</abbreviation>
1.1 harris41 105: </category>
106: <category name="conf" type="development">
1.5 harris41 107: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 108: <abbreviation>configurable</abbreviation>
1.1 harris41 109: </category>
110: <category name="script" type="runtime">
1.89 harris41 111: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 112: <abbreviation>script</abbreviation>
1.1 harris41 113: </category>
114: <category name="script" type="development">
1.89 harris41 115: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 116: <abbreviation>script</abbreviation>
1.1 harris41 117: </category>
118: <category name="graphic file" type="runtime">
1.5 harris41 119: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 120: <abbreviation>graphicfile</abbreviation>
1.1 harris41 121: </category>
122: <category name="graphic file" type="development">
1.89 harris41 123: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 124: <abbreviation>graphicfile</abbreviation>
1.1 harris41 125: </category>
1.83 harris41 126: <category name="doc" type="runtime">
127: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
128: <abbreviation>systemfile</abbreviation>
129: </category>
130: <category name="doc" type="development">
131: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
132: <abbreviation>systemfile</abbreviation>
133: </category>
1.1 harris41 134: <category name="system file" type="runtime">
1.5 harris41 135: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 136: <abbreviation>systemfile</abbreviation>
1.1 harris41 137: </category>
138: <category name="system file" type="development">
1.5 harris41 139: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 140: <abbreviation>systemfile</abbreviation>
1.1 harris41 141: </category>
1.188 harris41 142: <category name="system script" type="runtime">
143: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
144: <abbreviation>systemscript</abbreviation>
145: </category>
146: <category name="system script" type="development">
147: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
148: <abbreviation>systemscript</abbreviation>
149: </category>
1.1 harris41 150: <category name="root script" type="runtime">
1.89 harris41 151: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 152: <abbreviation>rootscript</abbreviation>
1.1 harris41 153: </category>
154: <category name="root script" type="development">
1.89 harris41 155: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 156: <abbreviation>rootscript</abbreviation>
1.1 harris41 157: </category>
158: <category name="symbolic link" type="runtime">
1.5 harris41 159: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 160: <abbreviation>link</abbreviation>
1.1 harris41 161: </category>
162: <category name="symbolic link" type="development">
1.5 harris41 163: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 164: <abbreviation>link</abbreviation>
1.1 harris41 165: </category>
166: <category name="standard" type="runtime">
1.5 harris41 167: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 168: <abbreviation>directory</abbreviation>
1.1 harris41 169: </category>
170: <category name="standard" type="development">
1.5 harris41 171: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 172: <abbreviation>directory</abbreviation>
1.1 harris41 173: </category>
174: <category name="server standard" type="runtime">
1.5 harris41 175: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 176: <abbreviation>directory</abbreviation>
1.1 harris41 177: </category>
178: <category name="server standard" type="development">
1.5 harris41 179: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 180: <abbreviation>directory</abbreviation>
1.1 harris41 181: </category>
182: <category name="server readonly" type="runtime">
1.5 harris41 183: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 184: <abbreviation>directory</abbreviation>
1.1 harris41 185: </category>
186: <category name="server readonly" type="development">
1.89 harris41 187: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 188: <abbreviation>directory</abbreviation>
1.1 harris41 189: </category>
1.14 harris41 190: </categories>
1.2 harris41 191: <rpm>
1.3 harris41 192: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
193: <rpmName>LON-CAPA-base</rpmName>
194: <rpmVersion>3.1</rpmVersion>
195: <rpmRelease>1</rpmRelease>
1.27 harris41 196: <rpmVendor>Laboratory for Instructional Technology Education,
197: Division of Science and Mathematics Education, Michigan State University.
198: </rpmVendor>
1.3 harris41 199: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
200: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
201: <rpmGroup>Utilities/System</rpmGroup>
202: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
203: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 204: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
205: files in their directories.\n
206: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
207: </rpmdescription>
1.10 harris41 208: <rpmpre>echo '***********************************************************************'\n
209: echo 'LON-CAPA LearningOnline with CAPA'\n
210: echo 'http://www.lon-capa.org/'\n
211: echo 'Gerd Kortemeyer, et al'\n
212: echo 'Laboratory for Instructional Technology Education'\n
213: echo 'Michigan State University'\n
214: echo 'General Public License, Version 2, June 1991'\n
215: echo '** Michigan State University patents may apply **'\n
216: echo ' '\n
217: echo 'This installation assumes an installation of Redhat 6.2'\n
218: echo ' '\n
219: echo 'The server computer should be currently connected to the ethernet'\n
220: echo ' '\n
221: echo '***********************************************************************'\n
222: </rpmpre>
1.83 harris41 223: <rpmRequires>
224: <item>PreReq: LON-CAPA-setup</item>
225: <item>PreReq: apache</item>
1.129 harris41 226: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 227: </rpmRequires>
1.2 harris41 228: </rpm>
1.14 harris41 229: <directories>
1.115 harris41 230: <directory dist='default'>
1.179 harris41 231: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 232: <targetdir dist='default'>etc</targetdir>
233: <categoryname>standard</categoryname>
234: <description>standard linux directory for configuration files</description>
235: </directory>
1.115 harris41 236: <directory dist='default'>
1.179 harris41 237: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 238: <targetdir dist='default'>etc/cron.d</targetdir>
239: <categoryname>standard</categoryname>
240: <description>standard linux directory for running time-based "jobs"
241: </description>
242: </directory>
1.115 harris41 243: <directory dist='default'>
1.179 harris41 244: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 245: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3 harris41 246: <categoryname>standard</categoryname>
247: <description>web configuration files</description>
1.37 harris41 248: </directory>
1.115 harris41 249: <directory dist='default'>
1.179 harris41 250: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 251: <targetdir dist='default'>etc/pam.d</targetdir>
252: <categoryname>standard</categoryname>
253: <description>configuration directory for password authentication mechanism
254: </description>
255: </directory>
1.115 harris41 256: <directory dist='default'>
1.179 harris41 257: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 258: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142 harris41 259: <targetdir dist='debian'>etc/init.d</targetdir>
1.37 harris41 260: <categoryname>standard</categoryname>
261: <description>scripts that run during system startup</description>
262: </directory>
1.115 harris41 263: <directory dist='default'>
1.179 harris41 264: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 265: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142 harris41 266: <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37 harris41 267: <categoryname>standard</categoryname>
268: <description>scripts that run for run-level 0</description>
269: </directory>
1.198 albertel 270: <directory dist='default'>
1.179 harris41 271: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 272: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142 harris41 273: <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37 harris41 274: <categoryname>standard</categoryname>
275: <description>scripts that run for run-level 1</description>
276: </directory>
1.115 harris41 277: <directory dist='default'>
1.179 harris41 278: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 279: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142 harris41 280: <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37 harris41 281: <categoryname>standard</categoryname>
282: <description>scripts that run for run-level 2</description>
283: </directory>
1.115 harris41 284: <directory dist='default'>
1.215 albertel 285: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 286: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142 harris41 287: <targetdir dist='debian'>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.179 harris41 292: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 293: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142 harris41 294: <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37 harris41 295: <categoryname>standard</categoryname>
296: <description>scripts that run for run-level 4</description>
297: </directory>
1.115 harris41 298: <directory dist='default'>
1.179 harris41 299: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 300: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142 harris41 301: <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37 harris41 302: <categoryname>standard</categoryname>
303: <description>scripts that run for run-level 5</description>
304: </directory>
1.115 harris41 305: <directory dist='default'>
1.179 harris41 306: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 307: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142 harris41 308: <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37 harris41 309: <categoryname>standard</categoryname>
310: <description>scripts that run for run-level 6</description>
311: </directory>
1.115 harris41 312: <directory dist='default'>
1.179 harris41 313: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 314: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 315: <categoryname>standard</categoryname>
316: <description>tab-formatted reference files</description>
317: </directory>
1.115 harris41 318: <directory dist='default'>
1.179 harris41 319: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 320: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 321: <categoryname>standard</categoryname>
322: <description>start of the web server tree</description>
323: </directory>
1.115 harris41 324: <directory dist='default'>
1.179 harris41 325: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 326: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 327: <categoryname>server readonly</categoryname>
1.3 harris41 328: <description>perl scripts for managing the LON-CAPA system</description>
329: </directory>
1.115 harris41 330: <directory dist='default'>
1.179 harris41 331: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 332: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 333: <categoryname>server standard</categoryname>
1.27 harris41 334: <description>location where system performance and error logs are kept
1.90 harris41 335: </description>
336: </directory>
1.115 harris41 337: <directory dist='default'>
1.179 harris41 338: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 339: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 340: <categoryname>server standard</categoryname>
341: <description>
342: Used by lond parent to check if children are responding to USR1 signals
343: (otherwise they are killed and replaced).
1.27 harris41 344: </description>
1.3 harris41 345: </directory>
1.115 harris41 346: <directory dist='default'>
1.179 harris41 347: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 348: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 349: <categoryname>server standard</categoryname>
1.27 harris41 350: <description>location where temporary files (for caching) are stored
351: </description>
1.3 harris41 352: </directory>
1.115 harris41 353: <directory dist='default'>
1.179 harris41 354: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 355: <targetdir dist='default'>home/httpd/prtspool</targetdir>
356: <categoryname>server standard</categoryname>
357: <description>for the output of lonprintout.pm
358: </description>
1.155 harris41 359: </directory>
360: <directory dist='default'>
1.179 harris41 361: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 362: <targetdir dist='default'>home/httpd/lib</targetdir>
363: <categoryname>server readonly</categoryname>
364: <description>location of LON-CAPA software modules and
365: extensions</description>
1.64 harris41 366: </directory>
1.115 harris41 367: <directory dist='default'>
1.179 harris41 368: <!-- Must protect localauth.pm from extinction. -->
369: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 370: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
371: <categoryname>server readonly</categoryname>
372: <description>location of LON-CAPA non web mod-perl handlers</description>
373: </directory>
1.115 harris41 374: <directory dist='default'>
1.179 harris41 375: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 376: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 377: <categoryname>server readonly</categoryname>
378: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 379: </directory>
1.115 harris41 380: <directory dist='default'>
1.179 harris41 381: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 382: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
383: <categoryname>server readonly</categoryname>
384: <description>location of HTML specific perl module fixes and additions
385: </description>
1.3 harris41 386: </directory>
1.115 harris41 387: <directory dist='default'>
1.179 harris41 388: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 389: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
390: <categoryname>server readonly</categoryname>
391: <description>location of HTML specific perl module fixes and additions
392: </description>
393: </directory>
394: <directory dist='default'>
1.179 harris41 395: <protectionlevel>modest_delete</protectionlevel>
396: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 397: <categoryname>server standard</categoryname>
398: <description>cookie jar</description>
399: </directory>
1.115 harris41 400: <directory dist='default'>
1.226 albertel 401: <protectionlevel>modest_delete</protectionlevel>
402: <targetdir dist='default'>home/httpd/scantron</targetdir>
403: <categoryname>server standard</categoryname>
404: <description>uploaded scantron forms directory</description>
405: </directory>
406: <directory dist='default'>
1.179 harris41 407: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 408: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 409: <categoryname>server standard</categoryname>
410: <description>lonc's sockets</description>
411: </directory>
1.115 harris41 412: <directory dist='default'>
1.179 harris41 413: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 414: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 415: <categoryname>server standard</categoryname>
416: <description>lonc's sockets (delayed)</description>
417: </directory>
1.115 harris41 418: <directory dist='default'>
1.179 harris41 419: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 420: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
421: <categoryname>standard</categoryname>
422: <description>location of cgi scripts</description>
423: </directory>
1.115 harris41 424: <directory dist='default'>
1.179 harris41 425: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 426: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 427: <categoryname>server standard</categoryname>
428: <description>location of web-accessible file tree</description>
429: </directory>
1.115 harris41 430: <directory dist='default'>
1.179 harris41 431: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 432: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 433: <categoryname>server standard</categoryname>
434: <description>root of resource tree</description>
435: </directory>
1.115 harris41 436: <directory dist='default'>
1.179 harris41 437: <protectionlevel>modest_delete</protectionlevel>
1.151 www 438: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
439: <categoryname>server standard</categoryname>
440: <description>root for user uploaded files</description>
441: </directory>
442: <directory dist='default'>
1.179 harris41 443: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 444: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 445: <categoryname>server readonly</categoryname>
446: <description>unauthenticated resources</description>
447: </directory>
1.115 harris41 448: <directory dist='default'>
1.179 harris41 449: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 450: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 451: <categoryname>server readonly</categoryname>
452: <description>home of the rat</description>
453: </directory>
1.115 harris41 454: <directory dist='default'>
1.179 harris41 455: <protectionlevel>modest_delete</protectionlevel>
1.32 harris41 456: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
457: <categoryname>server readonly</categoryname>
458: <description>online help documentation</description>
1.140 bowersj2 459: </directory>
460: <directory dist='default'>
1.179 harris41 461: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 462: <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
463: <categoryname>server readonly</categoryname>
464: <description>online help documentation gif files</description>
465: </directory>
466: <directory dist='default'>
1.179 harris41 467: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 468: <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
469: <categoryname>server readonly</categoryname>
470: <description>online help documentation eps files</description>
471: </directory>
472: <directory dist='default'>
1.179 harris41 473: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 474: <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
475: <categoryname>server readonly</categoryname>
476: <description>online help documentation tex files</description>
477: </directory>
478: <directory dist='default'>
1.179 harris41 479: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 480: <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
481: <categoryname>server readonly</categoryname>
482: <description>online help documentation png files</description>
1.32 harris41 483: </directory>
1.115 harris41 484: <directory dist='default'>
1.179 harris41 485: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 486: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73 harris41 487: <categoryname>server readonly</categoryname>
488: <description>online help documentation for the LON-CAPA programming
489: interface</description>
490: </directory>
1.115 harris41 491: <directory dist='default'>
1.179 harris41 492: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 493: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
494: </targetdir>
1.73 harris41 495: <categoryname>server readonly</categoryname>
496: <description>online help documentation for the LON-CAPA programming
497: interface, Apache (mod_perl) handlers</description>
498: </directory>
1.115 harris41 499: <directory dist='default'>
1.179 harris41 500: <protectionlevel>modest_delete</protectionlevel>
1.77 harris41 501: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
502: <categoryname>server readonly</categoryname>
503: <description>online help documentation for the LON-CAPA programming
504: interface, Apache (mod_perl) handlers</description>
505: </directory>
1.115 harris41 506: <directory dist='default'>
1.179 harris41 507: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 508: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 509: <categoryname>server readonly</categoryname>
510: <description>graphic widgets</description>
511: </directory>
1.115 harris41 512: <directory dist='default'>
1.179 harris41 513: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 514: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 515: <categoryname>server readonly</categoryname>
1.57 harris41 516: <description>miscellaneous resources</description>
1.3 harris41 517: </directory>
1.115 harris41 518: <directory dist='default'>
1.179 harris41 519: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 520: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 521: <categoryname>server readonly</categoryname>
522: <description>error warnings and icons</description>
523: </directory>
1.115 harris41 524: <directory dist='default'>
1.179 harris41 525: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 526: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 527: <categoryname>server standard</categoryname>
1.10 harris41 528: <description>Home directories of local users. There is a five-tier
1.3 harris41 529: structure to the directories:
530: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
531: a user fredflint at MSU would have his information located in
1.115 harris41 532: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 533: a variety of files which govern the scope of what a user can do within the
534: LON-CAPA system. A passwd file determines the type of authentication
535: mechanism to use.
536: There also are files such as roles.hist (and its database compilation,
1.3 harris41 537: roles.db) which specify the roles and privileges for a user in the
538: LON-CAPA system.</description>
539: </directory>
1.115 harris41 540: <directory dist='default'>
1.179 harris41 541: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 542: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 543: <categoryname>server readonly</categoryname>
544: <description>mathematics markup language resources</description>
545: </directory>
1.115 harris41 546: <directory dist='default'>
1.179 harris41 547: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 548: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 549: <categoryname>server readonly</categoryname>
1.27 harris41 550: <description>files useful for including within customized scripting
551: </description>
1.3 harris41 552: </directory>
1.115 harris41 553: <directory dist='default'>
1.179 harris41 554: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 555: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
556: </targetdir>
1.19 harris41 557: <categoryname>server readonly</categoryname>
558: <description>template files useful for customized scripts</description>
559: </directory>
1.115 harris41 560: <directory dist='default'>
1.179 harris41 561: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 562: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 563: <categoryname>server standard</categoryname>
1.133 harris41 564: <description>status reports; online logs are kept that
565: are viewable over the world-wide web</description>
1.3 harris41 566: </directory>
1.115 harris41 567: <directory dist='default'>
1.179 harris41 568: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 569: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 570: <categoryname>server readonly</categoryname>
571: <description>web user interface resources</description>
572: </directory>
1.115 harris41 573: <directory dist='default'>
1.179 harris41 574: <protectionlevel>modest_delete</protectionlevel>
1.159 www 575: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
576: <categoryname>server readonly</categoryname>
577: <description>LCD font for remote control</description>
578: </directory>
579: <directory dist='default'>
1.179 harris41 580: <protectionlevel>modest_delete</protectionlevel>
1.166 www 581: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
582: <categoryname>server readonly</categoryname>
583: <description>Logos for LON-CAPA domains</description>
584: </directory>
585: <directory dist='default'>
1.179 harris41 586: <protectionlevel>modest_delete</protectionlevel>
1.168 www 587: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
588: <categoryname>server readonly</categoryname>
589: <description>Designs for LON-CAPA domains</description>
590: </directory>
591: <directory dist='default'>
1.179 harris41 592: <protectionlevel>modest_delete</protectionlevel>
1.165 www 593: <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
594: <categoryname>server readonly</categoryname>
595: <description>Page headers and graphical interface files</description>
596: </directory>
597: <directory dist='default'>
1.179 harris41 598: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 599: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
600: </targetdir>
1.3 harris41 601: <categoryname>server readonly</categoryname>
602: <description>bookmark user interface code</description>
603: </directory>
1.115 harris41 604: <directory dist='default'>
1.179 harris41 605: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 606: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
607: </targetdir>
1.3 harris41 608: <categoryname>server readonly</categoryname>
609: <description></description>
610: </directory>
1.115 harris41 611: <directory dist='default'>
1.179 harris41 612: <protectionlevel>modest_delete</protectionlevel>
1.37 harris41 613: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
614: </targetdir>
615: <categoryname>server readonly</categoryname>
616: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 617: </directory>
1.115 harris41 618: <directory dist='default'>
1.179 harris41 619: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 620: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115 harris41 621: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.142 harris41 622: <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 623: <categoryname>standard</categoryname>
1.37 harris41 624: <description>system perl tree (usually present on linux systems)
1.27 harris41 625: </description>
1.3 harris41 626: </directory>
1.115 harris41 627: <directory dist='default'>
1.179 harris41 628: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 629: <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
630: <categoryname>standard</categoryname>
631: <description>local binary files for loncapa</description>
632: </directory>
633: <directory dist='default'>
1.179 harris41 634: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 635: <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
636: <categoryname>standard</categoryname>
637: <description>local documentation files for loncapa</description>
638: </directory>
639: <directory dist='default'>
1.179 harris41 640: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 641: <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103 harris41 642: <categoryname>standard</categoryname>
1.152 harris41 643: <description>examples of configuration files for secondary
644: services</description>
1.103 harris41 645: </directory>
1.115 harris41 646: <directory dist='default'>
1.206 harris41 647: <protectionlevel>modest_delete</protectionlevel>
648: <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
649: <categoryname>standard</categoryname>
650: <description>local "auxiliary" binary files for loncapa</description>
651: </directory>
652: <directory dist='default'>
1.179 harris41 653: <protectionlevel>never_delete</protectionlevel>
1.103 harris41 654: <targetdir dist='default'>usr/local/man/man1</targetdir>
655: <categoryname>standard</categoryname>
656: <description>local manual pages</description>
657: </directory>
1.115 harris41 658: <directory dist='default'>
1.179 harris41 659: <protectionlevel>never_delete</protectionlevel>
1.77 harris41 660: <targetdir dist='default'>usr/man/man1</targetdir>
661: <categoryname>standard</categoryname>
662: <description>manual pages</description>
663: </directory>
1.115 harris41 664: <directory dist='default'>
1.179 harris41 665: <protectionlevel>never_delete</protectionlevel>
1.75 harris41 666: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 667: <categoryname>standard</categoryname>
1.75 harris41 668: <description>manual pages</description>
1.73 harris41 669: </directory>
1.115 harris41 670: <directory dist='default'>
1.179 harris41 671: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 672: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 673: <categoryname>standard</categoryname>
1.37 harris41 674: <description>standard linux directory for superuser executables</description>
1.2 harris41 675: </directory>
1.14 harris41 676: </directories>
677: <files>
1.4 harris41 678: <file>
1.37 harris41 679: <source>loncom/krb.conf</source>
1.175 harris41 680: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
681: <categoryname>static conf</categoryname>
1.37 harris41 682: <description>
683: which Kerberos server to contact for specified Kerberos domains
684: </description>
685: <note>
1.59 harris41 686: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 687: <tr><td>
688: list elements are separated by newlines
689: </td></tr>
690: <tr><td>
691: each list element consists of only two subelements separated by a colon
692: <br />
693: <ul>
694: <li>Kerberos domain value</li>
695: <li>Kerberos server IP address</li>
696: </ul>
697: </td></tr>
698: </table>
699: </note>
1.85 harris41 700: </file>
701: <file>
702: <source>loncom/loncapa.conf</source>
703: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
704: <categoryname>conf</categoryname>
705: <description>
1.129 harris41 706: <p>
1.85 harris41 707: The goal of this file is to implement all LON-CAPA specific
1.129 harris41 708: customization of the Apache web server (most all of these values
709: require manual input from the system administrator at some point).
710: The values in this file, as opposed to loncapa_apache.conf, are
711: meant to be machine and institution specific.
712: </p>
713: <p>
714: For the LON-CAPA network server and perl module
715: handlers, it defines machine specific settings including lonHostID, lonRole,
716: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
717: </p>
718: <p>
719: This file should not be viewable by regular users of the system.
720: Only root and www should be able to view the contents of this file
721: since lonReceipt is sensitive.
722: </p>
1.4 harris41 723: </description>
724: <note>
725: <b>configure</b>
726: <br />
1.91 harris41 727: <table cellpadding='0' cellspacing='0' border='1'>
1.27 harris41 728: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
729: machine</td></tr>
730: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
731: access</td></tr>
1.4 harris41 732: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
733: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
734: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 735: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
736: seconds</td></tr>
1.10 harris41 737: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 738: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
739: MySQL database</td></tr>
1.4 harris41 740: </table>
741: </note>
1.129 harris41 742: </file>
743: <file>
744: <source>loncom/loncapa_apache.conf</source>
745: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
746: <categoryname>static conf</categoryname>
747: <description>
748: The goal of this file is to implement all LON-CAPA specific
749: customization of the Apache web server that does not require
750: user input.
751:
752: For the Apache web server, it defines a global
753: access configuration which defines what server options (Indexes", "Includes",
754: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
755: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
756: and "/usr/doc"). For the LON-CAPA network server and perl module
757: handlers, it defines
758: and internal machine settings for specific directories, socket ports,
759: the www@localhost MySQL password, and browser detection logic.
760: </description>
1.4 harris41 761: </file>
762: <file>
763: <source>loncom/startup.pl</source>
1.5 harris41 764: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4 harris41 765: <categoryname>static conf</categoryname>
766: <description>
767: This file provides initializations for perl handlers. It adjusts what
768: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
769: well as causing the Apache module to be used for every perl handler.
1.171 harris41 770: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4 harris41 771: </description>
772: </file>
773: <file>
1.139 matthew 774: <source>loncom/thesaurus/thesaurus.db</source>
775: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
776: <categoryname>system file</categoryname>
1.46 harris41 777: <description>
1.139 matthew 778: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46 harris41 779: </description>
1.139 matthew 780: <build trigger='run if dependencies change'>
781: loncom/thesaurus/build_thesaurus_wrapper.sh
782: </build>
783: <dependencies>
784: rawkey.txt
785: </dependencies>
1.46 harris41 786: </file>
787: <file>
1.10 harris41 788: <source>loncom/interface/mydesk.tab</source>
789: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
790: <categoryname>static conf</categoryname>
791: <description>
792: Config file for "My Desk"
793: </description>
794: </file>
795: <file>
1.4 harris41 796: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 797: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 798: <categoryname>static conf</categoryname>
799: <description>
800: Descriptive list of file extensions, and extension groupings.
1.135 matthew 801: </description>
802: </file>
803: <file>
804: <source>loncom/interface/filecategories.tab</source>
805: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
806: <categoryname>static conf</categoryname>
807: <description>
808: Descriptive list of file extensions and broad categorization.
1.184 albertel 809: </description>
810: </file>
811: <file>
1.201 albertel 812: <source>loncom/cgi/barcode.png</source>
813: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26 harris41 814: <categoryname>script</categoryname>
815: <description>
816: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
817: parameter.
1.101 harris41 818: </description>
819: </file>
820: <file>
1.131 www 821: <source>loncom/cgi/thumbnail.gif</source>
822: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
823: <categoryname>script</categoryname>
824: <description>
825: Produces a thumbnail image of the url given
826: </description>
827: </file>
828: <file>
1.101 harris41 829: <source>loncom/cgi/clusterstatus.pl</source>
830: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
831: <categoryname>script</categoryname>
832: <description>
833: utility cgi script to view status of cluster
1.160 harris41 834: </description>
835: </file>
836: <file>
837: <source>loncom/build/system_dependencies/perltest.pl</source>
838: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
839: <categoryname>script</categoryname>
1.161 harris41 840: <description>
841: utility cgi script to view status of perl modules
842: </description>
843: </file>
844: <file>
845: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
846: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
847: <categoryname>interface file</categoryname>
1.160 harris41 848: <description>
849: utility cgi script to view status of perl modules
1.4 harris41 850: </description>
851: </file>
852: <file>
1.201 albertel 853: <source>loncom/cgi/graph.png</source>
854: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45 harris41 855: <categoryname>script</categoryname>
856: <description>
857: Dynamically outputs a graph especially for lonstatistics.pm.
858: </description>
859: <note>
860: Depends on perl modules:
861: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 862: </note>
1.100 harris41 863: </file>
864: <file>
865: <source>loncom/cgi/lonversions.pl</source>
866: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
867: <categoryname>script</categoryname>
868: <description>
869: utility cgi script to view software versions of a remote server
870: </description>
871: </file>
872: <file>
873: <source>loncom/cgi/ping.pl</source>
874: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
875: <categoryname>script</categoryname>
876: <description>
877: cgi-script to ping other server
878: </description>
1.65 harris41 879: </file>
880: <file>
1.66 harris41 881: <source>loncom/cgi/plot.gif</source>
1.65 harris41 882: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
883: <categoryname>script</categoryname>
884: <description>
885: Dynamically outputs X-Y plots with point, line, etc functions.
1.213 www 886: </description>
887: </file>
888: <file>
889: <source>loncom/cgi/imagechoice.pl</source>
890: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
891: <categoryname>script</categoryname>
892: <description>
893: Helper to select image coordinates in writing homework involving images.
1.65 harris41 894: </description>
1.64 harris41 895: </file>
896: <file>
897: <source>loncom/interface/printout.pl</source>
898: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
899: <categoryname>script</categoryname>
900: <description>
901: cgi script
902: </description>
903: <note>
904: Depends on srm.conf entry:
905: Alias /prtspool/ /home/httpd/prtspool/
906: as well as a /home/httpd/prtspool directory.
1.45 harris41 907: </note>
908: </file>
909: <file>
1.41 harris41 910: <source>loncom/cgi/metadata_keywords.pl</source>
911: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
912: <categoryname>script</categoryname>
913: <description>
914: a cgi-script (not mod_perl), which contacts MySQL and pulls
915: out all keywords in this format:
916:
917: coil,magnetic,transformer
918: transformer,coils,current,amperes,voltage,transformers,coil
919: flux,magnetic,current,transformer
920: coil,loop,field,magnetic
921:
922: ... etc (one line per entry).
923:
924: and simply prints this text-only (no markup) to the browser
1.182 www 925: </description>
926: </file>
927: <file>
928: <source>loncom/cgi/metadata_harvest.pl</source>
929: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
930: <categoryname>script</categoryname>
931: <description>
932: a cgi-script (not mod_perl), which contacts MySQL and pulls
933: out all records in "|"-separated format.
934: To be used by very simple harvesting engines.
1.41 harris41 935: </description>
936: </file>
1.43 harris41 937: <fileglob>
1.60 harris41 938: <glob>*.*</glob>
1.43 harris41 939: <sourcedir>loncom/homework/templates/</sourcedir>
940: <targetdir dist='default'>
941: home/httpd/html/res/adm/includes/templates/</targetdir>
942: <categoryname>static conf</categoryname>
943: <description>
944: Template files for generating new resources.
945: </description>
946: <filenames>
1.59 harris41 947: blank.library;
948: blank.library.meta;
949: blank.problem;
950: blank.problem.meta;
1.156 albertel 951: Essay.problem;
952: Essay.problem.meta;
1.59 harris41 953: numerical.problem;
954: numerical.problem.meta;
1.134 albertel 955: Plot.problem;
956: Plot.problem.meta;
1.59 harris41 957: RadioResponse.problem;
958: RadioResponse.problem.meta;
1.134 albertel 959: RandomLabelExample.problem;
960: RandomLabelExample.problem.meta;
1.59 harris41 961: SelectFromOptions-4ConceptGoups.problem;
962: SelectFromOptions-4ConceptGoups.problem.meta;
963: SelectFromOptions-5ConceptGoups.problem;
964: SelectFromOptions-5ConceptGoups.problem.meta;
965: SelectFromOptions-6ConceptGoups.problem;
966: SelectFromOptions-6ConceptGoups.problem.meta;
967: SelectFromOptions-7ConceptGoups.problem;
968: SelectFromOptions-7ConceptGoups.problem.meta;
969: SelectFromOptions-8ConceptGoups.problem;
970: SelectFromOptions-8ConceptGoups.problem.meta;
971: SelectFromOptions-Simple.problem;
972: SelectFromOptions-Simple.problem.meta;
1.63 harris41 973: script.library;
974: script.library.meta;
1.134 albertel 975: SimpleFormula.problem;
976: SimpleFormula.problem.meta;
1.59 harris41 977: StringResponse.problem;
1.214 albertel 978: StringResponse.problem.meta;
979: SimpleMatching.problem;
980: SimpleMatching.problem.meta;
981: SimpleRank.problem;
1.220 www 982: SimpleRank.problem.meta;
983: SimpleTrueFalse.problem;
984: SimpleTrueFalse.problem.meta
1.43 harris41 985: </filenames>
986: </fileglob>
1.19 harris41 987: <file>
1.4 harris41 988: <source>loncom/homework/insertlist.tab</source>
1.5 harris41 989: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4 harris41 990: <categoryname>static conf</categoryname>
991: <description>
1.8 harris41 992: Describes what tags are allowed inside other tags.
1.4 harris41 993: </description>
994: </file>
995: <file>
1.47 harris41 996: <source>CAPA/JavaTools/GLabel.class</source>
997: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
998: </target>
999: <categoryname>static conf</categoryname>
1000: <description>
1001: Java applet for labelling graphs.
1002: </description>
1003: <note>
1004: Built from Glabel.java. Still working on build/dependency details.
1005: </note>
1006: </file>
1007: <file>
1.4 harris41 1008: <source>loncom/interface/default.assesscalc</source>
1.27 harris41 1009: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
1010: </target>
1.4 harris41 1011: <categoryname>static conf</categoryname>
1012: <description>
1013: Default spreadsheet for individual assessment.
1014: </description>
1015: </file>
1016: <file>
1017: <source>loncom/interface/default.studentcalc</source>
1.27 harris41 1018: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
1019: </target>
1.4 harris41 1020: <categoryname>static conf</categoryname>
1021: <description>
1022: Default spreadsheet for assessment of students.
1023: </description>
1024: </file>
1025: <file>
1.10 harris41 1026: <source>loncom/interface/default.classcalc</source>
1.27 harris41 1027: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
1028: </target>
1.10 harris41 1029: <categoryname>static conf</categoryname>
1030: <description>
1031: Default spreadsheet for assessment of a class.
1032: </description>
1033: </file>
1034: <file>
1.4 harris41 1035: <source>loncom/auth/roles.tab</source>
1.5 harris41 1036: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1037: <categoryname>static conf</categoryname>
1038: <description>
1.27 harris41 1039: List of privileges associated with users of multiple types (for example:
1040: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1041: </description>
1042: </file>
1043: <file>
1.5 harris41 1044: <source>loncom/auth/rolesplain.tab</source>
1045: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1046: <categoryname>static conf</categoryname>
1047: <description>
1.10 harris41 1048: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1049: and privileges available in the network with function
1050: </description>
1.4 harris41 1051: </file>
1052: <file>
1.5 harris41 1053: <source>loncom/hosts.tab</source>
1054: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.96 harris41 1055: <categoryname>static conf</categoryname>
1.5 harris41 1056: <description>
1.10 harris41 1057: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
1058: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216 albertel 1059: </description>
1060: </file>
1061: <file>
1062: <source>loncom/domain.tab</source>
1063: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1064: <categoryname>static conf</categoryname>
1065: <description>
1066: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5 harris41 1067: </description>
1.4 harris41 1068: </file>
1069: <file>
1.5 harris41 1070: <source>loncom/spare.tab</source>
1071: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1072: <categoryname>conf</categoryname>
1073: <description>
1074: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1075: </description>
1076: <note>
1077: <b>configure</b><br />
1.91 harris41 1078: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1079: <tr><td>
1080: list elements are separated by newlines
1081: </td></tr>
1082: <tr><td>
1083: each list element consists of only one value; the value for <tt>lonHostID</tt>
1084: in <tt>access.conf</tt>
1085: </td></tr>
1086: </table>
1087: </note>
1.4 harris41 1088: </file>
1089: <file>
1.5 harris41 1090: <source>loncom/htpasswd</source>
1091: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1092: <categoryname>conf</categoryname>
1093: <description>
1094: Basic auth password to access /lon-status and /server-status
1095: </description>
1.4 harris41 1096: </file>
1097: <file>
1.5 harris41 1098: <source>loncom/smb.conf</source>
1.152 harris41 1099: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1100: <categoryname>static conf</categoryname>
1.5 harris41 1101: <description>
1.27 harris41 1102: configuration file to make LON-CAPA server file space accessible to network
1103: neighborhood
1.5 harris41 1104: </description>
1.4 harris41 1105: </file>
1106: <file>
1.5 harris41 1107: <source>loncom/ntp.conf</source>
1.175 harris41 1108: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1109: <categoryname>static conf</categoryname>
1.5 harris41 1110: <description>
1111: which NTP server to contact for information (XNTP3 standard)
1112: </description>
1113: <note>
1.91 harris41 1114: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1115: <tr><td>
1116: only one line needs to be changed to specify a server ip address
1117: </td></tr>
1118: <tr><td>
1119: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1120: </td></tr>
1121: </table>
1122: </note>
1.4 harris41 1123: </file>
1124: <file>
1.5 harris41 1125: <source>loncom/metadata_database/searchcat.pl</source>
1126: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1127: <categoryname>script</categoryname>
1128: <description>
1129: Batch script for updating SQL metadata database.
1.149 matthew 1130: </description>
1131: </file>
1132: <file>
1133: <source>loncom/metadata_database/cleanup_database.pl</source>
1134: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1135: <categoryname>script</categoryname>
1136: <description>
1137: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1138: </description>
1139: </file>
1140: <file>
1141: <source>loncom/misc/cleanup_prtspool.pl</source>
1142: <target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target>
1143: <categoryname>script</categoryname>
1144: <description>
1145: Batch script for removing files not accessed within 24 hours from the
1146: /home/httpd/prtspool directory.
1.183 www 1147: </description>
1148: </file>
1149: <file>
1150: <source>loncom/lonhttpd</source>
1151: <target dist='default'>home/httpd/perl/lonhttpd</target>
1152: <categoryname>script</categoryname>
1153: <description>
1154: Small fry httpd on port 8080
1.5 harris41 1155: </description>
1.4 harris41 1156: </file>
1157: <file>
1.5 harris41 1158: <source>loncom/lonc</source>
1159: <target dist='default'>home/httpd/perl/lonc</target>
1160: <categoryname>script</categoryname>
1161: <description>
1162: proxy server
1163: </description>
1.4 harris41 1164: </file>
1165: <file>
1.77 harris41 1166: <source>doc/man/lonc.1</source>
1167: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 harris41 1168: <categoryname>doc</categoryname>
1.77 harris41 1169: <description>man page for lonc</description>
1170: <build trigger='always run'>
1.115 harris41 1171: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
1.112 harris41 1172: echo 'manifying lonc'
1.77 harris41 1173: </build>
1174: <status>works/unverified</status>
1175: <dependencies>
1176: ../../loncom/lonc
1177: </dependencies>
1178: </file>
1179: <file>
1180: <source>doc/scripts/lonc.html</source>
1181: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 harris41 1182: <categoryname>doc</categoryname>
1.103 harris41 1183: <description>POD-derived page for lonc</description>
1.77 harris41 1184: <build trigger='always run'>
1.115 harris41 1185: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
1.112 harris41 1186: echo 'pod2html lonc'
1.77 harris41 1187: </build>
1188: <status>works/unverified</status>
1189: <dependencies>
1190: ../../loncom/lonc
1191: </dependencies>
1192: </file>
1193: <file>
1.5 harris41 1194: <source>loncom/lond</source>
1195: <target dist='default'>home/httpd/perl/lond</target>
1196: <categoryname>script</categoryname>
1197: <description>
1198: This is a remote command interpreter on a TCP LON-CAPA network layer.
1199: It accepts and processes incoming requests from other LON-CAPA machines
1200: on the network. lond's functionality is self-contained in the sense
1201: that it does not reference (import, require, use) any other file
1202: described in this document. There are only 15 subroutines in this
1.115 harris41 1203: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1204: complex since it parses and responds about 29 different types of
1205: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1206: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1207: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1208: tmpput, tmpget, and ls).
1209: </description>
1.4 harris41 1210: </file>
1211: <file>
1.77 harris41 1212: <source>doc/man/lond.1</source>
1213: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1214: <categoryname>doc</categoryname>
1.77 harris41 1215: <description>man page for lond</description>
1216: <build trigger='always run'>
1.115 harris41 1217: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1218: echo 'manifying lond'
1.77 harris41 1219: </build>
1220: <status>works/unverified</status>
1221: <dependencies>
1222: ../../loncom/lond
1223: </dependencies>
1224: </file>
1225: <file>
1226: <source>doc/scripts/lond.html</source>
1227: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1228: <categoryname>doc</categoryname>
1.103 harris41 1229: <description>POD-derived page for lond</description>
1.77 harris41 1230: <build trigger='always run'>
1.115 harris41 1231: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1232: echo 'pod2html lond'
1.77 harris41 1233: </build>
1234: <status>works/unverified</status>
1235: <dependencies>
1236: ../../loncom/lond
1237: </dependencies>
1238: </file>
1239: <file>
1.171 harris41 1240: <source>loncom/build/CHECKRPMS</source>
1241: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1242: <categoryname>script</categoryname>
1243: <description>CGI script that checks status of RPMs</description>
1244: </file>
1245: <file>
1.35 harris41 1246: <source>loncom/cgi/loncron.pl</source>
1247: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1248: <categoryname>script</categoryname>
1249: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1250: </file>
1251: <file>
1252: <source>loncom/cgi/userstatus.pl</source>
1253: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1254: <categoryname>script</categoryname>
1255: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1256: </file>
1257: <file>
1.5 harris41 1258: <source>loncom/loncron</source>
1259: <target dist='default'>home/httpd/perl/loncron</target>
1260: <categoryname>script</categoryname>
1261: <description>housekeeping</description>
1.4 harris41 1262: </file>
1263: <file>
1.5 harris41 1264: <source>loncom/lonsql</source>
1265: <target dist='default'>home/httpd/perl/lonsql</target>
1266: <categoryname>script</categoryname>
1267: <description>maintain secondary database of metadata</description>
1.4 harris41 1268: </file>
1269: <file>
1.77 harris41 1270: <source>doc/man/lonsql.1</source>
1271: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1272: <categoryname>doc</categoryname>
1.77 harris41 1273: <description>man page for lonsql</description>
1274: <build trigger='always run'>
1.115 harris41 1275: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1276: echo 'manifying lonsql'
1.77 harris41 1277: </build>
1278: <status>works/unverified</status>
1279: <dependencies>
1280: ../../loncom/lonsql
1281: </dependencies>
1282: </file>
1283: <file>
1284: <source>doc/scripts/lonsql.html</source>
1285: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1286: <categoryname>doc</categoryname>
1.103 harris41 1287: <description>POD-derived page for lonsql</description>
1.77 harris41 1288: <build trigger='always run'>
1.115 harris41 1289: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1290: echo 'pod2html lonsql'
1.77 harris41 1291: </build>
1292: <status>works/unverified</status>
1293: <dependencies>
1294: ../../loncom/lonsql
1295: </dependencies>
1296: </file>
1297: <file>
1.5 harris41 1298: <source>loncom/lcpasswd</source>
1299: <target dist='default'>home/httpd/perl/lcpasswd</target>
1300: <categoryname>setuid script</categoryname>
1301: <description>
1.48 harris41 1302: Coordinates the system services and files in order to allow lond to change
1303: user passwords.
1.5 harris41 1304: </description>
1.48 harris41 1305: <status>being updated</status>
1306: </file>
1307: <file>
1308: <source>loncom/pwchange</source>
1309: <target dist='default'>home/httpd/perl/pwchange</target>
1310: <categoryname>setuid script</categoryname>
1311: <description>
1312: Allows www to change user passwords.
1313: </description>
1314: <status>being updated</status>
1.4 harris41 1315: </file>
1316: <file>
1.5 harris41 1317: <source>loncom/lcuseradd</source>
1318: <target dist='default'>home/httpd/perl/lcuseradd</target>
1319: <categoryname>setuid script</categoryname>
1320: <description>
1.48 harris41 1321: Coordinates the system services and files in order to allow lond to add a
1322: new user.
1.5 harris41 1323: </description>
1.48 harris41 1324: <status>being updated</status>
1.124 foxr 1325: </file>
1326: <file>
1327: <source>loncom/lchtmldir</source>
1328: <target dist='default'>home/httpd/perl/lchtmldir</target>
1329: <categoryname>setuid script</categoryname>
1330: <description>
1.133 harris41 1331: Manages the file system ramifications of adding author mode to a user.
1.124 foxr 1332: If necessary a public_html diretory is added, permissions and ownership are
1333: set according to the user's authentication mode.
1334: </description>
1335: <status>New file</status>
1.4 harris41 1336: </file>
1337: <file>
1.5 harris41 1338: <source>loncom/lcuserdel</source>
1339: <target dist='default'>home/httpd/perl/lcuserdel</target>
1340: <categoryname>setuid script</categoryname>
1341: <description>
1.48 harris41 1342: Coordinates the system services and files in order to allow lond to delete a
1343: user.
1.5 harris41 1344: </description>
1.10 harris41 1345: <status>deprecated</status>
1.4 harris41 1346: </file>
1347: <file>
1.5 harris41 1348: <source>loncom/lcnfson</source>
1349: <target dist='default'>home/httpd/perl/lcnfson</target>
1350: <categoryname>setuid script</categoryname>
1351: <description>
1352: coordinates the system services and files in order to allow lond to enable NFS
1353: for a user
1354: </description>
1.10 harris41 1355: <status>deprecated</status>
1.4 harris41 1356: </file>
1357: <file>
1.5 harris41 1358: <source>loncom/lcnfsoff</source>
1359: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1360: <categoryname>setuid script</categoryname>
1361: <description>
1362: coordinates the system services and files in order to allow lond to disable NFS
1363: for a user
1364: </description>
1.10 harris41 1365: <status>deprecated</status>
1.53 harris41 1366: </file>
1367: <file>
1368: <source>loncom/license/gpl.txt</source>
1369: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1370: <categoryname>interface file</categoryname>
1371: <description>
1372: GNU General Public License. Long live the cause of freeware!
1373: </description>
1.4 harris41 1374: </file>
1375: <file>
1.197 albertel 1376: <source>loncom/license/httpi.license</source>
1377: <target dist='default'>home/httpd/html/adm/httpi.license</target>
1378: <categoryname>interface file</categoryname>
1379: <description>
1380: HTTPi webserver license
1381: </description>
1382: </file>
1383: <file>
1384: <source>loncom/license/httpi.readme</source>
1385: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
1386: <categoryname>interface file</categoryname>
1387: <description>
1388: HTTPi webserver readme
1389: </description>
1390: </file>
1391: <file>
1.62 harris41 1392: <source>loncom/license/about.html</source>
1393: <target dist='default'>home/httpd/html/adm/about.html</target>
1394: <categoryname>interface file</categoryname>
1395: <description>
1396: The "About" Page.
1397: </description>
1398: </file>
1399: <file>
1.5 harris41 1400: <source>loncom/publisher/publisher.html</source>
1401: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1402: <categoryname>interface file</categoryname>
1403: <description>
1404: HTML frame that presents a form element to allow for the publishing of
1405: resources, directories and underlying subdirectories.
1406: </description>
1.4 harris41 1407: </file>
1408: <file>
1.10 harris41 1409: <source>loncom/html/adm/noidea.html</source>
1410: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1411: <categoryname>interface file</categoryname>
1412: <description>
1413: Interface file for responding to improper page flipping.
1.174 www 1414: </description>
1415: </file>
1416: <file>
1417: <source>loncom/html/adm/overloaded.txt</source>
1418: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
1419: <categoryname>interface file</categoryname>
1420: <description>
1421: Interface file for responding to overload situations.
1.204 www 1422: </description>
1423: </file>
1424: <file>
1425: <source>loncom/html/adm/loginproblems.html</source>
1426: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
1427: <categoryname>interface file</categoryname>
1428: <description>
1429: Help page for login problems.
1.10 harris41 1430: </description>
1431: </file>
1432: <file>
1.28 harris41 1433: <source>loncom/xml/physnet.sty</source>
1434: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1435: <categoryname>static conf</categoryname>
1436: <description>
1437: The relevant conditions and metadata to attach to PhysNet-specific tags.
1438: </description>
1439: </file>
1440: <file>
1.5 harris41 1441: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1442: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1443: </target>
1.5 harris41 1444: <categoryname>static conf</categoryname>
1445: <description>
1446: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1447: </description>
1.4 harris41 1448: </file>
1449: <file>
1.139 matthew 1450: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 1451: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1452: <categoryname>conf</categoryname>
1453: <description>
1454: File which contains words which should not be keywords used to specify resource
1455: content.
1.226 albertel 1456: </description>
1457: </file>
1458: <file>
1.227 albertel 1459: <source>loncom/homework/scantronformat.tab</source>
1460: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 1461: <categoryname>conf</categoryname>
1462: <description>
1463: Different configs for scantron input files.
1.5 harris41 1464: </description>
1.4 harris41 1465: </file>
1466: <file>
1.22 harris41 1467: <source>loncom/publisher/packages.tab</source>
1468: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1469: <categoryname>static conf</categoryname>
1.22 harris41 1470: <description>
1471: Parameter packages, so that assessments can publish parameter packages
1472: needed, which are then expanded into individual parameters - allows to
1473: retroactively add new parameters to already published assessments.
1474: </description>
1475: </file>
1476: <file>
1.5 harris41 1477: <source>loncom/publisher/copyright.tab</source>
1478: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1479: <categoryname>static conf</categoryname>
1.5 harris41 1480: <description>
1481: Table which contains list of copyright possibilities for educational resources.
1482: </description>
1.4 harris41 1483: </file>
1484: <file>
1.5 harris41 1485: <source>loncom/publisher/language.tab</source>
1486: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1487: <categoryname>static conf</categoryname>
1488: <description>
1489: Table which contains string abbreviations of language::font rendering
1490: combinations.
1491: </description>
1.4 harris41 1492: </file>
1493: <file>
1.5 harris41 1494: <source>loncom/publisher/addid.tab</source>
1495: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1496: <categoryname>static conf</categoryname>
1497: <description>
1498: Table which has hash data necessary for distinguishing IDs from indices.
1499: </description>
1.4 harris41 1500: </file>
1501: <file>
1.38 harris41 1502: <source>rat/lonwrapper.pm</source>
1.19 harris41 1503: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1504: <categoryname>handler</categoryname>
1505: <description>
1506: Wrapper for external and binary files as standalone resources.
1507: Edit handler for rat maps; TeX content handler.
1.145 www 1508: </description>
1509: <status>works/unverified</status>
1510: </file>
1511: <file>
1.146 matthew 1512: <source>loncom/interface/londocs.pm</source>
1.145 www 1513: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
1514: <categoryname>handler</categoryname>
1515: <description>
1516: Handler for course documents
1517: </description>
1518: <status>works/unverified</status>
1519: </file>
1520: <file>
1.146 matthew 1521: <source>loncom/interface/lonchat.pm</source>
1.145 www 1522: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
1523: <categoryname>handler</categoryname>
1524: <description>
1525: Handler for chat
1526: </description>
1527: <status>works/unverified</status>
1528: </file>
1529: <file>
1.157 www 1530: <source>loncom/interface/lonchatfetch.pm</source>
1531: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
1532: <categoryname>handler</categoryname>
1533: <description>
1534: Handler for periodically fetch new lines of chat
1535: </description>
1536: <status>works/unverified</status>
1537: </file>
1538: <file>
1.146 matthew 1539: <source>loncom/interface/lonannounce.pm</source>
1.145 www 1540: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
1541: <categoryname>handler</categoryname>
1542: <description>
1543: Handler to put up announcements and calendar
1.167 www 1544: </description>
1545: <status>works/unverified</status>
1546: </file>
1547: <file>
1548: <source>loncom/interface/lonsyllabus.pm</source>
1549: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
1550: <categoryname>handler</categoryname>
1551: <description>
1552: Handler to put up syllabus
1.173 www 1553: </description>
1554: <status>works/unverified</status>
1555: </file>
1556: <file>
1557: <source>loncom/interface/lonsimplepage.pm</source>
1558: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
1559: <categoryname>handler</categoryname>
1560: <description>
1561: Handler to put up simple page
1.203 www 1562: </description>
1563: <status>works/unverified</status>
1564: </file>
1565: <file>
1566: <source>loncom/interface/lonpickstudent.pm</source>
1567: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
1568: <categoryname>handler</categoryname>
1569: <description>
1570: Handler to pick a student from classlist
1.225 www 1571: </description>
1572: <status>works/unverified</status>
1573: </file>
1574: <file>
1575: <source>loncom/interface/lonpickcourse.pm</source>
1576: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
1577: <categoryname>handler</categoryname>
1578: <description>
1579: Handler to pick a courseid from a list of courses
1.173 www 1580: </description>
1581: <status>works/unverified</status>
1582: </file>
1583: <file>
1584: <source>loncom/interface/lonbulletin.pm</source>
1585: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
1586: <categoryname>handler</categoryname>
1587: <description>
1588: Handler to put up bulletin board
1.167 www 1589: </description>
1590: <status>works/unverified</status>
1591: </file>
1592: <file>
1593: <source>loncom/interface/lonaboutme.pm</source>
1594: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
1595: <categoryname>handler</categoryname>
1596: <description>
1597: Handler to put up personal info
1.19 harris41 1598: </description>
1599: <status>works/unverified</status>
1600: </file>
1601: <file>
1.15 harris41 1602: <source>loncom/publisher/loncfile.pm</source>
1603: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1604: <categoryname>handler</categoryname>
1605: <description>
1606: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1607: construction space menu.
1.137 harris41 1608: </description>
1609: <status>works/unverified</status>
1610: </file>
1611: <file>
1612: <source>loncom/interface/lonhelp.pm</source>
1613: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
1614: <categoryname>handler</categoryname>
1615: <description>
1616: The .tex file help handler.
1.140 bowersj2 1617: </description>
1618: <status>works/unverified</status>
1.195 albertel 1619: <build trigger='always run'>
1620: loncom/html/adm/help/buildMakeWrapper
1621: </build>
1622: <dependencies>
1.197 albertel 1623: Makefile;
1.195 albertel 1624: buildMakeWrapper
1625: </dependencies>
1.141 bowersj2 1626: </file>
1627: <file>
1.158 bowersj2 1628: <source>loncom/html/adm/help/abouthelp.html</source>
1629: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
1630: <categoryname>interface file</categoryname>
1631: <description>
1632: Index file for the help system
1633: </description>
1634: </file>
1635: <file>
1636: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 1637: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
1638: </target>
1639: <categoryname>interface file</categoryname>
1.158 bowersj2 1640: <description>
1.162 harris41 1641: The pseudo-LaTeX file to allow people to read the author's manual online, with
1642: a somewhat clumsy interface.
1.158 bowersj2 1643: </description>
1644: <status>works/unverified</status>
1645: </file>
1646: <file>
1647: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 1648: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
1649: </target>
1650: <categoryname>interface file</categoryname>
1.158 bowersj2 1651: <description>
1.162 harris41 1652: The pseudo-LaTeX file to allow people to read the course administrator's
1653: manual online, with a somewhat clumsy interface.
1.158 bowersj2 1654: </description>
1655: <status>works/unverified</status>
1656: </file>
1657: <file>
1.200 bowersj2 1658: <source>doc/help/course.instructor.access.tex</source>
1659: <target dist='default'>home/httpd/html/adm/help/tex/course.instructor.access.tex
1660: </target>
1661: <categoryname>interface file</categoryname>
1662: <description>
1663: The pseudo-LaTeX file to allow people to read the course instructor's
1664: manual online, with a somewhat clumsy interface.
1665: </description>
1666: <status>works/unverified</status>
1667: </file>
1668: <file>
1.158 bowersj2 1669: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 1670: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 1671: <categoryname>interface file</categoryname>
1.141 bowersj2 1672: <description>
1.158 bowersj2 1673: The postscript Author's Manual
1674: </description>
1675: <status>works/unverified</status>
1.197 albertel 1676: <dependencies>
1677: doc/help/author.manual.texxml;
1678: doc/help/latexSplitter.py;
1679: doc/help/rebuildLabelHash.pl;
1680: doc/help/render.texxml.pl;
1681: doc/help/simpleEdit.py;
1682: doc/help/texxml2indextex.pl;
1683: doc/help/texxml2latex.pl;
1684: loncom/build/buildHelp.sh;
1685: loncom/build/help_graphics_converter.pl
1686: </dependencies>
1.158 bowersj2 1687: </file>
1688: <file>
1689: <source>doc/help/author.manual.pdf</source>
1690: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
1691: <categoryname>handler</categoryname>
1692: <description>
1693: The PDF Author's Manual
1694: </description>
1695: <status>works/unverified</status>
1696: </file>
1697: <file>
1698: <source>doc/help/course.manual.ps</source>
1699: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 1700: <categoryname>interface file</categoryname>
1.158 bowersj2 1701: <description>
1702: The postscript Course Manual
1703: </description>
1704: <status>works/unverified</status>
1.197 albertel 1705: <dependencies>
1706: doc/help/course.manual.texxml;
1707: doc/help/latexSplitter.py;
1708: doc/help/rebuildLabelHash.pl;
1709: doc/help/render.texxml.pl;
1710: doc/help/simpleEdit.py;
1711: doc/help/texxml2indextex.pl;
1712: doc/help/texxml2latex.pl;
1713: loncom/build/buildHelp.sh;
1714: loncom/build/help_graphics_converter.pl
1715: </dependencies>
1.158 bowersj2 1716: </file>
1717: <file>
1718: <source>doc/help/course.manual.pdf</source>
1719: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 1720: <categoryname>interface file</categoryname>
1.158 bowersj2 1721: <description>
1722: The PDF Course Manual
1.141 bowersj2 1723: </description>
1724: <status>works/unverified</status>
1.140 bowersj2 1725: </file>
1.200 bowersj2 1726: <file>
1727: <source>doc/help/course.instructor.ps</source>
1728: <target dist='default'>home/httpd/html/adm/help/course.instructor.ps</target>
1729: <categoryname>interface file</categoryname>
1730: <description>
1731: The postscript Course Instructor Manual
1732: </description>
1733: <status>works/unverified</status>
1734: </file>
1735: <file>
1736: <source>doc/help/course.instructor.pdf</source>
1737: <target dist='default'>home/httpd/html/adm/help/course.instructor.pdf</target>
1738: <categoryname>interface file</categoryname>
1739: <description>
1740: The PDF Course Instructor Manual
1741: </description>
1742: <status>works/unverified</status>
1743: </file>
1.140 bowersj2 1744: <fileglob>
1745: <glob>*.*</glob>
1746: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
1747: <targetdir dist='default'>
1748: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 1749: <categoryname>interface file</categoryname>
1.140 bowersj2 1750: <description>
1751: Gif files for the help system
1752: </description>
1753: <filenames>
1.163 harris41 1754: authorRemote.gif;
1755: constructionSpace.gif;
1756: constructionSpaceForPublishing.gif;
1757: creatingANewCourse.gif;
1758: creatingNewProblemResource.gif;
1759: dynamic_piecewise.gif;
1760: dynamic_piecewise2.gif;
1761: dynamic_plot.gif;
1762: dynamic_plot2.gif;
1763: formulaResponse.gif;
1764: login.gif;
1765: lonhelpheader.gif;
1.192 bowersj2 1766: mainCourseDocuments.gif;
1.163 harris41 1767: mapAdvancedEditorNew.gif;
1768: mapClickedStart.gif;
1769: mapEditFirstClick.gif;
1770: mapEditInitial.gif;
1771: mapEditingButton.gif;
1772: mapEditorDirectoryBrowser.gif;
1773: mapEditorResourceChosen.gif;
1774: mapEditorSelection.gif;
1775: mapInsertResource.gif;
1776: mapNewResource.gif;
1777: mapSecondWindowSecondResource.gif;
1778: mapSimpleEditor.gif;
1779: mapStraightened.gif;
1780: mapTwoResources.gif;
1781: numericalResponse1.gif;
1782: numericalResponseEditor.gif;
1783: numericalResponseSlopeProblem.gif;
1784: numericalResponseVarInText.gif;
1785: optionResponseEditing.gif;
1786: optionResponseProblem.gif;
1787: publishMetadata.gif;
1788: radioResponse2.gif;
1789: radioResponseHint.gif;
1790: smallHelp.gif;
1791: spreadsheet_hierarchy.gif;
1792: stringResponseEditor.gif;
1.150 bowersj2 1793: studentInterface.gif
1.140 bowersj2 1794: </filenames>
1795: </fileglob>
1796: <fileglob>
1797: <glob>*.*</glob>
1798: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
1799: <targetdir dist='default'>
1800: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 1801: <categoryname>interface file</categoryname>
1.140 bowersj2 1802: <description>
1803: EPS files for the help system
1804: </description>
1805: <filenames>
1.163 harris41 1806: authorRemote.eps;
1807: constructionSpace.eps;
1808: constructionSpaceForPublishing.eps;
1809: creatingANewCourse.eps;
1810: creatingNewProblemResource.eps;
1811: dynamic_piecewise.eps;
1812: dynamic_piecewise2.eps;
1813: dynamic_plot.eps;
1814: dynamic_plot2.eps;
1815: formulaResponse.eps;
1816: lonhelpheader.eps;
1817: login.eps;
1.192 bowersj2 1818: mainCourseDocuments.eps;
1.163 harris41 1819: mapAdvancedEditorNew.eps;
1820: mapClickedStart.eps;
1821: mapEditFirstClick.eps;
1822: mapEditInitial.eps;
1823: mapEditingButton.eps;
1824: mapEditorDirectoryBrowser.eps;
1825: mapEditorResourceChosen.eps;
1826: mapEditorSelection.eps;
1827: mapInsertResource.eps;
1828: mapNewResource.eps;
1829: mapSecondWindowSecondResource.eps;
1830: mapSimpleEditor.eps;
1831: mapStraightened.eps;
1832: mapTwoResources.eps;
1833: numericalResponse1.eps;
1834: numericalResponseEditor.eps;
1835: numericalResponseSlopeProblem.eps;
1836: numericalResponseVarInText.eps;
1837: optionResponseEditing.eps;
1838: optionResponseProblem.eps;
1839: publishMetadata.eps;
1840: radioResponse2.eps;
1841: radioResponseHint.eps;
1842: smallHelp.eps;
1843: spreadsheet_hierarchy.eps;
1844: stringResponseEditor.eps;
1.150 bowersj2 1845: studentInterface.eps
1.140 bowersj2 1846: </filenames>
1847: </fileglob>
1848: <fileglob>
1849: <glob>*.*</glob>
1850: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
1851: <targetdir dist='default'>
1852: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 1853: <categoryname>interface file</categoryname>
1.140 bowersj2 1854: <description>
1855: Tex files for the help system
1856: </description>
1857: <filenames>
1.163 harris41 1858: About_Authors_Manual.tex;
1859: About_Numerical_and_Formula_Response.tex;
1860: Ambiguous_Reference.tex;
1861: Author_LON-CAPA_Introduction.tex;
1862: Author_Manual_Title_Page.tex;
1863: Author_Numerical_and_Formula.tex;
1864: Author_Remote_Control.tex;
1865: Authoring_Adding_Pictures.tex;
1866: Authoring_Dynamic_Plot.tex;
1867: Authoring_HTML_vs_Tex.tex;
1868: Authoring_M_Tag.tex;
1869: Authoring_Piecewise_Plot.tex;
1870: Calling_Functions.tex;
1871: Coauthor.tex;
1872: Construction_Space_Overview.tex;
1873: Course_Add_Student.tex;
1874: Course_Chart_To_Excel.tex;
1875: Course_Convert_To_CSV.tex;
1876: Course_Create_Class_List.tex;
1877: Course_Critical_Message.tex;
1878: Course_Deleting.tex;
1879: Course_Disable_Discussion.tex;
1880: Course_Discussion_Board.tex;
1881: Course_Drop_Student.tex;
1882: Course_Edit_Content.tex;
1883: Course_Feedback_Addresses.tex;
1884: Course_Homework_Performance_Overview.tex;
1.197 albertel 1885: Course_Manual_Title_Page.tex;
1.163 harris41 1886: Course_Message_Access.tex;
1887: Course_Problem_Weight.tex;
1888: Course_Setting_Parameters.tex;
1889: Course_Student_Grade_Override.tex;
1890: Course_Student_Work.tex;
1891: Course_Toplevel_Seq.tex;
1892: Creating_A_Course_Intro.tex;
1893: Creating_New_Content_Pages.tex;
1894: Creating_Online_Problems.tex;
1895: Creating_Radio_Response_Problems.tex;
1.200 bowersj2 1896: Docs_Adding_Course_Doc.tex;
1897: Docs_Adding_External_Resource.tex;
1898: Docs_Adding_Folders.tex;
1899: Docs_Creating_From_Template.tex;
1900: Docs_Importing_LON-CAPA_Resource.tex;
1901: Docs_Main_Course_Documents.tex;
1902: Docs_Navigate_Content.tex;
1903: Docs_Overview.tex;
1904: Docs_Supplemental.tex;
1905: Docs_Uploading_From_Harddrive.tex;
1.163 harris41 1906: Foils.tex;
1907: Formula_Response_Example.tex;
1908: Formula_Response_Limitations.tex;
1909: Formula_Response_Problems.tex;
1910: Formula_Response_Sampling.tex;
1911: Formula_Tolerance.tex;
1.187 www 1912: General_Intro.tex;
1.219 albertel 1913: Greek_Symbols.tex;
1.163 harris41 1914: How_To_Edit_Existing_Content_Pages.tex;
1915: Latex_Footer.tex;
1916: Latex_Header.tex;
1917: Login_To_LON-CAPA.tex;
1918: Metadata_Description.tex;
1.178 bowersj2 1919: Navmap_Host_Down.tex;
1.163 harris41 1920: Numerical_Response_Advanced_Example.tex;
1921: Numerical_Response_Format.tex;
1922: Numerical_Response_Intro.tex;
1923: Numerical_Response_Introduction.tex;
1924: Numerical_Response_Parts_A.tex;
1925: Numerical_Response_Parts_B.tex;
1926: Numerical_Response_Problems.tex;
1927: Numerical_Response_Randomization.tex;
1928: Numerical_Response_Simple_Example.tex;
1929: Numerical_Response_Tutorial_A.tex;
1930: Numerical_Response_Units.tex;
1931: Option_Response_Concept_Group_Example.tex;
1932: Option_Response_Matching_Example.tex;
1933: Option_Response_Problem_Creation.tex;
1934: Option_Response_Problem_Figure.tex;
1935: Option_Response_Problem_Parts.tex;
1936: Option_Response_Problems.tex;
1937: Option_Response_Simple.tex;
1.219 albertel 1938: Other_Symbols.tex;
1.194 albertel 1939: Part_Tag_Edit_Help.tex;
1.163 harris41 1940: Problem_Editor_Testing_Area.tex;
1941: Problem_Editor_XML_Index.tex;
1942: Problem_Types.tex;
1943: Publishing_A_Resource.tex;
1944: Publishing_Author_Tutorial_Segue.tex;
1945: Publishing_Copyright.tex;
1946: Publishing_Intro.tex;
1947: Publishing_Keywords.tex;
1.191 bowersj2 1948: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 1949: Radio_Response_Problems.tex;
1950: Radio_Response_Randomization.tex;
1951: Resource_Types.tex;
1952: Script_Tutorial_Intro.tex;
1953: Scripting_Help.tex;
1954: Sequence_Advanced_Editor_Creation.tex;
1955: Sequence_Definition.tex;
1956: Sequence_Editor_Selection.tex;
1957: Sequence_Page_Maps.tex;
1958: Sequence_Simple_Editor_Creation.tex;
1959: Sequence_Top-Level.tex;
1960: Significant_Figures.tex;
1961: Spreadsheet_About.tex;
1962: Spreadsheet_Alternative_View.tex;
1963: Spreadsheet_Changes_To_Grading.tex;
1964: Spreadsheet_Col_Sum.tex;
1965: Spreadsheet_Completely_Recalc.tex;
1966: Spreadsheet_Empty_Rows.tex;
1967: Spreadsheet_Export_Row.tex;
1968: Spreadsheet_Functions.tex;
1969: Spreadsheet_Import_Values.tex;
1970: Spreadsheet_Levels.tex;
1971: Spreadsheet_Lists.tex;
1972: Spreadsheet_Max_Depth_Exceeded.tex;
1973: Spreadsheet_OOO_Rows.tex;
1974: Spreadsheet_Op_On_All_Problem_Parts.tex;
1975: Spreadsheet_Parms.tex;
1976: Spreadsheet_Problem_Weight.tex;
1977: Spreadsheet_Ranges.tex;
1978: Spreadsheet_Specifying_Cells.tex;
1979: Spreadsheet_Student_Visible.tex;
1980: Spreadsheet_Symbolic_Names.tex;
1981: Spreadsheet_Template_Row.tex;
1982: Spreadsheet_Ternary_Operator.tex;
1983: Spreadsheet_Tries.tex;
1984: String_Response_Problem_Creation.tex;
1985: String_Response_Problems.tex;
1986: Tolerance.tex;
1987: Variable_Naming_Conventions.tex;
1988: Variable_Tutorial_A.tex;
1989: Variables_in_Scripts.tex;
1990: Variables_in_the_Answer_Block.tex;
1.150 bowersj2 1991: Variables_in_the_Text_Block.tex
1.140 bowersj2 1992: </filenames>
1993: </fileglob>
1994: <file>
1995: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
1996: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 1997: <categoryname>interface file</categoryname>
1.140 bowersj2 1998: <description>
1999: A gdbm file containing a label->tex file hash.
1.15 harris41 2000: </description>
2001: <status>works/unverified</status>
2002: </file>
2003: <file>
1.7 harris41 2004: <source>loncom/interface/lonstatistics.pm</source>
2005: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2006: <categoryname>handler</categoryname>
2007: <description>
2008: Handler to show statistics on solving LON-CAPA problems.
1.144 stredwic 2009: </description>
2010: <status>works/unverified</status>
2011: </file>
2012: <file>
2013: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2014: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2015: </target>
1.144 stredwic 2016: <categoryname>handler</categoryname>
2017: <description>
1.162 harris41 2018: The module that generate the html for the Problem Statistics web pages.
1.169 stredwic 2019: </description>
2020: <status>works/unverified</status>
2021: </file>
2022: <file>
2023: <source>loncom/interface/statistics/lonpercentage.pm</source>
2024: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2025: </target>
2026: <categoryname>handler</categoryname>
2027: <description>
2028: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2029: </description>
2030: <status>works/unverified</status>
2031: </file>
2032: <file>
2033: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2034: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2035: </target>
1.144 stredwic 2036: <categoryname>handler</categoryname>
2037: <description>
2038: The module that generate the html for the Problem Analysis web pages.
2039: </description>
2040: <status>works/unverified</status>
2041: </file>
2042: <file>
2043: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2044: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2045: </target>
1.144 stredwic 2046: <categoryname>handler</categoryname>
2047: <description>
2048: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2049: </description>
2050: <status>works/unverified</status>
2051: </file>
2052: <file>
1.5 harris41 2053: <source>loncom/publisher/londiff.pm</source>
2054: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2055: <categoryname>handler</categoryname>
2056: <description>
2057: Handler to show difference between two files.
1.221 www 2058: </description>
2059: <status>works/unverified</status>
2060: </file>
2061: <file>
2062: <source>loncom/publisher/lonrights.pm</source>
2063: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2064: <categoryname>handler</categoryname>
2065: <description>
2066: Handler to show and edit custom distribution rights
1.5 harris41 2067: </description>
2068: <status>works/unverified</status>
1.4 harris41 2069: </file>
2070: <file>
1.5 harris41 2071: <source>loncom/publisher/lonupload.pm</source>
2072: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2073: <categoryname>handler</categoryname>
2074: <description>
2075: Handler to upload files through browser into construction space.
2076: </description>
2077: <status>works/unverified</status>
1.4 harris41 2078: </file>
2079: <file>
1.76 harris41 2080: <source>doc/man/Apache__lonupload.3</source>
2081: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2082: <categoryname>doc</categoryname>
1.76 harris41 2083: <description>man page for lonupload.pm</description>
2084: <build trigger='always run'>
1.115 harris41 2085: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2086: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2087: </build>
2088: <status>works/unverified</status>
2089: <dependencies>
2090: ../../loncom/publisher/lonupload.pm
2091: </dependencies>
2092: </file>
2093: <file>
1.118 harris41 2094: <source>doc/lib/perl/Apache/lonupload.html</source>
2095: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2096: </target>
1.83 harris41 2097: <categoryname>doc</categoryname>
1.76 harris41 2098: <description>POD-derived page for lonupload.pm</description>
2099: <build trigger='always run'>
1.115 harris41 2100: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2101: ../../doc/lib/perl/Apache/lonupload.html && \
2102: echo 'pod2html lonupload.pm'
1.76 harris41 2103: </build>
2104: <status>works/unverified</status>
2105: <dependencies>
2106: ../../loncom/publisher/lonupload.pm
2107: </dependencies>
2108: </file>
2109: <file>
1.5 harris41 2110: <source>loncom/homework/essayresponse.pm</source>
2111: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2112: <categoryname>handler</categoryname>
2113: <description>
2114: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2115: </description>
2116: <status>works/unverified</status>
2117: </file>
2118: <file>
2119: <source>loncom/homework/externalresponse.pm</source>
2120: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2121: <categoryname>handler</categoryname>
2122: <description>
2123: Handler to evaluate externally graded responses.
2124: </description>
2125: <status>works/unverified</status>
2126: </file>
2127: <file>
2128: <source>loncom/homework/loncapagrade.pm</source>
2129: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2130: <categoryname>handler</categoryname>
2131: <description>
1.133 harris41 2132: Holds results and defines
2133: tag handlers needed by externalresponse.pm
1.5 harris41 2134: </description>
2135: <status>works/unverified</status>
1.4 harris41 2136: </file>
2137: <file>
1.5 harris41 2138: <source>loncom/publisher/lonpubdir.pm</source>
2139: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2140: <categoryname>handler</categoryname>
2141: <description>
2142: Handler to publish directories.
1.172 www 2143: </description>
2144: </file>
2145: <file>
2146: <source>loncom/publisher/lonunauthorized.pm</source>
2147: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2148: <categoryname>handler</categoryname>
2149: <description>
2150: Handler to explain failed contruction space access.
1.5 harris41 2151: </description>
1.4 harris41 2152: </file>
2153: <file>
1.76 harris41 2154: <source>doc/man/Apache__lonpubdir.3</source>
2155: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2156: <categoryname>doc</categoryname>
1.76 harris41 2157: <description>man page for lonpubdir.pm</description>
2158: <build trigger='always run'>
1.115 harris41 2159: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2160: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2161: </build>
2162: <status>works/unverified</status>
2163: <dependencies>
2164: ../../loncom/lonnet/perl/lonnet.pm
2165: </dependencies>
2166: </file>
2167: <file>
1.118 harris41 2168: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2169: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2170: </target>
1.83 harris41 2171: <categoryname>doc</categoryname>
1.76 harris41 2172: <description>POD-derived page for lonpubdir.pm</description>
2173: <build trigger='always run'>
1.115 harris41 2174: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2175: ../../doc/lib/perl/Apache/lonpubdir.html && \
2176: echo 'pod2html lonpubdir.pm'
1.76 harris41 2177: </build>
2178: <status>works/unverified</status>
2179: <dependencies>
2180: ../../loncom/publisher/lonpubdir.pm
2181: </dependencies>
2182: </file>
2183: <file>
1.5 harris41 2184: <source>loncom/publisher/lonretrieve.pm</source>
2185: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2186: <categoryname>handler</categoryname>
2187: <description>
2188: Handler to retrieve old versions from resource space.
2189: </description>
2190: <status>works/unverified</status>
1.4 harris41 2191: </file>
2192: <file>
1.76 harris41 2193: <source>doc/man/Apache__lonretrieve.3</source>
2194: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2195: <categoryname>doc</categoryname>
1.76 harris41 2196: <description>man page for lonretrieve.pm</description>
2197: <build trigger='always run'>
1.115 harris41 2198: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2199: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2200: </build>
2201: <status>works/unverified</status>
2202: <dependencies>
2203: ../../loncom/publisher/lonretrieve.pm
2204: </dependencies>
2205: </file>
2206: <file>
1.118 harris41 2207: <source>doc/lib/perl/Apache/lonretrieve.html</source>
2208: <target dist='default'>
2209: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 2210: </target>
1.83 harris41 2211: <categoryname>doc</categoryname>
1.76 harris41 2212: <description>POD-derived page for lonretrieve.pm</description>
2213: <build trigger='always run'>
1.115 harris41 2214: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 2215: ../../doc/lib/perl/Apache/lonretrieve.html && \
2216: echo 'pod2html lonretrieve.pm'
1.76 harris41 2217: </build>
2218: <status>works/unverified</status>
2219: <dependencies>
2220: ../../loncom/publisher/lonretrieve.pm
2221: </dependencies>
2222: </file>
2223: <file>
1.5 harris41 2224: <source>loncom/homework/edit.pm</source>
2225: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
2226: <categoryname>handler</categoryname>
2227: <description>
2228: Helper functions when in homework edit mode.
2229: </description>
1.4 harris41 2230: </file>
2231: <file>
1.86 harris41 2232: <source>doc/man/Apache__edit.3</source>
2233: <target dist='default'>usr/man/man3/Apache::edit.3</target>
2234: <categoryname>doc</categoryname>
2235: <description>man page for edit.pm</description>
2236: <build trigger='always run'>
1.115 harris41 2237: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 2238: echo 'manifying edit.pm'
1.86 harris41 2239: </build>
2240: <status>works/unverified</status>
2241: <dependencies>
2242: ../../loncom/homework/edit.pm
2243: </dependencies>
2244: </file>
2245: <file>
1.118 harris41 2246: <source>doc/lib/perl/Apache/edit.html</source>
2247: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
2248: </target>
1.86 harris41 2249: <categoryname>doc</categoryname>
2250: <description>POD-derived page for edit.pm</description>
2251: <build trigger='always run'>
1.118 harris41 2252: loncom/build/pod2html.sh ../homework/edit.pm > \
2253: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 2254: && echo 'pod2html edit.pm'
1.86 harris41 2255: </build>
2256: <status>works/unverified</status>
2257: <dependencies>
2258: ../../loncom/homework/edit.pm
2259: </dependencies>
2260: </file>
2261: <file>
1.5 harris41 2262: <source>loncom/interface/lonmeta.pm</source>
2263: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
2264: <categoryname>handler</categoryname>
2265: <description>Metadata display handler.</description>
2266: <status>works/unverified</status>
1.4 harris41 2267: </file>
2268: <file>
1.5 harris41 2269: <source>rat/lonambiguous.pm</source>
2270: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
2271: <categoryname>handler</categoryname>
2272: <description>
2273: Handler to resolve ambiguous file locations.
2274: </description>
2275: <status>works/unverified</status>
1.4 harris41 2276: </file>
2277: <file>
1.5 harris41 2278: <source>rat/lonratparms.pm</source>
2279: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
2280: <categoryname>handler</categoryname>
2281: <description>
2282: Handler to set resource parameters inside of the RAT based on metadata.
2283: </description>
2284: <status>works/unverified</status>
1.4 harris41 2285: </file>
2286: <file>
1.5 harris41 2287: <source>rat/lonsequence.pm</source>
2288: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
2289: <categoryname>handler</categoryname>
2290: <description>
2291: Handler for showing sequence objects of educational resources.
2292: </description>
2293: <status>works/unverified</status>
1.4 harris41 2294: </file>
2295: <file>
1.5 harris41 2296: <source>loncom/interface/loncreatecourse.pm</source>
2297: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
2298: <categoryname>handler</categoryname>
2299: <description>
1.72 harris41 2300: Allows domain coordinators to create new courses and assign course
2301: coordinators.
1.5 harris41 2302: </description>
1.10 harris41 2303: <status>works/unverified</status>
1.4 harris41 2304: </file>
2305: <file>
1.5 harris41 2306: <source>loncom/interface/loncreateuser.pm</source>
2307: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
2308: <categoryname>handler</categoryname>
2309: <description>
1.72 harris41 2310: Allows users to within their own privileges create/edit users and give
2311: them roles.
1.5 harris41 2312: </description>
2313: <status>works/unverified</status>
1.143 stredwic 2314: </file>
2315: <file>
2316: <source>loncom/interface/lonhtmlcommon.pm</source>
2317: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
2318: <categoryname>handler</categoryname>
2319: <description>
2320: Contains a set of functions that generate html controls and data layouts
1.138 stredwic 2321: </description>
2322: </file>
2323: <file>
2324: <source>loncom/interface/loncoursedata.pm</source>
2325: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
2326: <categoryname>handler</categoryname>
2327: <description>
2328: Common functions for handling student course data (download and process)
1.5 harris41 2329: </description>
1.4 harris41 2330: </file>
2331: <file>
1.5 harris41 2332: <source>loncom/interface/loncommon.pm</source>
2333: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
2334: <categoryname>handler</categoryname>
2335: <description>
2336: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 2337: user, domain, home_server, course_id.
1.5 harris41 2338: </description>
2339: <status>works/unverified</status>
1.4 harris41 2340: </file>
2341: <file>
1.76 harris41 2342: <source>doc/man/Apache__loncommon.3</source>
2343: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 2344: <categoryname>doc</categoryname>
1.76 harris41 2345: <description>man page for loncommon.pm</description>
2346: <build trigger='always run'>
1.115 harris41 2347: loncom/build/pod2man.sh ../interface/loncommon.pm > \
2348: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 2349: </build>
2350: <status>works/unverified</status>
2351: <dependencies>
2352: ../../loncom/interface/loncommon.pm
2353: </dependencies>
2354: </file>
2355: <file>
1.118 harris41 2356: <source>doc/lib/perl/Apache/loncommon.html</source>
2357: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 2358: </target>
1.83 harris41 2359: <categoryname>doc</categoryname>
1.76 harris41 2360: <description>POD-derived page for loncommon.pm</description>
2361: <build trigger='always run'>
1.115 harris41 2362: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 2363: ../../doc/lib/perl/Apache/loncommon.html && \
2364: echo 'pod2html loncommon.pm'
1.76 harris41 2365: </build>
2366: <status>works/unverified</status>
2367: <dependencies>
2368: ../../loncom/interface/loncommon.pm
2369: </dependencies>
2370: </file>
2371: <file>
1.5 harris41 2372: <source>loncom/homework/grades.pm</source>
2373: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
2374: <categoryname>handler</categoryname>
2375: <description>Handles the viewing of grades.</description>
1.4 harris41 2376: </file>
2377: <file>
1.5 harris41 2378: <source>loncom/homework/imageresponse.pm</source>
2379: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
2380: <categoryname>handler</categoryname>
2381: <description>
2382: Coordinates the response to clicking an image.
2383: </description>
2384: <status>works/unverified</status>
1.4 harris41 2385: </file>
2386: <file>
1.5 harris41 2387: <source>loncom/homework/optionresponse.pm</source>
2388: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
2389: <categoryname>handler</categoryname>
1.27 harris41 2390: <description>
2391: Handles tags associated with showing a list of options.</description>
1.4 harris41 2392: </file>
2393: <file>
1.5 harris41 2394: <source>loncom/homework/outputtags.pm</source>
2395: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
2396: <categoryname>handler</categoryname>
2397: <description>
2398: Handles tags associated with output. Seems to relate to due dates of the
2399: assignment.
2400: </description>
1.10 harris41 2401: <status>works/unverified</status>
1.4 harris41 2402: </file>
2403: <file>
1.6 harris41 2404: <source>loncom/interface/lontest.pm</source>
2405: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
2406: <categoryname>handler</categoryname>
2407: <description>
2408: Used for debugging and testing the LON-CAPA system.
2409: </description>
1.10 harris41 2410: <status>works/unverified</status>
1.6 harris41 2411: </file>
2412: <file>
2413: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 2414: <target dist='default'>
2415: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 2416: <categoryname>handler</categoryname>
2417: <description>
2418: Handles multiple-choice style responses.
2419: </description>
1.10 harris41 2420: <status>works/unverified</status>
1.6 harris41 2421: </file>
2422: <file>
2423: <source>loncom/interface/lonassignments.pm</source>
2424: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
2425: <categoryname>handler</categoryname>
2426: <description>
2427: Handles processing of assignments.
2428: </description>
1.10 harris41 2429: <status>works/unverified</status>
1.6 harris41 2430: </file>
2431: <file>
2432: <source>loncom/interface/loncommunicate.pm</source>
2433: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
2434: <categoryname>handler</categoryname>
1.72 harris41 2435: <description>
2436: Will be the access handler to email sending, as well as the planned
2437: chatrooms, etc.
2438: </description>
1.10 harris41 2439: <status>works/unverified</status>
1.6 harris41 2440: </file>
2441: <file>
2442: <source>loncom/interface/lonerrorhandler.pm</source>
2443: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
2444: <categoryname>handler</categoryname>
2445: <description>
2446: Handles errors.
2447: </description>
1.10 harris41 2448: <status>works/unverified</status>
1.6 harris41 2449: </file>
2450: <file>
2451: <source>loncom/interface/lonevaluate.pm</source>
2452: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
2453: <categoryname>handler</categoryname>
2454: <description>
2455: Handles evaluation.
2456: </description>
1.10 harris41 2457: <status>works/unverified</status>
1.6 harris41 2458: </file>
2459: <file>
2460: <source>loncom/interface/lonfeedback.pm</source>
2461: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
2462: <categoryname>handler</categoryname>
2463: <description>
2464: Handles feedback from students to instructors and system administrators.
1.72 harris41 2465: Provides a screenshot of the current
2466: resource, as well as previous attempts if the resource was a homework.
2467: Used by lonmsg.pm.
1.6 harris41 2468: </description>
1.10 harris41 2469: <status>works/unverified</status>
1.4 harris41 2470: </file>
2471: <file>
1.6 harris41 2472: <source>loncom/interface/lonnavmaps.pm</source>
2473: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
2474: <categoryname>handler</categoryname>
2475: <description>
2476: Handles navigational maps.
1.211 bowersj2 2477: </description>
2478: <status>works/unverified</status>
1.227 albertel 2479: </file>
2480: <file>
2481: <source>doc/man/Apache__lonnavmaps.3</source>
2482: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
2483: <categoryname>doc</categoryname>
2484: <description>man page for lonnavmaps.pm</description>
2485: <build trigger='always run'>
2486: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
2487: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
2488: </build>
2489: <status>works/unverified</status>
2490: <dependencies>
2491: ../../loncom/interface/lonnavmaps.pm
2492: </dependencies>
2493: </file>
2494: <file>
2495: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
2496: <target dist='default'>
2497: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
2498: </target>
2499: <categoryname>doc</categoryname>
2500: <description>POD-derived page for lonnavmaps.pm</description>
2501: <build trigger='always run'>
2502: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
2503: ../../doc/lib/perl/Apache/lonnavmaps.html && \
2504: echo 'pod2html lonnavmaps.pm'
2505: </build>
2506: <status>works/unverified</status>
2507: <dependencies>
2508: ../../loncom/interface/lonnavmaps.pm
2509: </dependencies>
1.211 bowersj2 2510: </file>
2511: <file>
1.231 bowersj2 2512: <source>loncom/interface/lonhelper.pm</source>
2513: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 2514: <categoryname>handler</categoryname>
2515: <description>
2516: Wizard framework.
1.189 bowersj2 2517: </description>
2518: <status>works/unverified</status>
2519: </file>
2520: <file>
2521: <source>loncom/interface/lonquickgrades.pm</source>
2522: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
2523: <categoryname>handler</categoryname>
2524: <description>
2525: Student quick grades interface.
1.6 harris41 2526: </description>
1.10 harris41 2527: <status>works/unverified</status>
1.4 harris41 2528: </file>
2529: <file>
1.6 harris41 2530: <source>loncom/interface/lonpreferences.pm</source>
2531: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
2532: <categoryname>handler</categoryname>
2533: <description>
2534: Handles user preferences associated with customizing the online LON-CAPA
2535: educational environment.
2536: </description>
1.10 harris41 2537: <status>works/unverified</status>
1.6 harris41 2538: </file>
2539: <file>
2540: <source>loncom/interface/lonprintout.pm</source>
2541: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
2542: <categoryname>handler</categoryname>
2543: <description>
2544: Handles the production of printable files and resources.
2545: </description>
1.10 harris41 2546: <status>works/unverified</status>
1.6 harris41 2547: </file>
2548: <file>
2549: <source>loncom/interface/lonsearchcat.pm</source>
2550: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
2551: <categoryname>handler</categoryname>
2552: <description>
2553: Handles a searchable catalogue.
1.148 matthew 2554: </description>
2555: <status>works/unverified</status>
2556: </file>
2557: <file>
2558: <source>loncom/interface/lonmysql.pm</source>
2559: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
2560: <categoryname>handler</categoryname>
2561: <description>
2562: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 2563: </description>
1.10 harris41 2564: <status>works/unverified</status>
1.4 harris41 2565: </file>
2566: <file>
1.76 harris41 2567: <source>doc/man/Apache__lonsearchcat.3</source>
2568: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 2569: <categoryname>doc</categoryname>
1.76 harris41 2570: <description>man page for lonsearchcat.pm</description>
2571: <build trigger='always run'>
1.115 harris41 2572: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
2573: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 2574: </build>
2575: <status>works/unverified</status>
2576: <dependencies>
2577: ../../loncom/interface/lonsearchcat.pm
2578: </dependencies>
2579: </file>
2580: <file>
1.118 harris41 2581: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
2582: <target dist='default'>
2583: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 2584: </target>
1.83 harris41 2585: <categoryname>doc</categoryname>
1.76 harris41 2586: <description>POD-derived page for lonsearchcat.pm</description>
2587: <build trigger='always run'>
1.115 harris41 2588: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 2589: ../../doc/lib/perl/Apache/lonsearchcat.html && \
2590: echo 'pod2html lonsearchcat.pm'
1.76 harris41 2591: </build>
2592: <status>works/unverified</status>
2593: <dependencies>
2594: ../../loncom/interface/lonsearchcat.pm
2595: </dependencies>
1.232 ! www 2596: </file>
! 2597: <file>
! 2598: <source>loncom/interface/lonmanagekeys.pm</source>
! 2599: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
! 2600: <categoryname>handler</categoryname>
! 2601: <description>
! 2602: Allows users with "mky" privileges to generate and manage course access keys.
! 2603: </description>
! 2604: <status>works/unverified</status>
1.76 harris41 2605: </file>
2606: <file>
1.6 harris41 2607: <source>loncom/interface/londropadd.pm</source>
2608: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
2609: <categoryname>handler</categoryname>
2610: <description>
1.72 harris41 2611: Allows course coordinators to upload courselists in different formats, and
2612: automatically create users (if they do not exist already), assign them the
2613: role of student in a course, and add them to the classlist.
1.6 harris41 2614: </description>
1.10 harris41 2615: <status>works/unverified</status>
1.6 harris41 2616: </file>
2617: <file>
2618: <source>loncom/interface/lonmsg.pm</source>
2619: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
2620: <categoryname>handler</categoryname>
2621: <description>
1.72 harris41 2622: lonmsg.pm has several functions to send and receive internal messages.
2623: author_res_msg - send message to resource author.
2624: user_crit_msg - send a critical message to a user. A critical message
2625: will require acknowledgment by the recipient and the sender will be notified.
2626: user_crit_received - routine to trigger acknowledgment.
2627: statuschange - change the status of a message (read, replied, forwarded, etc).
2628: The handler also displays messages, has routines to reply, etc.
1.6 harris41 2629: </description>
1.10 harris41 2630: <status>works/unverified</status>
1.6 harris41 2631: </file>
2632: <file>
2633: <source>loncom/homework/hint.pm</source>
2634: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
2635: <categoryname>handler</categoryname>
2636: <description>
2637: This handler coordinates the delivery of hints to students working on LON-CAPA
2638: problems and assignments.
2639: </description>
1.10 harris41 2640: <status>works/unverified</status>
1.6 harris41 2641: </file>
2642: <file>
2643: <source>loncom/interface/lonspreadsheet.pm</source>
2644: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
2645: <categoryname>handler</categoryname>
2646: <description>
1.72 harris41 2647: Spreadsheets are completely web-based.
2648: They exist on the level of a whole course, a student, and individual
2649: assessments.
1.6 harris41 2650: </description>
1.10 harris41 2651: <status>works/unverified</status>
1.6 harris41 2652: </file>
2653: <file>
2654: <source>loncom/interface/lonparmset.pm</source>
2655: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
2656: <categoryname>handler</categoryname>
2657: <description>
2658: Handler to resolve ambiguous file locations
2659: </description>
1.10 harris41 2660: <status>works/unverified</status>
1.6 harris41 2661: </file>
2662: <file>
1.76 harris41 2663: <source>doc/man/Apache__lonparmset.3</source>
2664: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 2665: <categoryname>doc</categoryname>
1.76 harris41 2666: <description>man page for lonparmset.pm</description>
2667: <build trigger='always run'>
1.115 harris41 2668: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
2669: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 2670: </build>
2671: <status>works/unverified</status>
2672: <dependencies>
2673: ../../loncom/interface/lonparmset.pm
2674: </dependencies>
2675: </file>
2676: <file>
1.118 harris41 2677: <source>doc/lib/perl/Apache/lonparmset.html</source>
2678: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 2679: </target>
1.83 harris41 2680: <categoryname>doc</categoryname>
1.76 harris41 2681: <description>POD-derived page for lonparmset.pm</description>
2682: <build trigger='always run'>
1.115 harris41 2683: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 2684: ../../doc/lib/perl/Apache/lonparmset.html && \
2685: echo 'pod2html lonparmset.pm'
1.76 harris41 2686: </build>
2687: <status>works/unverified</status>
2688: <dependencies>
2689: ../../loncom/interface/lonparmset.pm
2690: </dependencies>
2691: </file>
2692: <file>
1.6 harris41 2693: <source>loncom/publisher/lonconstruct.pm</source>
2694: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
2695: <categoryname>handler</categoryname>
2696: <description>
2697: Page wrapper for handling construction space.
2698: </description>
1.10 harris41 2699: <status>works/unverified</status>
1.6 harris41 2700: </file>
2701: <file>
2702: <source>loncom/publisher/lonpublisher.pm</source>
2703: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
2704: <categoryname>handler</categoryname>
2705: <description>
2706: Publishes an LON-CAPA educational resource complete with metadata
2707: (authorship, language, copyright, creation date, etc).
2708: </description>
1.10 harris41 2709: <status>works/unverified</status>
1.6 harris41 2710: </file>
2711: <file>
1.76 harris41 2712: <source>doc/man/Apache__lonpublisher.3</source>
2713: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 2714: <categoryname>doc</categoryname>
1.76 harris41 2715: <description>man page for lonpublisher.pm</description>
2716: <build trigger='always run'>
1.115 harris41 2717: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
2718: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 2719: </build>
2720: <status>works/unverified</status>
2721: <dependencies>
2722: ../../loncom/publisher/lonpublisher.pm
2723: </dependencies>
2724: </file>
2725: <file>
1.118 harris41 2726: <source>doc/lib/perl/Apache/lonpublisher.html</source>
2727: <target dist='default'>
2728: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 2729: </target>
1.83 harris41 2730: <categoryname>doc</categoryname>
1.76 harris41 2731: <description>POD-derived page for lonpublisher.pm</description>
2732: <build trigger='always run'>
1.115 harris41 2733: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 2734: ../../doc/lib/perl/Apache/lonpublisher.html && \
2735: echo 'pod2html lonpublisher.pm'
1.76 harris41 2736: </build>
2737: <status>works/unverified</status>
2738: <dependencies>
2739: ../../loncom/publisher/lonpublisher.pm
2740: </dependencies>
2741: </file>
2742: <file>
1.6 harris41 2743: <source>loncom/interface/lonmenu.pm</source>
2744: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
2745: <categoryname>handler</categoryname>
2746: <description>
2747: Has routines which control the remote control.
1.228 www 2748: </description>
2749: <status>works/unverified</status>
2750: </file>
2751: <file>
2752: <source>loncom/interface/lonremote.pm</source>
2753: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
2754: <categoryname>handler</categoryname>
2755: <description>
2756: Handler to lauch and collapse the remote control.
1.6 harris41 2757: </description>
1.10 harris41 2758: <status>works/unverified</status>
1.6 harris41 2759: </file>
2760: <file>
2761: <source>rat/lonpageflip.pm</source>
2762: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
2763: <categoryname>handler</categoryname>
2764: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 2765: <status>works/unverified</status>
1.6 harris41 2766: </file>
2767: <file>
2768: <source>rat/lonratedt.pm</source>
2769: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
2770: <categoryname>handler</categoryname>
2771: <description>
2772: Builds up frame set and loads in the right thing.
2773: </description>
1.10 harris41 2774: <status>works/unverified</status>
1.6 harris41 2775: </file>
2776: <file>
2777: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
2778: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
2779: <categoryname>handler</categoryname>
2780: <description>
2781: Homework remote control.
1.157 www 2782: </description>
2783: <status>works/unverified</status>
2784: </file>
2785: <file>
2786: <source>loncom/html/res/adm/pages/chatroom.html</source>
2787: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
2788: <categoryname>handler</categoryname>
2789: <description>
2790: Establishes frameset for chatroom
1.6 harris41 2791: </description>
1.10 harris41 2792: <status>works/unverified</status>
1.6 harris41 2793: </file>
2794: <file>
2795: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
2796: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
2797: <categoryname>handler</categoryname>
2798: <description>
1.10 harris41 2799: This will take annotations and then plug them into a page.
1.6 harris41 2800: </description>
1.10 harris41 2801: <status>works/unverified</status>
1.6 harris41 2802: </file>
2803: <file>
2804: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
2805: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
2806: <categoryname>handler</categoryname>
2807: <description>
2808: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 2809: interface.
1.6 harris41 2810: </description>
1.10 harris41 2811: <status>works/unverified</status>
1.6 harris41 2812: </file>
2813: <file>
2814: <source>rat/lonratsrv.pm</source>
2815: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
2816: <categoryname>handler</categoryname>
2817: <description>
1.27 harris41 2818: Handler that takes output from RAT and stores it on disk. Handles the upper
2819: hidden frame of the added window that comes up in RAT. (3 frames come up in
2820: RAT server, code, and output. This module handles server connection.)
1.6 harris41 2821: </description>
1.10 harris41 2822: <status>works/unverified</status>
1.6 harris41 2823: </file>
2824: <file>
2825: <source>rat/lonpage.pm</source>
2826: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
2827: <categoryname>handler</categoryname>
2828: <description>
2829: bundles pages into one page
2830: </description>
1.10 harris41 2831: <status>works/unverified</status>
1.6 harris41 2832: </file>
2833: <file>
1.76 harris41 2834: <source>doc/man/Apache__lonpage.3</source>
2835: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 2836: <categoryname>doc</categoryname>
1.76 harris41 2837: <description>man page for lonpage.pm</description>
2838: <build trigger='always run'>
1.115 harris41 2839: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
2840: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 2841: </build>
2842: <status>works/unverified</status>
2843: <dependencies>
2844: ../../rat/lonpage.pm
2845: </dependencies>
2846: </file>
2847: <file>
1.118 harris41 2848: <source>doc/lib/perl/Apache/lonpage.html</source>
2849: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 2850: </target>
1.83 harris41 2851: <categoryname>doc</categoryname>
1.76 harris41 2852: <description>POD-derived page for lonnet.pm</description>
2853: <build trigger='always run'>
1.115 harris41 2854: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 2855: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 2856: </build>
2857: <status>works/unverified</status>
2858: <dependencies>
2859: ../../rat/lonpage.pm
2860: </dependencies>
2861: </file>
2862: <file>
1.6 harris41 2863: <source>rat/lonuserstate.pm</source>
2864: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
2865: <categoryname>handler</categoryname>
2866: <description>
1.133 harris41 2867: compile course into binary data structure
1.6 harris41 2868: </description>
1.10 harris41 2869: <status>works/unverified</status>
1.6 harris41 2870: </file>
2871: <file>
1.76 harris41 2872: <source>doc/man/Apache__lonuserstate.3</source>
2873: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 2874: <categoryname>doc</categoryname>
1.76 harris41 2875: <description>man page for lonnet.pm</description>
2876: <build trigger='always run'>
1.115 harris41 2877: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
2878: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 2879: </build>
2880: <status>works/unverified</status>
2881: <dependencies>
2882: ../../rat/lonuserstate.pm
2883: </dependencies>
2884: </file>
2885: <file>
1.118 harris41 2886: <source>doc/lib/perl/Apache/lonuserstate.html</source>
2887: <target dist='default'>
2888: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 2889: </target>
1.83 harris41 2890: <categoryname>doc</categoryname>
1.76 harris41 2891: <description>POD-derived page for lonuserstate.pm</description>
2892: <build trigger='always run'>
1.115 harris41 2893: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 2894: ../../doc/lib/perl/Apache/lonuserstate.html && \
2895: echo 'pod2html lonuserstate.pm'
1.76 harris41 2896: </build>
2897: <status>works/unverified</status>
2898: <dependencies>
2899: ../../rat/lonuserstate.pm
2900: </dependencies>
2901: </file>
2902: <file>
1.6 harris41 2903: <source>loncom/xml/lontex.pm</source>
2904: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
2905: <categoryname>handler</categoryname>
2906: <description>
1.133 harris41 2907: Handler for tex files
1.6 harris41 2908: </description>
1.10 harris41 2909: <status>works/unverified</status>
1.6 harris41 2910: </file>
2911: <file>
2912: <source>loncom/xml/lontexconvert.pm</source>
2913: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
2914: <categoryname>handler</categoryname>
2915: <description>
2916: Access to tth/ttm
2917: </description>
1.10 harris41 2918: <status>works/unverified</status>
1.6 harris41 2919: </file>
2920: <file>
2921: <source>loncom/xml/lonxml.pm</source>
2922: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
2923: <categoryname>handler</categoryname>
2924: <description>
2925: XML Parsing Module
1.78 harris41 2926: </description>
2927: <status>works/unverified</status>
2928: </file>
2929: <file>
2930: <source>loncom/xml/lonplot.pm</source>
2931: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
2932: <categoryname>handler</categoryname>
2933: <description>
2934: XML-based plotter of graphs
1.6 harris41 2935: </description>
1.10 harris41 2936: <status>works/unverified</status>
1.6 harris41 2937: </file>
2938: <file>
2939: <source>loncom/xml/style.pm</source>
2940: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
2941: <categoryname>handler</categoryname>
2942: <description>
2943: Style Parsing Module
2944: </description>
1.10 harris41 2945: <status>works/unverified</status>
1.6 harris41 2946: </file>
2947: <file>
2948: <source>loncom/xml/londefdef.pm</source>
2949: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
2950: <categoryname>handler</categoryname>
2951: <description>
2952: Tags Default Definition Module
2953: </description>
1.10 harris41 2954: <status>works/unverified</status>
1.4 harris41 2955: </file>
2956: <file>
1.6 harris41 2957: <source>loncom/xml/run.pm</source>
2958: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
2959: <categoryname>handler</categoryname>
2960: <description>
2961: used to prevent poorly written problems from causing lingering after effects
2962: </description>
1.10 harris41 2963: <status>works/unverified</status>
1.4 harris41 2964: </file>
2965: <file>
1.6 harris41 2966: <source>loncom/xml/scripttag.pm</source>
2967: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
2968: <categoryname>handler</categoryname>
2969: <description>
2970: implements <script>, <scriptlib>, <parserlib>, and
2971: <import>
2972: </description>
1.10 harris41 2973: <status>works/unverified</status>
1.185 albertel 2974: </file>
2975: <file>
2976: <source>loncom/homework/randomlylabel.pm</source>
2977: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
2978: <categoryname>handler</categoryname>
2979: <description>
2980: Handler for compositing images, and text together.
1.207 www 2981: </description>
2982: </file>
2983: <file>
2984: <source>loncom/homework/rankresponse.pm</source>
2985: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
2986: <categoryname>handler</categoryname>
2987: <description>
2988: Handler for rankresponse
1.209 albertel 2989: </description>
2990: </file>
2991: <file>
2992: <source>loncom/homework/matchresponse.pm</source>
2993: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
2994: <categoryname>handler</categoryname>
2995: <description>
2996: Handler for matchresponse
1.185 albertel 2997: </description>
1.4 harris41 2998: </file>
2999: <file>
1.33 harris41 3000: <source>loncom/homework/randomlabel.pm</source>
3001: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3002: <categoryname>handler</categoryname>
3003: <description>
3004: Interface for producing applet code which randomizes the labelling of an
3005: image.
3006: </description>
3007: </file>
3008: <file>
1.6 harris41 3009: <source>loncom/homework/lonhomework.pm</source>
3010: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3011: <categoryname>handler</categoryname>
1.27 harris41 3012: <description>
3013: handles requests for output, evaluation, and alteration of a homework resource
3014: </description>
1.95 harris41 3015: <status>works/unverified</status>
1.4 harris41 3016: </file>
3017: <file>
1.6 harris41 3018: <source>loncom/homework/inputtags.pm</source>
3019: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3020: <categoryname>handler</categoryname>
3021: <description>
3022: produces HTML input tags (<INPUT>) for rendering homework resources
3023: </description>
1.10 harris41 3024: <status>works/unverified</status>
1.4 harris41 3025: </file>
3026: <file>
1.6 harris41 3027: <source>loncom/homework/structuretags.pm</source>
3028: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3029: <categoryname>handler</categoryname>
3030: <description>
1.27 harris41 3031: produces HTML tags necessary for structuring the presentation of homework
3032: resources
1.6 harris41 3033: </description>
1.10 harris41 3034: <status>works/unverified</status>
1.4 harris41 3035: </file>
3036: <file>
1.6 harris41 3037: <source>loncom/homework/response.pm</source>
3038: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3039: <categoryname>handler</categoryname>
3040: <description>
1.27 harris41 3041: defines different types of responses given to student as well as syntax for
3042: producing response values
1.6 harris41 3043: </description>
1.10 harris41 3044: <status>works/unverified</status>
1.4 harris41 3045: </file>
3046: <file>
1.6 harris41 3047: <source>loncom/homework/caparesponse/caparesponse.pm</source>
3048: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
3049: <categoryname>handler</categoryname>
3050: <description>
3051: handles request to the CAPA homework processing engine
3052: </description>
1.10 harris41 3053: <status>works/unverified</status>
1.4 harris41 3054: </file>
3055: <file>
1.113 harris41 3056: <source>loncom/xml/Safe.pm</source>
3057: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
3058: <categoryname>handler</categoryname>
3059: <description>
3060: Meant to safely substitute for CPAN version of Safe.
3061: Allows for safely executing embedded perl comands in
3062: a way that does not threaten the operating system.
3063: </description>
3064: <status>works/unverified</status>
3065: </file>
3066: <file>
1.30 harris41 3067: <source>loncom/auth/localauth.pm</source>
1.208 harris41 3068: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
1.30 harris41 3069: <categoryname>handler</categoryname>
3070: <description>
1.208 harris41 3071: Local authentication mechanism. The target file is meant as a template
3072: for a localauth.pm file. The target file with the -std suffix is not
3073: used directly by any software program; it is just a template file.
1.30 harris41 3074: </description>
3075: <status>works/unverified</status>
3076: </file>
3077: <file>
1.6 harris41 3078: <source>loncom/auth/lonacc.pm</source>
3079: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
3080: <categoryname>handler</categoryname>
3081: <description>
3082: (This module, like loncacc.pm also authenticates with cookies.)
3083: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
3084: functions (e.g. roles, logout, annotations, and bookmarks) as well
3085: as coordinating access to educational resources.
3086: </description>
1.10 harris41 3087: <status>works/unverified</status>
1.4 harris41 3088: </file>
3089: <file>
1.76 harris41 3090: <source>doc/man/Apache__lonacc.3</source>
3091: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 3092: <categoryname>doc</categoryname>
1.76 harris41 3093: <description>man page for lonacc.pm</description>
3094: <build trigger='always run'>
1.115 harris41 3095: loncom/build/pod2man.sh ../auth/lonacc.pm > \
3096: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 3097: </build>
3098: <status>works/unverified</status>
3099: <dependencies>
3100: ../../loncom/auth/lonacc.pm
3101: </dependencies>
3102: </file>
3103: <file>
1.118 harris41 3104: <source>doc/lib/perl/Apache/lonacc.html</source>
3105: <target dist='default'>
3106: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 3107: <categoryname>doc</categoryname>
1.76 harris41 3108: <description>POD-derived page for lonacc.pm</description>
3109: <build trigger='always run'>
1.115 harris41 3110: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3111: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3112: </build>
3113: <status>works/unverified</status>
3114: <dependencies>
3115: ../../loncom/auth/lonacc.pm
3116: </dependencies>
3117: </file>
3118: <file>
1.6 harris41 3119: <source>loncom/auth/lonracc.pm</source>
3120: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3121: <categoryname>handler</categoryname>
3122: <description>
3123: access handler for file transfers
1.151 www 3124: </description>
3125: <status>works/unverified</status>
3126: </file>
3127: <file>
3128: <source>loncom/auth/lontokacc.pm</source>
3129: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3130: <categoryname>handler</categoryname>
3131: <description>
1.154 www 3132: handler for inter-server transfer of token accessed files, includes
3133: cleanup handler to remove file when successfully done
3134: </description>
3135: <status>works/unverified</status>
3136: </file>
3137: <file>
3138: <source>loncom/auth/lonuploadedacc.pm</source>
3139: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3140: <categoryname>handler</categoryname>
3141: <description>
3142: access handler for user uploaded files
3143: </description>
3144: <status>works/unverified</status>
3145: </file>
3146: <file>
3147: <source>loncom/lontrans.pm</source>
3148: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3149: <categoryname>handler</categoryname>
3150: <description>
3151: URI to filename translation
1.6 harris41 3152: </description>
1.10 harris41 3153: <status>works/unverified</status>
1.87 harris41 3154: </file>
3155: <file>
3156: <source>doc/man/Apache__lonracc.3</source>
3157: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3158: <categoryname>doc</categoryname>
3159: <description>man page for lonracc.pm</description>
3160: <build trigger='always run'>
1.115 harris41 3161: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3162: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3163: </build>
3164: <status>works/unverified</status>
3165: <dependencies>
3166: ../../loncom/auth/lonracc.pm
3167: </dependencies>
3168: </file>
3169: <file>
1.118 harris41 3170: <source>doc/lib/perl/Apache/lonracc.html</source>
3171: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3172: </target>
1.87 harris41 3173: <categoryname>doc</categoryname>
3174: <description>POD-derived page for lonracc.pm</description>
3175: <build trigger='always run'>
1.115 harris41 3176: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3177: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3178: </build>
3179: <status>works/unverified</status>
3180: <dependencies>
3181: ../../loncom/auth/lonracc.pm
3182: </dependencies>
1.4 harris41 3183: </file>
3184: <file>
1.6 harris41 3185: <source>loncom/auth/loncacc.pm</source>
3186: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3187: <categoryname>handler</categoryname>
3188: <description>
3189: This module provides access to an educational resource construction area.
3190: This module is invoked by the URL-related pattern syntax
3191: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3192: Authentication of user identity
3193: is coordinated through cookies. The abbreviation "cacc" corresponds
3194: to "construction-space access"). If the cookie handle is invalid, then
3195: this module returns a forbidden status and makes appropriate log entries.
3196: If the cookie handle is valid, status is determined to be okay (and,
3197: for the "priv"-type access, the resource is delivered by the
3198: <tt>lonconstruct</tt> module).
3199: </description>
1.10 harris41 3200: <status>works/unverified</status>
1.4 harris41 3201: </file>
3202: <file>
1.86 harris41 3203: <source>doc/man/Apache__loncacc.3</source>
3204: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3205: <categoryname>doc</categoryname>
3206: <description>man page for loncacc.pm</description>
3207: <build trigger='always run'>
1.115 harris41 3208: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3209: && echo 'manifying loncacc.pm'
1.86 harris41 3210: </build>
3211: <status>works/unverified</status>
3212: <dependencies>
3213: ../../loncom/auth/loncacc.pm
3214: </dependencies>
3215: </file>
3216: <file>
1.118 harris41 3217: <source>doc/lib/perl/Apache/loncacc.html</source>
3218: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3219: </target>
1.86 harris41 3220: <categoryname>doc</categoryname>
3221: <description>POD-derived page for loncacc.pm</description>
3222: <build trigger='always run'>
1.115 harris41 3223: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3224: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3225: </build>
3226: <status>works/unverified</status>
3227: <dependencies>
3228: ../../loncom/auth/loncacc.pm
3229: </dependencies>
3230: </file>
3231: <file>
1.6 harris41 3232: <source>loncom/auth/lonauth.pm</source>
3233: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3234: <categoryname>handler</categoryname>
3235: <description>authenticate, set up session environment</description>
1.10 harris41 3236: <status>works/unverified</status>
1.4 harris41 3237: </file>
3238: <file>
1.6 harris41 3239: <source>loncom/auth/lonlogin.pm</source>
3240: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3241: <categoryname>handler</categoryname>
3242: <description>login screen</description>
1.10 harris41 3243: <status>works/unverified</status>
1.4 harris41 3244: </file>
3245: <file>
1.6 harris41 3246: <source>loncom/auth/lonlogout.pm</source>
3247: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3248: <categoryname>handler</categoryname>
3249: <description>logout</description>
1.10 harris41 3250: <status>works/unverified</status>
1.4 harris41 3251: </file>
3252: <file>
1.6 harris41 3253: <source>loncom/lonnet/perl/lonrep.pm</source>
3254: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3255: <categoryname>handler</categoryname>
3256: <description>replication</description>
1.4 harris41 3257: </file>
3258: <file>
1.6 harris41 3259: <source>loncom/auth/lonroles.pm</source>
3260: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3261: <categoryname>handler</categoryname>
3262: <description>
3263: This perl handling module reads in the available roles available
3264: for a LON-CAPA user (different courses, different privileges, etc)
3265: and produces a form-element HTML page which allows the user to select
3266: which role he wishes to exercise in the LON-CAPA system. For instance,
3267: a user may want to select between being a student in a thermodynamics
3268: physics course or a teaching assistant for an introductory calculus
3269: class.
3270: </description>
1.86 harris41 3271: </file>
3272: <file>
3273: <source>doc/man/Apache__lonroles.3</source>
3274: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3275: <categoryname>doc</categoryname>
3276: <description>man page for lonroles.pm</description>
3277: <build trigger='always run'>
1.115 harris41 3278: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3279: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3280: </build>
3281: <status>works/unverified</status>
3282: <dependencies>
3283: ../../loncom/auth/lonroles.pm
3284: </dependencies>
3285: </file>
3286: <file>
1.118 harris41 3287: <source>doc/lib/perl/Apache/lonroles.html</source>
3288: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3289: </target>
1.86 harris41 3290: <categoryname>doc</categoryname>
3291: <description>POD-derived page for lonroles.pm</description>
3292: <build trigger='always run'>
1.115 harris41 3293: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3294: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3295: </build>
3296: <status>works/unverified</status>
3297: <dependencies>
3298: ../../loncom/auth/lonroles.pm
3299: </dependencies>
1.4 harris41 3300: </file>
3301: <file>
1.6 harris41 3302: <source>loncom/interface/lonindexer.pm</source>
3303: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
3304: <categoryname>handler</categoryname>
3305: <description>
3306: cross server filesystem browser
3307: </description>
1.10 harris41 3308: <status>works/unverified</status>
1.76 harris41 3309: </file>
3310: <file>
3311: <source>doc/man/Apache__lonindexer.3</source>
3312: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 3313: <categoryname>doc</categoryname>
1.76 harris41 3314: <description>man page for lonindexer.pm</description>
3315: <build trigger='always run'>
1.115 harris41 3316: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
3317: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 3318: </build>
3319: <status>works/unverified</status>
3320: <dependencies>
3321: ../../loncom/interface/lonindexer.pm
3322: </dependencies>
3323: </file>
3324: <file>
1.118 harris41 3325: <source>doc/lib/perl/Apache/lonindexer.html</source>
3326: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 3327: </target>
1.83 harris41 3328: <categoryname>doc</categoryname>
1.76 harris41 3329: <description>POD-derived page for lonindexer.pm</description>
3330: <build trigger='always run'>
1.115 harris41 3331: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 3332: ../../doc/lib/perl/Apache/lonindexer.html && \
3333: echo 'pod2html lonindexer.pm'
1.76 harris41 3334: </build>
3335: <status>works/unverified</status>
3336: <dependencies>
3337: ../../loncom/interface/lonindexer.pm
3338: </dependencies>
1.4 harris41 3339: </file>
3340: <file>
1.24 harris41 3341: <source>loncom/interface/groupsort.pm</source>
3342: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
3343: <categoryname>handler</categoryname>
3344: <description>
3345: Implements a second phase of importing multiple resources into the RAT.
3346: Allows for reordering the sequence of resources.
3347: </description>
3348: <status>works/unverified</status>
3349: </file>
3350: <file>
1.6 harris41 3351: <source>loncom/lonnet/perl/lonnet.pm</source>
3352: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
3353: <categoryname>handler</categoryname>
3354: <description>
3355: This file is an interface to the lonc processes of the LON-CAPA network
3356: as well as set of elaborated functions for handling information necessary
3357: for navigating through a given cluster of LON-CAPA machines within a domain.
3358: There are over 40 specialized functions in this module which handle
3359: the reading and transmission of metadata, user information
3360: (ids, names, environments, roles, logs), file information (storage, reading,
3361: directories, extensions, replication, embedded styles and descriptors),
3362: educational resources (course descriptions, section names and numbers),
3363: url hashing (to assign roles on a url basis), and translating abbreviated
3364: symbols to and from more descriptive phrases or explanations.
3365: </description>
1.10 harris41 3366: <status>works/unverified</status>
1.73 harris41 3367: </file>
3368: <file>
3369: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 3370: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 3371: <categoryname>doc</categoryname>
1.73 harris41 3372: <description>man page for lonnet.pm</description>
3373: <build trigger='always run'>
1.115 harris41 3374: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
3375: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 3376: </build>
3377: <status>works/unverified</status>
3378: <dependencies>
3379: ../../loncom/lonnet/perl/lonnet.pm
3380: </dependencies>
3381: </file>
3382: <file>
1.118 harris41 3383: <source>doc/lib/perl/Apache/lonnet.html</source>
3384: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
3385: </target>
1.83 harris41 3386: <categoryname>doc</categoryname>
1.73 harris41 3387: <description>POD-derived page for lonnet.pm</description>
3388: <build trigger='always run'>
1.115 harris41 3389: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 3390: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 3391: </build>
3392: <status>works/unverified</status>
3393: <dependencies>
3394: ../../loncom/lonnet/perl/lonnet.pm
3395: </dependencies>
1.4 harris41 3396: </file>
3397: <file>
1.6 harris41 3398: <source>loncom/html/index.html</source>
3399: <target dist='default'>home/httpd/html/index.html</target>
3400: <categoryname>interface file</categoryname>
3401: <description>bumps to login</description>
1.181 www 3402: </file>
3403: <file>
3404: <source>loncom/html/favicon.ico</source>
3405: <target dist='default'>home/httpd/html/favicon.ico</target>
3406: <categoryname>interface file</categoryname>
3407: <description>Bookmark and tab icon</description>
1.4 harris41 3408: </file>
1.6 harris41 3409: <link>
3410: <linkto>etc/mime.types</linkto>
3411: <target dist='default'>etc/httpd/conf/mime.types</target>
3412: <categoryname>symbolic link</categoryname>
3413: <description>symbolic link to /etc/mime.types</description>
3414: </link>
3415: <link>
3416: <linkto>home/httpd/html/res</linkto>
3417: <target dist='default'>home/httpd/html/raw</target>
3418: <categoryname>symbolic link</categoryname>
3419: <description>symbolic link to /home/httpd/html/res</description>
3420: </link>
1.4 harris41 3421: <file>
1.6 harris41 3422: <source>loncom/html/adm/notfound.html</source>
3423: <target dist='default'>home/httpd/html/adm/notfound.html</target>
3424: <categoryname>interface file</categoryname>
3425: <description>
3426: static html page that is shown when an attempt is made to access a document
3427: not present on the web server
3428: </description>
1.4 harris41 3429: </file>
3430: <file>
1.6 harris41 3431: <source>loncom/html/adm/unauthorized.html</source>
3432: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
3433: <categoryname>interface file</categoryname>
3434: <description>
1.27 harris41 3435: static html page that is shown when an attempt is made to access a document
3436: which is restricted based on file or server configurations
1.32 harris41 3437: </description>
3438: </file>
3439: <file>
3440: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 3441: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 3442: <categoryname>interface file</categoryname>
3443: <description>
3444: Help page for the search engine.
1.6 harris41 3445: </description>
1.4 harris41 3446: </file>
3447: <file>
1.6 harris41 3448: <source>rat/client/rat.html</source>
3449: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
3450: <categoryname>interface file</categoryname>
3451: <description>
3452: frameset
3453: </description>
1.4 harris41 3454: </file>
3455: <file>
1.6 harris41 3456: <source>rat/client/parameter.html</source>
3457: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
3458: <categoryname>interface file</categoryname>
3459: <description>
3460: Parameter input window.
3461: </description>
1.4 harris41 3462: </file>
3463: <file>
1.6 harris41 3464: <source>rat/client/code.html</source>
3465: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 3466: <categoryname>interface file</categoryname>
3467: <description>
3468: javascript
3469: </description>
3470: </file>
3471: <file>
3472: <source>rat/client/extpickcode.html</source>
3473: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
3474: <categoryname>interface file</categoryname>
3475: <description>
3476: javascript
3477: </description>
3478: </file>
3479: <file>
3480: <source>rat/client/extpickframe.html</source>
3481: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 3482: <categoryname>interface file</categoryname>
3483: <description>
3484: javascript
3485: </description>
1.4 harris41 3486: </file>
3487: <file>
1.6 harris41 3488: <source>rat/client/map.html</source>
3489: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
3490: <categoryname>interface file</categoryname>
3491: <description>
3492: bumper
3493: </description>
1.4 harris41 3494: </file>
3495: <file>
1.6 harris41 3496: <source>rat/client/empty.html</source>
3497: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
3498: <categoryname>interface file</categoryname>
3499: <description>
3500: A blank page with very minimal HTML structural elements.
1.217 www 3501: </description>
3502: </file>
3503: <file>
3504: <source>rat/client/loading.html</source>
3505: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
3506: <categoryname>interface file</categoryname>
3507: <description>
3508: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 3509: </description>
1.4 harris41 3510: </file>
1.10 harris41 3511: <fileglob>
3512: <glob>*.gif</glob>
3513: <sourcedir>rat/images/</sourcedir>
3514: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
3515: <categoryname>graphic file</categoryname>
3516: <description>
3517: icons for providing a HTML-tabled view of a course map
3518: </description>
3519: <filenames>
1.37 harris41 3520: 1.1.dt.gif;
3521: 1.1.empty.gif;
3522: 1.1.ld.gif;
3523: 1.1.lr.gif;
3524: 1.1.rd.gif;
1.60 harris41 3525: 1.1.rl.gif;
1.37 harris41 3526: 1.1.td.gif;
3527: 1.1.tdrl.gif;
3528: 1.1.tl.gif;
3529: 1.1.tr.gif;
3530: 1.1.utd.gif;
3531: 1.2.ctd.gif;
3532: 1.2.dt.gif;
3533: 1.2.empty.gif;
3534: 1.2.ld.gif;
3535: 1.2.lr.gif;
3536: 1.2.lrd.gif;
3537: 1.2.lrtd.gif;
3538: 1.2.rd.gif;
3539: 1.2.rl.gif;
3540: 1.2.rld.gif;
3541: 1.2.rltd.gif;
3542: 1.2.rtd.gif;
3543: 1.2.rtdl.gif;
3544: 1.2.rtl.gif;
3545: 1.2.td.gif;
3546: 1.2.tdl.gif;
3547: 1.2.tdrl.gif;
3548: 1.2.tl.gif;
3549: 1.2.tr.gif;
3550: 1.2.utd.gif;
3551: 2.1.dt.gif;
3552: 2.1.empty.gif;
3553: 2.1.ld.gif;
3554: 2.1.lr.gif;
3555: 2.1.rd.gif;
3556: 2.1.rl.gif;
3557: 2.1.td.gif;
3558: 2.1.tdrl.gif;
3559: 2.1.tl.gif;
3560: 2.1.tr.gif;
3561: 2.2.dt.gif;
3562: 2.2.empty.gif;
3563: 2.2.ld.gif;
3564: 2.2.lr.gif;
3565: 2.2.lrd.gif;
3566: 2.2.lrt.gif;
3567: 2.2.rd.gif;
3568: 2.2.rl.gif;
3569: 2.2.rld.gif;
3570: 2.2.rlt.gif;
3571: 2.2.td.gif;
3572: 2.2.tdl.gif;
3573: 2.2.tdr.gif;
3574: 2.2.tdrl.gif;
3575: 2.2.tl.gif;
3576: 2.2.tr.gif;
3577: 2.2.url.gif;
3578: 2.2.utd.gif;
3579: arrow.gif;
3580: bdt.gif;
3581: bempty.gif;
3582: bld.gif;
3583: blr.gif;
3584: blrd.gif;
3585: blrt.gif;
1.60 harris41 3586: bottom.gif;
1.37 harris41 3587: brd.gif;
3588: brl.gif;
3589: brld.gif;
3590: brlt.gif;
3591: btd.gif;
3592: btdl.gif;
3593: btdr.gif;
3594: btdrl.gif;
3595: btl.gif;
3596: btr.gif;
3597: burl.gif;
3598: butd.gif;
3599: condition.gif;
3600: edit.gif;
3601: finish.gif;
3602: info.gif;
3603: inscol.gif;
3604: inscond.gif;
3605: insres.gif;
3606: insrow.gif;
3607: left.gif;
3608: middle.gif;
3609: resource.gif;
3610: right.gif;
3611: sctd.gif;
3612: sdt.gif;
3613: sempty.gif;
3614: sld.gif;
3615: slr.gif;
3616: slrd.gif;
3617: slrtd.gif;
3618: srd.gif;
3619: srl.gif;
3620: srld.gif;
3621: srltd.gif;
3622: srtd.gif;
3623: srtdl.gif;
3624: srtl.gif;
3625: start.gif;
3626: std.gif;
3627: stdl.gif;
1.10 harris41 3628: sutd.gif
3629: </filenames>
3630: </fileglob>
3631: <fileglob>
1.60 harris41 3632: <glob>*.*</glob>
1.10 harris41 3633: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
3634: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
3635: <categoryname>graphic file</categoryname>
3636: <description>
3637: icons to indicate an unexpected result
3638: </description>
3639: <filenames>
1.37 harris41 3640: lonconstruct.gif;
3641: lonlogo_broken.gif;
3642: lonlogo_broken_tsp.gif;
3643: lonlogo_broken.eps;
3644: lonlogo_broken.jpg;
1.10 harris41 3645: lonlogo_broken.mov
3646: </filenames>
3647: </fileglob>
3648: <fileglob>
1.60 harris41 3649: <glob>*.*</glob>
1.10 harris41 3650: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
3651: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
3652: <categoryname>graphic file</categoryname>
3653: <description>
1.132 harris41 3654: logos and general widget icons
1.10 harris41 3655: </description>
3656: <filenames>
1.68 harris41 3657: SMETE_white.gif;
1.117 harris41 3658: aboutlon.gif;
3659: accessbutton.gif;
1.224 www 3660: angry.gif;
1.60 harris41 3661: arrow_up.gif;
1.224 www 3662: bigsmile.gif;
1.177 bowersj2 3663: branch.gif;
1.37 harris41 3664: cab.gif;
3665: cab_big.gif;
1.62 harris41 3666: capapanel.gif;
1.224 www 3667: check.gif;
1.37 harris41 3668: class.gif;
3669: class_big.gif;
1.224 www 3670: coolindiff.gif;
3671: coolsmile.gif;
3672: cry.gif;
1.37 harris41 3673: dvi.gif;
3674: dvi_big.gif;
3675: eps.gif;
3676: eps_big.gif;
3677: exam.gif;
3678: exam_big.gif;
1.117 harris41 3679: fillbottom.gif;
3680: fillleft.gif;
3681: fillright.gif;
3682: filltop.gif;
1.37 harris41 3683: folder_closed.gif;
3684: folder_opened.gif;
3685: folder_pointer_closed.gif;
3686: folder_pointer_opened.gif;
3687: form.gif;
3688: form_big.gif;
1.224 www 3689: frowny.gif;
1.37 harris41 3690: gif.gif;
3691: gif_big.gif;
1.117 harris41 3692: header.gif;
1.224 www 3693: hrrm.gif;
1.37 harris41 3694: htm.gif;
3695: html.gif;
3696: html_big.gif;
1.224 www 3697: huh.gif;
1.52 harris41 3698: jar.gif;
3699: jar_big.gif;
1.37 harris41 3700: jpg.gif;
3701: jpg_big.gif;
1.62 harris41 3702: latex.gif;
1.224 www 3703: lipsrsealed.gif;
1.117 harris41 3704: lite.gif;
1.37 harris41 3705: liteani.gif;
1.117 harris41 3706: litetext.gif;
1.62 harris41 3707: lolpanel.gif;
1.37 harris41 3708: lonanim.gif;
3709: lonanimend.gif;
1.117 harris41 3710: loncapalogo.gif;
1.37 harris41 3711: lonhelplogos.gif;
1.60 harris41 3712: lonhelptop.gif;
1.37 harris41 3713: lonlogo.gif;
3714: lonlogos.gif;
1.117 harris41 3715: lowerleft.gif;
3716: lowerright.gif;
1.37 harris41 3717: meta.gif;
3718: meta_big.gif;
3719: mov.gif;
3720: mov_big.gif;
3721: move_up.gif;
3722: move_down.gif;
1.177 bowersj2 3723: navmap.correct.gif;
3724: navmap.open.gif;
3725: navmap.wrong.gif;
1.180 bowersj2 3726: navmap.folder.open.gif;
3727: navmap.folder.closed.gif;
1.229 bowersj2 3728: navmap.folder.open.nomanip.gif;
3729: navmap.folder.closed.nomanip.gif;
1.37 harris41 3730: page.gif;
3731: page_big.gif;
3732: pdf.gif;
3733: pdf_big.gif;
1.54 harris41 3734: png.gif;
3735: png_big.gif;
1.37 harris41 3736: problem.gif;
3737: problem_big.gif;
3738: ps.gif;
3739: ps_big.gif;
1.224 www 3740: rolleyes.gif;
1.37 harris41 3741: quill.gif;
3742: quiz.gif;
3743: quiz_big.gif;
3744: select.gif;
3745: sequence.gif;
3746: sequence_big.gif;
3747: server.gif;
3748: server_big.gif;
1.224 www 3749: shocked.gif;
3750: smiley.gif;
1.37 harris41 3751: srvbad.gif;
3752: srvempty.gif;
3753: srvgood.gif;
3754: srvhalf.gif;
3755: srvnull.gif;
3756: survey.gif;
3757: survey_big.gif;
3758: tex.gif;
3759: tex_big.gif;
1.210 www 3760: tth.gif;
1.37 harris41 3761: txt.gif;
3762: txt_big.gif;
1.57 harris41 3763: unknown.gif;
3764: unknown_big.gif;
1.117 harris41 3765: upperleft.gif;
3766: upperright.gif;
1.37 harris41 3767: user.gif;
3768: user_big.gif;
1.117 harris41 3769: userauthentication.gif;
1.37 harris41 3770: wav.gif;
3771: wav_big.gif;
3772: white_space_20_22.gif;
3773: whitespace1.gif;
3774: whitespace10.gif;
3775: whitespace2.gif;
3776: whitespace3.gif;
3777: whitespace4.gif;
3778: whitespace5.gif;
3779: whitespace6.gif;
3780: whitespace7.gif;
3781: whitespace8.gif;
3782: whitespace9.gif;
1.224 www 3783: wink.gif;
1.37 harris41 3784: xml.gif;
3785: xml_big.gif;
3786: zip.gif;
1.10 harris41 3787: zip_big.gif
3788: </filenames>
3789: </fileglob>
3790: <fileglob>
1.60 harris41 3791: <glob>*.*</glob>
1.10 harris41 3792: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
3793: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
3794: <categoryname>graphic file</categoryname>
3795: <description>
1.132 harris41 3796: Miscellaneous resources.
1.10 harris41 3797: </description>
3798: <filenames>
1.80 harris41 3799: authorfeed.gif;
3800: bomb.gif;
1.40 harris41 3801: cat_button.gif;
1.80 harris41 3802: chat.gif;
1.111 harris41 3803: eval_button.gif;
1.80 harris41 3804: feedback.gif;
1.40 harris41 3805: pprm_button.gif;
3806: pgrd_button.gif;
3807: subm_button.gif
1.10 harris41 3808: </filenames>
3809: </fileglob>
3810: <file>
3811: <source>loncom/xml/tth.pm</source>
3812: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115 harris41 3813: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10 harris41 3814: <categoryname>system file</categoryname>
3815: <description>
3816: perl module for invoking functions specific to TeX-to-HTML conversion
3817: </description>
3818: <note>
3819: Has the same dependencies and build process as tth.so.
3820: Currently, only the tth.so file specifications invoke
1.49 harris41 3821: the build process however. A static version is checked into loncom/xml
3822: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 3823: </note>
1.113 harris41 3824: <status>works/unverified</status>
3825: </file>
3826: <file>
3827: <source>loncom/xml/LCParser.pm</source>
3828: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 3829: <categoryname>system file</categoryname>
3830: <description>
3831: perl module for parsing HTML in a way that really works and is thoroughly
3832: tested
3833: </description>
3834: <status>works/unverified</status>
3835: </file>
3836: <file>
3837: <source>loncom/configuration/Configuration.pm</source>
3838: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 3839: <categoryname>system file</categoryname>
3840: <description>
1.126 harris41 3841: Configuration file reader (looks in /etc/httpd/conf/); accepts
3842: a list of *.conf files to inspect for PerlSetVar key/value
3843: entries.
1.113 harris41 3844: </description>
1.10 harris41 3845: <status>works/unverified</status>
3846: </file>
3847: <file>
3848: <source>modules/TexConvert/tthperl/tth.so</source>
3849: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115 harris41 3850: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10 harris41 3851: <categoryname>system file</categoryname>
3852: <description>
3853: shared library file for dynamic loading and unloading
3854: </description>
3855: <note>
3856: The source and file dependencies are not available to most
3857: CVS users. (You can safely rely on the existing binaries
3858: present on your system... don't worry about warnings
3859: related to this file during the build process.)
3860: </note>
3861: <build trigger='run if dependencies change'>
3862: modules/TexConvert/tthperl/commands
3863: </build>
3864: <status>works/unverified</status>
3865: <dependencies>
1.39 harris41 3866: ../tthdynamic/tthfunc.c;
1.82 harris41 3867: ../ttmdynamic/ttmfunc.c
1.10 harris41 3868: </dependencies>
3869: </file>
3870: <file>
3871: <source>loncom/homework/caparesponse/capa.pm</source>
3872: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115 harris41 3873: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10 harris41 3874: <categoryname>system file</categoryname>
3875: <description>
3876: perl module for invoking functions specific to CAPA
3877: </description>
1.49 harris41 3878: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 3879: <note>
3880: Has the same dependencies and build process as capa.so.
3881: Currently, only the capa.so file specifications invoke
3882: the build process however.
3883: </note>
3884: </file>
3885: <file>
3886: <source>loncom/homework/caparesponse/capa.bs</source>
3887: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115 harris41 3888: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10 harris41 3889: <categoryname>system file</categoryname>
3890: <description>
1.27 harris41 3891: bootstrap file associated with dynamic loading of this module on multiple
3892: architectures
1.10 harris41 3893: </description>
1.49 harris41 3894: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 3895: <note>
3896: Has the same dependencies and build process as capa.so.
3897: Currently, only the capa.so file specifications invoke
3898: the build process however.
3899: </note>
3900: </file>
3901: <file>
3902: <source>loncom/homework/caparesponse/capa.so</source>
3903: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115 harris41 3904: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10 harris41 3905: <categoryname>system file</categoryname>
3906: <description>
3907: shared library file for dynamic loading and unloading
3908: </description>
3909: <build trigger='always run'>
3910: loncom/homework/caparesponse/commands
3911: </build>
3912: <dependencies>
1.39 harris41 3913: caparesponse.c;
1.119 harris41 3914: caparesponse.pm;
3915: README;
3916: Makefile.PL;
3917: capa.i;
1.120 harris41 3918: commands;
1.222 albertel 3919: ../../../CAPA/pProj/Makefile;
1.120 harris41 3920: ../../../CAPA/pProj/capaGrammarDef.y;
3921: ../../../CAPA/pProj/capaFormula.y;
3922: ../../../CAPA/pProj/capaLexerDef.flex;
3923: ../../../CAPA/pProj/capaFunction.c;
3924: ../../../CAPA/pProj/capaParserUtils.c;
3925: ../../../CAPA/pProj/capaMapExpr.c;
3926: ../../../CAPA/pProj/capaUnit.c;
3927: ../../../CAPA/pProj/com.c;
3928: ../../../CAPA/pProj/linpack.c;
3929: ../../../CAPA/pProj/ranlib.c;
3930: ../../../CAPA/pProj/capaCgiUtils.c;
3931: ../../../CAPA/pProj/capaSubjective.c;
3932: ../../../CAPA/pProj/capaRQO.c;
3933: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 3934: ../../../CAPA/pProj/capaCommon.c;
3935: ../../../CAPA/pProj/capaCommon.h;
3936: ../../../CAPA/pProj/ranlib.h;
3937: ../../../CAPA/pProj/capaCGI.h;
3938: ../../../CAPA/pProj/capaFunction.h;
3939: ../../../CAPA/pProj/capaRQO.h;
3940: ../../../CAPA/pProj/capaParser.h;
3941: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 3942: </dependencies>
3943: </file>
3944: <fileglob>
3945: <glob>*.ent</glob>
3946: <sourcedir>loncom/MathML/</sourcedir>
3947: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
3948: <categoryname>system file</categoryname>
3949: <description>
1.27 harris41 3950: xml files which assign unicode numbers to mathematical symbols using
3951: <! ENTITY... > type syntax.
1.10 harris41 3952: </description>
3953: <filenames>
1.37 harris41 3954: isoamsa.ent;
3955: isoamsb.ent;
3956: isoamsc.ent;
3957: isoamsn.ent;
3958: isoamso.ent;
3959: isoamsr.ent;
3960: isobox.ent;
3961: isocyr1.ent;
3962: isocyr2.ent;
3963: isodia.ent;
3964: isogrk1.ent;
3965: isogrk2.ent;
3966: isogrk3.ent;
3967: isogrk4.ent;
3968: isolat1.ent;
3969: isolat2.ent;
3970: isomfrk.ent;
3971: isomopf.ent;
3972: isomscr.ent;
3973: isonum.ent;
3974: isopub.ent;
3975: isotech.ent;
3976: mmlalias.ent;
1.10 harris41 3977: mmlextra.ent
3978: </filenames>
1.37 harris41 3979: </fileglob>
1.10 harris41 3980: <file>
3981: <source>loncom/MathML/mathml.css</source>
3982: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
3983: <categoryname>system file</categoryname>
3984: <description>
3985: cascading style sheet
3986: </description>
3987: </file>
3988: <file>
3989: <source>loncom/MathML/mathml.dtd</source>
3990: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
3991: <categoryname>system file</categoryname>
3992: <description>
3993: document type definition
3994: </description>
3995: </file>
1.4 harris41 3996: <file>
1.10 harris41 3997: <source>loncom/auth/londes.js</source>
3998: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
3999: <categoryname>interface file</categoryname>
1.6 harris41 4000: <description>
1.27 harris41 4001: Encryption Routines according to Data Encryption Standard DES, written in
4002: javascript.
1.6 harris41 4003: </description>
1.4 harris41 4004: </file>
4005: <file>
1.10 harris41 4006: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 4007: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
4008: </target>
1.10 harris41 4009: <categoryname>handler</categoryname>
1.6 harris41 4010: <description>
1.115 harris41 4011: Intended for providing perl functions for the <script></script>
4012: environment in a problem that was converted from lectureonline.
1.6 harris41 4013: </description>
1.4 harris41 4014: </file>
4015: <file>
1.10 harris41 4016: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 4017: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
4018: </target>
1.10 harris41 4019: <categoryname>handler</categoryname>
1.6 harris41 4020: <description>
1.14 harris41 4021: Provides many functions for the <script> environment in a .problem.
1.11 harris41 4022: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 4023: </description>
1.4 harris41 4024: </file>
4025: <file>
1.10 harris41 4026: <source>loncom/homework/capa.units</source>
4027: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
4028: <categoryname>static conf</categoryname>
1.6 harris41 4029: <description>
1.10 harris41 4030: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 4031: </description>
1.4 harris41 4032: </file>
1.165 www 4033: <fileglob>
4034: <glob>*.jpg</glob>
4035: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
4036: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
4037: <categoryname>graphic file</categoryname>
4038: <description>Pages headers</description>
4039: <filenames>
4040: admin.jpg;
4041: author.jpg;
4042: coordinator.jpg;
4043: header.jpg;
4044: student.jpg;
1.166 www 4045: </filenames>
4046: </fileglob>
4047: <fileglob>
1.230 www 4048: <glob>*.jpg</glob>
4049: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4050: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4051: <categoryname>graphic file</categoryname>
4052: <description>Logos of LON-CAPA domains (jpg)</description>
4053: <filenames>
4054: headermsu.jpg;
4055: </filenames>
4056: </fileglob>
4057: <fileglob>
1.166 www 4058: <glob>*.gif</glob>
4059: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4060: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4061: <categoryname>graphic file</categoryname>
1.230 www 4062: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 4063: <filenames>
1.197 albertel 4064: 103.gif;
4065: gerd.gif;
4066: mio.gif;
4067: msuvu.gif;
4068: ohiou.gif;
4069: rhs.gif;
4070: sfu.gif;
4071: tmcc.gif;
4072: umich.gif;
4073: worf.gif;
4074: annarbor.gif;
4075: elps.gif;
4076: gwu.gif;
4077: msudemo.gif;
4078: ndsu.gif;
4079: physnet.gif;
4080: sc.gif;
4081: Selwyn.gif;
4082: ucf.gif;
4083: unihalle.gif;
4084: wscc.gif;
4085: cps.gif;
4086: fsu.gif;
4087: lsd.gif;
4088: msu.gif;
4089: nsdl.gif;
4090: pmm.gif;
4091: sunysb.gif;
4092: udel.gif;
1.223 albertel 4093: uz.gif;
4094: fvl.gif;
4095: glps.gif;
4096: headersfu.gif;
4097: uwsp.gif
1.168 www 4098: </filenames>
4099: </fileglob>
4100: <fileglob>
4101: <glob>*.tab</glob>
4102: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
4103: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
4104: <categoryname>conf</categoryname>
4105: <description>Designs of LON-CAPA domains</description>
1.166 www 4106: <filenames>
1.197 albertel 4107: annarbor.tab;
4108: default.tab;
4109: msu.tab;
4110: sfu.tab;
4111: worf.tab
1.165 www 4112: </filenames>
4113: </fileglob>
1.10 harris41 4114: <fileglob>
4115: <glob>*.gif</glob>
1.159 www 4116: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
4117: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 4118: <categoryname>graphic file</categoryname>
1.159 www 4119: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 4120: <filenames>
1.130 www 4121: 0.gif;
4122: 1.gif;
4123: 2.gif;
4124: 3.gif;
4125: 4.gif;
4126: 5.gif;
4127: 6.gif;
4128: 7.gif;
4129: 8.gif;
4130: 9.gif;
1.37 harris41 4131: a.gif;
1.159 www 4132: b.gif;
4133: c.gif;
4134: d.gif;
4135: e.gif;
4136: f.gif;
4137: g.gif;
4138: h.gif;
4139: i.gif;
4140: j.gif;
4141: k.gif;
4142: l.gif;
4143: m.gif;
4144: n.gif;
4145: o.gif;
4146: p.gif;
4147: q.gif;
4148: r.gif;
4149: s.gif;
4150: t.gif;
4151: u.gif;
4152: v.gif;
4153: w.gif;
4154: x.gif;
4155: y.gif;
4156: z.gif;
4157: colon.gif;
4158: hyphen.gif;
4159: slash.gif;
4160: space.gif;
4161: </filenames>
4162: </fileglob>
4163: <fileglob>
4164: <glob>*.gif</glob>
4165: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
4166: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
4167: <categoryname>graphic file</categoryname>
4168: <description>icons used for the entire LON-CAPA user interface</description>
4169: <filenames>
1.147 www 4170: anno.gif;
1.37 harris41 4171: anot.gif;
4172: back.gif;
1.147 www 4173: bchat.gif;
1.37 harris41 4174: bkm.gif;
4175: brws.gif;
1.60 harris41 4176: catalog.gif;
1.37 harris41 4177: ccrs.gif;
4178: chat.gif;
4179: chrt.gif;
4180: com.gif;
4181: courses.gif;
4182: cprv.gif;
4183: cstr.gif;
4184: dempty.gif;
1.147 www 4185: docs.gif;
1.37 harris41 4186: egrd.gif;
4187: empty.gif;
4188: enrl.gif;
4189: eval.gif;
4190: fdbk.gif;
4191: feedback.gif;
4192: forw.gif;
4193: grds.gif;
4194: group.gif;
4195: help.gif;
4196: info.gif;
4197: ledblink.gif;
4198: ledgreen.gif;
4199: ledoff.gif;
4200: ledon.gif;
4201: ledsend.gif;
4202: logout.gif;
4203: mrk.gif;
4204: nav.gif;
4205: next.gif;
1.131 www 4206: nothumb.gif;
1.37 harris41 4207: parm.gif;
4208: pgrd.gif;
4209: pparm.gif;
1.99 harris41 4210: pref.gif;
1.37 harris41 4211: prev.gif;
4212: prt.gif;
4213: qempty.gif;
4214: reload.gif;
4215: remotebg.gif;
4216: res.gif;
4217: roles.gif;
4218: sbkm.gif;
4219: spacer.gif;
4220: sprs.gif;
4221: src.gif;
4222: stat.gif;
4223: subm.gif;
4224: title.gif;
4225: vbkm.gif;
1.10 harris41 4226: </filenames>
4227: </fileglob>
1.4 harris41 4228: <file>
1.10 harris41 4229: <source>loncom/html/res/adm/pages/imgmaps.html</source>
4230: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
4231: <categoryname>interface file</categoryname>
1.6 harris41 4232: <description>
1.10 harris41 4233: image maps for the LON-CAPA remote control
1.6 harris41 4234: </description>
1.4 harris41 4235: </file>
4236: <file>
1.10 harris41 4237: <source>loncom/html/res/adm/pages/index.html</source>
4238: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
4239: <categoryname>interface file</categoryname>
1.6 harris41 4240: <description>
1.10 harris41 4241: welcoming page to the LON-CAPA system upon login
1.6 harris41 4242: </description>
1.4 harris41 4243: </file>
4244: <file>
1.10 harris41 4245: <source>loncom/html/res/adm/pages/menu.html</source>
4246: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
4247: <categoryname>interface file</categoryname>
1.6 harris41 4248: <description>
1.10 harris41 4249: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 4250: </description>
1.4 harris41 4251: </file>
1.10 harris41 4252: <fileglob>
4253: <glob>*.gif</glob>
4254: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 4255: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
4256: </targetdir>
1.10 harris41 4257: <categoryname>graphic file</categoryname>
4258: <description>
1.132 harris41 4259: icons used for directory indexing and login screen
1.10 harris41 4260: </description>
4261: <filenames>
1.37 harris41 4262: a.gif;
4263: alert.black.gif;
4264: alert.red.gif;
4265: back.gif;
4266: ball.gray.gif;
4267: ball.red.gif;
4268: binary.gif;
4269: binhex.gif;
4270: blank.gif;
4271: bomb.gif;
4272: box1.gif;
4273: box2.gif;
4274: broken.gif;
4275: burst.gif;
4276: c.gif;
4277: comp.blue.gif;
4278: comp.gray.gif;
4279: compressed.gif;
4280: continued.gif;
4281: course.gif;
4282: dir.gif;
4283: down.gif;
4284: dvi.gif;
4285: f.gif;
4286: folder.gif;
4287: folder.open.gif;
4288: folder.sec.gif;
4289: folder_closed.gif;
4290: folder_closed_pressed.gif;
4291: folder_new.gif;
4292: folder_opened.gif;
4293: folder_opened_pressed.gif;
4294: folder_pointer_closed.gif;
4295: folder_pointer_opened.gif;
4296: folder_spacer.gif;
4297: folder_trash.gif;
4298: forward.gif;
4299: generic.gif;
4300: generic.red.gif;
4301: generic.sec.gif;
4302: hand.right.gif;
4303: hand.up.gif;
4304: html.gif;
4305: image1.gif;
4306: image2.gif;
4307: image3.gif;
4308: index.gif;
4309: layout.gif;
4310: left.gif;
4311: link.gif;
4312: mov.gif;
4313: movie1.gif;
4314: p.gif;
4315: patch.gif;
4316: pdf.gif;
4317: portal.gif;
4318: problem.gif;
4319: ps.gif;
4320: quill.gif;
4321: right.gif;
4322: screw1.gif;
4323: screw2.gif;
4324: script.gif;
4325: sound1.gif;
4326: sound2.gif;
4327: sphere1.gif;
4328: sphere2.gif;
4329: tar.gif;
4330: tex.gif;
4331: text.gif;
4332: transfer.gif;
4333: unknown.gif;
4334: up.gif;
4335: uu.gif;
4336: uuencoded.gif;
4337: white_space_20_22.gif;
4338: white_space_22_22.gif;
4339: whitespace1.gif;
4340: whitespace10.gif;
4341: whitespace2.gif;
4342: whitespace3.gif;
4343: whitespace4.gif;
4344: whitespace5.gif;
4345: whitespace6.gif;
4346: whitespace7.gif;
4347: whitespace8.gif;
4348: whitespace9.gif;
4349: world1.gif;
1.10 harris41 4350: world2.gif
4351: </filenames>
4352: </fileglob>
4353: <fileglob>
4354: <glob>*.gif</glob>
4355: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4356: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4357: </targetdir>
1.10 harris41 4358: <categoryname>graphic file</categoryname>
4359: <description>
1.132 harris41 4360: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 4361: </description>
4362: <filenames>
1.37 harris41 4363: folder_anim.gif;
4364: folder_close.gif;
4365: folder_drag.gif;
4366: folder_new.gif;
4367: folder_open.gif;
4368: folder_pointer_closed.gif;
4369: folder_pointer_opened.gif;
4370: folder_static.gif;
4371: folder_trash.gif;
4372: folder_trash_hover.gif;
4373: left_bar.gif;
4374: link.gif;
4375: link_anim.gif;
4376: link_drag.gif;
4377: ll_corner.gif;
4378: lower_bar.gif;
4379: lr_corner.gif;
4380: pix.gif;
4381: right_bar.gif;
4382: toolbar_bg.gif;
4383: ul_corner.gif;
4384: upper_bar.gif;
1.10 harris41 4385: ur_corner.gif
4386: </filenames>
4387: </fileglob>
4388: <fileglob>
4389: <glob>*.html</glob>
4390: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4391: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4392: </targetdir>
1.10 harris41 4393: <categoryname>interface file</categoryname>
4394: <description>
1.132 harris41 4395: associated with the scheme of displaying bookmarks
1.10 harris41 4396: </description>
4397: <filenames>
1.37 harris41 4398: bookmarkmenu_toolbar.html;
4399: blank.html;
1.10 harris41 4400: closechildren.html
4401: </filenames>
4402: </fileglob>
1.4 harris41 4403: <file>
1.10 harris41 4404: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 4405: <target dist='default'>
4406: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 4407: <categoryname>interface file</categoryname>
1.6 harris41 4408: <description>
1.10 harris41 4409: javascript for handling client-side interactions with bookmark interface
1.6 harris41 4410: </description>
1.171 harris41 4411: </file>
4412: <file>
4413: <source>loncom/build/CHECKRPMS</source>
4414: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 4415: <categoryname>system script</categoryname>
1.171 harris41 4416: <description>
4417: manilla wrapper around check-rpms
4418: </description>
4419: <status>tested/documented/beta</status>
1.103 harris41 4420: </file>
4421: <file>
4422: <source>loncom/build/check-rpms</source>
1.152 harris41 4423: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 4424: <categoryname>system script</categoryname>
1.103 harris41 4425: <description>
4426: compare installed rpms with up-to-date distribution
4427: </description>
4428: <status>tested/documented/beta</status>
4429: </file>
4430: <file>
4431: <source>doc/man/check-rpms.1</source>
4432: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
4433: <categoryname>doc</categoryname>
4434: <description>man page for check-rpms</description>
4435: <build trigger='always run'>
1.115 harris41 4436: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 4437: echo 'manifying check-rpms'
1.103 harris41 4438: </build>
4439: <status>beta</status>
4440: <dependencies>
4441: ../../loncom/build/check-rpms
4442: </dependencies>
4443: </file>
4444: <file>
4445: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 4446: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
4447: </target>
1.103 harris41 4448: <categoryname>doc</categoryname>
4449: <description>POD-derived page for check-rpms</description>
4450: <build trigger='always run'>
1.118 harris41 4451: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
4452: && echo 'pod2html checkrpms'
1.103 harris41 4453: </build>
4454: <status>works/unverified</status>
4455: <dependencies>
4456: ../../loncom/build/check-rpms
4457: </dependencies>
1.4 harris41 4458: </file>
4459: <file>
1.10 harris41 4460: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 4461: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
4462: </target>
1.10 harris41 4463: <categoryname>script</categoryname>
1.6 harris41 4464: <description>
1.206 harris41 4465: Updates .lpmlnew files with previous settings. Also supports alternative
4466: schemes of settings-updating and file-overwriting.
1.6 harris41 4467: </description>
1.206 harris41 4468: <status>works/unverified</status>
1.4 harris41 4469: </file>
4470: <file>
1.10 harris41 4471: <source>loncom/cron/loncapa</source>
4472: <target dist='default'>etc/cron.d/loncapa</target>
4473: <categoryname>static conf</categoryname>
4474: <description>
4475: file that specifies periodic processes to run for the LON-CAPA machine
4476: </description>
4477: </file>
4478: <file>
4479: <source>loncom/ntp/step-tickers</source>
1.175 harris41 4480: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
4481: </target>
4482: <categoryname>static conf</categoryname>
1.10 harris41 4483: <description>
4484: file that stimulates running of ntpdate upon init.d/xntpd initiation
4485: </description>
4486: <note>
4487: <table cellpadding='0' cellspacing='0' border='1'>
4488: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
4489: </table>
4490: </note>
1.48 harris41 4491: </file>
4492: <file>
4493: <source>loncom/pam.d/pwauth</source>
4494: <target dist='default'>etc/pam.d/pwauth</target>
4495: <categoryname>static conf</categoryname>
4496: <description>
4497: file that allows setuid password privileges for pwauth executable
4498: </description>
4499: </file>
4500: <file>
4501: <source>loncom/pam.d/pwchange</source>
4502: <target dist='default'>etc/pam.d/pwchange</target>
4503: <categoryname>static conf</categoryname>
4504: <description>
4505: file that allows setuid password privileges for pwchange (lcpasswd) executable
4506: </description>
1.10 harris41 4507: </file>
4508: <file>
4509: <source>loncom/init.d/loncontrol</source>
4510: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
4511: <categoryname>root script</categoryname>
4512: <description>
4513: Controls the launching/halting of lonc, lond, and lonsql processes.
4514: </description>
4515: </file>
4516: <link>
1.115 harris41 4517: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 4518: <target dist='default'>
1.37 harris41 4519: etc/rc.d/rc0.d/K05loncontrol;
4520: etc/rc.d/rc1.d/K05loncontrol;
4521: etc/rc.d/rc2.d/K05loncontrol;
4522: etc/rc.d/rc3.d/S95loncontrol;
4523: etc/rc.d/rc4.d/S95loncontrol;
4524: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 4525: etc/rc.d/rc6.d/K05loncontrol
4526: </target>
4527: <categoryname>symbolic link</categoryname>
1.27 harris41 4528: <description>
4529: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 4530: </link>
4531: <file>
4532: <source>loncom/atalk/config</source>
1.152 harris41 4533: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 4534: <categoryname>static conf</categoryname>
1.6 harris41 4535: <description>
1.27 harris41 4536: configuration file to make LON-CAPA server file space accessible to
4537: Appleshares access (Macintosh)
1.6 harris41 4538: </description>
1.4 harris41 4539: </file>
1.14 harris41 4540: </files>
1.1 harris41 4541: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>