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