Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.242
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.242 ! bowersj2 5: <!-- $Id: loncapafiles.lpml,v 1.241 2003/05/06 19:42:57 albertel 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;
1.237 bowersj2 1917: Formula_Response_Adv_Intro.tex;
1.163 harris41 1918: Formula_Response_Sampling.tex;
1919: Formula_Tolerance.tex;
1.187 www 1920: General_Intro.tex;
1.219 albertel 1921: Greek_Symbols.tex;
1.163 harris41 1922: How_To_Edit_Existing_Content_Pages.tex;
1923: Latex_Footer.tex;
1924: Latex_Header.tex;
1925: Login_To_LON-CAPA.tex;
1926: Metadata_Description.tex;
1.178 bowersj2 1927: Navmap_Host_Down.tex;
1.163 harris41 1928: Numerical_Response_Advanced_Example.tex;
1929: Numerical_Response_Format.tex;
1930: Numerical_Response_Intro.tex;
1931: Numerical_Response_Introduction.tex;
1932: Numerical_Response_Parts_A.tex;
1933: Numerical_Response_Parts_B.tex;
1934: Numerical_Response_Problems.tex;
1935: Numerical_Response_Randomization.tex;
1936: Numerical_Response_Simple_Example.tex;
1937: Numerical_Response_Tutorial_A.tex;
1938: Numerical_Response_Units.tex;
1939: Option_Response_Concept_Group_Example.tex;
1940: Option_Response_Matching_Example.tex;
1941: Option_Response_Problem_Creation.tex;
1942: Option_Response_Problem_Figure.tex;
1943: Option_Response_Problem_Parts.tex;
1944: Option_Response_Problems.tex;
1945: Option_Response_Simple.tex;
1.219 albertel 1946: Other_Symbols.tex;
1.194 albertel 1947: Part_Tag_Edit_Help.tex;
1.163 harris41 1948: Problem_Editor_Testing_Area.tex;
1949: Problem_Editor_XML_Index.tex;
1950: Problem_Types.tex;
1951: Publishing_A_Resource.tex;
1952: Publishing_Author_Tutorial_Segue.tex;
1953: Publishing_Copyright.tex;
1954: Publishing_Intro.tex;
1955: Publishing_Keywords.tex;
1.191 bowersj2 1956: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 1957: Radio_Response_Problems.tex;
1958: Radio_Response_Randomization.tex;
1959: Resource_Types.tex;
1960: Script_Tutorial_Intro.tex;
1961: Scripting_Help.tex;
1962: Sequence_Advanced_Editor_Creation.tex;
1963: Sequence_Definition.tex;
1964: Sequence_Editor_Selection.tex;
1965: Sequence_Page_Maps.tex;
1966: Sequence_Simple_Editor_Creation.tex;
1967: Sequence_Top-Level.tex;
1968: Significant_Figures.tex;
1969: Spreadsheet_About.tex;
1970: Spreadsheet_Alternative_View.tex;
1971: Spreadsheet_Changes_To_Grading.tex;
1972: Spreadsheet_Col_Sum.tex;
1973: Spreadsheet_Completely_Recalc.tex;
1974: Spreadsheet_Empty_Rows.tex;
1975: Spreadsheet_Export_Row.tex;
1976: Spreadsheet_Functions.tex;
1977: Spreadsheet_Import_Values.tex;
1978: Spreadsheet_Levels.tex;
1979: Spreadsheet_Lists.tex;
1980: Spreadsheet_Max_Depth_Exceeded.tex;
1981: Spreadsheet_OOO_Rows.tex;
1982: Spreadsheet_Op_On_All_Problem_Parts.tex;
1983: Spreadsheet_Parms.tex;
1984: Spreadsheet_Problem_Weight.tex;
1985: Spreadsheet_Ranges.tex;
1986: Spreadsheet_Specifying_Cells.tex;
1987: Spreadsheet_Student_Visible.tex;
1988: Spreadsheet_Symbolic_Names.tex;
1989: Spreadsheet_Template_Row.tex;
1990: Spreadsheet_Ternary_Operator.tex;
1991: Spreadsheet_Tries.tex;
1992: String_Response_Problem_Creation.tex;
1993: String_Response_Problems.tex;
1994: Tolerance.tex;
1995: Variable_Naming_Conventions.tex;
1996: Variable_Tutorial_A.tex;
1997: Variables_in_Scripts.tex;
1998: Variables_in_the_Answer_Block.tex;
1.150 bowersj2 1999: Variables_in_the_Text_Block.tex
1.140 bowersj2 2000: </filenames>
2001: </fileglob>
2002: <file>
2003: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
2004: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 2005: <categoryname>interface file</categoryname>
1.140 bowersj2 2006: <description>
2007: A gdbm file containing a label->tex file hash.
1.15 harris41 2008: </description>
2009: <status>works/unverified</status>
2010: </file>
2011: <file>
1.7 harris41 2012: <source>loncom/interface/lonstatistics.pm</source>
2013: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2014: <categoryname>handler</categoryname>
2015: <description>
2016: Handler to show statistics on solving LON-CAPA problems.
1.144 stredwic 2017: </description>
2018: <status>works/unverified</status>
2019: </file>
2020: <file>
2021: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2022: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2023: </target>
1.144 stredwic 2024: <categoryname>handler</categoryname>
2025: <description>
1.162 harris41 2026: The module that generate the html for the Problem Statistics web pages.
1.169 stredwic 2027: </description>
2028: <status>works/unverified</status>
2029: </file>
2030: <file>
2031: <source>loncom/interface/statistics/lonpercentage.pm</source>
2032: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2033: </target>
2034: <categoryname>handler</categoryname>
2035: <description>
2036: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2037: </description>
2038: <status>works/unverified</status>
2039: </file>
2040: <file>
2041: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2042: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2043: </target>
1.144 stredwic 2044: <categoryname>handler</categoryname>
2045: <description>
2046: The module that generate the html for the Problem Analysis web pages.
2047: </description>
2048: <status>works/unverified</status>
2049: </file>
2050: <file>
2051: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2052: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2053: </target>
1.144 stredwic 2054: <categoryname>handler</categoryname>
2055: <description>
2056: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2057: </description>
2058: <status>works/unverified</status>
2059: </file>
2060: <file>
1.5 harris41 2061: <source>loncom/publisher/londiff.pm</source>
2062: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2063: <categoryname>handler</categoryname>
2064: <description>
2065: Handler to show difference between two files.
1.221 www 2066: </description>
2067: <status>works/unverified</status>
2068: </file>
2069: <file>
2070: <source>loncom/publisher/lonrights.pm</source>
2071: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2072: <categoryname>handler</categoryname>
2073: <description>
2074: Handler to show and edit custom distribution rights
1.5 harris41 2075: </description>
2076: <status>works/unverified</status>
1.4 harris41 2077: </file>
2078: <file>
1.5 harris41 2079: <source>loncom/publisher/lonupload.pm</source>
2080: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2081: <categoryname>handler</categoryname>
2082: <description>
2083: Handler to upload files through browser into construction space.
2084: </description>
2085: <status>works/unverified</status>
1.4 harris41 2086: </file>
2087: <file>
1.76 harris41 2088: <source>doc/man/Apache__lonupload.3</source>
2089: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2090: <categoryname>doc</categoryname>
1.76 harris41 2091: <description>man page for lonupload.pm</description>
2092: <build trigger='always run'>
1.115 harris41 2093: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2094: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2095: </build>
2096: <status>works/unverified</status>
2097: <dependencies>
2098: ../../loncom/publisher/lonupload.pm
2099: </dependencies>
2100: </file>
2101: <file>
1.118 harris41 2102: <source>doc/lib/perl/Apache/lonupload.html</source>
2103: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2104: </target>
1.83 harris41 2105: <categoryname>doc</categoryname>
1.76 harris41 2106: <description>POD-derived page for lonupload.pm</description>
2107: <build trigger='always run'>
1.115 harris41 2108: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2109: ../../doc/lib/perl/Apache/lonupload.html && \
2110: echo 'pod2html lonupload.pm'
1.76 harris41 2111: </build>
2112: <status>works/unverified</status>
2113: <dependencies>
2114: ../../loncom/publisher/lonupload.pm
2115: </dependencies>
2116: </file>
2117: <file>
1.5 harris41 2118: <source>loncom/homework/essayresponse.pm</source>
2119: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2120: <categoryname>handler</categoryname>
2121: <description>
2122: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2123: </description>
2124: <status>works/unverified</status>
2125: </file>
2126: <file>
2127: <source>loncom/homework/externalresponse.pm</source>
2128: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2129: <categoryname>handler</categoryname>
2130: <description>
2131: Handler to evaluate externally graded responses.
2132: </description>
2133: <status>works/unverified</status>
2134: </file>
2135: <file>
2136: <source>loncom/homework/loncapagrade.pm</source>
2137: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2138: <categoryname>handler</categoryname>
2139: <description>
1.133 harris41 2140: Holds results and defines
2141: tag handlers needed by externalresponse.pm
1.5 harris41 2142: </description>
2143: <status>works/unverified</status>
1.4 harris41 2144: </file>
2145: <file>
1.5 harris41 2146: <source>loncom/publisher/lonpubdir.pm</source>
2147: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2148: <categoryname>handler</categoryname>
2149: <description>
2150: Handler to publish directories.
1.172 www 2151: </description>
2152: </file>
2153: <file>
2154: <source>loncom/publisher/lonunauthorized.pm</source>
2155: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2156: <categoryname>handler</categoryname>
2157: <description>
2158: Handler to explain failed contruction space access.
1.5 harris41 2159: </description>
1.4 harris41 2160: </file>
2161: <file>
1.76 harris41 2162: <source>doc/man/Apache__lonpubdir.3</source>
2163: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2164: <categoryname>doc</categoryname>
1.76 harris41 2165: <description>man page for lonpubdir.pm</description>
2166: <build trigger='always run'>
1.115 harris41 2167: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2168: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2169: </build>
2170: <status>works/unverified</status>
2171: <dependencies>
2172: ../../loncom/lonnet/perl/lonnet.pm
2173: </dependencies>
2174: </file>
2175: <file>
1.118 harris41 2176: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2177: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2178: </target>
1.83 harris41 2179: <categoryname>doc</categoryname>
1.76 harris41 2180: <description>POD-derived page for lonpubdir.pm</description>
2181: <build trigger='always run'>
1.115 harris41 2182: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2183: ../../doc/lib/perl/Apache/lonpubdir.html && \
2184: echo 'pod2html lonpubdir.pm'
1.76 harris41 2185: </build>
2186: <status>works/unverified</status>
2187: <dependencies>
2188: ../../loncom/publisher/lonpubdir.pm
2189: </dependencies>
2190: </file>
2191: <file>
1.5 harris41 2192: <source>loncom/publisher/lonretrieve.pm</source>
2193: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2194: <categoryname>handler</categoryname>
2195: <description>
2196: Handler to retrieve old versions from resource space.
2197: </description>
2198: <status>works/unverified</status>
1.4 harris41 2199: </file>
2200: <file>
1.76 harris41 2201: <source>doc/man/Apache__lonretrieve.3</source>
2202: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2203: <categoryname>doc</categoryname>
1.76 harris41 2204: <description>man page for lonretrieve.pm</description>
2205: <build trigger='always run'>
1.115 harris41 2206: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2207: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2208: </build>
2209: <status>works/unverified</status>
2210: <dependencies>
2211: ../../loncom/publisher/lonretrieve.pm
2212: </dependencies>
2213: </file>
2214: <file>
1.118 harris41 2215: <source>doc/lib/perl/Apache/lonretrieve.html</source>
2216: <target dist='default'>
2217: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 2218: </target>
1.83 harris41 2219: <categoryname>doc</categoryname>
1.76 harris41 2220: <description>POD-derived page for lonretrieve.pm</description>
2221: <build trigger='always run'>
1.115 harris41 2222: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 2223: ../../doc/lib/perl/Apache/lonretrieve.html && \
2224: echo 'pod2html lonretrieve.pm'
1.76 harris41 2225: </build>
2226: <status>works/unverified</status>
2227: <dependencies>
2228: ../../loncom/publisher/lonretrieve.pm
2229: </dependencies>
2230: </file>
2231: <file>
1.5 harris41 2232: <source>loncom/homework/edit.pm</source>
2233: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
2234: <categoryname>handler</categoryname>
2235: <description>
2236: Helper functions when in homework edit mode.
2237: </description>
1.4 harris41 2238: </file>
2239: <file>
1.86 harris41 2240: <source>doc/man/Apache__edit.3</source>
2241: <target dist='default'>usr/man/man3/Apache::edit.3</target>
2242: <categoryname>doc</categoryname>
2243: <description>man page for edit.pm</description>
2244: <build trigger='always run'>
1.115 harris41 2245: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 2246: echo 'manifying edit.pm'
1.86 harris41 2247: </build>
2248: <status>works/unverified</status>
2249: <dependencies>
2250: ../../loncom/homework/edit.pm
2251: </dependencies>
2252: </file>
2253: <file>
1.118 harris41 2254: <source>doc/lib/perl/Apache/edit.html</source>
2255: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
2256: </target>
1.86 harris41 2257: <categoryname>doc</categoryname>
2258: <description>POD-derived page for edit.pm</description>
2259: <build trigger='always run'>
1.118 harris41 2260: loncom/build/pod2html.sh ../homework/edit.pm > \
2261: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 2262: && echo 'pod2html edit.pm'
1.86 harris41 2263: </build>
2264: <status>works/unverified</status>
2265: <dependencies>
2266: ../../loncom/homework/edit.pm
2267: </dependencies>
2268: </file>
2269: <file>
1.5 harris41 2270: <source>loncom/interface/lonmeta.pm</source>
2271: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
2272: <categoryname>handler</categoryname>
2273: <description>Metadata display handler.</description>
2274: <status>works/unverified</status>
1.4 harris41 2275: </file>
2276: <file>
1.5 harris41 2277: <source>rat/lonambiguous.pm</source>
2278: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
2279: <categoryname>handler</categoryname>
2280: <description>
2281: Handler to resolve ambiguous file locations.
2282: </description>
2283: <status>works/unverified</status>
1.4 harris41 2284: </file>
2285: <file>
1.5 harris41 2286: <source>rat/lonratparms.pm</source>
2287: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
2288: <categoryname>handler</categoryname>
2289: <description>
2290: Handler to set resource parameters inside of the RAT based on metadata.
2291: </description>
2292: <status>works/unverified</status>
1.4 harris41 2293: </file>
2294: <file>
1.5 harris41 2295: <source>rat/lonsequence.pm</source>
2296: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
2297: <categoryname>handler</categoryname>
2298: <description>
2299: Handler for showing sequence objects of educational resources.
2300: </description>
2301: <status>works/unverified</status>
1.4 harris41 2302: </file>
2303: <file>
1.5 harris41 2304: <source>loncom/interface/loncreatecourse.pm</source>
2305: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
2306: <categoryname>handler</categoryname>
2307: <description>
1.72 harris41 2308: Allows domain coordinators to create new courses and assign course
2309: coordinators.
1.5 harris41 2310: </description>
1.10 harris41 2311: <status>works/unverified</status>
1.4 harris41 2312: </file>
2313: <file>
1.5 harris41 2314: <source>loncom/interface/loncreateuser.pm</source>
2315: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
2316: <categoryname>handler</categoryname>
2317: <description>
1.72 harris41 2318: Allows users to within their own privileges create/edit users and give
2319: them roles.
1.5 harris41 2320: </description>
2321: <status>works/unverified</status>
1.143 stredwic 2322: </file>
2323: <file>
2324: <source>loncom/interface/lonhtmlcommon.pm</source>
2325: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
2326: <categoryname>handler</categoryname>
2327: <description>
2328: Contains a set of functions that generate html controls and data layouts
1.138 stredwic 2329: </description>
2330: </file>
2331: <file>
2332: <source>loncom/interface/loncoursedata.pm</source>
2333: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
2334: <categoryname>handler</categoryname>
2335: <description>
2336: Common functions for handling student course data (download and process)
1.5 harris41 2337: </description>
1.4 harris41 2338: </file>
2339: <file>
1.5 harris41 2340: <source>loncom/interface/loncommon.pm</source>
2341: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
2342: <categoryname>handler</categoryname>
2343: <description>
2344: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 2345: user, domain, home_server, course_id.
1.5 harris41 2346: </description>
2347: <status>works/unverified</status>
1.4 harris41 2348: </file>
2349: <file>
1.76 harris41 2350: <source>doc/man/Apache__loncommon.3</source>
2351: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 2352: <categoryname>doc</categoryname>
1.76 harris41 2353: <description>man page for loncommon.pm</description>
2354: <build trigger='always run'>
1.115 harris41 2355: loncom/build/pod2man.sh ../interface/loncommon.pm > \
2356: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 2357: </build>
2358: <status>works/unverified</status>
2359: <dependencies>
2360: ../../loncom/interface/loncommon.pm
2361: </dependencies>
2362: </file>
2363: <file>
1.118 harris41 2364: <source>doc/lib/perl/Apache/loncommon.html</source>
2365: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 2366: </target>
1.83 harris41 2367: <categoryname>doc</categoryname>
1.76 harris41 2368: <description>POD-derived page for loncommon.pm</description>
2369: <build trigger='always run'>
1.115 harris41 2370: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 2371: ../../doc/lib/perl/Apache/loncommon.html && \
2372: echo 'pod2html loncommon.pm'
1.76 harris41 2373: </build>
2374: <status>works/unverified</status>
2375: <dependencies>
2376: ../../loncom/interface/loncommon.pm
2377: </dependencies>
2378: </file>
2379: <file>
1.5 harris41 2380: <source>loncom/homework/grades.pm</source>
2381: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
2382: <categoryname>handler</categoryname>
2383: <description>Handles the viewing of grades.</description>
1.4 harris41 2384: </file>
2385: <file>
1.5 harris41 2386: <source>loncom/homework/imageresponse.pm</source>
2387: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
2388: <categoryname>handler</categoryname>
2389: <description>
2390: Coordinates the response to clicking an image.
2391: </description>
2392: <status>works/unverified</status>
1.4 harris41 2393: </file>
2394: <file>
1.5 harris41 2395: <source>loncom/homework/optionresponse.pm</source>
2396: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
2397: <categoryname>handler</categoryname>
1.27 harris41 2398: <description>
2399: Handles tags associated with showing a list of options.</description>
1.4 harris41 2400: </file>
2401: <file>
1.5 harris41 2402: <source>loncom/homework/outputtags.pm</source>
2403: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
2404: <categoryname>handler</categoryname>
2405: <description>
2406: Handles tags associated with output. Seems to relate to due dates of the
2407: assignment.
2408: </description>
1.10 harris41 2409: <status>works/unverified</status>
1.4 harris41 2410: </file>
2411: <file>
1.6 harris41 2412: <source>loncom/interface/lontest.pm</source>
2413: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
2414: <categoryname>handler</categoryname>
2415: <description>
2416: Used for debugging and testing the LON-CAPA system.
2417: </description>
1.10 harris41 2418: <status>works/unverified</status>
1.6 harris41 2419: </file>
2420: <file>
2421: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 2422: <target dist='default'>
2423: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 2424: <categoryname>handler</categoryname>
2425: <description>
2426: Handles multiple-choice style responses.
2427: </description>
1.10 harris41 2428: <status>works/unverified</status>
1.6 harris41 2429: </file>
2430: <file>
2431: <source>loncom/interface/lonassignments.pm</source>
2432: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
2433: <categoryname>handler</categoryname>
2434: <description>
2435: Handles processing of assignments.
2436: </description>
1.10 harris41 2437: <status>works/unverified</status>
1.6 harris41 2438: </file>
2439: <file>
2440: <source>loncom/interface/loncommunicate.pm</source>
2441: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
2442: <categoryname>handler</categoryname>
1.72 harris41 2443: <description>
2444: Will be the access handler to email sending, as well as the planned
2445: chatrooms, etc.
2446: </description>
1.10 harris41 2447: <status>works/unverified</status>
1.6 harris41 2448: </file>
2449: <file>
2450: <source>loncom/interface/lonerrorhandler.pm</source>
2451: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
2452: <categoryname>handler</categoryname>
2453: <description>
2454: Handles errors.
2455: </description>
1.10 harris41 2456: <status>works/unverified</status>
1.6 harris41 2457: </file>
2458: <file>
2459: <source>loncom/interface/lonevaluate.pm</source>
2460: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
2461: <categoryname>handler</categoryname>
2462: <description>
2463: Handles evaluation.
2464: </description>
1.10 harris41 2465: <status>works/unverified</status>
1.6 harris41 2466: </file>
2467: <file>
2468: <source>loncom/interface/lonfeedback.pm</source>
2469: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
2470: <categoryname>handler</categoryname>
2471: <description>
2472: Handles feedback from students to instructors and system administrators.
1.72 harris41 2473: Provides a screenshot of the current
2474: resource, as well as previous attempts if the resource was a homework.
2475: Used by lonmsg.pm.
1.6 harris41 2476: </description>
1.10 harris41 2477: <status>works/unverified</status>
1.4 harris41 2478: </file>
2479: <file>
1.6 harris41 2480: <source>loncom/interface/lonnavmaps.pm</source>
2481: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
2482: <categoryname>handler</categoryname>
2483: <description>
2484: Handles navigational maps.
1.211 bowersj2 2485: </description>
2486: <status>works/unverified</status>
1.227 albertel 2487: </file>
2488: <file>
2489: <source>doc/man/Apache__lonnavmaps.3</source>
2490: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
2491: <categoryname>doc</categoryname>
2492: <description>man page for lonnavmaps.pm</description>
2493: <build trigger='always run'>
2494: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
2495: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
2496: </build>
2497: <status>works/unverified</status>
2498: <dependencies>
2499: ../../loncom/interface/lonnavmaps.pm
2500: </dependencies>
2501: </file>
2502: <file>
2503: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
2504: <target dist='default'>
2505: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
2506: </target>
2507: <categoryname>doc</categoryname>
2508: <description>POD-derived page for lonnavmaps.pm</description>
2509: <build trigger='always run'>
2510: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
2511: ../../doc/lib/perl/Apache/lonnavmaps.html && \
2512: echo 'pod2html lonnavmaps.pm'
2513: </build>
2514: <status>works/unverified</status>
2515: <dependencies>
2516: ../../loncom/interface/lonnavmaps.pm
2517: </dependencies>
1.211 bowersj2 2518: </file>
2519: <file>
1.231 bowersj2 2520: <source>loncom/interface/lonhelper.pm</source>
2521: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 2522: <categoryname>handler</categoryname>
2523: <description>
1.235 bowersj2 2524: Helper framework.
2525: </description>
2526: <status>works/unverified</status>
2527: </file>
2528: <file>
2529: <source>loncom/html/adm/helper/parameter.helper</source>
2530: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
2531: <categoryname>handler</categoryname>
2532: <description>
2533: Parameter setting helper.
1.242 ! bowersj2 2534: </description>
! 2535: <status>works/unverified</status>
! 2536: </file>
! 2537: <file>
! 2538: <source>loncom/html/adm/helper/course.initialization.helper</source>
! 2539: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
! 2540: <categoryname>handler</categoryname>
! 2541: <description>
! 2542: Course initialization helper.
1.189 bowersj2 2543: </description>
2544: <status>works/unverified</status>
2545: </file>
2546: <file>
2547: <source>loncom/interface/lonquickgrades.pm</source>
2548: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
2549: <categoryname>handler</categoryname>
2550: <description>
2551: Student quick grades interface.
1.6 harris41 2552: </description>
1.10 harris41 2553: <status>works/unverified</status>
1.4 harris41 2554: </file>
2555: <file>
1.6 harris41 2556: <source>loncom/interface/lonpreferences.pm</source>
2557: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
2558: <categoryname>handler</categoryname>
2559: <description>
2560: Handles user preferences associated with customizing the online LON-CAPA
2561: educational environment.
2562: </description>
1.10 harris41 2563: <status>works/unverified</status>
1.6 harris41 2564: </file>
2565: <file>
2566: <source>loncom/interface/lonprintout.pm</source>
2567: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
2568: <categoryname>handler</categoryname>
2569: <description>
2570: Handles the production of printable files and resources.
2571: </description>
1.10 harris41 2572: <status>works/unverified</status>
1.6 harris41 2573: </file>
2574: <file>
2575: <source>loncom/interface/lonsearchcat.pm</source>
2576: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
2577: <categoryname>handler</categoryname>
2578: <description>
2579: Handles a searchable catalogue.
1.148 matthew 2580: </description>
2581: <status>works/unverified</status>
2582: </file>
2583: <file>
2584: <source>loncom/interface/lonmysql.pm</source>
2585: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
2586: <categoryname>handler</categoryname>
2587: <description>
2588: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 2589: </description>
1.10 harris41 2590: <status>works/unverified</status>
1.4 harris41 2591: </file>
2592: <file>
1.76 harris41 2593: <source>doc/man/Apache__lonsearchcat.3</source>
2594: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 2595: <categoryname>doc</categoryname>
1.76 harris41 2596: <description>man page for lonsearchcat.pm</description>
2597: <build trigger='always run'>
1.115 harris41 2598: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
2599: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 2600: </build>
2601: <status>works/unverified</status>
2602: <dependencies>
2603: ../../loncom/interface/lonsearchcat.pm
2604: </dependencies>
2605: </file>
2606: <file>
1.118 harris41 2607: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
2608: <target dist='default'>
2609: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 2610: </target>
1.83 harris41 2611: <categoryname>doc</categoryname>
1.76 harris41 2612: <description>POD-derived page for lonsearchcat.pm</description>
2613: <build trigger='always run'>
1.115 harris41 2614: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 2615: ../../doc/lib/perl/Apache/lonsearchcat.html && \
2616: echo 'pod2html lonsearchcat.pm'
1.76 harris41 2617: </build>
2618: <status>works/unverified</status>
2619: <dependencies>
2620: ../../loncom/interface/lonsearchcat.pm
2621: </dependencies>
1.232 www 2622: </file>
2623: <file>
2624: <source>loncom/interface/lonmanagekeys.pm</source>
2625: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
2626: <categoryname>handler</categoryname>
2627: <description>
2628: Allows users with "mky" privileges to generate and manage course access keys.
2629: </description>
2630: <status>works/unverified</status>
1.76 harris41 2631: </file>
2632: <file>
1.6 harris41 2633: <source>loncom/interface/londropadd.pm</source>
2634: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
2635: <categoryname>handler</categoryname>
2636: <description>
1.72 harris41 2637: Allows course coordinators to upload courselists in different formats, and
2638: automatically create users (if they do not exist already), assign them the
2639: role of student in a course, and add them to the classlist.
1.6 harris41 2640: </description>
1.10 harris41 2641: <status>works/unverified</status>
1.6 harris41 2642: </file>
2643: <file>
2644: <source>loncom/interface/lonmsg.pm</source>
2645: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
2646: <categoryname>handler</categoryname>
2647: <description>
1.72 harris41 2648: lonmsg.pm has several functions to send and receive internal messages.
2649: author_res_msg - send message to resource author.
2650: user_crit_msg - send a critical message to a user. A critical message
2651: will require acknowledgment by the recipient and the sender will be notified.
2652: user_crit_received - routine to trigger acknowledgment.
2653: statuschange - change the status of a message (read, replied, forwarded, etc).
2654: The handler also displays messages, has routines to reply, etc.
1.6 harris41 2655: </description>
1.10 harris41 2656: <status>works/unverified</status>
1.6 harris41 2657: </file>
2658: <file>
2659: <source>loncom/homework/hint.pm</source>
2660: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
2661: <categoryname>handler</categoryname>
2662: <description>
2663: This handler coordinates the delivery of hints to students working on LON-CAPA
2664: problems and assignments.
2665: </description>
1.10 harris41 2666: <status>works/unverified</status>
1.6 harris41 2667: </file>
2668: <file>
2669: <source>loncom/interface/lonspreadsheet.pm</source>
2670: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
2671: <categoryname>handler</categoryname>
2672: <description>
1.72 harris41 2673: Spreadsheets are completely web-based.
2674: They exist on the level of a whole course, a student, and individual
2675: assessments.
1.6 harris41 2676: </description>
1.10 harris41 2677: <status>works/unverified</status>
1.6 harris41 2678: </file>
2679: <file>
2680: <source>loncom/interface/lonparmset.pm</source>
2681: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
2682: <categoryname>handler</categoryname>
2683: <description>
2684: Handler to resolve ambiguous file locations
2685: </description>
1.10 harris41 2686: <status>works/unverified</status>
1.6 harris41 2687: </file>
2688: <file>
1.76 harris41 2689: <source>doc/man/Apache__lonparmset.3</source>
2690: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 2691: <categoryname>doc</categoryname>
1.76 harris41 2692: <description>man page for lonparmset.pm</description>
2693: <build trigger='always run'>
1.115 harris41 2694: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
2695: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 2696: </build>
2697: <status>works/unverified</status>
2698: <dependencies>
2699: ../../loncom/interface/lonparmset.pm
2700: </dependencies>
2701: </file>
2702: <file>
1.118 harris41 2703: <source>doc/lib/perl/Apache/lonparmset.html</source>
2704: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 2705: </target>
1.83 harris41 2706: <categoryname>doc</categoryname>
1.76 harris41 2707: <description>POD-derived page for lonparmset.pm</description>
2708: <build trigger='always run'>
1.115 harris41 2709: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 2710: ../../doc/lib/perl/Apache/lonparmset.html && \
2711: echo 'pod2html lonparmset.pm'
1.76 harris41 2712: </build>
2713: <status>works/unverified</status>
2714: <dependencies>
2715: ../../loncom/interface/lonparmset.pm
2716: </dependencies>
2717: </file>
2718: <file>
1.6 harris41 2719: <source>loncom/publisher/lonconstruct.pm</source>
2720: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
2721: <categoryname>handler</categoryname>
2722: <description>
2723: Page wrapper for handling construction space.
2724: </description>
1.10 harris41 2725: <status>works/unverified</status>
1.6 harris41 2726: </file>
2727: <file>
2728: <source>loncom/publisher/lonpublisher.pm</source>
2729: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
2730: <categoryname>handler</categoryname>
2731: <description>
2732: Publishes an LON-CAPA educational resource complete with metadata
2733: (authorship, language, copyright, creation date, etc).
2734: </description>
1.10 harris41 2735: <status>works/unverified</status>
1.6 harris41 2736: </file>
2737: <file>
1.76 harris41 2738: <source>doc/man/Apache__lonpublisher.3</source>
2739: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 2740: <categoryname>doc</categoryname>
1.76 harris41 2741: <description>man page for lonpublisher.pm</description>
2742: <build trigger='always run'>
1.115 harris41 2743: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
2744: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 2745: </build>
2746: <status>works/unverified</status>
2747: <dependencies>
2748: ../../loncom/publisher/lonpublisher.pm
2749: </dependencies>
2750: </file>
2751: <file>
1.118 harris41 2752: <source>doc/lib/perl/Apache/lonpublisher.html</source>
2753: <target dist='default'>
2754: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 2755: </target>
1.83 harris41 2756: <categoryname>doc</categoryname>
1.76 harris41 2757: <description>POD-derived page for lonpublisher.pm</description>
2758: <build trigger='always run'>
1.115 harris41 2759: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 2760: ../../doc/lib/perl/Apache/lonpublisher.html && \
2761: echo 'pod2html lonpublisher.pm'
1.76 harris41 2762: </build>
2763: <status>works/unverified</status>
2764: <dependencies>
2765: ../../loncom/publisher/lonpublisher.pm
2766: </dependencies>
2767: </file>
2768: <file>
1.6 harris41 2769: <source>loncom/interface/lonmenu.pm</source>
2770: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
2771: <categoryname>handler</categoryname>
2772: <description>
2773: Has routines which control the remote control.
1.228 www 2774: </description>
2775: <status>works/unverified</status>
2776: </file>
2777: <file>
2778: <source>loncom/interface/lonremote.pm</source>
2779: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
2780: <categoryname>handler</categoryname>
2781: <description>
2782: Handler to lauch and collapse the remote control.
1.6 harris41 2783: </description>
1.10 harris41 2784: <status>works/unverified</status>
1.6 harris41 2785: </file>
2786: <file>
2787: <source>rat/lonpageflip.pm</source>
2788: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
2789: <categoryname>handler</categoryname>
2790: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 2791: <status>works/unverified</status>
1.6 harris41 2792: </file>
2793: <file>
2794: <source>rat/lonratedt.pm</source>
2795: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
2796: <categoryname>handler</categoryname>
2797: <description>
2798: Builds up frame set and loads in the right thing.
2799: </description>
1.10 harris41 2800: <status>works/unverified</status>
1.6 harris41 2801: </file>
2802: <file>
2803: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
2804: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
2805: <categoryname>handler</categoryname>
2806: <description>
2807: Homework remote control.
1.157 www 2808: </description>
2809: <status>works/unverified</status>
2810: </file>
2811: <file>
2812: <source>loncom/html/res/adm/pages/chatroom.html</source>
2813: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
2814: <categoryname>handler</categoryname>
2815: <description>
2816: Establishes frameset for chatroom
1.6 harris41 2817: </description>
1.10 harris41 2818: <status>works/unverified</status>
1.6 harris41 2819: </file>
2820: <file>
2821: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
2822: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
2823: <categoryname>handler</categoryname>
2824: <description>
1.10 harris41 2825: This will take annotations and then plug them into a page.
1.6 harris41 2826: </description>
1.10 harris41 2827: <status>works/unverified</status>
1.6 harris41 2828: </file>
2829: <file>
2830: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
2831: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
2832: <categoryname>handler</categoryname>
2833: <description>
2834: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 2835: interface.
1.6 harris41 2836: </description>
1.10 harris41 2837: <status>works/unverified</status>
1.6 harris41 2838: </file>
2839: <file>
2840: <source>rat/lonratsrv.pm</source>
2841: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
2842: <categoryname>handler</categoryname>
2843: <description>
1.27 harris41 2844: Handler that takes output from RAT and stores it on disk. Handles the upper
2845: hidden frame of the added window that comes up in RAT. (3 frames come up in
2846: RAT server, code, and output. This module handles server connection.)
1.6 harris41 2847: </description>
1.10 harris41 2848: <status>works/unverified</status>
1.6 harris41 2849: </file>
2850: <file>
2851: <source>rat/lonpage.pm</source>
2852: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
2853: <categoryname>handler</categoryname>
2854: <description>
2855: bundles pages into one page
2856: </description>
1.10 harris41 2857: <status>works/unverified</status>
1.6 harris41 2858: </file>
2859: <file>
1.76 harris41 2860: <source>doc/man/Apache__lonpage.3</source>
2861: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 2862: <categoryname>doc</categoryname>
1.76 harris41 2863: <description>man page for lonpage.pm</description>
2864: <build trigger='always run'>
1.115 harris41 2865: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
2866: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 2867: </build>
2868: <status>works/unverified</status>
2869: <dependencies>
2870: ../../rat/lonpage.pm
2871: </dependencies>
2872: </file>
2873: <file>
1.118 harris41 2874: <source>doc/lib/perl/Apache/lonpage.html</source>
2875: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 2876: </target>
1.83 harris41 2877: <categoryname>doc</categoryname>
1.76 harris41 2878: <description>POD-derived page for lonnet.pm</description>
2879: <build trigger='always run'>
1.115 harris41 2880: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 2881: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 2882: </build>
2883: <status>works/unverified</status>
2884: <dependencies>
2885: ../../rat/lonpage.pm
2886: </dependencies>
2887: </file>
2888: <file>
1.6 harris41 2889: <source>rat/lonuserstate.pm</source>
2890: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
2891: <categoryname>handler</categoryname>
2892: <description>
1.133 harris41 2893: compile course into binary data structure
1.6 harris41 2894: </description>
1.10 harris41 2895: <status>works/unverified</status>
1.6 harris41 2896: </file>
2897: <file>
1.76 harris41 2898: <source>doc/man/Apache__lonuserstate.3</source>
2899: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 2900: <categoryname>doc</categoryname>
1.76 harris41 2901: <description>man page for lonnet.pm</description>
2902: <build trigger='always run'>
1.115 harris41 2903: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
2904: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 2905: </build>
2906: <status>works/unverified</status>
2907: <dependencies>
2908: ../../rat/lonuserstate.pm
2909: </dependencies>
2910: </file>
2911: <file>
1.118 harris41 2912: <source>doc/lib/perl/Apache/lonuserstate.html</source>
2913: <target dist='default'>
2914: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 2915: </target>
1.83 harris41 2916: <categoryname>doc</categoryname>
1.76 harris41 2917: <description>POD-derived page for lonuserstate.pm</description>
2918: <build trigger='always run'>
1.115 harris41 2919: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 2920: ../../doc/lib/perl/Apache/lonuserstate.html && \
2921: echo 'pod2html lonuserstate.pm'
1.76 harris41 2922: </build>
2923: <status>works/unverified</status>
2924: <dependencies>
2925: ../../rat/lonuserstate.pm
2926: </dependencies>
2927: </file>
2928: <file>
1.6 harris41 2929: <source>loncom/xml/lontex.pm</source>
2930: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
2931: <categoryname>handler</categoryname>
2932: <description>
1.133 harris41 2933: Handler for tex files
1.6 harris41 2934: </description>
1.10 harris41 2935: <status>works/unverified</status>
1.6 harris41 2936: </file>
2937: <file>
2938: <source>loncom/xml/lontexconvert.pm</source>
2939: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
2940: <categoryname>handler</categoryname>
2941: <description>
2942: Access to tth/ttm
2943: </description>
1.10 harris41 2944: <status>works/unverified</status>
1.6 harris41 2945: </file>
2946: <file>
2947: <source>loncom/xml/lonxml.pm</source>
2948: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
2949: <categoryname>handler</categoryname>
2950: <description>
2951: XML Parsing Module
1.78 harris41 2952: </description>
2953: <status>works/unverified</status>
2954: </file>
2955: <file>
2956: <source>loncom/xml/lonplot.pm</source>
2957: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
2958: <categoryname>handler</categoryname>
2959: <description>
2960: XML-based plotter of graphs
1.6 harris41 2961: </description>
1.10 harris41 2962: <status>works/unverified</status>
1.6 harris41 2963: </file>
2964: <file>
2965: <source>loncom/xml/style.pm</source>
2966: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
2967: <categoryname>handler</categoryname>
2968: <description>
2969: Style Parsing Module
2970: </description>
1.10 harris41 2971: <status>works/unverified</status>
1.6 harris41 2972: </file>
2973: <file>
2974: <source>loncom/xml/londefdef.pm</source>
2975: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
2976: <categoryname>handler</categoryname>
2977: <description>
2978: Tags Default Definition Module
2979: </description>
1.10 harris41 2980: <status>works/unverified</status>
1.4 harris41 2981: </file>
2982: <file>
1.6 harris41 2983: <source>loncom/xml/run.pm</source>
2984: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
2985: <categoryname>handler</categoryname>
2986: <description>
2987: used to prevent poorly written problems from causing lingering after effects
2988: </description>
1.10 harris41 2989: <status>works/unverified</status>
1.4 harris41 2990: </file>
2991: <file>
1.6 harris41 2992: <source>loncom/xml/scripttag.pm</source>
2993: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
2994: <categoryname>handler</categoryname>
2995: <description>
2996: implements <script>, <scriptlib>, <parserlib>, and
2997: <import>
2998: </description>
1.10 harris41 2999: <status>works/unverified</status>
1.185 albertel 3000: </file>
3001: <file>
3002: <source>loncom/homework/randomlylabel.pm</source>
3003: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3004: <categoryname>handler</categoryname>
3005: <description>
3006: Handler for compositing images, and text together.
1.207 www 3007: </description>
3008: </file>
3009: <file>
3010: <source>loncom/homework/rankresponse.pm</source>
3011: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3012: <categoryname>handler</categoryname>
3013: <description>
3014: Handler for rankresponse
1.209 albertel 3015: </description>
3016: </file>
3017: <file>
3018: <source>loncom/homework/matchresponse.pm</source>
3019: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3020: <categoryname>handler</categoryname>
3021: <description>
3022: Handler for matchresponse
1.185 albertel 3023: </description>
1.4 harris41 3024: </file>
3025: <file>
1.33 harris41 3026: <source>loncom/homework/randomlabel.pm</source>
3027: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3028: <categoryname>handler</categoryname>
3029: <description>
3030: Interface for producing applet code which randomizes the labelling of an
3031: image.
3032: </description>
3033: </file>
3034: <file>
1.6 harris41 3035: <source>loncom/homework/lonhomework.pm</source>
3036: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3037: <categoryname>handler</categoryname>
1.27 harris41 3038: <description>
3039: handles requests for output, evaluation, and alteration of a homework resource
3040: </description>
1.95 harris41 3041: <status>works/unverified</status>
1.4 harris41 3042: </file>
3043: <file>
1.6 harris41 3044: <source>loncom/homework/inputtags.pm</source>
3045: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3046: <categoryname>handler</categoryname>
3047: <description>
3048: produces HTML input tags (<INPUT>) for rendering homework resources
3049: </description>
1.10 harris41 3050: <status>works/unverified</status>
1.4 harris41 3051: </file>
3052: <file>
1.6 harris41 3053: <source>loncom/homework/structuretags.pm</source>
3054: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3055: <categoryname>handler</categoryname>
3056: <description>
1.27 harris41 3057: produces HTML tags necessary for structuring the presentation of homework
3058: resources
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/response.pm</source>
3064: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3065: <categoryname>handler</categoryname>
3066: <description>
1.27 harris41 3067: defines different types of responses given to student as well as syntax for
3068: producing response values
1.6 harris41 3069: </description>
1.10 harris41 3070: <status>works/unverified</status>
1.4 harris41 3071: </file>
3072: <file>
1.6 harris41 3073: <source>loncom/homework/caparesponse/caparesponse.pm</source>
3074: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
3075: <categoryname>handler</categoryname>
3076: <description>
3077: handles request to the CAPA homework processing engine
3078: </description>
1.10 harris41 3079: <status>works/unverified</status>
1.4 harris41 3080: </file>
3081: <file>
1.113 harris41 3082: <source>loncom/xml/Safe.pm</source>
3083: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
3084: <categoryname>handler</categoryname>
3085: <description>
3086: Meant to safely substitute for CPAN version of Safe.
3087: Allows for safely executing embedded perl comands in
3088: a way that does not threaten the operating system.
3089: </description>
3090: <status>works/unverified</status>
3091: </file>
3092: <file>
1.241 albertel 3093: <source>loncom/auth/localauth.pm</source>
3094: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
3095: <categoryname>handler</categoryname>
3096: <description>
1.208 harris41 3097: Local authentication mechanism. The target file is meant as a template
3098: for a localauth.pm file. The target file with the -std suffix is not
3099: used directly by any software program; it is just a template file.
1.241 albertel 3100: </description>
3101: <status>works/unverified</status>
3102: </file>
3103: <file>
3104: <source>loncom/auth/localauth.pm</source>
3105: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
3106: <categoryname>conf</categoryname>
3107: <description>
3108: Local authentication mechanism.
3109: </description>
3110: <status>works/unverified</status>
1.30 harris41 3111: </file>
3112: <file>
1.6 harris41 3113: <source>loncom/auth/lonacc.pm</source>
3114: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
3115: <categoryname>handler</categoryname>
3116: <description>
3117: (This module, like loncacc.pm also authenticates with cookies.)
3118: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
3119: functions (e.g. roles, logout, annotations, and bookmarks) as well
3120: as coordinating access to educational resources.
3121: </description>
1.10 harris41 3122: <status>works/unverified</status>
1.4 harris41 3123: </file>
3124: <file>
1.76 harris41 3125: <source>doc/man/Apache__lonacc.3</source>
3126: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 3127: <categoryname>doc</categoryname>
1.76 harris41 3128: <description>man page for lonacc.pm</description>
3129: <build trigger='always run'>
1.115 harris41 3130: loncom/build/pod2man.sh ../auth/lonacc.pm > \
3131: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 3132: </build>
3133: <status>works/unverified</status>
3134: <dependencies>
3135: ../../loncom/auth/lonacc.pm
3136: </dependencies>
3137: </file>
3138: <file>
1.118 harris41 3139: <source>doc/lib/perl/Apache/lonacc.html</source>
3140: <target dist='default'>
3141: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 3142: <categoryname>doc</categoryname>
1.76 harris41 3143: <description>POD-derived page for lonacc.pm</description>
3144: <build trigger='always run'>
1.115 harris41 3145: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3146: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3147: </build>
3148: <status>works/unverified</status>
3149: <dependencies>
3150: ../../loncom/auth/lonacc.pm
3151: </dependencies>
3152: </file>
3153: <file>
1.6 harris41 3154: <source>loncom/auth/lonracc.pm</source>
3155: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3156: <categoryname>handler</categoryname>
3157: <description>
3158: access handler for file transfers
1.151 www 3159: </description>
3160: <status>works/unverified</status>
3161: </file>
3162: <file>
3163: <source>loncom/auth/lontokacc.pm</source>
3164: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3165: <categoryname>handler</categoryname>
3166: <description>
1.154 www 3167: handler for inter-server transfer of token accessed files, includes
3168: cleanup handler to remove file when successfully done
3169: </description>
3170: <status>works/unverified</status>
3171: </file>
3172: <file>
3173: <source>loncom/auth/lonuploadedacc.pm</source>
3174: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3175: <categoryname>handler</categoryname>
3176: <description>
3177: access handler for user uploaded files
3178: </description>
3179: <status>works/unverified</status>
3180: </file>
3181: <file>
3182: <source>loncom/lontrans.pm</source>
3183: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3184: <categoryname>handler</categoryname>
3185: <description>
3186: URI to filename translation
1.6 harris41 3187: </description>
1.10 harris41 3188: <status>works/unverified</status>
1.87 harris41 3189: </file>
3190: <file>
3191: <source>doc/man/Apache__lonracc.3</source>
3192: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3193: <categoryname>doc</categoryname>
3194: <description>man page for lonracc.pm</description>
3195: <build trigger='always run'>
1.115 harris41 3196: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3197: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3198: </build>
3199: <status>works/unverified</status>
3200: <dependencies>
3201: ../../loncom/auth/lonracc.pm
3202: </dependencies>
3203: </file>
3204: <file>
1.118 harris41 3205: <source>doc/lib/perl/Apache/lonracc.html</source>
3206: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3207: </target>
1.87 harris41 3208: <categoryname>doc</categoryname>
3209: <description>POD-derived page for lonracc.pm</description>
3210: <build trigger='always run'>
1.115 harris41 3211: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3212: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3213: </build>
3214: <status>works/unverified</status>
3215: <dependencies>
3216: ../../loncom/auth/lonracc.pm
3217: </dependencies>
1.4 harris41 3218: </file>
3219: <file>
1.6 harris41 3220: <source>loncom/auth/loncacc.pm</source>
3221: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3222: <categoryname>handler</categoryname>
3223: <description>
3224: This module provides access to an educational resource construction area.
3225: This module is invoked by the URL-related pattern syntax
3226: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3227: Authentication of user identity
3228: is coordinated through cookies. The abbreviation "cacc" corresponds
3229: to "construction-space access"). If the cookie handle is invalid, then
3230: this module returns a forbidden status and makes appropriate log entries.
3231: If the cookie handle is valid, status is determined to be okay (and,
3232: for the "priv"-type access, the resource is delivered by the
3233: <tt>lonconstruct</tt> module).
3234: </description>
1.10 harris41 3235: <status>works/unverified</status>
1.4 harris41 3236: </file>
3237: <file>
1.86 harris41 3238: <source>doc/man/Apache__loncacc.3</source>
3239: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3240: <categoryname>doc</categoryname>
3241: <description>man page for loncacc.pm</description>
3242: <build trigger='always run'>
1.115 harris41 3243: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3244: && echo 'manifying loncacc.pm'
1.86 harris41 3245: </build>
3246: <status>works/unverified</status>
3247: <dependencies>
3248: ../../loncom/auth/loncacc.pm
3249: </dependencies>
3250: </file>
3251: <file>
1.118 harris41 3252: <source>doc/lib/perl/Apache/loncacc.html</source>
3253: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3254: </target>
1.86 harris41 3255: <categoryname>doc</categoryname>
3256: <description>POD-derived page for loncacc.pm</description>
3257: <build trigger='always run'>
1.115 harris41 3258: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3259: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3260: </build>
3261: <status>works/unverified</status>
3262: <dependencies>
3263: ../../loncom/auth/loncacc.pm
3264: </dependencies>
3265: </file>
3266: <file>
1.6 harris41 3267: <source>loncom/auth/lonauth.pm</source>
3268: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3269: <categoryname>handler</categoryname>
3270: <description>authenticate, set up session environment</description>
1.10 harris41 3271: <status>works/unverified</status>
1.4 harris41 3272: </file>
3273: <file>
1.6 harris41 3274: <source>loncom/auth/lonlogin.pm</source>
3275: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3276: <categoryname>handler</categoryname>
3277: <description>login screen</description>
1.10 harris41 3278: <status>works/unverified</status>
1.4 harris41 3279: </file>
3280: <file>
1.6 harris41 3281: <source>loncom/auth/lonlogout.pm</source>
3282: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3283: <categoryname>handler</categoryname>
3284: <description>logout</description>
1.10 harris41 3285: <status>works/unverified</status>
1.4 harris41 3286: </file>
3287: <file>
1.6 harris41 3288: <source>loncom/lonnet/perl/lonrep.pm</source>
3289: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3290: <categoryname>handler</categoryname>
3291: <description>replication</description>
1.4 harris41 3292: </file>
3293: <file>
1.6 harris41 3294: <source>loncom/auth/lonroles.pm</source>
3295: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3296: <categoryname>handler</categoryname>
3297: <description>
3298: This perl handling module reads in the available roles available
3299: for a LON-CAPA user (different courses, different privileges, etc)
3300: and produces a form-element HTML page which allows the user to select
3301: which role he wishes to exercise in the LON-CAPA system. For instance,
3302: a user may want to select between being a student in a thermodynamics
3303: physics course or a teaching assistant for an introductory calculus
3304: class.
3305: </description>
1.86 harris41 3306: </file>
3307: <file>
3308: <source>doc/man/Apache__lonroles.3</source>
3309: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3310: <categoryname>doc</categoryname>
3311: <description>man page for lonroles.pm</description>
3312: <build trigger='always run'>
1.115 harris41 3313: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3314: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3315: </build>
3316: <status>works/unverified</status>
3317: <dependencies>
3318: ../../loncom/auth/lonroles.pm
3319: </dependencies>
3320: </file>
3321: <file>
1.118 harris41 3322: <source>doc/lib/perl/Apache/lonroles.html</source>
3323: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3324: </target>
1.86 harris41 3325: <categoryname>doc</categoryname>
3326: <description>POD-derived page for lonroles.pm</description>
3327: <build trigger='always run'>
1.115 harris41 3328: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3329: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3330: </build>
3331: <status>works/unverified</status>
3332: <dependencies>
3333: ../../loncom/auth/lonroles.pm
3334: </dependencies>
1.4 harris41 3335: </file>
3336: <file>
1.6 harris41 3337: <source>loncom/interface/lonindexer.pm</source>
3338: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
3339: <categoryname>handler</categoryname>
3340: <description>
3341: cross server filesystem browser
3342: </description>
1.10 harris41 3343: <status>works/unverified</status>
1.76 harris41 3344: </file>
3345: <file>
3346: <source>doc/man/Apache__lonindexer.3</source>
3347: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 3348: <categoryname>doc</categoryname>
1.76 harris41 3349: <description>man page for lonindexer.pm</description>
3350: <build trigger='always run'>
1.115 harris41 3351: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
3352: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 3353: </build>
3354: <status>works/unverified</status>
3355: <dependencies>
3356: ../../loncom/interface/lonindexer.pm
3357: </dependencies>
3358: </file>
3359: <file>
1.118 harris41 3360: <source>doc/lib/perl/Apache/lonindexer.html</source>
3361: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 3362: </target>
1.83 harris41 3363: <categoryname>doc</categoryname>
1.76 harris41 3364: <description>POD-derived page for lonindexer.pm</description>
3365: <build trigger='always run'>
1.115 harris41 3366: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 3367: ../../doc/lib/perl/Apache/lonindexer.html && \
3368: echo 'pod2html lonindexer.pm'
1.76 harris41 3369: </build>
3370: <status>works/unverified</status>
3371: <dependencies>
3372: ../../loncom/interface/lonindexer.pm
3373: </dependencies>
1.4 harris41 3374: </file>
3375: <file>
1.24 harris41 3376: <source>loncom/interface/groupsort.pm</source>
3377: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
3378: <categoryname>handler</categoryname>
3379: <description>
3380: Implements a second phase of importing multiple resources into the RAT.
3381: Allows for reordering the sequence of resources.
3382: </description>
3383: <status>works/unverified</status>
3384: </file>
3385: <file>
1.6 harris41 3386: <source>loncom/lonnet/perl/lonnet.pm</source>
3387: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
3388: <categoryname>handler</categoryname>
3389: <description>
3390: This file is an interface to the lonc processes of the LON-CAPA network
3391: as well as set of elaborated functions for handling information necessary
3392: for navigating through a given cluster of LON-CAPA machines within a domain.
3393: There are over 40 specialized functions in this module which handle
3394: the reading and transmission of metadata, user information
3395: (ids, names, environments, roles, logs), file information (storage, reading,
3396: directories, extensions, replication, embedded styles and descriptors),
3397: educational resources (course descriptions, section names and numbers),
3398: url hashing (to assign roles on a url basis), and translating abbreviated
3399: symbols to and from more descriptive phrases or explanations.
3400: </description>
1.10 harris41 3401: <status>works/unverified</status>
1.73 harris41 3402: </file>
3403: <file>
3404: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 3405: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 3406: <categoryname>doc</categoryname>
1.73 harris41 3407: <description>man page for lonnet.pm</description>
3408: <build trigger='always run'>
1.115 harris41 3409: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
3410: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 3411: </build>
3412: <status>works/unverified</status>
3413: <dependencies>
3414: ../../loncom/lonnet/perl/lonnet.pm
3415: </dependencies>
3416: </file>
3417: <file>
1.118 harris41 3418: <source>doc/lib/perl/Apache/lonnet.html</source>
3419: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
3420: </target>
1.83 harris41 3421: <categoryname>doc</categoryname>
1.73 harris41 3422: <description>POD-derived page for lonnet.pm</description>
3423: <build trigger='always run'>
1.115 harris41 3424: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 3425: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 3426: </build>
3427: <status>works/unverified</status>
3428: <dependencies>
3429: ../../loncom/lonnet/perl/lonnet.pm
3430: </dependencies>
1.4 harris41 3431: </file>
3432: <file>
1.6 harris41 3433: <source>loncom/html/index.html</source>
3434: <target dist='default'>home/httpd/html/index.html</target>
3435: <categoryname>interface file</categoryname>
3436: <description>bumps to login</description>
1.181 www 3437: </file>
3438: <file>
3439: <source>loncom/html/favicon.ico</source>
3440: <target dist='default'>home/httpd/html/favicon.ico</target>
3441: <categoryname>interface file</categoryname>
3442: <description>Bookmark and tab icon</description>
1.4 harris41 3443: </file>
1.6 harris41 3444: <link>
3445: <linkto>etc/mime.types</linkto>
3446: <target dist='default'>etc/httpd/conf/mime.types</target>
3447: <categoryname>symbolic link</categoryname>
3448: <description>symbolic link to /etc/mime.types</description>
3449: </link>
3450: <link>
3451: <linkto>home/httpd/html/res</linkto>
3452: <target dist='default'>home/httpd/html/raw</target>
3453: <categoryname>symbolic link</categoryname>
3454: <description>symbolic link to /home/httpd/html/res</description>
3455: </link>
1.4 harris41 3456: <file>
1.6 harris41 3457: <source>loncom/html/adm/notfound.html</source>
3458: <target dist='default'>home/httpd/html/adm/notfound.html</target>
3459: <categoryname>interface file</categoryname>
3460: <description>
3461: static html page that is shown when an attempt is made to access a document
3462: not present on the web server
3463: </description>
1.4 harris41 3464: </file>
3465: <file>
1.6 harris41 3466: <source>loncom/html/adm/unauthorized.html</source>
3467: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
3468: <categoryname>interface file</categoryname>
3469: <description>
1.27 harris41 3470: static html page that is shown when an attempt is made to access a document
3471: which is restricted based on file or server configurations
1.32 harris41 3472: </description>
3473: </file>
3474: <file>
3475: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 3476: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 3477: <categoryname>interface file</categoryname>
3478: <description>
3479: Help page for the search engine.
1.6 harris41 3480: </description>
1.4 harris41 3481: </file>
3482: <file>
1.6 harris41 3483: <source>rat/client/rat.html</source>
3484: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
3485: <categoryname>interface file</categoryname>
3486: <description>
3487: frameset
3488: </description>
1.4 harris41 3489: </file>
3490: <file>
1.6 harris41 3491: <source>rat/client/parameter.html</source>
3492: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
3493: <categoryname>interface file</categoryname>
3494: <description>
3495: Parameter input window.
3496: </description>
1.4 harris41 3497: </file>
3498: <file>
1.6 harris41 3499: <source>rat/client/code.html</source>
3500: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 3501: <categoryname>interface file</categoryname>
3502: <description>
3503: javascript
3504: </description>
3505: </file>
3506: <file>
3507: <source>rat/client/extpickcode.html</source>
3508: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
3509: <categoryname>interface file</categoryname>
3510: <description>
3511: javascript
3512: </description>
3513: </file>
3514: <file>
3515: <source>rat/client/extpickframe.html</source>
3516: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 3517: <categoryname>interface file</categoryname>
3518: <description>
3519: javascript
3520: </description>
1.4 harris41 3521: </file>
3522: <file>
1.6 harris41 3523: <source>rat/client/map.html</source>
3524: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
3525: <categoryname>interface file</categoryname>
3526: <description>
3527: bumper
3528: </description>
1.4 harris41 3529: </file>
3530: <file>
1.6 harris41 3531: <source>rat/client/empty.html</source>
3532: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
3533: <categoryname>interface file</categoryname>
3534: <description>
3535: A blank page with very minimal HTML structural elements.
1.217 www 3536: </description>
3537: </file>
3538: <file>
3539: <source>rat/client/loading.html</source>
3540: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
3541: <categoryname>interface file</categoryname>
3542: <description>
3543: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 3544: </description>
1.4 harris41 3545: </file>
1.10 harris41 3546: <fileglob>
3547: <glob>*.gif</glob>
3548: <sourcedir>rat/images/</sourcedir>
3549: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
3550: <categoryname>graphic file</categoryname>
3551: <description>
3552: icons for providing a HTML-tabled view of a course map
3553: </description>
3554: <filenames>
1.37 harris41 3555: 1.1.dt.gif;
3556: 1.1.empty.gif;
3557: 1.1.ld.gif;
3558: 1.1.lr.gif;
3559: 1.1.rd.gif;
1.60 harris41 3560: 1.1.rl.gif;
1.37 harris41 3561: 1.1.td.gif;
3562: 1.1.tdrl.gif;
3563: 1.1.tl.gif;
3564: 1.1.tr.gif;
3565: 1.1.utd.gif;
3566: 1.2.ctd.gif;
3567: 1.2.dt.gif;
3568: 1.2.empty.gif;
3569: 1.2.ld.gif;
3570: 1.2.lr.gif;
3571: 1.2.lrd.gif;
3572: 1.2.lrtd.gif;
3573: 1.2.rd.gif;
3574: 1.2.rl.gif;
3575: 1.2.rld.gif;
3576: 1.2.rltd.gif;
3577: 1.2.rtd.gif;
3578: 1.2.rtdl.gif;
3579: 1.2.rtl.gif;
3580: 1.2.td.gif;
3581: 1.2.tdl.gif;
3582: 1.2.tdrl.gif;
3583: 1.2.tl.gif;
3584: 1.2.tr.gif;
3585: 1.2.utd.gif;
3586: 2.1.dt.gif;
3587: 2.1.empty.gif;
3588: 2.1.ld.gif;
3589: 2.1.lr.gif;
3590: 2.1.rd.gif;
3591: 2.1.rl.gif;
3592: 2.1.td.gif;
3593: 2.1.tdrl.gif;
3594: 2.1.tl.gif;
3595: 2.1.tr.gif;
3596: 2.2.dt.gif;
3597: 2.2.empty.gif;
3598: 2.2.ld.gif;
3599: 2.2.lr.gif;
3600: 2.2.lrd.gif;
3601: 2.2.lrt.gif;
3602: 2.2.rd.gif;
3603: 2.2.rl.gif;
3604: 2.2.rld.gif;
3605: 2.2.rlt.gif;
3606: 2.2.td.gif;
3607: 2.2.tdl.gif;
3608: 2.2.tdr.gif;
3609: 2.2.tdrl.gif;
3610: 2.2.tl.gif;
3611: 2.2.tr.gif;
3612: 2.2.url.gif;
3613: 2.2.utd.gif;
3614: arrow.gif;
3615: bdt.gif;
3616: bempty.gif;
3617: bld.gif;
3618: blr.gif;
3619: blrd.gif;
3620: blrt.gif;
1.60 harris41 3621: bottom.gif;
1.37 harris41 3622: brd.gif;
3623: brl.gif;
3624: brld.gif;
3625: brlt.gif;
3626: btd.gif;
3627: btdl.gif;
3628: btdr.gif;
3629: btdrl.gif;
3630: btl.gif;
3631: btr.gif;
3632: burl.gif;
3633: butd.gif;
3634: condition.gif;
3635: edit.gif;
3636: finish.gif;
3637: info.gif;
3638: inscol.gif;
3639: inscond.gif;
3640: insres.gif;
3641: insrow.gif;
3642: left.gif;
3643: middle.gif;
3644: resource.gif;
3645: right.gif;
3646: sctd.gif;
3647: sdt.gif;
3648: sempty.gif;
3649: sld.gif;
3650: slr.gif;
3651: slrd.gif;
3652: slrtd.gif;
3653: srd.gif;
3654: srl.gif;
3655: srld.gif;
3656: srltd.gif;
3657: srtd.gif;
3658: srtdl.gif;
3659: srtl.gif;
3660: start.gif;
3661: std.gif;
3662: stdl.gif;
1.10 harris41 3663: sutd.gif
3664: </filenames>
3665: </fileglob>
3666: <fileglob>
1.60 harris41 3667: <glob>*.*</glob>
1.10 harris41 3668: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
3669: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
3670: <categoryname>graphic file</categoryname>
3671: <description>
3672: icons to indicate an unexpected result
3673: </description>
3674: <filenames>
1.37 harris41 3675: lonconstruct.gif;
3676: lonlogo_broken.gif;
3677: lonlogo_broken_tsp.gif;
3678: lonlogo_broken.eps;
3679: lonlogo_broken.jpg;
1.10 harris41 3680: lonlogo_broken.mov
3681: </filenames>
3682: </fileglob>
3683: <fileglob>
1.60 harris41 3684: <glob>*.*</glob>
1.10 harris41 3685: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
3686: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
3687: <categoryname>graphic file</categoryname>
3688: <description>
1.132 harris41 3689: logos and general widget icons
1.10 harris41 3690: </description>
3691: <filenames>
1.68 harris41 3692: SMETE_white.gif;
1.117 harris41 3693: aboutlon.gif;
3694: accessbutton.gif;
1.224 www 3695: angry.gif;
1.60 harris41 3696: arrow_up.gif;
1.224 www 3697: bigsmile.gif;
1.177 bowersj2 3698: branch.gif;
1.37 harris41 3699: cab.gif;
3700: cab_big.gif;
1.62 harris41 3701: capapanel.gif;
1.224 www 3702: check.gif;
1.37 harris41 3703: class.gif;
3704: class_big.gif;
1.224 www 3705: coolindiff.gif;
3706: coolsmile.gif;
3707: cry.gif;
1.37 harris41 3708: dvi.gif;
3709: dvi_big.gif;
3710: eps.gif;
3711: eps_big.gif;
3712: exam.gif;
3713: exam_big.gif;
1.117 harris41 3714: fillbottom.gif;
3715: fillleft.gif;
3716: fillright.gif;
3717: filltop.gif;
1.37 harris41 3718: folder_closed.gif;
3719: folder_opened.gif;
3720: folder_pointer_closed.gif;
3721: folder_pointer_opened.gif;
3722: form.gif;
3723: form_big.gif;
1.224 www 3724: frowny.gif;
1.37 harris41 3725: gif.gif;
3726: gif_big.gif;
1.117 harris41 3727: header.gif;
1.224 www 3728: hrrm.gif;
1.37 harris41 3729: htm.gif;
3730: html.gif;
3731: html_big.gif;
1.224 www 3732: huh.gif;
1.52 harris41 3733: jar.gif;
3734: jar_big.gif;
1.37 harris41 3735: jpg.gif;
3736: jpg_big.gif;
1.62 harris41 3737: latex.gif;
1.224 www 3738: lipsrsealed.gif;
1.117 harris41 3739: lite.gif;
1.37 harris41 3740: liteani.gif;
1.117 harris41 3741: litetext.gif;
1.62 harris41 3742: lolpanel.gif;
1.37 harris41 3743: lonanim.gif;
3744: lonanimend.gif;
1.117 harris41 3745: loncapalogo.gif;
1.37 harris41 3746: lonhelplogos.gif;
1.60 harris41 3747: lonhelptop.gif;
1.37 harris41 3748: lonlogo.gif;
3749: lonlogos.gif;
1.117 harris41 3750: lowerleft.gif;
3751: lowerright.gif;
1.236 www 3752: minilogo.gif;
1.37 harris41 3753: meta.gif;
3754: meta_big.gif;
3755: mov.gif;
3756: mov_big.gif;
3757: move_up.gif;
3758: move_down.gif;
1.177 bowersj2 3759: navmap.correct.gif;
3760: navmap.open.gif;
3761: navmap.wrong.gif;
1.180 bowersj2 3762: navmap.folder.open.gif;
3763: navmap.folder.closed.gif;
1.229 bowersj2 3764: navmap.folder.open.nomanip.gif;
3765: navmap.folder.closed.nomanip.gif;
1.37 harris41 3766: page.gif;
3767: page_big.gif;
3768: pdf.gif;
3769: pdf_big.gif;
1.54 harris41 3770: png.gif;
3771: png_big.gif;
1.37 harris41 3772: problem.gif;
3773: problem_big.gif;
3774: ps.gif;
3775: ps_big.gif;
1.224 www 3776: rolleyes.gif;
1.37 harris41 3777: quill.gif;
3778: quiz.gif;
3779: quiz_big.gif;
3780: select.gif;
3781: sequence.gif;
3782: sequence_big.gif;
3783: server.gif;
3784: server_big.gif;
1.224 www 3785: shocked.gif;
3786: smiley.gif;
1.37 harris41 3787: srvbad.gif;
3788: srvempty.gif;
3789: srvgood.gif;
3790: srvhalf.gif;
3791: srvnull.gif;
3792: survey.gif;
3793: survey_big.gif;
3794: tex.gif;
3795: tex_big.gif;
1.210 www 3796: tth.gif;
1.37 harris41 3797: txt.gif;
3798: txt_big.gif;
1.57 harris41 3799: unknown.gif;
3800: unknown_big.gif;
1.117 harris41 3801: upperleft.gif;
3802: upperright.gif;
1.37 harris41 3803: user.gif;
3804: user_big.gif;
1.117 harris41 3805: userauthentication.gif;
1.37 harris41 3806: wav.gif;
3807: wav_big.gif;
3808: white_space_20_22.gif;
3809: whitespace1.gif;
3810: whitespace10.gif;
3811: whitespace2.gif;
3812: whitespace3.gif;
3813: whitespace4.gif;
3814: whitespace5.gif;
3815: whitespace6.gif;
3816: whitespace7.gif;
3817: whitespace8.gif;
3818: whitespace9.gif;
1.224 www 3819: wink.gif;
1.37 harris41 3820: xml.gif;
3821: xml_big.gif;
3822: zip.gif;
1.10 harris41 3823: zip_big.gif
3824: </filenames>
3825: </fileglob>
3826: <fileglob>
1.60 harris41 3827: <glob>*.*</glob>
1.10 harris41 3828: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
3829: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
3830: <categoryname>graphic file</categoryname>
3831: <description>
1.132 harris41 3832: Miscellaneous resources.
1.10 harris41 3833: </description>
3834: <filenames>
1.80 harris41 3835: authorfeed.gif;
3836: bomb.gif;
1.40 harris41 3837: cat_button.gif;
1.80 harris41 3838: chat.gif;
1.111 harris41 3839: eval_button.gif;
1.80 harris41 3840: feedback.gif;
1.40 harris41 3841: pprm_button.gif;
3842: pgrd_button.gif;
3843: subm_button.gif
1.10 harris41 3844: </filenames>
3845: </fileglob>
3846: <file>
3847: <source>loncom/xml/tth.pm</source>
3848: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115 harris41 3849: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.233 albertel 3850: <target dist='redhat8'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 3851: <categoryname>system file</categoryname>
3852: <description>
3853: perl module for invoking functions specific to TeX-to-HTML conversion
3854: </description>
3855: <note>
3856: Has the same dependencies and build process as tth.so.
3857: Currently, only the tth.so file specifications invoke
1.49 harris41 3858: the build process however. A static version is checked into loncom/xml
3859: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 3860: </note>
1.113 harris41 3861: <status>works/unverified</status>
3862: </file>
3863: <file>
3864: <source>loncom/xml/LCParser.pm</source>
3865: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 3866: <categoryname>system file</categoryname>
3867: <description>
3868: perl module for parsing HTML in a way that really works and is thoroughly
3869: tested
3870: </description>
3871: <status>works/unverified</status>
1.234 foxr 3872: </file>
3873: <file>
3874: <source>loncom/LondConnection.pm</source>
1.239 albertel 3875: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 3876: <categoryname>system file</categoryname>
3877: <description>
3878: Manages a connection between a lonc proxy daemon and the lond server
3879: in the remote node.
3880: </description>
3881: <status>works/verified</status>
3882: </file>
3883: <file>
3884: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 3885: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 3886: <categoryname>system file</categoryname>
3887: <description>
3888: Provides support to iterate through opaque hashes hidden e.g. within
3889: object private data.
3890: </description>
3891: <status>works/verified</status>
3892: </file>
3893: <file>
3894: <source>loncom/types/Queue.pm</source>
1.239 albertel 3895: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 3896: <categoryname>system file</categoryname>
3897: <description>
3898: Provides a FIFO queue class.
3899: </description>
3900: <status>works/verified</status>
3901: </file>
3902: <file>
3903: <source>loncom/types/Stack.pm</source>
1.239 albertel 3904: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 3905: <categoryname>system file</categoryname>
3906: <description>
3907: Provides a LIFO stack class.
3908: </description>
3909: <status>works/verified</status>
1.239 albertel 3910: </file>
1.234 foxr 3911: <file>
3912: <source>loncom/loncnew</source>
1.240 albertel 3913: <target dist='default'>home/httpd/perl/loncnew</target>
3914: <categoryname>script</categoryname>
1.234 foxr 3915: <description>
3916: Proxy server for remote loncapa requests.
3917: </description>
3918: <dependencies>
3919: CPAN Event module.
3920: </dependencies>
1.125 harris41 3921: </file>
3922: <file>
3923: <source>loncom/configuration/Configuration.pm</source>
3924: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 3925: <categoryname>system file</categoryname>
3926: <description>
1.126 harris41 3927: Configuration file reader (looks in /etc/httpd/conf/); accepts
3928: a list of *.conf files to inspect for PerlSetVar key/value
3929: entries.
1.113 harris41 3930: </description>
1.10 harris41 3931: <status>works/unverified</status>
3932: </file>
3933: <file>
3934: <source>modules/TexConvert/tthperl/tth.so</source>
3935: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115 harris41 3936: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.233 albertel 3937: <target dist='redhat8'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 3938: <categoryname>system file</categoryname>
3939: <description>
3940: shared library file for dynamic loading and unloading
3941: </description>
3942: <note>
3943: The source and file dependencies are not available to most
3944: CVS users. (You can safely rely on the existing binaries
3945: present on your system... don't worry about warnings
3946: related to this file during the build process.)
3947: </note>
3948: <build trigger='run if dependencies change'>
3949: modules/TexConvert/tthperl/commands
3950: </build>
3951: <status>works/unverified</status>
3952: <dependencies>
1.39 harris41 3953: ../tthdynamic/tthfunc.c;
1.82 harris41 3954: ../ttmdynamic/ttmfunc.c
1.10 harris41 3955: </dependencies>
3956: </file>
3957: <file>
3958: <source>loncom/homework/caparesponse/capa.pm</source>
3959: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115 harris41 3960: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.233 albertel 3961: <target dist='redhat8'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 3962: <categoryname>system file</categoryname>
3963: <description>
3964: perl module for invoking functions specific to CAPA
3965: </description>
1.49 harris41 3966: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 3967: <note>
3968: Has the same dependencies and build process as capa.so.
3969: Currently, only the capa.so file specifications invoke
3970: the build process however.
3971: </note>
3972: </file>
3973: <file>
3974: <source>loncom/homework/caparesponse/capa.bs</source>
3975: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115 harris41 3976: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.233 albertel 3977: <target dist='redhat8'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 3978: <categoryname>system file</categoryname>
3979: <description>
1.27 harris41 3980: bootstrap file associated with dynamic loading of this module on multiple
3981: architectures
1.10 harris41 3982: </description>
1.49 harris41 3983: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 3984: <note>
3985: Has the same dependencies and build process as capa.so.
3986: Currently, only the capa.so file specifications invoke
3987: the build process however.
3988: </note>
3989: </file>
3990: <file>
3991: <source>loncom/homework/caparesponse/capa.so</source>
3992: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115 harris41 3993: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.233 albertel 3994: <target dist='redhat8'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 3995: <categoryname>system file</categoryname>
3996: <description>
3997: shared library file for dynamic loading and unloading
3998: </description>
3999: <build trigger='always run'>
4000: loncom/homework/caparesponse/commands
4001: </build>
4002: <dependencies>
1.39 harris41 4003: caparesponse.c;
1.119 harris41 4004: caparesponse.pm;
4005: README;
4006: Makefile.PL;
4007: capa.i;
1.120 harris41 4008: commands;
1.222 albertel 4009: ../../../CAPA/pProj/Makefile;
1.120 harris41 4010: ../../../CAPA/pProj/capaGrammarDef.y;
4011: ../../../CAPA/pProj/capaFormula.y;
4012: ../../../CAPA/pProj/capaLexerDef.flex;
4013: ../../../CAPA/pProj/capaFunction.c;
4014: ../../../CAPA/pProj/capaParserUtils.c;
4015: ../../../CAPA/pProj/capaMapExpr.c;
4016: ../../../CAPA/pProj/capaUnit.c;
4017: ../../../CAPA/pProj/com.c;
4018: ../../../CAPA/pProj/linpack.c;
4019: ../../../CAPA/pProj/ranlib.c;
4020: ../../../CAPA/pProj/capaCgiUtils.c;
4021: ../../../CAPA/pProj/capaSubjective.c;
4022: ../../../CAPA/pProj/capaRQO.c;
4023: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 4024: ../../../CAPA/pProj/capaCommon.c;
4025: ../../../CAPA/pProj/capaCommon.h;
4026: ../../../CAPA/pProj/ranlib.h;
4027: ../../../CAPA/pProj/capaCGI.h;
4028: ../../../CAPA/pProj/capaFunction.h;
4029: ../../../CAPA/pProj/capaRQO.h;
4030: ../../../CAPA/pProj/capaParser.h;
4031: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 4032: </dependencies>
4033: </file>
4034: <fileglob>
4035: <glob>*.ent</glob>
4036: <sourcedir>loncom/MathML/</sourcedir>
4037: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
4038: <categoryname>system file</categoryname>
4039: <description>
1.27 harris41 4040: xml files which assign unicode numbers to mathematical symbols using
4041: <! ENTITY... > type syntax.
1.10 harris41 4042: </description>
4043: <filenames>
1.37 harris41 4044: isoamsa.ent;
4045: isoamsb.ent;
4046: isoamsc.ent;
4047: isoamsn.ent;
4048: isoamso.ent;
4049: isoamsr.ent;
4050: isobox.ent;
4051: isocyr1.ent;
4052: isocyr2.ent;
4053: isodia.ent;
4054: isogrk1.ent;
4055: isogrk2.ent;
4056: isogrk3.ent;
4057: isogrk4.ent;
4058: isolat1.ent;
4059: isolat2.ent;
4060: isomfrk.ent;
4061: isomopf.ent;
4062: isomscr.ent;
4063: isonum.ent;
4064: isopub.ent;
4065: isotech.ent;
4066: mmlalias.ent;
1.10 harris41 4067: mmlextra.ent
4068: </filenames>
1.37 harris41 4069: </fileglob>
1.10 harris41 4070: <file>
4071: <source>loncom/MathML/mathml.css</source>
4072: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
4073: <categoryname>system file</categoryname>
4074: <description>
4075: cascading style sheet
4076: </description>
4077: </file>
4078: <file>
4079: <source>loncom/MathML/mathml.dtd</source>
4080: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
4081: <categoryname>system file</categoryname>
4082: <description>
4083: document type definition
4084: </description>
4085: </file>
1.4 harris41 4086: <file>
1.10 harris41 4087: <source>loncom/auth/londes.js</source>
4088: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
4089: <categoryname>interface file</categoryname>
1.6 harris41 4090: <description>
1.27 harris41 4091: Encryption Routines according to Data Encryption Standard DES, written in
4092: javascript.
1.6 harris41 4093: </description>
1.4 harris41 4094: </file>
4095: <file>
1.10 harris41 4096: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 4097: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
4098: </target>
1.10 harris41 4099: <categoryname>handler</categoryname>
1.6 harris41 4100: <description>
1.115 harris41 4101: Intended for providing perl functions for the <script></script>
4102: environment in a problem that was converted from lectureonline.
1.6 harris41 4103: </description>
1.4 harris41 4104: </file>
4105: <file>
1.10 harris41 4106: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 4107: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
4108: </target>
1.10 harris41 4109: <categoryname>handler</categoryname>
1.6 harris41 4110: <description>
1.14 harris41 4111: Provides many functions for the <script> environment in a .problem.
1.11 harris41 4112: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 4113: </description>
1.4 harris41 4114: </file>
4115: <file>
1.10 harris41 4116: <source>loncom/homework/capa.units</source>
4117: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
4118: <categoryname>static conf</categoryname>
1.6 harris41 4119: <description>
1.10 harris41 4120: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 4121: </description>
1.4 harris41 4122: </file>
1.165 www 4123: <fileglob>
4124: <glob>*.jpg</glob>
4125: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
4126: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
4127: <categoryname>graphic file</categoryname>
4128: <description>Pages headers</description>
4129: <filenames>
4130: admin.jpg;
4131: author.jpg;
4132: coordinator.jpg;
4133: header.jpg;
4134: student.jpg;
1.166 www 4135: </filenames>
4136: </fileglob>
4137: <fileglob>
1.230 www 4138: <glob>*.jpg</glob>
4139: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4140: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4141: <categoryname>graphic file</categoryname>
4142: <description>Logos of LON-CAPA domains (jpg)</description>
4143: <filenames>
4144: headermsu.jpg;
4145: </filenames>
4146: </fileglob>
4147: <fileglob>
1.166 www 4148: <glob>*.gif</glob>
4149: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4150: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4151: <categoryname>graphic file</categoryname>
1.230 www 4152: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 4153: <filenames>
1.197 albertel 4154: 103.gif;
4155: gerd.gif;
4156: mio.gif;
4157: msuvu.gif;
4158: ohiou.gif;
4159: rhs.gif;
4160: sfu.gif;
4161: tmcc.gif;
4162: umich.gif;
4163: worf.gif;
4164: annarbor.gif;
4165: elps.gif;
4166: gwu.gif;
4167: msudemo.gif;
4168: ndsu.gif;
4169: physnet.gif;
4170: sc.gif;
4171: Selwyn.gif;
4172: ucf.gif;
4173: unihalle.gif;
4174: wscc.gif;
4175: cps.gif;
4176: fsu.gif;
4177: lsd.gif;
4178: msu.gif;
4179: nsdl.gif;
4180: pmm.gif;
4181: sunysb.gif;
4182: udel.gif;
1.223 albertel 4183: uz.gif;
4184: fvl.gif;
4185: glps.gif;
4186: headersfu.gif;
4187: uwsp.gif
1.168 www 4188: </filenames>
4189: </fileglob>
4190: <fileglob>
4191: <glob>*.tab</glob>
4192: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
4193: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
4194: <categoryname>conf</categoryname>
4195: <description>Designs of LON-CAPA domains</description>
1.166 www 4196: <filenames>
1.197 albertel 4197: annarbor.tab;
4198: default.tab;
4199: msu.tab;
4200: sfu.tab;
4201: worf.tab
1.165 www 4202: </filenames>
4203: </fileglob>
1.10 harris41 4204: <fileglob>
4205: <glob>*.gif</glob>
1.159 www 4206: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
4207: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 4208: <categoryname>graphic file</categoryname>
1.159 www 4209: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 4210: <filenames>
1.130 www 4211: 0.gif;
4212: 1.gif;
4213: 2.gif;
4214: 3.gif;
4215: 4.gif;
4216: 5.gif;
4217: 6.gif;
4218: 7.gif;
4219: 8.gif;
4220: 9.gif;
1.37 harris41 4221: a.gif;
1.159 www 4222: b.gif;
4223: c.gif;
4224: d.gif;
4225: e.gif;
4226: f.gif;
4227: g.gif;
4228: h.gif;
4229: i.gif;
4230: j.gif;
4231: k.gif;
4232: l.gif;
4233: m.gif;
4234: n.gif;
4235: o.gif;
4236: p.gif;
4237: q.gif;
4238: r.gif;
4239: s.gif;
4240: t.gif;
4241: u.gif;
4242: v.gif;
4243: w.gif;
4244: x.gif;
4245: y.gif;
4246: z.gif;
4247: colon.gif;
4248: hyphen.gif;
4249: slash.gif;
4250: space.gif;
4251: </filenames>
4252: </fileglob>
4253: <fileglob>
4254: <glob>*.gif</glob>
4255: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
4256: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
4257: <categoryname>graphic file</categoryname>
4258: <description>icons used for the entire LON-CAPA user interface</description>
4259: <filenames>
1.147 www 4260: anno.gif;
1.37 harris41 4261: anot.gif;
4262: back.gif;
1.147 www 4263: bchat.gif;
1.37 harris41 4264: bkm.gif;
4265: brws.gif;
1.60 harris41 4266: catalog.gif;
1.37 harris41 4267: ccrs.gif;
4268: chat.gif;
4269: chrt.gif;
4270: com.gif;
4271: courses.gif;
4272: cprv.gif;
4273: cstr.gif;
4274: dempty.gif;
1.147 www 4275: docs.gif;
1.37 harris41 4276: egrd.gif;
4277: empty.gif;
4278: enrl.gif;
4279: eval.gif;
4280: fdbk.gif;
4281: feedback.gif;
4282: forw.gif;
4283: grds.gif;
4284: group.gif;
4285: help.gif;
4286: info.gif;
1.238 www 4287: keys.gif;
1.37 harris41 4288: ledblink.gif;
4289: ledgreen.gif;
4290: ledoff.gif;
4291: ledon.gif;
4292: ledsend.gif;
4293: logout.gif;
4294: mrk.gif;
4295: nav.gif;
4296: next.gif;
1.131 www 4297: nothumb.gif;
1.37 harris41 4298: parm.gif;
4299: pgrd.gif;
4300: pparm.gif;
1.99 harris41 4301: pref.gif;
1.37 harris41 4302: prev.gif;
4303: prt.gif;
4304: qempty.gif;
4305: reload.gif;
4306: remotebg.gif;
4307: res.gif;
4308: roles.gif;
4309: sbkm.gif;
4310: spacer.gif;
4311: sprs.gif;
4312: src.gif;
4313: stat.gif;
4314: subm.gif;
4315: title.gif;
4316: vbkm.gif;
1.10 harris41 4317: </filenames>
4318: </fileglob>
1.4 harris41 4319: <file>
1.10 harris41 4320: <source>loncom/html/res/adm/pages/imgmaps.html</source>
4321: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
4322: <categoryname>interface file</categoryname>
1.6 harris41 4323: <description>
1.10 harris41 4324: image maps for the LON-CAPA remote control
1.6 harris41 4325: </description>
1.4 harris41 4326: </file>
4327: <file>
1.10 harris41 4328: <source>loncom/html/res/adm/pages/index.html</source>
4329: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
4330: <categoryname>interface file</categoryname>
1.6 harris41 4331: <description>
1.10 harris41 4332: welcoming page to the LON-CAPA system upon login
1.6 harris41 4333: </description>
1.4 harris41 4334: </file>
4335: <file>
1.10 harris41 4336: <source>loncom/html/res/adm/pages/menu.html</source>
4337: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
4338: <categoryname>interface file</categoryname>
1.6 harris41 4339: <description>
1.10 harris41 4340: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 4341: </description>
1.4 harris41 4342: </file>
1.10 harris41 4343: <fileglob>
4344: <glob>*.gif</glob>
4345: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 4346: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
4347: </targetdir>
1.10 harris41 4348: <categoryname>graphic file</categoryname>
4349: <description>
1.132 harris41 4350: icons used for directory indexing and login screen
1.10 harris41 4351: </description>
4352: <filenames>
1.37 harris41 4353: a.gif;
4354: alert.black.gif;
4355: alert.red.gif;
4356: back.gif;
4357: ball.gray.gif;
4358: ball.red.gif;
4359: binary.gif;
4360: binhex.gif;
4361: blank.gif;
4362: bomb.gif;
4363: box1.gif;
4364: box2.gif;
4365: broken.gif;
4366: burst.gif;
4367: c.gif;
4368: comp.blue.gif;
4369: comp.gray.gif;
4370: compressed.gif;
4371: continued.gif;
4372: course.gif;
4373: dir.gif;
4374: down.gif;
4375: dvi.gif;
4376: f.gif;
4377: folder.gif;
4378: folder.open.gif;
4379: folder.sec.gif;
4380: folder_closed.gif;
4381: folder_closed_pressed.gif;
4382: folder_new.gif;
4383: folder_opened.gif;
4384: folder_opened_pressed.gif;
4385: folder_pointer_closed.gif;
4386: folder_pointer_opened.gif;
4387: folder_spacer.gif;
4388: folder_trash.gif;
4389: forward.gif;
4390: generic.gif;
4391: generic.red.gif;
4392: generic.sec.gif;
4393: hand.right.gif;
4394: hand.up.gif;
4395: html.gif;
4396: image1.gif;
4397: image2.gif;
4398: image3.gif;
4399: index.gif;
4400: layout.gif;
4401: left.gif;
4402: link.gif;
4403: mov.gif;
4404: movie1.gif;
4405: p.gif;
4406: patch.gif;
4407: pdf.gif;
4408: portal.gif;
4409: problem.gif;
4410: ps.gif;
4411: quill.gif;
4412: right.gif;
4413: screw1.gif;
4414: screw2.gif;
4415: script.gif;
4416: sound1.gif;
4417: sound2.gif;
4418: sphere1.gif;
4419: sphere2.gif;
4420: tar.gif;
4421: tex.gif;
4422: text.gif;
4423: transfer.gif;
4424: unknown.gif;
4425: up.gif;
4426: uu.gif;
4427: uuencoded.gif;
4428: white_space_20_22.gif;
4429: white_space_22_22.gif;
4430: whitespace1.gif;
4431: whitespace10.gif;
4432: whitespace2.gif;
4433: whitespace3.gif;
4434: whitespace4.gif;
4435: whitespace5.gif;
4436: whitespace6.gif;
4437: whitespace7.gif;
4438: whitespace8.gif;
4439: whitespace9.gif;
4440: world1.gif;
1.10 harris41 4441: world2.gif
4442: </filenames>
4443: </fileglob>
4444: <fileglob>
4445: <glob>*.gif</glob>
4446: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4447: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4448: </targetdir>
1.10 harris41 4449: <categoryname>graphic file</categoryname>
4450: <description>
1.132 harris41 4451: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 4452: </description>
4453: <filenames>
1.37 harris41 4454: folder_anim.gif;
4455: folder_close.gif;
4456: folder_drag.gif;
4457: folder_new.gif;
4458: folder_open.gif;
4459: folder_pointer_closed.gif;
4460: folder_pointer_opened.gif;
4461: folder_static.gif;
4462: folder_trash.gif;
4463: folder_trash_hover.gif;
4464: left_bar.gif;
4465: link.gif;
4466: link_anim.gif;
4467: link_drag.gif;
4468: ll_corner.gif;
4469: lower_bar.gif;
4470: lr_corner.gif;
4471: pix.gif;
4472: right_bar.gif;
4473: toolbar_bg.gif;
4474: ul_corner.gif;
4475: upper_bar.gif;
1.10 harris41 4476: ur_corner.gif
4477: </filenames>
4478: </fileglob>
4479: <fileglob>
4480: <glob>*.html</glob>
4481: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4482: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4483: </targetdir>
1.10 harris41 4484: <categoryname>interface file</categoryname>
4485: <description>
1.132 harris41 4486: associated with the scheme of displaying bookmarks
1.10 harris41 4487: </description>
4488: <filenames>
1.37 harris41 4489: bookmarkmenu_toolbar.html;
4490: blank.html;
1.10 harris41 4491: closechildren.html
4492: </filenames>
4493: </fileglob>
1.4 harris41 4494: <file>
1.10 harris41 4495: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 4496: <target dist='default'>
4497: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 4498: <categoryname>interface file</categoryname>
1.6 harris41 4499: <description>
1.10 harris41 4500: javascript for handling client-side interactions with bookmark interface
1.6 harris41 4501: </description>
1.171 harris41 4502: </file>
4503: <file>
4504: <source>loncom/build/CHECKRPMS</source>
4505: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 4506: <categoryname>system script</categoryname>
1.171 harris41 4507: <description>
4508: manilla wrapper around check-rpms
4509: </description>
4510: <status>tested/documented/beta</status>
1.103 harris41 4511: </file>
4512: <file>
4513: <source>loncom/build/check-rpms</source>
1.152 harris41 4514: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 4515: <categoryname>system script</categoryname>
1.103 harris41 4516: <description>
4517: compare installed rpms with up-to-date distribution
4518: </description>
4519: <status>tested/documented/beta</status>
4520: </file>
4521: <file>
4522: <source>doc/man/check-rpms.1</source>
4523: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
4524: <categoryname>doc</categoryname>
4525: <description>man page for check-rpms</description>
4526: <build trigger='always run'>
1.115 harris41 4527: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 4528: echo 'manifying check-rpms'
1.103 harris41 4529: </build>
4530: <status>beta</status>
4531: <dependencies>
4532: ../../loncom/build/check-rpms
4533: </dependencies>
4534: </file>
4535: <file>
4536: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 4537: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
4538: </target>
1.103 harris41 4539: <categoryname>doc</categoryname>
4540: <description>POD-derived page for check-rpms</description>
4541: <build trigger='always run'>
1.118 harris41 4542: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
4543: && echo 'pod2html checkrpms'
1.103 harris41 4544: </build>
4545: <status>works/unverified</status>
4546: <dependencies>
4547: ../../loncom/build/check-rpms
4548: </dependencies>
1.4 harris41 4549: </file>
4550: <file>
1.10 harris41 4551: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 4552: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
4553: </target>
1.10 harris41 4554: <categoryname>script</categoryname>
1.6 harris41 4555: <description>
1.206 harris41 4556: Updates .lpmlnew files with previous settings. Also supports alternative
4557: schemes of settings-updating and file-overwriting.
1.6 harris41 4558: </description>
1.206 harris41 4559: <status>works/unverified</status>
1.4 harris41 4560: </file>
4561: <file>
1.10 harris41 4562: <source>loncom/cron/loncapa</source>
4563: <target dist='default'>etc/cron.d/loncapa</target>
4564: <categoryname>static conf</categoryname>
4565: <description>
4566: file that specifies periodic processes to run for the LON-CAPA machine
4567: </description>
4568: </file>
4569: <file>
4570: <source>loncom/ntp/step-tickers</source>
1.175 harris41 4571: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
4572: </target>
4573: <categoryname>static conf</categoryname>
1.10 harris41 4574: <description>
4575: file that stimulates running of ntpdate upon init.d/xntpd initiation
4576: </description>
4577: <note>
4578: <table cellpadding='0' cellspacing='0' border='1'>
4579: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
4580: </table>
4581: </note>
1.48 harris41 4582: </file>
4583: <file>
4584: <source>loncom/pam.d/pwauth</source>
4585: <target dist='default'>etc/pam.d/pwauth</target>
4586: <categoryname>static conf</categoryname>
4587: <description>
4588: file that allows setuid password privileges for pwauth executable
4589: </description>
4590: </file>
4591: <file>
4592: <source>loncom/pam.d/pwchange</source>
4593: <target dist='default'>etc/pam.d/pwchange</target>
4594: <categoryname>static conf</categoryname>
4595: <description>
4596: file that allows setuid password privileges for pwchange (lcpasswd) executable
4597: </description>
1.10 harris41 4598: </file>
4599: <file>
4600: <source>loncom/init.d/loncontrol</source>
4601: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
4602: <categoryname>root script</categoryname>
4603: <description>
4604: Controls the launching/halting of lonc, lond, and lonsql processes.
4605: </description>
4606: </file>
4607: <link>
1.115 harris41 4608: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 4609: <target dist='default'>
1.37 harris41 4610: etc/rc.d/rc0.d/K05loncontrol;
4611: etc/rc.d/rc1.d/K05loncontrol;
4612: etc/rc.d/rc2.d/K05loncontrol;
4613: etc/rc.d/rc3.d/S95loncontrol;
4614: etc/rc.d/rc4.d/S95loncontrol;
4615: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 4616: etc/rc.d/rc6.d/K05loncontrol
4617: </target>
4618: <categoryname>symbolic link</categoryname>
1.27 harris41 4619: <description>
4620: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 4621: </link>
4622: <file>
4623: <source>loncom/atalk/config</source>
1.152 harris41 4624: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 4625: <categoryname>static conf</categoryname>
1.6 harris41 4626: <description>
1.27 harris41 4627: configuration file to make LON-CAPA server file space accessible to
4628: Appleshares access (Macintosh)
1.6 harris41 4629: </description>
1.4 harris41 4630: </file>
1.14 harris41 4631: </files>
1.1 harris41 4632: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>