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