Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.357
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.357 ! www 5: <!-- $Id: loncapafiles.lpml,v 1.356 2004/06/01 14:40:59 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>
1.301 albertel 102: <category name="www static conf" type="runtime">
103: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
104: <abbreviation>static</abbreviation>
105: </category>
106: <category name="www static conf" type="development">
107: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
108: <abbreviation>static</abbreviation>
109: </category>
1.1 harris41 110: <category name="conf" type="runtime">
1.5 harris41 111: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 112: <abbreviation>configurable</abbreviation>
1.1 harris41 113: </category>
114: <category name="conf" type="development">
1.5 harris41 115: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 116: <abbreviation>configurable</abbreviation>
1.1 harris41 117: </category>
118: <category name="script" type="runtime">
1.89 harris41 119: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 120: <abbreviation>script</abbreviation>
1.1 harris41 121: </category>
122: <category name="script" type="development">
1.89 harris41 123: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 124: <abbreviation>script</abbreviation>
1.1 harris41 125: </category>
126: <category name="graphic file" type="runtime">
1.5 harris41 127: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 128: <abbreviation>graphicfile</abbreviation>
1.1 harris41 129: </category>
130: <category name="graphic file" type="development">
1.89 harris41 131: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 132: <abbreviation>graphicfile</abbreviation>
1.1 harris41 133: </category>
1.83 harris41 134: <category name="doc" type="runtime">
135: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
136: <abbreviation>systemfile</abbreviation>
137: </category>
138: <category name="doc" type="development">
139: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
140: <abbreviation>systemfile</abbreviation>
141: </category>
1.1 harris41 142: <category name="system file" type="runtime">
1.5 harris41 143: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 144: <abbreviation>systemfile</abbreviation>
1.1 harris41 145: </category>
146: <category name="system file" type="development">
1.5 harris41 147: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 148: <abbreviation>systemfile</abbreviation>
1.1 harris41 149: </category>
1.188 harris41 150: <category name="system script" type="runtime">
151: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
152: <abbreviation>systemscript</abbreviation>
153: </category>
154: <category name="system script" type="development">
155: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
156: <abbreviation>systemscript</abbreviation>
157: </category>
1.1 harris41 158: <category name="root script" type="runtime">
1.89 harris41 159: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 160: <abbreviation>rootscript</abbreviation>
1.1 harris41 161: </category>
162: <category name="root script" type="development">
1.89 harris41 163: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 164: <abbreviation>rootscript</abbreviation>
1.1 harris41 165: </category>
166: <category name="symbolic link" type="runtime">
1.5 harris41 167: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 168: <abbreviation>link</abbreviation>
1.1 harris41 169: </category>
170: <category name="symbolic link" type="development">
1.5 harris41 171: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 172: <abbreviation>link</abbreviation>
1.1 harris41 173: </category>
174: <category name="standard" type="runtime">
1.5 harris41 175: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 176: <abbreviation>directory</abbreviation>
1.1 harris41 177: </category>
178: <category name="standard" type="development">
1.5 harris41 179: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 180: <abbreviation>directory</abbreviation>
1.1 harris41 181: </category>
182: <category name="server standard" type="runtime">
1.5 harris41 183: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 184: <abbreviation>directory</abbreviation>
1.1 harris41 185: </category>
186: <category name="server standard" type="development">
1.5 harris41 187: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 188: <abbreviation>directory</abbreviation>
1.1 harris41 189: </category>
190: <category name="server readonly" type="runtime">
1.5 harris41 191: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 192: <abbreviation>directory</abbreviation>
1.1 harris41 193: </category>
194: <category name="server readonly" type="development">
1.89 harris41 195: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 196: <abbreviation>directory</abbreviation>
1.1 harris41 197: </category>
1.14 harris41 198: </categories>
1.2 harris41 199: <rpm>
1.3 harris41 200: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
201: <rpmName>LON-CAPA-base</rpmName>
202: <rpmVersion>3.1</rpmVersion>
203: <rpmRelease>1</rpmRelease>
1.27 harris41 204: <rpmVendor>Laboratory for Instructional Technology Education,
205: Division of Science and Mathematics Education, Michigan State University.
206: </rpmVendor>
1.3 harris41 207: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
208: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
209: <rpmGroup>Utilities/System</rpmGroup>
210: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
211: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 212: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
213: files in their directories.\n
214: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
215: </rpmdescription>
1.10 harris41 216: <rpmpre>echo '***********************************************************************'\n
217: echo 'LON-CAPA LearningOnline with CAPA'\n
218: echo 'http://www.lon-capa.org/'\n
219: echo 'Gerd Kortemeyer, et al'\n
220: echo 'Laboratory for Instructional Technology Education'\n
221: echo 'Michigan State University'\n
222: echo 'General Public License, Version 2, June 1991'\n
223: echo '** Michigan State University patents may apply **'\n
224: echo ' '\n
225: echo 'This installation assumes an installation of Redhat 6.2'\n
226: echo ' '\n
227: echo 'The server computer should be currently connected to the ethernet'\n
228: echo ' '\n
229: echo '***********************************************************************'\n
230: </rpmpre>
1.83 harris41 231: <rpmRequires>
232: <item>PreReq: LON-CAPA-setup</item>
233: <item>PreReq: apache</item>
1.129 harris41 234: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 235: </rpmRequires>
1.2 harris41 236: </rpm>
1.14 harris41 237: <directories>
1.115 harris41 238: <directory dist='default'>
1.179 harris41 239: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 240: <targetdir dist='default'>etc</targetdir>
241: <categoryname>standard</categoryname>
242: <description>standard linux directory for configuration files</description>
243: </directory>
1.115 harris41 244: <directory dist='default'>
1.179 harris41 245: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 246: <targetdir dist='default'>etc/cron.d</targetdir>
247: <categoryname>standard</categoryname>
248: <description>standard linux directory for running time-based "jobs"
249: </description>
250: </directory>
1.115 harris41 251: <directory dist='default'>
1.179 harris41 252: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 253: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3 harris41 254: <categoryname>standard</categoryname>
255: <description>web configuration files</description>
1.37 harris41 256: </directory>
1.115 harris41 257: <directory dist='default'>
1.179 harris41 258: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 259: <targetdir dist='default'>etc/pam.d</targetdir>
260: <categoryname>standard</categoryname>
261: <description>configuration directory for password authentication mechanism
262: </description>
263: </directory>
1.115 harris41 264: <directory dist='default'>
1.179 harris41 265: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 266: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142 harris41 267: <targetdir dist='debian'>etc/init.d</targetdir>
1.37 harris41 268: <categoryname>standard</categoryname>
269: <description>scripts that run during system startup</description>
270: </directory>
1.115 harris41 271: <directory dist='default'>
1.179 harris41 272: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 273: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142 harris41 274: <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37 harris41 275: <categoryname>standard</categoryname>
276: <description>scripts that run for run-level 0</description>
277: </directory>
1.198 albertel 278: <directory dist='default'>
1.179 harris41 279: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 280: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142 harris41 281: <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37 harris41 282: <categoryname>standard</categoryname>
283: <description>scripts that run for run-level 1</description>
284: </directory>
1.115 harris41 285: <directory dist='default'>
1.179 harris41 286: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 287: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142 harris41 288: <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37 harris41 289: <categoryname>standard</categoryname>
290: <description>scripts that run for run-level 2</description>
291: </directory>
1.115 harris41 292: <directory dist='default'>
1.215 albertel 293: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 294: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142 harris41 295: <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37 harris41 296: <categoryname>standard</categoryname>
297: <description>scripts that run for run-level 3</description>
298: </directory>
1.115 harris41 299: <directory dist='default'>
1.179 harris41 300: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 301: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142 harris41 302: <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37 harris41 303: <categoryname>standard</categoryname>
304: <description>scripts that run for run-level 4</description>
305: </directory>
1.115 harris41 306: <directory dist='default'>
1.179 harris41 307: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 308: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142 harris41 309: <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37 harris41 310: <categoryname>standard</categoryname>
311: <description>scripts that run for run-level 5</description>
312: </directory>
1.115 harris41 313: <directory dist='default'>
1.179 harris41 314: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 315: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142 harris41 316: <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37 harris41 317: <categoryname>standard</categoryname>
318: <description>scripts that run for run-level 6</description>
319: </directory>
1.115 harris41 320: <directory dist='default'>
1.179 harris41 321: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 322: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 323: <categoryname>standard</categoryname>
324: <description>tab-formatted reference files</description>
325: </directory>
1.115 harris41 326: <directory dist='default'>
1.179 harris41 327: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 328: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 329: <categoryname>standard</categoryname>
330: <description>start of the web server tree</description>
331: </directory>
1.115 harris41 332: <directory dist='default'>
1.179 harris41 333: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 334: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 335: <categoryname>server readonly</categoryname>
1.3 harris41 336: <description>perl scripts for managing the LON-CAPA system</description>
337: </directory>
1.115 harris41 338: <directory dist='default'>
1.179 harris41 339: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 340: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 341: <categoryname>server standard</categoryname>
1.27 harris41 342: <description>location where system performance and error logs are kept
1.90 harris41 343: </description>
344: </directory>
1.115 harris41 345: <directory dist='default'>
1.179 harris41 346: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 347: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 348: <categoryname>server standard</categoryname>
349: <description>
350: Used by lond parent to check if children are responding to USR1 signals
351: (otherwise they are killed and replaced).
1.27 harris41 352: </description>
1.3 harris41 353: </directory>
1.115 harris41 354: <directory dist='default'>
1.179 harris41 355: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 356: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 357: <categoryname>server standard</categoryname>
1.27 harris41 358: <description>location where temporary files (for caching) are stored
359: </description>
1.3 harris41 360: </directory>
1.115 harris41 361: <directory dist='default'>
1.179 harris41 362: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 363: <targetdir dist='default'>home/httpd/prtspool</targetdir>
364: <categoryname>server standard</categoryname>
365: <description>for the output of lonprintout.pm
366: </description>
1.155 harris41 367: </directory>
368: <directory dist='default'>
1.179 harris41 369: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 370: <targetdir dist='default'>home/httpd/lib</targetdir>
371: <categoryname>server readonly</categoryname>
372: <description>location of LON-CAPA software modules and
373: extensions</description>
1.64 harris41 374: </directory>
1.115 harris41 375: <directory dist='default'>
1.306 albertel 376: <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
1.179 harris41 377: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 378: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
379: <categoryname>server readonly</categoryname>
380: <description>location of LON-CAPA non web mod-perl handlers</description>
381: </directory>
1.115 harris41 382: <directory dist='default'>
1.179 harris41 383: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 384: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 385: <categoryname>server readonly</categoryname>
386: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 387: </directory>
1.115 harris41 388: <directory dist='default'>
1.179 harris41 389: <protectionlevel>modest_delete</protectionlevel>
1.283 www 390: <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
391: <categoryname>server readonly</categoryname>
392: <description>location of LON-CAPA MakeText translation files</description>
393: </directory>
394: <directory dist='default'>
395: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 396: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
397: <categoryname>server readonly</categoryname>
398: <description>location of HTML specific perl module fixes and additions
399: </description>
1.3 harris41 400: </directory>
1.115 harris41 401: <directory dist='default'>
1.179 harris41 402: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 403: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
404: <categoryname>server readonly</categoryname>
405: <description>location of HTML specific perl module fixes and additions
406: </description>
407: </directory>
408: <directory dist='default'>
1.179 harris41 409: <protectionlevel>modest_delete</protectionlevel>
410: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 411: <categoryname>server standard</categoryname>
412: <description>cookie jar</description>
413: </directory>
1.115 harris41 414: <directory dist='default'>
1.226 albertel 415: <protectionlevel>modest_delete</protectionlevel>
416: <targetdir dist='default'>home/httpd/scantron</targetdir>
417: <categoryname>server standard</categoryname>
418: <description>uploaded scantron forms directory</description>
419: </directory>
420: <directory dist='default'>
1.179 harris41 421: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 422: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 423: <categoryname>server standard</categoryname>
424: <description>lonc's sockets</description>
425: </directory>
1.115 harris41 426: <directory dist='default'>
1.179 harris41 427: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 428: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 429: <categoryname>server standard</categoryname>
430: <description>lonc's sockets (delayed)</description>
431: </directory>
1.115 harris41 432: <directory dist='default'>
1.179 harris41 433: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 434: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
435: <categoryname>standard</categoryname>
436: <description>location of cgi scripts</description>
437: </directory>
1.115 harris41 438: <directory dist='default'>
1.179 harris41 439: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 440: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 441: <categoryname>server standard</categoryname>
442: <description>location of web-accessible file tree</description>
443: </directory>
1.115 harris41 444: <directory dist='default'>
1.179 harris41 445: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 446: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 447: <categoryname>server standard</categoryname>
448: <description>root of resource tree</description>
449: </directory>
1.115 harris41 450: <directory dist='default'>
1.179 harris41 451: <protectionlevel>modest_delete</protectionlevel>
1.151 www 452: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
453: <categoryname>server standard</categoryname>
454: <description>root for user uploaded files</description>
455: </directory>
456: <directory dist='default'>
1.179 harris41 457: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 458: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 459: <categoryname>server readonly</categoryname>
460: <description>unauthenticated resources</description>
461: </directory>
1.115 harris41 462: <directory dist='default'>
1.179 harris41 463: <protectionlevel>modest_delete</protectionlevel>
1.337 www 464: <targetdir dist='default'>home/httpd/html/htmlarea</targetdir>
465: <categoryname>server readonly</categoryname>
466: <description>Web directory for HTMLArea</description>
467: </directory>
468: <directory dist='default'>
469: <protectionlevel>modest_delete</protectionlevel>
470: <targetdir dist='default'>home/httpd/html/htmlarea/images</targetdir>
471: <categoryname>server readonly</categoryname>
472: <description>Images for HTMLArea</description>
473: </directory>
474: <directory dist='default'>
475: <protectionlevel>modest_delete</protectionlevel>
476: <targetdir dist='default'>home/httpd/html/htmlarea/lang</targetdir>
477: <categoryname>server readonly</categoryname>
478: <description>Language files for HTMLArea</description>
479: </directory>
480: <directory dist='default'>
481: <protectionlevel>modest_delete</protectionlevel>
482: <targetdir dist='default'>home/httpd/html/htmlarea/popups</targetdir>
483: <categoryname>server readonly</categoryname>
484: <description>Popup windows for HTMLArea</description>
485: </directory>
486: <directory dist='default'>
487: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 488: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 489: <categoryname>server readonly</categoryname>
490: <description>home of the rat</description>
491: </directory>
1.115 harris41 492: <directory dist='default'>
1.179 harris41 493: <protectionlevel>modest_delete</protectionlevel>
1.32 harris41 494: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
495: <categoryname>server readonly</categoryname>
496: <description>online help documentation</description>
1.257 albertel 497: </directory>
498: <directory dist='default'>
499: <protectionlevel>modest_delete</protectionlevel>
500: <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
501: <categoryname>server readonly</categoryname>
502: <description>JME support files</description>
1.140 bowersj2 503: </directory>
504: <directory dist='default'>
1.179 harris41 505: <protectionlevel>modest_delete</protectionlevel>
1.235 bowersj2 506: <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
507: <categoryname>server readonly</categoryname>
508: <description>XML specifications for helpers</description>
509: </directory>
510: <directory dist='default'>
511: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 512: <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
513: <categoryname>server readonly</categoryname>
514: <description>online help documentation gif files</description>
515: </directory>
516: <directory dist='default'>
1.179 harris41 517: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 518: <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
519: <categoryname>server readonly</categoryname>
520: <description>online help documentation eps files</description>
521: </directory>
522: <directory dist='default'>
1.179 harris41 523: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 524: <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
525: <categoryname>server readonly</categoryname>
526: <description>online help documentation tex files</description>
527: </directory>
528: <directory dist='default'>
1.179 harris41 529: <protectionlevel>modest_delete</protectionlevel>
1.317 www 530: <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
531: <categoryname>server readonly</categoryname>
532: <description>Russian online help documentation tex files</description>
533: </directory>
534: <directory dist='default'>
535: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 536: <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
537: <categoryname>server readonly</categoryname>
538: <description>online help documentation png files</description>
1.32 harris41 539: </directory>
1.115 harris41 540: <directory dist='default'>
1.179 harris41 541: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 542: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73 harris41 543: <categoryname>server readonly</categoryname>
544: <description>online help documentation for the LON-CAPA programming
545: interface</description>
546: </directory>
1.115 harris41 547: <directory dist='default'>
1.179 harris41 548: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 549: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
550: </targetdir>
1.73 harris41 551: <categoryname>server readonly</categoryname>
552: <description>online help documentation for the LON-CAPA programming
553: interface, Apache (mod_perl) handlers</description>
554: </directory>
1.115 harris41 555: <directory dist='default'>
1.179 harris41 556: <protectionlevel>modest_delete</protectionlevel>
1.77 harris41 557: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
558: <categoryname>server readonly</categoryname>
559: <description>online help documentation for the LON-CAPA programming
560: interface, Apache (mod_perl) handlers</description>
561: </directory>
1.115 harris41 562: <directory dist='default'>
1.179 harris41 563: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 564: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 565: <categoryname>server readonly</categoryname>
566: <description>graphic widgets</description>
567: </directory>
1.115 harris41 568: <directory dist='default'>
1.179 harris41 569: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 570: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 571: <categoryname>server readonly</categoryname>
1.57 harris41 572: <description>miscellaneous resources</description>
1.3 harris41 573: </directory>
1.115 harris41 574: <directory dist='default'>
1.179 harris41 575: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 576: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 577: <categoryname>server readonly</categoryname>
578: <description>error warnings and icons</description>
579: </directory>
1.115 harris41 580: <directory dist='default'>
1.179 harris41 581: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 582: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 583: <categoryname>server standard</categoryname>
1.10 harris41 584: <description>Home directories of local users. There is a five-tier
1.3 harris41 585: structure to the directories:
586: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
587: a user fredflint at MSU would have his information located in
1.115 harris41 588: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 589: a variety of files which govern the scope of what a user can do within the
590: LON-CAPA system. A passwd file determines the type of authentication
591: mechanism to use.
592: There also are files such as roles.hist (and its database compilation,
1.3 harris41 593: roles.db) which specify the roles and privileges for a user in the
594: LON-CAPA system.</description>
595: </directory>
1.115 harris41 596: <directory dist='default'>
1.179 harris41 597: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 598: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 599: <categoryname>server readonly</categoryname>
600: <description>mathematics markup language resources</description>
601: </directory>
1.115 harris41 602: <directory dist='default'>
1.179 harris41 603: <protectionlevel>modest_delete</protectionlevel>
1.260 www 604: <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
605: <categoryname>server readonly</categoryname>
606: <description>Resource library
607: </description>
608: </directory>
609: <directory dist='default'>
610: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 611: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 612: <categoryname>server readonly</categoryname>
1.27 harris41 613: <description>files useful for including within customized scripting
614: </description>
1.3 harris41 615: </directory>
1.115 harris41 616: <directory dist='default'>
1.179 harris41 617: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 618: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
619: </targetdir>
1.19 harris41 620: <categoryname>server readonly</categoryname>
621: <description>template files useful for customized scripts</description>
622: </directory>
1.115 harris41 623: <directory dist='default'>
1.179 harris41 624: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 625: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 626: <categoryname>server standard</categoryname>
1.133 harris41 627: <description>status reports; online logs are kept that
628: are viewable over the world-wide web</description>
1.3 harris41 629: </directory>
1.115 harris41 630: <directory dist='default'>
1.179 harris41 631: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 632: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 633: <categoryname>server readonly</categoryname>
634: <description>web user interface resources</description>
635: </directory>
1.115 harris41 636: <directory dist='default'>
1.179 harris41 637: <protectionlevel>modest_delete</protectionlevel>
1.304 www 638: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
639: <categoryname>server readonly</categoryname>
640: <description>web user interface resources - Portuguese</description>
641: </directory>
642: <directory dist='default'>
643: <protectionlevel>modest_delete</protectionlevel>
1.300 albertel 644: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
645: <categoryname>server readonly</categoryname>
646: <description>web user interface resources</description>
647: </directory>
648: <directory dist='default'>
649: <protectionlevel>modest_delete</protectionlevel>
1.159 www 650: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
651: <categoryname>server readonly</categoryname>
652: <description>LCD font for remote control</description>
653: </directory>
654: <directory dist='default'>
1.179 harris41 655: <protectionlevel>modest_delete</protectionlevel>
1.166 www 656: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
657: <categoryname>server readonly</categoryname>
658: <description>Logos for LON-CAPA domains</description>
659: </directory>
660: <directory dist='default'>
1.179 harris41 661: <protectionlevel>modest_delete</protectionlevel>
1.168 www 662: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
663: <categoryname>server readonly</categoryname>
664: <description>Designs for LON-CAPA domains</description>
665: </directory>
666: <directory dist='default'>
1.179 harris41 667: <protectionlevel>modest_delete</protectionlevel>
1.165 www 668: <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
669: <categoryname>server readonly</categoryname>
670: <description>Page headers and graphical interface files</description>
671: </directory>
672: <directory dist='default'>
1.179 harris41 673: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 674: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
675: </targetdir>
1.3 harris41 676: <categoryname>server readonly</categoryname>
677: <description>bookmark user interface code</description>
678: </directory>
1.115 harris41 679: <directory dist='default'>
1.179 harris41 680: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 681: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
682: </targetdir>
1.3 harris41 683: <categoryname>server readonly</categoryname>
684: <description></description>
685: </directory>
1.115 harris41 686: <directory dist='default'>
1.179 harris41 687: <protectionlevel>modest_delete</protectionlevel>
1.37 harris41 688: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
689: </targetdir>
690: <categoryname>server readonly</categoryname>
691: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 692: </directory>
1.115 harris41 693: <directory dist='default'>
1.179 harris41 694: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 695: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115 harris41 696: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.259 albertel 697: <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.142 harris41 698: <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 699: <categoryname>standard</categoryname>
1.37 harris41 700: <description>system perl tree (usually present on linux systems)
1.27 harris41 701: </description>
1.3 harris41 702: </directory>
1.115 harris41 703: <directory dist='default'>
1.179 harris41 704: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 705: <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
706: <categoryname>standard</categoryname>
707: <description>local binary files for loncapa</description>
708: </directory>
709: <directory dist='default'>
1.179 harris41 710: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 711: <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
712: <categoryname>standard</categoryname>
713: <description>local documentation files for loncapa</description>
714: </directory>
715: <directory dist='default'>
1.179 harris41 716: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 717: <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103 harris41 718: <categoryname>standard</categoryname>
1.152 harris41 719: <description>examples of configuration files for secondary
720: services</description>
1.103 harris41 721: </directory>
1.115 harris41 722: <directory dist='default'>
1.206 harris41 723: <protectionlevel>modest_delete</protectionlevel>
724: <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
725: <categoryname>standard</categoryname>
726: <description>local "auxiliary" binary files for loncapa</description>
727: </directory>
728: <directory dist='default'>
1.179 harris41 729: <protectionlevel>never_delete</protectionlevel>
1.103 harris41 730: <targetdir dist='default'>usr/local/man/man1</targetdir>
731: <categoryname>standard</categoryname>
732: <description>local manual pages</description>
733: </directory>
1.115 harris41 734: <directory dist='default'>
1.179 harris41 735: <protectionlevel>never_delete</protectionlevel>
1.77 harris41 736: <targetdir dist='default'>usr/man/man1</targetdir>
737: <categoryname>standard</categoryname>
738: <description>manual pages</description>
739: </directory>
1.115 harris41 740: <directory dist='default'>
1.179 harris41 741: <protectionlevel>never_delete</protectionlevel>
1.75 harris41 742: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 743: <categoryname>standard</categoryname>
1.75 harris41 744: <description>manual pages</description>
1.73 harris41 745: </directory>
1.115 harris41 746: <directory dist='default'>
1.179 harris41 747: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 748: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 749: <categoryname>standard</categoryname>
1.37 harris41 750: <description>standard linux directory for superuser executables</description>
1.2 harris41 751: </directory>
1.14 harris41 752: </directories>
753: <files>
1.4 harris41 754: <file>
1.37 harris41 755: <source>loncom/krb.conf</source>
1.175 harris41 756: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
757: <categoryname>static conf</categoryname>
1.37 harris41 758: <description>
759: which Kerberos server to contact for specified Kerberos domains
760: </description>
761: <note>
1.59 harris41 762: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 763: <tr><td>
764: list elements are separated by newlines
765: </td></tr>
766: <tr><td>
767: each list element consists of only two subelements separated by a colon
768: <br />
769: <ul>
770: <li>Kerberos domain value</li>
771: <li>Kerberos server IP address</li>
772: </ul>
773: </td></tr>
774: </table>
775: </note>
1.85 harris41 776: </file>
777: <file>
778: <source>loncom/loncapa.conf</source>
779: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
780: <categoryname>conf</categoryname>
781: <description>
1.129 harris41 782: <p>
1.85 harris41 783: The goal of this file is to implement all LON-CAPA specific
1.129 harris41 784: customization of the Apache web server (most all of these values
785: require manual input from the system administrator at some point).
786: The values in this file, as opposed to loncapa_apache.conf, are
787: meant to be machine and institution specific.
788: </p>
789: <p>
790: For the LON-CAPA network server and perl module
791: handlers, it defines machine specific settings including lonHostID, lonRole,
792: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
793: </p>
794: <p>
795: This file should not be viewable by regular users of the system.
796: Only root and www should be able to view the contents of this file
797: since lonReceipt is sensitive.
798: </p>
1.4 harris41 799: </description>
800: <note>
801: <b>configure</b>
802: <br />
1.91 harris41 803: <table cellpadding='0' cellspacing='0' border='1'>
1.27 harris41 804: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
805: machine</td></tr>
806: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
807: access</td></tr>
1.4 harris41 808: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
809: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
810: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 811: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
812: seconds</td></tr>
1.10 harris41 813: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 814: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
815: MySQL database</td></tr>
1.4 harris41 816: </table>
817: </note>
1.129 harris41 818: </file>
819: <file>
820: <source>loncom/loncapa_apache.conf</source>
821: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
822: <categoryname>static conf</categoryname>
823: <description>
824: The goal of this file is to implement all LON-CAPA specific
825: customization of the Apache web server that does not require
826: user input.
827:
828: For the Apache web server, it defines a global
829: access configuration which defines what server options (Indexes", "Includes",
830: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
831: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
832: and "/usr/doc"). For the LON-CAPA network server and perl module
833: handlers, it defines
834: and internal machine settings for specific directories, socket ports,
835: the www@localhost MySQL password, and browser detection logic.
836: </description>
1.4 harris41 837: </file>
838: <file>
839: <source>loncom/startup.pl</source>
1.5 harris41 840: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4 harris41 841: <categoryname>static conf</categoryname>
842: <description>
843: This file provides initializations for perl handlers. It adjusts what
844: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
845: well as causing the Apache module to be used for every perl handler.
1.171 harris41 846: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4 harris41 847: </description>
848: </file>
849: <file>
1.139 matthew 850: <source>loncom/thesaurus/thesaurus.db</source>
851: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
852: <categoryname>system file</categoryname>
1.46 harris41 853: <description>
1.139 matthew 854: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46 harris41 855: </description>
1.271 matthew 856: <build trigger='always run'>
1.139 matthew 857: loncom/thesaurus/build_thesaurus_wrapper.sh
858: </build>
859: <dependencies>
860: rawkey.txt
861: </dependencies>
1.46 harris41 862: </file>
863: <file>
1.10 harris41 864: <source>loncom/interface/mydesk.tab</source>
865: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
866: <categoryname>static conf</categoryname>
867: <description>
868: Config file for "My Desk"
869: </description>
870: </file>
871: <file>
1.4 harris41 872: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 873: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 874: <categoryname>static conf</categoryname>
875: <description>
876: Descriptive list of file extensions, and extension groupings.
1.135 matthew 877: </description>
878: </file>
879: <file>
880: <source>loncom/interface/filecategories.tab</source>
881: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
882: <categoryname>static conf</categoryname>
883: <description>
884: Descriptive list of file extensions and broad categorization.
1.184 albertel 885: </description>
886: </file>
887: <file>
1.201 albertel 888: <source>loncom/cgi/barcode.png</source>
889: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26 harris41 890: <categoryname>script</categoryname>
891: <description>
892: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
893: parameter.
1.293 taceyjo1 894: </description>
895: </file>
896: <file>
897: <source>loncom/cgi/decompress.pl</source>
898: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
899: <categoryname>script</categoryname>
1.295 taceyjo1 900: <description>
1.294 taceyjo1 901: Decompresses an archive into its files inside of the construction space
1.101 harris41 902: </description>
903: </file>
904: <file>
1.280 www 905: <source>loncom/cgi/takeoffline.pl</source>
906: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
907: <categoryname>script</categoryname>
908: <description>
909: Take machine offline
910: </description>
911: </file>
912: <file>
913: <source>loncom/cgi/takeonline.pl</source>
914: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
915: <categoryname>script</categoryname>
916: <description>
917: Take machine online
918: </description>
919: </file>
920: <file>
1.131 www 921: <source>loncom/cgi/thumbnail.gif</source>
922: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
923: <categoryname>script</categoryname>
924: <description>
925: Produces a thumbnail image of the url given
926: </description>
927: </file>
928: <file>
1.101 harris41 929: <source>loncom/cgi/clusterstatus.pl</source>
930: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
931: <categoryname>script</categoryname>
932: <description>
933: utility cgi script to view status of cluster
1.284 www 934: </description>
935: </file>
936: <file>
937: <source>loncom/cgi/translator.pl</source>
938: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
939: <categoryname>script</categoryname>
940: <description>
941: utility cgi script to enter translations
1.160 harris41 942: </description>
943: </file>
944: <file>
945: <source>loncom/build/system_dependencies/perltest.pl</source>
946: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
947: <categoryname>script</categoryname>
1.161 harris41 948: <description>
949: utility cgi script to view status of perl modules
950: </description>
951: </file>
952: <file>
953: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
954: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
955: <categoryname>interface file</categoryname>
1.160 harris41 956: <description>
957: utility cgi script to view status of perl modules
1.4 harris41 958: </description>
1.289 matthew 959: </file>
960: <file>
961: <source>loncom/cgi/loncgi.pm</source>
962: <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
963: <categoryname>system file</categoryname>
964: <description>
965: Provides a common interface to LON-CAPA cookies and environment.
966: </description>
1.4 harris41 967: </file>
968: <file>
1.201 albertel 969: <source>loncom/cgi/graph.png</source>
970: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45 harris41 971: <categoryname>script</categoryname>
972: <description>
973: Dynamically outputs a graph especially for lonstatistics.pm.
974: </description>
975: <note>
976: Depends on perl modules:
977: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 978: </note>
1.100 harris41 979: </file>
980: <file>
981: <source>loncom/cgi/lonversions.pl</source>
982: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
983: <categoryname>script</categoryname>
984: <description>
985: utility cgi script to view software versions of a remote server
986: </description>
987: </file>
988: <file>
989: <source>loncom/cgi/ping.pl</source>
990: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
991: <categoryname>script</categoryname>
992: <description>
993: cgi-script to ping other server
994: </description>
1.65 harris41 995: </file>
996: <file>
1.66 harris41 997: <source>loncom/cgi/plot.gif</source>
1.65 harris41 998: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
999: <categoryname>script</categoryname>
1000: <description>
1001: Dynamically outputs X-Y plots with point, line, etc functions.
1.213 www 1002: </description>
1003: </file>
1004: <file>
1005: <source>loncom/cgi/imagechoice.pl</source>
1006: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
1007: <categoryname>script</categoryname>
1008: <description>
1009: Helper to select image coordinates in writing homework involving images.
1.65 harris41 1010: </description>
1.64 harris41 1011: </file>
1012: <file>
1013: <source>loncom/interface/printout.pl</source>
1014: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
1015: <categoryname>script</categoryname>
1016: <description>
1017: cgi script
1018: </description>
1019: <note>
1020: Depends on srm.conf entry:
1021: Alias /prtspool/ /home/httpd/prtspool/
1022: as well as a /home/httpd/prtspool directory.
1.45 harris41 1023: </note>
1024: </file>
1025: <file>
1.41 harris41 1026: <source>loncom/cgi/metadata_keywords.pl</source>
1027: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
1028: <categoryname>script</categoryname>
1029: <description>
1030: a cgi-script (not mod_perl), which contacts MySQL and pulls
1031: out all keywords in this format:
1032:
1033: coil,magnetic,transformer
1034: transformer,coils,current,amperes,voltage,transformers,coil
1035: flux,magnetic,current,transformer
1036: coil,loop,field,magnetic
1037:
1038: ... etc (one line per entry).
1039:
1040: and simply prints this text-only (no markup) to the browser
1.182 www 1041: </description>
1042: </file>
1043: <file>
1044: <source>loncom/cgi/metadata_harvest.pl</source>
1045: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
1046: <categoryname>script</categoryname>
1047: <description>
1048: a cgi-script (not mod_perl), which contacts MySQL and pulls
1049: out all records in "|"-separated format.
1050: To be used by very simple harvesting engines.
1.261 www 1051: </description>
1052: </file>
1053: <file>
1054: <source>loncom/homework/simpleproblem.problem</source>
1055: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
1056: <categoryname>interface file</categoryname>
1057: <description>
1058: Generic resource for DOCS "Simple Problem"
1059: </description>
1060: </file>
1061: <file>
1062: <source>loncom/homework/simpleproblem.problem.meta</source>
1063: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
1064: <categoryname>interface file</categoryname>
1065: <description>
1066: Meta file for generic resource for DOCS "Simple Problem"
1.41 harris41 1067: </description>
1068: </file>
1.260 www 1069: <file>
1070: <source>loncom/homework/templates/examupload.problem</source>
1071: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
1072: <categoryname>interface file</categoryname>
1073: <description>
1074: Generic resource for score upload
1075: </description>
1076: </file>
1077: <file>
1078: <source>loncom/homework/templates/examupload.problem.meta</source>
1079: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
1080: <categoryname>interface file</categoryname>
1081: <description>
1082: Meta file for generic resource for score upload
1083: </description>
1084: </file>
1.337 www 1085: <fileglob>
1086: <glob>*.js</glob>
1087: <sourcedir>loncom/html/htmlarea/</sourcedir>
1088: <targetdir dist='default'>
1089: home/httpd/html/htmlarea/</targetdir>
1090: <categoryname>interface file</categoryname>
1091: <description>
1092: Files belonging to HTMLArea.
1093: </description>
1094: <filenames>
1095: dialog.js;
1096: htmlarea.js;
1097: popupdiv.js;
1098: popupwin.js;
1099: </filenames>
1100: </fileglob>
1101: <file>
1102: <source>loncom/html/htmlarea/htmlarea.css</source>
1103: <target dist='default'>home/httpd/html/htmlarea/htmlarea.css</target>
1104: <categoryname>interface file</categoryname>
1105: <description>
1106: Stylesheet for HTMLArea
1107: </description>
1108: </file>
1109: <fileglob>
1110: <glob>*.js</glob>
1111: <sourcedir>loncom/html/htmlarea/lang/</sourcedir>
1112: <targetdir dist='default'>
1113: home/httpd/html/htmlarea/lang/</targetdir>
1114: <categoryname>interface file</categoryname>
1115: <description>
1116: Files belonging to HTMLArea.
1117: </description>
1118: <filenames>
1119: b5.js;
1120: de.js;
1121: fi.js;
1122: it.js;
1123: nl.js;
1124: ro.js;
1125: vn.js;
1126: en.js;
1127: fr.js;
1128: ja-utf8.js;
1129: pl.js;
1130: ru.js;
1131: da.js;
1132: es.js;
1133: gb.js;
1134: nb.js;
1135: pt_br.js;
1136: se.js;
1.357 ! www 1137: he.js;
! 1138: hu.js;
1.337 www 1139: </filenames>
1140: </fileglob>
1141: <fileglob>
1142: <glob>*.*</glob>
1143: <sourcedir>loncom/html/htmlarea/popups/</sourcedir>
1144: <targetdir dist='default'>
1145: home/httpd/html/htmlarea/popups/</targetdir>
1146: <categoryname>interface file</categoryname>
1147: <description>
1148: Files belonging to HTMLArea.
1149: </description>
1150: <filenames>
1151: about.html;
1152: insert_image.html;
1153: old_insert_image.html;
1154: blank.html;
1155: editor_help.html;
1156: insert_table.html;
1157: custom2.html;
1158: fullscreen.html;
1159: old-fullscreen.html;
1160: select_color.html;
1161: popup.js;
1162: </filenames>
1163: </fileglob>
1164: <fileglob>
1165: <glob>*.gif</glob>
1166: <sourcedir>loncom/html/htmlarea/images/</sourcedir>
1167: <targetdir dist='default'>
1168: home/httpd/html/htmlarea/images/</targetdir>
1169: <categoryname>interface file</categoryname>
1170: <description>
1171: Files belonging to HTMLArea.
1172: </description>
1173: <filenames>
1.357 ! www 1174: ed_left_to_right.gif;
! 1175: ed_right_to_left.gif;
! 1176: ed_save.gif;
1.337 www 1177: ed_delete.gif;
1178: ed_link.gif;
1179: ed_about.gif;
1180: ed_format_bold.gif;
1181: ed_list_bullet.gif;
1182: ed_align_center.gif;
1183: ed_format_italic.gif;
1184: ed_list_num.gif;
1185: ed_align_justify.gif;
1186: ed_format_strike.gif;
1187: ed_paste.gif;
1188: ed_align_left.gif;
1189: ed_format_sub.gif;
1190: ed_redo.gif;
1191: ed_align_right.gif;
1192: ed_format_sup.gif;
1193: ed_show_border.gif;
1194: ed_blank.gif;
1195: ed_format_underline.gif;
1196: ed_splitcel.gif;
1197: ed_charmap.gif;
1198: ed_help.gif;
1199: ed_undo.gif;
1200: ed_color_bg.gif;
1201: ed_hr.gif;
1202: fullscreen_maximize.gif;
1203: ed_color_fg.gif;
1204: ed_html.gif;
1205: fullscreen_minimize.gif;
1206: ed_copy.gif;
1207: ed_image.gif;
1208: insert_table.gif;
1209: ed_custom.gif;
1210: ed_indent_less.gif;
1211: ed_cut.gif;
1212: ed_indent_more.gif;
1213: </filenames>
1214: </fileglob>
1.43 harris41 1215: <fileglob>
1.60 harris41 1216: <glob>*.*</glob>
1.43 harris41 1217: <sourcedir>loncom/homework/templates/</sourcedir>
1218: <targetdir dist='default'>
1219: home/httpd/html/res/adm/includes/templates/</targetdir>
1220: <categoryname>static conf</categoryname>
1221: <description>
1222: Template files for generating new resources.
1223: </description>
1224: <filenames>
1.59 harris41 1225: blank.library;
1226: blank.library.meta;
1227: blank.problem;
1228: blank.problem.meta;
1.243 www 1229: ClickImageExample.problem;
1230: ClickImageExample.problem.meta;
1.156 albertel 1231: Essay.problem;
1232: Essay.problem.meta;
1.260 www 1233: examupload.problem;
1234: examupload.problem.meta;
1.243 www 1235: man1.jpg;
1.286 albertel 1236: man1.jpg.meta;
1.59 harris41 1237: numerical.problem;
1238: numerical.problem.meta;
1.134 albertel 1239: Plot.problem.meta;
1.313 www 1240: Plot_curve.problem;
1241: Plot_curve.problem.meta;
1242: Plot_data.problem;
1243: Plot_data.problem.meta;
1.59 harris41 1244: RadioResponse.problem;
1245: RadioResponse.problem.meta;
1.134 albertel 1246: RandomLabelExample.problem;
1247: RandomLabelExample.problem.meta;
1.59 harris41 1248: SelectFromOptions-4ConceptGoups.problem;
1249: SelectFromOptions-4ConceptGoups.problem.meta;
1250: SelectFromOptions-5ConceptGoups.problem;
1251: SelectFromOptions-5ConceptGoups.problem.meta;
1252: SelectFromOptions-6ConceptGoups.problem;
1253: SelectFromOptions-6ConceptGoups.problem.meta;
1254: SelectFromOptions-7ConceptGoups.problem;
1255: SelectFromOptions-7ConceptGoups.problem.meta;
1256: SelectFromOptions-8ConceptGoups.problem;
1257: SelectFromOptions-8ConceptGoups.problem.meta;
1258: SelectFromOptions-Simple.problem;
1259: SelectFromOptions-Simple.problem.meta;
1.333 www 1260: SimpleStringResponse.problem.meta;
1.63 harris41 1261: script.library;
1262: script.library.meta;
1.134 albertel 1263: SimpleFormula.problem;
1264: SimpleFormula.problem.meta;
1.59 harris41 1265: StringResponse.problem;
1.214 albertel 1266: StringResponse.problem.meta;
1267: SimpleMatching.problem;
1268: SimpleMatching.problem.meta;
1269: SimpleRank.problem;
1.220 www 1270: SimpleRank.problem.meta;
1271: SimpleTrueFalse.problem;
1272: SimpleTrueFalse.problem.meta
1.43 harris41 1273: </filenames>
1274: </fileglob>
1.19 harris41 1275: <file>
1.4 harris41 1276: <source>loncom/homework/insertlist.tab</source>
1.5 harris41 1277: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4 harris41 1278: <categoryname>static conf</categoryname>
1279: <description>
1.8 harris41 1280: Describes what tags are allowed inside other tags.
1.4 harris41 1281: </description>
1282: </file>
1283: <file>
1.47 harris41 1284: <source>CAPA/JavaTools/GLabel.class</source>
1285: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
1286: </target>
1287: <categoryname>static conf</categoryname>
1288: <description>
1289: Java applet for labelling graphs.
1290: </description>
1291: <note>
1292: Built from Glabel.java. Still working on build/dependency details.
1293: </note>
1294: </file>
1295: <file>
1.253 matthew 1296: <source>loncom/interface/spreadsheet/default_assesscalc</source>
1297: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27 harris41 1298: </target>
1.4 harris41 1299: <categoryname>static conf</categoryname>
1300: <description>
1301: Default spreadsheet for individual assessment.
1302: </description>
1303: </file>
1304: <file>
1.253 matthew 1305: <source>loncom/interface/spreadsheet/default_studentcalc</source>
1306: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27 harris41 1307: </target>
1.4 harris41 1308: <categoryname>static conf</categoryname>
1309: <description>
1310: Default spreadsheet for assessment of students.
1311: </description>
1312: </file>
1313: <file>
1.253 matthew 1314: <source>loncom/interface/spreadsheet/default_classcalc</source>
1315: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27 harris41 1316: </target>
1.10 harris41 1317: <categoryname>static conf</categoryname>
1318: <description>
1319: Default spreadsheet for assessment of a class.
1320: </description>
1321: </file>
1322: <file>
1.4 harris41 1323: <source>loncom/auth/roles.tab</source>
1.5 harris41 1324: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1325: <categoryname>static conf</categoryname>
1326: <description>
1.27 harris41 1327: List of privileges associated with users of multiple types (for example:
1328: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1329: </description>
1330: </file>
1331: <file>
1.5 harris41 1332: <source>loncom/auth/rolesplain.tab</source>
1333: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1334: <categoryname>static conf</categoryname>
1335: <description>
1.10 harris41 1336: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1337: and privileges available in the network with function
1338: </description>
1.4 harris41 1339: </file>
1.281 albertel 1340: <file type="private">
1.5 harris41 1341: <source>loncom/hosts.tab</source>
1342: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.301 albertel 1343: <categoryname>www static conf</categoryname>
1.5 harris41 1344: <description>
1.10 harris41 1345: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
1346: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216 albertel 1347: </description>
1348: </file>
1.281 albertel 1349: <file type="private">
1.216 albertel 1350: <source>loncom/domain.tab</source>
1351: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1.301 albertel 1352: <categoryname>www static conf</categoryname>
1.216 albertel 1353: <description>
1354: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5 harris41 1355: </description>
1.4 harris41 1356: </file>
1357: <file>
1.5 harris41 1358: <source>loncom/spare.tab</source>
1359: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1360: <categoryname>conf</categoryname>
1361: <description>
1362: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1363: </description>
1364: <note>
1365: <b>configure</b><br />
1.91 harris41 1366: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1367: <tr><td>
1368: list elements are separated by newlines
1369: </td></tr>
1370: <tr><td>
1371: each list element consists of only one value; the value for <tt>lonHostID</tt>
1372: in <tt>access.conf</tt>
1373: </td></tr>
1374: </table>
1375: </note>
1.4 harris41 1376: </file>
1377: <file>
1.5 harris41 1378: <source>loncom/htpasswd</source>
1379: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1.280 www 1380: <categoryname>static conf</categoryname>
1.5 harris41 1381: <description>
1382: Basic auth password to access /lon-status and /server-status
1383: </description>
1.4 harris41 1384: </file>
1385: <file>
1.5 harris41 1386: <source>loncom/smb.conf</source>
1.152 harris41 1387: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1388: <categoryname>static conf</categoryname>
1.5 harris41 1389: <description>
1.27 harris41 1390: configuration file to make LON-CAPA server file space accessible to network
1391: neighborhood
1.5 harris41 1392: </description>
1.4 harris41 1393: </file>
1394: <file>
1.5 harris41 1395: <source>loncom/ntp.conf</source>
1.175 harris41 1396: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1397: <categoryname>static conf</categoryname>
1.5 harris41 1398: <description>
1399: which NTP server to contact for information (XNTP3 standard)
1400: </description>
1401: <note>
1.91 harris41 1402: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1403: <tr><td>
1404: only one line needs to be changed to specify a server ip address
1405: </td></tr>
1406: <tr><td>
1407: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1408: </td></tr>
1409: </table>
1410: </note>
1.4 harris41 1411: </file>
1412: <file>
1.5 harris41 1413: <source>loncom/metadata_database/searchcat.pl</source>
1414: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1415: <categoryname>script</categoryname>
1416: <description>
1417: Batch script for updating SQL metadata database.
1.149 matthew 1418: </description>
1419: </file>
1420: <file>
1421: <source>loncom/metadata_database/cleanup_database.pl</source>
1422: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1423: <categoryname>script</categoryname>
1424: <description>
1425: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1426: </description>
1427: </file>
1428: <file>
1.351 albertel 1429: <source>loncom/misc/cleanup_file_caches.pl</source>
1430: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
1.190 matthew 1431: <categoryname>script</categoryname>
1432: <description>
1433: Batch script for removing files not accessed within 24 hours from the
1.351 albertel 1434: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
1.308 matthew 1435: </description>
1436: </file>
1437: <file>
1438: <source>loncom/debugging_tools/seed_accesscount.pl</source>
1439: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
1440: <categoryname>script</categoryname>
1441: <description>
1442: Batch script for moving access count data from nohist_resevaldata.db to
1443: nohist_accesscount.db.
1.183 www 1444: </description>
1445: </file>
1446: <file>
1447: <source>loncom/lonhttpd</source>
1448: <target dist='default'>home/httpd/perl/lonhttpd</target>
1449: <categoryname>script</categoryname>
1450: <description>
1451: Small fry httpd on port 8080
1.5 harris41 1452: </description>
1.4 harris41 1453: </file>
1454: <file>
1.5 harris41 1455: <source>loncom/lonc</source>
1456: <target dist='default'>home/httpd/perl/lonc</target>
1457: <categoryname>script</categoryname>
1458: <description>
1459: proxy server
1460: </description>
1.4 harris41 1461: </file>
1462: <file>
1.77 harris41 1463: <source>doc/man/lonc.1</source>
1464: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 harris41 1465: <categoryname>doc</categoryname>
1.77 harris41 1466: <description>man page for lonc</description>
1467: <build trigger='always run'>
1.115 harris41 1468: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
1.112 harris41 1469: echo 'manifying lonc'
1.77 harris41 1470: </build>
1471: <status>works/unverified</status>
1472: <dependencies>
1473: ../../loncom/lonc
1474: </dependencies>
1475: </file>
1476: <file>
1477: <source>doc/scripts/lonc.html</source>
1478: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 harris41 1479: <categoryname>doc</categoryname>
1.103 harris41 1480: <description>POD-derived page for lonc</description>
1.77 harris41 1481: <build trigger='always run'>
1.115 harris41 1482: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
1.112 harris41 1483: echo 'pod2html lonc'
1.77 harris41 1484: </build>
1485: <status>works/unverified</status>
1486: <dependencies>
1487: ../../loncom/lonc
1488: </dependencies>
1489: </file>
1490: <file>
1.5 harris41 1491: <source>loncom/lond</source>
1492: <target dist='default'>home/httpd/perl/lond</target>
1493: <categoryname>script</categoryname>
1494: <description>
1495: This is a remote command interpreter on a TCP LON-CAPA network layer.
1496: It accepts and processes incoming requests from other LON-CAPA machines
1497: on the network. lond's functionality is self-contained in the sense
1498: that it does not reference (import, require, use) any other file
1499: described in this document. There are only 15 subroutines in this
1.115 harris41 1500: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1501: complex since it parses and responds about 29 different types of
1502: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1503: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1504: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1505: tmpput, tmpget, and ls).
1506: </description>
1.4 harris41 1507: </file>
1508: <file>
1.77 harris41 1509: <source>doc/man/lond.1</source>
1510: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1511: <categoryname>doc</categoryname>
1.77 harris41 1512: <description>man page for lond</description>
1513: <build trigger='always run'>
1.115 harris41 1514: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1515: echo 'manifying lond'
1.77 harris41 1516: </build>
1517: <status>works/unverified</status>
1518: <dependencies>
1519: ../../loncom/lond
1520: </dependencies>
1521: </file>
1522: <file>
1523: <source>doc/scripts/lond.html</source>
1524: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1525: <categoryname>doc</categoryname>
1.103 harris41 1526: <description>POD-derived page for lond</description>
1.77 harris41 1527: <build trigger='always run'>
1.115 harris41 1528: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1529: echo 'pod2html lond'
1.77 harris41 1530: </build>
1531: <status>works/unverified</status>
1532: <dependencies>
1533: ../../loncom/lond
1534: </dependencies>
1535: </file>
1536: <file>
1.171 harris41 1537: <source>loncom/build/CHECKRPMS</source>
1538: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1539: <categoryname>script</categoryname>
1540: <description>CGI script that checks status of RPMs</description>
1541: </file>
1542: <file>
1.35 harris41 1543: <source>loncom/cgi/loncron.pl</source>
1544: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1545: <categoryname>script</categoryname>
1546: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1547: </file>
1548: <file>
1549: <source>loncom/cgi/userstatus.pl</source>
1550: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1551: <categoryname>script</categoryname>
1552: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1553: </file>
1554: <file>
1.5 harris41 1555: <source>loncom/loncron</source>
1556: <target dist='default'>home/httpd/perl/loncron</target>
1557: <categoryname>script</categoryname>
1558: <description>housekeeping</description>
1.4 harris41 1559: </file>
1560: <file>
1.5 harris41 1561: <source>loncom/lonsql</source>
1562: <target dist='default'>home/httpd/perl/lonsql</target>
1563: <categoryname>script</categoryname>
1564: <description>maintain secondary database of metadata</description>
1.4 harris41 1565: </file>
1566: <file>
1.77 harris41 1567: <source>doc/man/lonsql.1</source>
1568: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1569: <categoryname>doc</categoryname>
1.77 harris41 1570: <description>man page for lonsql</description>
1571: <build trigger='always run'>
1.115 harris41 1572: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1573: echo 'manifying lonsql'
1.77 harris41 1574: </build>
1575: <status>works/unverified</status>
1576: <dependencies>
1577: ../../loncom/lonsql
1578: </dependencies>
1579: </file>
1580: <file>
1581: <source>doc/scripts/lonsql.html</source>
1582: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1583: <categoryname>doc</categoryname>
1.103 harris41 1584: <description>POD-derived page for lonsql</description>
1.77 harris41 1585: <build trigger='always run'>
1.115 harris41 1586: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1587: echo 'pod2html lonsql'
1.77 harris41 1588: </build>
1589: <status>works/unverified</status>
1590: <dependencies>
1591: ../../loncom/lonsql
1592: </dependencies>
1593: </file>
1594: <file>
1.5 harris41 1595: <source>loncom/lcpasswd</source>
1596: <target dist='default'>home/httpd/perl/lcpasswd</target>
1597: <categoryname>setuid script</categoryname>
1598: <description>
1.48 harris41 1599: Coordinates the system services and files in order to allow lond to change
1600: user passwords.
1.5 harris41 1601: </description>
1.48 harris41 1602: <status>being updated</status>
1603: </file>
1604: <file>
1605: <source>loncom/pwchange</source>
1606: <target dist='default'>home/httpd/perl/pwchange</target>
1607: <categoryname>setuid script</categoryname>
1608: <description>
1609: Allows www to change user passwords.
1610: </description>
1611: <status>being updated</status>
1.4 harris41 1612: </file>
1613: <file>
1.5 harris41 1614: <source>loncom/lcuseradd</source>
1615: <target dist='default'>home/httpd/perl/lcuseradd</target>
1616: <categoryname>setuid script</categoryname>
1617: <description>
1.48 harris41 1618: Coordinates the system services and files in order to allow lond to add a
1619: new user.
1.5 harris41 1620: </description>
1.48 harris41 1621: <status>being updated</status>
1.124 foxr 1622: </file>
1623: <file>
1624: <source>loncom/lchtmldir</source>
1625: <target dist='default'>home/httpd/perl/lchtmldir</target>
1626: <categoryname>setuid script</categoryname>
1627: <description>
1.133 harris41 1628: Manages the file system ramifications of adding author mode to a user.
1.124 foxr 1629: If necessary a public_html diretory is added, permissions and ownership are
1630: set according to the user's authentication mode.
1631: </description>
1632: <status>New file</status>
1.4 harris41 1633: </file>
1634: <file>
1.5 harris41 1635: <source>loncom/lcuserdel</source>
1636: <target dist='default'>home/httpd/perl/lcuserdel</target>
1637: <categoryname>setuid script</categoryname>
1638: <description>
1.48 harris41 1639: Coordinates the system services and files in order to allow lond to delete a
1640: user.
1.5 harris41 1641: </description>
1.10 harris41 1642: <status>deprecated</status>
1.4 harris41 1643: </file>
1644: <file>
1.5 harris41 1645: <source>loncom/lcnfson</source>
1646: <target dist='default'>home/httpd/perl/lcnfson</target>
1647: <categoryname>setuid script</categoryname>
1648: <description>
1649: coordinates the system services and files in order to allow lond to enable NFS
1650: for a user
1651: </description>
1.10 harris41 1652: <status>deprecated</status>
1.4 harris41 1653: </file>
1654: <file>
1.5 harris41 1655: <source>loncom/lcnfsoff</source>
1656: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1657: <categoryname>setuid script</categoryname>
1658: <description>
1659: coordinates the system services and files in order to allow lond to disable NFS
1660: for a user
1661: </description>
1.10 harris41 1662: <status>deprecated</status>
1.53 harris41 1663: </file>
1664: <file>
1665: <source>loncom/license/gpl.txt</source>
1666: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1667: <categoryname>interface file</categoryname>
1668: <description>
1669: GNU General Public License. Long live the cause of freeware!
1670: </description>
1.4 harris41 1671: </file>
1672: <file>
1.197 albertel 1673: <source>loncom/license/httpi.license</source>
1674: <target dist='default'>home/httpd/html/adm/httpi.license</target>
1675: <categoryname>interface file</categoryname>
1676: <description>
1677: HTTPi webserver license
1678: </description>
1679: </file>
1680: <file>
1681: <source>loncom/license/httpi.readme</source>
1682: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
1683: <categoryname>interface file</categoryname>
1684: <description>
1685: HTTPi webserver readme
1686: </description>
1687: </file>
1688: <file>
1.62 harris41 1689: <source>loncom/license/about.html</source>
1690: <target dist='default'>home/httpd/html/adm/about.html</target>
1691: <categoryname>interface file</categoryname>
1692: <description>
1693: The "About" Page.
1694: </description>
1695: </file>
1696: <file>
1.5 harris41 1697: <source>loncom/publisher/publisher.html</source>
1698: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1699: <categoryname>interface file</categoryname>
1700: <description>
1701: HTML frame that presents a form element to allow for the publishing of
1702: resources, directories and underlying subdirectories.
1703: </description>
1.4 harris41 1704: </file>
1705: <file>
1.10 harris41 1706: <source>loncom/html/adm/noidea.html</source>
1707: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1708: <categoryname>interface file</categoryname>
1709: <description>
1710: Interface file for responding to improper page flipping.
1.260 www 1711: </description>
1712: </file>
1713: <file>
1714: <source>loncom/html/adm/notinit.html</source>
1715: <target dist='default'>home/httpd/html/adm/notinit.html</target>
1716: <categoryname>interface file</categoryname>
1717: <description>
1718: Interface file for responding to accessing uploaded resources without
1719: re-initializing course.
1.174 www 1720: </description>
1721: </file>
1722: <file>
1723: <source>loncom/html/adm/overloaded.txt</source>
1724: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
1725: <categoryname>interface file</categoryname>
1726: <description>
1727: Interface file for responding to overload situations.
1.204 www 1728: </description>
1729: </file>
1730: <file>
1731: <source>loncom/html/adm/loginproblems.html</source>
1732: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
1733: <categoryname>interface file</categoryname>
1734: <description>
1735: Help page for login problems.
1.10 harris41 1736: </description>
1737: </file>
1738: <file>
1.28 harris41 1739: <source>loncom/xml/physnet.sty</source>
1740: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1741: <categoryname>static conf</categoryname>
1742: <description>
1743: The relevant conditions and metadata to attach to PhysNet-specific tags.
1744: </description>
1745: </file>
1746: <file>
1.5 harris41 1747: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1748: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1749: </target>
1.5 harris41 1750: <categoryname>static conf</categoryname>
1751: <description>
1752: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1753: </description>
1.4 harris41 1754: </file>
1755: <file>
1.139 matthew 1756: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 1757: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1758: <categoryname>conf</categoryname>
1759: <description>
1760: File which contains words which should not be keywords used to specify resource
1761: content.
1.226 albertel 1762: </description>
1763: </file>
1764: <file>
1.227 albertel 1765: <source>loncom/homework/scantronformat.tab</source>
1766: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 1767: <categoryname>conf</categoryname>
1768: <description>
1769: Different configs for scantron input files.
1.5 harris41 1770: </description>
1.4 harris41 1771: </file>
1772: <file>
1.22 harris41 1773: <source>loncom/publisher/packages.tab</source>
1774: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1775: <categoryname>static conf</categoryname>
1.22 harris41 1776: <description>
1777: Parameter packages, so that assessments can publish parameter packages
1778: needed, which are then expanded into individual parameters - allows to
1779: retroactively add new parameters to already published assessments.
1780: </description>
1781: </file>
1782: <file>
1.5 harris41 1783: <source>loncom/publisher/copyright.tab</source>
1784: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1785: <categoryname>static conf</categoryname>
1.5 harris41 1786: <description>
1787: Table which contains list of copyright possibilities for educational resources.
1788: </description>
1.4 harris41 1789: </file>
1790: <file>
1.5 harris41 1791: <source>loncom/publisher/language.tab</source>
1792: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1793: <categoryname>static conf</categoryname>
1794: <description>
1795: Table which contains string abbreviations of language::font rendering
1796: combinations.
1797: </description>
1.4 harris41 1798: </file>
1799: <file>
1.5 harris41 1800: <source>loncom/publisher/addid.tab</source>
1801: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1802: <categoryname>static conf</categoryname>
1803: <description>
1804: Table which has hash data necessary for distinguishing IDs from indices.
1805: </description>
1.4 harris41 1806: </file>
1807: <file>
1.38 harris41 1808: <source>rat/lonwrapper.pm</source>
1.19 harris41 1809: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1810: <categoryname>handler</categoryname>
1811: <description>
1812: Wrapper for external and binary files as standalone resources.
1813: Edit handler for rat maps; TeX content handler.
1.145 www 1814: </description>
1815: <status>works/unverified</status>
1816: </file>
1817: <file>
1.146 matthew 1818: <source>loncom/interface/londocs.pm</source>
1.145 www 1819: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
1820: <categoryname>handler</categoryname>
1821: <description>
1822: Handler for course documents
1823: </description>
1824: <status>works/unverified</status>
1825: </file>
1826: <file>
1.146 matthew 1827: <source>loncom/interface/lonchat.pm</source>
1.145 www 1828: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
1829: <categoryname>handler</categoryname>
1830: <description>
1831: Handler for chat
1832: </description>
1833: <status>works/unverified</status>
1834: </file>
1835: <file>
1.157 www 1836: <source>loncom/interface/lonchatfetch.pm</source>
1837: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
1838: <categoryname>handler</categoryname>
1839: <description>
1840: Handler for periodically fetch new lines of chat
1841: </description>
1842: <status>works/unverified</status>
1843: </file>
1844: <file>
1.146 matthew 1845: <source>loncom/interface/lonannounce.pm</source>
1.145 www 1846: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
1847: <categoryname>handler</categoryname>
1848: <description>
1849: Handler to put up announcements and calendar
1.167 www 1850: </description>
1851: <status>works/unverified</status>
1852: </file>
1853: <file>
1854: <source>loncom/interface/lonsyllabus.pm</source>
1855: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
1856: <categoryname>handler</categoryname>
1857: <description>
1858: Handler to put up syllabus
1.262 www 1859: </description>
1860: <status>works/unverified</status>
1861: </file>
1862: <file>
1.263 www 1863: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262 www 1864: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
1865: <categoryname>handler</categoryname>
1866: <description>
1867: Handler to set parameters for simple homework problems
1.173 www 1868: </description>
1869: <status>works/unverified</status>
1870: </file>
1871: <file>
1872: <source>loncom/interface/lonsimplepage.pm</source>
1873: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
1874: <categoryname>handler</categoryname>
1875: <description>
1876: Handler to put up simple page
1.203 www 1877: </description>
1878: <status>works/unverified</status>
1.349 albertel 1879: </file>
1880: <file>
1881: <source>loncom/interface/lonpickcode.pm</source>
1882: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
1883: <categoryname>handler</categoryname>
1884: <description>
1885: Handler to pick a CODE from the list of possible CODEs
1886: </description>
1887: <status>works/unverified</status>
1.203 www 1888: </file>
1889: <file>
1890: <source>loncom/interface/lonpickstudent.pm</source>
1891: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
1892: <categoryname>handler</categoryname>
1893: <description>
1894: Handler to pick a student from classlist
1.225 www 1895: </description>
1896: <status>works/unverified</status>
1897: </file>
1898: <file>
1899: <source>loncom/interface/lonpickcourse.pm</source>
1900: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
1901: <categoryname>handler</categoryname>
1902: <description>
1903: Handler to pick a courseid from a list of courses
1.173 www 1904: </description>
1905: <status>works/unverified</status>
1906: </file>
1907: <file>
1908: <source>loncom/interface/lonbulletin.pm</source>
1909: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
1910: <categoryname>handler</categoryname>
1911: <description>
1912: Handler to put up bulletin board
1.167 www 1913: </description>
1914: <status>works/unverified</status>
1915: </file>
1916: <file>
1917: <source>loncom/interface/lonaboutme.pm</source>
1918: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
1919: <categoryname>handler</categoryname>
1920: <description>
1921: Handler to put up personal info
1.19 harris41 1922: </description>
1923: <status>works/unverified</status>
1924: </file>
1925: <file>
1.15 harris41 1926: <source>loncom/publisher/loncfile.pm</source>
1927: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1928: <categoryname>handler</categoryname>
1929: <description>
1930: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1931: construction space menu.
1.137 harris41 1932: </description>
1933: <status>works/unverified</status>
1934: </file>
1935: <file>
1.335 raeburn 1936: <source>loncom/publisher/testbankimport.pm</source>
1937: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
1938: <categoryname>handler</categoryname>
1939: <description>
1940: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
1941: Called by selecting testbank option when uploading file to construction space.
1.342 raeburn 1942: </description>
1943: <status>works/unverified</status>
1944: </file>
1945: <file>
1946: <source>loncom/imspackages/imsimport.pm</source>
1947: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
1948: <categoryname>handler</categoryname>
1949: <description>
1950: Utility to import courses from other CMSs packaged in IMS 1.1 content package
1951: format into LON-CAPA Construction space.
1952: Called by selecting IMS package option when uploading file to construction space.
1953: </description>
1954: <status>works/unverified</status>
1955: </file>
1956: <file>
1957: <source>loncom/imspackages/imsimportdocs.pm</source>
1958: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
1959: <categoryname>handler</categoryname>
1960: <description>
1961: Utility to import courses from other CMSs packaged in IMS 1.1 content package
1962: format into a LON-CAPA course via DOCS.
1963: Called using Import IMS package button displayed in Special documents column in DOCS display.
1964: </description>
1965: <status>works/unverified</status>
1966: </file>
1967: <file>
1968: <source>loncom/imspackages/imsprocessor.pm</source>
1969: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
1970: <categoryname>handler</categoryname>
1971: <description>
1972: Contains routines used by imsimport handlers when importing contents of IMS
1973: packages into construction space, or into a course directly via DOCS.
1.335 raeburn 1974: </description>
1975: <status>works/unverified</status>
1976: </file>
1977: <file>
1.137 harris41 1978: <source>loncom/interface/lonhelp.pm</source>
1979: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
1980: <categoryname>handler</categoryname>
1981: <description>
1982: The .tex file help handler.
1.140 bowersj2 1983: </description>
1984: <status>works/unverified</status>
1.195 albertel 1985: <build trigger='always run'>
1986: loncom/html/adm/help/buildMakeWrapper
1987: </build>
1988: <dependencies>
1.197 albertel 1989: Makefile;
1.195 albertel 1990: buildMakeWrapper
1991: </dependencies>
1.141 bowersj2 1992: </file>
1993: <file>
1.158 bowersj2 1994: <source>loncom/html/adm/help/abouthelp.html</source>
1995: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
1996: <categoryname>interface file</categoryname>
1997: <description>
1998: Index file for the help system
1999: </description>
2000: </file>
2001: <file>
2002: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 2003: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
2004: </target>
2005: <categoryname>interface file</categoryname>
1.158 bowersj2 2006: <description>
1.162 harris41 2007: The pseudo-LaTeX file to allow people to read the author's manual online, with
2008: a somewhat clumsy interface.
1.158 bowersj2 2009: </description>
2010: <status>works/unverified</status>
2011: </file>
2012: <file>
2013: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 2014: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
2015: </target>
2016: <categoryname>interface file</categoryname>
1.158 bowersj2 2017: <description>
1.162 harris41 2018: The pseudo-LaTeX file to allow people to read the course administrator's
2019: manual online, with a somewhat clumsy interface.
1.158 bowersj2 2020: </description>
2021: <status>works/unverified</status>
2022: </file>
2023: <file>
2024: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 2025: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 2026: <categoryname>interface file</categoryname>
1.141 bowersj2 2027: <description>
1.158 bowersj2 2028: The postscript Author's Manual
2029: </description>
2030: <status>works/unverified</status>
1.197 albertel 2031: <dependencies>
2032: doc/help/author.manual.texxml;
2033: doc/help/latexSplitter.py;
2034: doc/help/rebuildLabelHash.pl;
2035: doc/help/render.texxml.pl;
2036: doc/help/simpleEdit.py;
2037: doc/help/texxml2indextex.pl;
2038: doc/help/texxml2latex.pl;
2039: loncom/build/buildHelp.sh;
2040: loncom/build/help_graphics_converter.pl
2041: </dependencies>
1.158 bowersj2 2042: </file>
2043: <file>
2044: <source>doc/help/author.manual.pdf</source>
2045: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
2046: <categoryname>handler</categoryname>
2047: <description>
2048: The PDF Author's Manual
2049: </description>
2050: <status>works/unverified</status>
2051: </file>
2052: <file>
2053: <source>doc/help/course.manual.ps</source>
2054: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 2055: <categoryname>interface file</categoryname>
1.158 bowersj2 2056: <description>
2057: The postscript Course Manual
2058: </description>
2059: <status>works/unverified</status>
1.197 albertel 2060: <dependencies>
2061: doc/help/course.manual.texxml;
2062: doc/help/latexSplitter.py;
2063: doc/help/rebuildLabelHash.pl;
2064: doc/help/render.texxml.pl;
2065: doc/help/simpleEdit.py;
2066: doc/help/texxml2indextex.pl;
2067: doc/help/texxml2latex.pl;
2068: loncom/build/buildHelp.sh;
2069: loncom/build/help_graphics_converter.pl
2070: </dependencies>
1.158 bowersj2 2071: </file>
2072: <file>
2073: <source>doc/help/course.manual.pdf</source>
2074: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 2075: <categoryname>interface file</categoryname>
1.158 bowersj2 2076: <description>
2077: The PDF Course Manual
1.200 bowersj2 2078: </description>
2079: <status>works/unverified</status>
2080: </file>
1.140 bowersj2 2081: <fileglob>
2082: <glob>*.*</glob>
2083: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
2084: <targetdir dist='default'>
2085: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 2086: <categoryname>interface file</categoryname>
1.140 bowersj2 2087: <description>
2088: Gif files for the help system
2089: </description>
2090: <filenames>
1.163 harris41 2091: authorRemote.gif;
2092: constructionSpace.gif;
2093: constructionSpaceForPublishing.gif;
2094: creatingANewCourse.gif;
2095: creatingNewProblemResource.gif;
2096: dynamic_piecewise.gif;
2097: dynamic_piecewise2.gif;
2098: dynamic_plot.gif;
2099: dynamic_plot2.gif;
2100: formulaResponse.gif;
2101: login.gif;
2102: lonhelpheader.gif;
1.192 bowersj2 2103: mainCourseDocuments.gif;
1.163 harris41 2104: mapAdvancedEditorNew.gif;
2105: mapClickedStart.gif;
2106: mapEditFirstClick.gif;
2107: mapEditInitial.gif;
2108: mapEditingButton.gif;
2109: mapEditorDirectoryBrowser.gif;
2110: mapEditorResourceChosen.gif;
2111: mapEditorSelection.gif;
2112: mapInsertResource.gif;
2113: mapNewResource.gif;
2114: mapSecondWindowSecondResource.gif;
2115: mapSimpleEditor.gif;
2116: mapStraightened.gif;
2117: mapTwoResources.gif;
2118: numericalResponse1.gif;
2119: numericalResponseEditor.gif;
2120: numericalResponseSlopeProblem.gif;
2121: numericalResponseVarInText.gif;
2122: optionResponseEditing.gif;
2123: optionResponseProblem.gif;
2124: publishMetadata.gif;
2125: radioResponse2.gif;
2126: radioResponseHint.gif;
2127: smallHelp.gif;
2128: spreadsheet_hierarchy.gif;
2129: stringResponseEditor.gif;
1.150 bowersj2 2130: studentInterface.gif
1.140 bowersj2 2131: </filenames>
2132: </fileglob>
2133: <fileglob>
2134: <glob>*.*</glob>
2135: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
2136: <targetdir dist='default'>
2137: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 2138: <categoryname>interface file</categoryname>
1.140 bowersj2 2139: <description>
2140: EPS files for the help system
2141: </description>
2142: <filenames>
1.163 harris41 2143: authorRemote.eps;
2144: constructionSpace.eps;
2145: constructionSpaceForPublishing.eps;
2146: creatingANewCourse.eps;
2147: creatingNewProblemResource.eps;
2148: dynamic_piecewise.eps;
2149: dynamic_piecewise2.eps;
2150: dynamic_plot.eps;
2151: dynamic_plot2.eps;
2152: formulaResponse.eps;
2153: lonhelpheader.eps;
2154: login.eps;
1.192 bowersj2 2155: mainCourseDocuments.eps;
1.163 harris41 2156: mapAdvancedEditorNew.eps;
2157: mapClickedStart.eps;
2158: mapEditFirstClick.eps;
2159: mapEditInitial.eps;
2160: mapEditingButton.eps;
2161: mapEditorDirectoryBrowser.eps;
2162: mapEditorResourceChosen.eps;
2163: mapEditorSelection.eps;
2164: mapInsertResource.eps;
2165: mapNewResource.eps;
2166: mapSecondWindowSecondResource.eps;
2167: mapSimpleEditor.eps;
2168: mapStraightened.eps;
2169: mapTwoResources.eps;
2170: numericalResponse1.eps;
2171: numericalResponseEditor.eps;
2172: numericalResponseSlopeProblem.eps;
2173: numericalResponseVarInText.eps;
2174: optionResponseEditing.eps;
2175: optionResponseProblem.eps;
2176: publishMetadata.eps;
2177: radioResponse2.eps;
2178: radioResponseHint.eps;
2179: smallHelp.eps;
2180: spreadsheet_hierarchy.eps;
2181: stringResponseEditor.eps;
1.150 bowersj2 2182: studentInterface.eps
1.140 bowersj2 2183: </filenames>
2184: </fileglob>
2185: <fileglob>
2186: <glob>*.*</glob>
2187: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
2188: <targetdir dist='default'>
2189: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 2190: <categoryname>interface file</categoryname>
1.140 bowersj2 2191: <description>
2192: Tex files for the help system
2193: </description>
2194: <filenames>
1.163 harris41 2195: About_Authors_Manual.tex;
1.321 www 2196: About_Bombs.tex;
1.276 bowersj2 2197: About_Communication.tex;
2198: About_Developers_Manual.tex;
1.163 harris41 2199: About_Numerical_and_Formula_Response.tex;
1.350 www 2200: all_functions_table.tex;
1.163 harris41 2201: Ambiguous_Reference.tex;
1.350 www 2202: Analysis_Analyze_as.tex;
1.309 matthew 2203: Analysis_Analyze_Over.tex;
1.312 albertel 2204: Analysis_num_plots.tex;
1.350 www 2205: Analyze_Problem.tex;
1.278 bowersj2 2206: Annotation.tex;
1.276 bowersj2 2207: Authentication.tex;
1.163 harris41 2208: Authoring_Adding_Pictures.tex;
1.248 bowersj2 2209: Authoring_DataResponse.tex;
1.350 www 2210: Authoring_Dynamic_Plot_Axes.tex;
2211: Authoring_Dynamic_Plot_Curve_Data.tex;
2212: Authoring_Dynamic_Plot_Curve_Function.tex;
2213: Authoring_Dynamic_Plot_Curve.tex;
2214: Authoring_Dynamic_Plot_Gnuplot.tex;
2215: Authoring_Dynamic_Plot_Key.tex;
2216: Authoring_Dynamic_Plot_Label.tex;
2217: Authoring_Dynamic_Plot_Linestyle.tex;
1.163 harris41 2218: Authoring_Dynamic_Plot.tex;
1.350 www 2219: Authoring_Dynamic_Plot_Tics.tex;
2220: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248 bowersj2 2221: Authoring_ExternalResponse.tex;
2222: Authoring_Foil_Structure_Tags.tex;
1.350 www 2223: Authoring_Hint_Tags.tex;
1.163 harris41 2224: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 2225: Authoring_ImageResponse.tex;
2226: Authoring_Input_Tags.tex;
2227: Authoring_Internal_Tags.tex;
1.163 harris41 2228: Authoring_M_Tag.tex;
1.248 bowersj2 2229: Authoring_NumericalResponse.tex;
2230: Authoring_OptionResponse.tex;
2231: Authoring_Output_Tags.tex;
1.254 bowersj2 2232: Authoring_Pictures_EPS.tex;
1.163 harris41 2233: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 2234: Authoring_RadiobuttonResponse.tex;
2235: Authoring_Response_Attributes.tex;
1.350 www 2236: Authoring_Responseparam_Parameter.tex;
1.248 bowersj2 2237: Authoring_Response_Tag_Intro.tex;
2238: Authoring_Scripting_Tags.tex;
2239: Authoring_Structure_Tags.tex;
2240: Authoring_XML_Intro.tex;
1.350 www 2241: Author_LON-CAPA_Introduction.tex;
2242: Author_Manual_Title_Page.tex;
2243: Author_Numerical_and_Formula.tex;
2244: Author_Remote_Control.tex;
1.278 bowersj2 2245: Bookmarks.tex;
2246: Bugzilla.tex;
1.267 www 2247: Caching.tex;
1.246 bowersj2 2248: Calendar_Add_Announcement.tex;
2249: Calendar_Remove_Announcement.tex;
1.163 harris41 2250: Calling_Functions.tex;
1.350 www 2251: CAPA_LON-CAPA_function_diffs.tex;
1.276 bowersj2 2252: Cascading_Parameters.tex;
1.278 bowersj2 2253: Change_Colors.tex;
2254: Change_Password.tex;
1.249 matthew 2255: Chart_Description.tex;
2256: Chart_Output_Data.tex;
2257: Chart_Output_Formats.tex;
1.276 bowersj2 2258: Chatting.tex;
1.163 harris41 2259: Coauthor.tex;
2260: Construction_Space_Overview.tex;
1.276 bowersj2 2261: Course_Add_Other.tex;
1.163 harris41 2262: Course_Add_Student.tex;
1.278 bowersj2 2263: Course_Broadcast_Message.tex;
2264: Course_Change_Privileges.tex;
1.163 harris41 2265: Course_Chart_To_Excel.tex;
1.254 bowersj2 2266: Course_Chat.tex;
1.163 harris41 2267: Course_Convert_To_CSV.tex;
2268: Course_Create_Class_List.tex;
2269: Course_Critical_Message.tex;
2270: Course_Deleting.tex;
2271: Course_Disable_Discussion.tex;
2272: Course_Discussion_Board.tex;
2273: Course_Drop_Student.tex;
2274: Course_Edit_Content.tex;
1.276 bowersj2 2275: Course_Editing_Custom_Roles.tex;
1.278 bowersj2 2276: Course_Extending_Due_Dates.tex;
1.254 bowersj2 2277: Course_Face_To_Face_Records.tex;
1.163 harris41 2278: Course_Feedback_Addresses.tex;
2279: Course_Homework_Performance_Overview.tex;
1.350 www 2280: Course_Manually_Grade_Problem.tex;
1.197 albertel 2281: Course_Manual_Title_Page.tex;
1.264 bowersj2 2282: Course_Maximum_Collaborators.tex;
1.163 harris41 2283: Course_Message_Access.tex;
1.254 bowersj2 2284: Course_Modify_Student_Data.tex;
1.264 bowersj2 2285: Course_Parameter_Levels.tex;
1.163 harris41 2286: Course_Problem_Weight.tex;
1.254 bowersj2 2287: Course_Set_Start_End_Date.tex;
1.163 harris41 2288: Course_Setting_Parameters.tex;
2289: Course_Student_Grade_Override.tex;
2290: Course_Student_Work.tex;
2291: Course_Toplevel_Seq.tex;
1.254 bowersj2 2292: Course_User_Evaluation.tex;
1.264 bowersj2 2293: Course_User_Parameter.tex;
1.278 bowersj2 2294: Course_View_Class_List.tex;
1.248 bowersj2 2295: Create_Course.tex;
1.163 harris41 2296: Creating_A_Course_Intro.tex;
2297: Creating_New_Content_Pages.tex;
2298: Creating_Online_Problems.tex;
2299: Creating_Radio_Response_Problems.tex;
1.276 bowersj2 2300: Developer_Manual_Title_Page.tex;
2301: Developer_Tutorial.tex;
1.264 bowersj2 2302: Docs_About_Bulletin_Board.tex;
2303: Docs_About_My_Personal_Info.tex;
2304: Docs_About_Simple_Page.tex;
2305: Docs_About_Syllabus.tex;
1.200 bowersj2 2306: Docs_Adding_Course_Doc.tex;
2307: Docs_Adding_External_Resource.tex;
2308: Docs_Adding_Folders.tex;
1.278 bowersj2 2309: Docs_Adding_Syllabus.tex;
1.264 bowersj2 2310: Docs_Alternatives.tex;
1.200 bowersj2 2311: Docs_Creating_From_Template.tex;
1.264 bowersj2 2312: Docs_Editing_Templated_Pages.tex;
1.200 bowersj2 2313: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 2314: Docs_Load_Map.tex;
1.200 bowersj2 2315: Docs_Main_Course_Documents.tex;
2316: Docs_Navigate_Content.tex;
2317: Docs_Overview.tex;
1.265 bowersj2 2318: Docs_Score_Upload_Form.tex;
1.200 bowersj2 2319: Docs_Supplemental.tex;
2320: Docs_Uploading_From_Harddrive.tex;
1.276 bowersj2 2321: Finding_Resources.tex;
1.163 harris41 2322: Foils.tex;
1.248 bowersj2 2323: Formula_Response_Adv_Intro.tex;
1.163 harris41 2324: Formula_Response_Example.tex;
2325: Formula_Response_Limitations.tex;
2326: Formula_Response_Problems.tex;
2327: Formula_Response_Sampling.tex;
2328: Formula_Tolerance.tex;
1.187 www 2329: General_Intro.tex;
1.330 www 2330: Generation.tex;
1.331 www 2331: GradingOptions.tex;
1.219 albertel 2332: Greek_Symbols.tex;
1.276 bowersj2 2333: Guts_Apache_Env.tex;
2334: Guts_Apache_Modules.tex;
1.350 www 2335: Guts_Apache.tex;
1.276 bowersj2 2336: Guts_Authentication.tex;
2337: Guts_Authoring.tex;
2338: Guts_Coding_Guidelines.tex;
2339: Guts_Course_Dir.tex;
2340: Guts_User_Dir.tex;
1.163 harris41 2341: How_To_Edit_Existing_Content_Pages.tex;
1.276 bowersj2 2342: Latex_Footer.tex;
2343: Latex_Header.tex;
1.254 bowersj2 2344: Leaving_Feedback.tex;
1.163 harris41 2345: Login_To_LON-CAPA.tex;
2346: Metadata_Description.tex;
1.178 bowersj2 2347: Navmap_Host_Down.tex;
1.163 harris41 2348: Numerical_Response_Advanced_Example.tex;
2349: Numerical_Response_Format.tex;
1.350 www 2350: Numerical_Response_Introduction.tex;
1.163 harris41 2351: Numerical_Response_Intro.tex;
2352: Numerical_Response_Parts_A.tex;
2353: Numerical_Response_Parts_B.tex;
2354: Numerical_Response_Problems.tex;
2355: Numerical_Response_Randomization.tex;
2356: Numerical_Response_Simple_Example.tex;
2357: Numerical_Response_Tutorial_A.tex;
2358: Numerical_Response_Units.tex;
2359: Option_Response_Concept_Group_Example.tex;
2360: Option_Response_Matching_Example.tex;
2361: Option_Response_Problem_Creation.tex;
2362: Option_Response_Problem_Figure.tex;
2363: Option_Response_Problem_Parts.tex;
2364: Option_Response_Problems.tex;
2365: Option_Response_Simple.tex;
1.219 albertel 2366: Other_Symbols.tex;
1.194 albertel 2367: Part_Tag_Edit_Help.tex;
1.264 bowersj2 2368: Personal_Info_Page.tex;
1.248 bowersj2 2369: Physical_Units.tex;
1.254 bowersj2 2370: Prefs_Forwarding.tex;
2371: Prefs_Screen_Name_Nickname.tex;
1.278 bowersj2 2372: Print_Resource.tex;
1.163 harris41 2373: Problem_Editor_Testing_Area.tex;
2374: Problem_Editor_XML_Index.tex;
1.248 bowersj2 2375: Problem_LON-CAPA_Functions.tex;
1.163 harris41 2376: Problem_Types.tex;
2377: Publishing_A_Resource.tex;
2378: Publishing_Author_Tutorial_Segue.tex;
2379: Publishing_Copyright.tex;
2380: Publishing_Intro.tex;
2381: Publishing_Keywords.tex;
1.191 bowersj2 2382: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 2383: Radio_Response_Problems.tex;
2384: Radio_Response_Randomization.tex;
1.248 bowersj2 2385: Ranking_Problems.tex;
1.266 www 2386: Receipt.tex;
1.276 bowersj2 2387: Resource_Discussion.tex;
1.163 harris41 2388: Resource_Types.tex;
1.276 bowersj2 2389: Roles_About.tex;
1.248 bowersj2 2390: Script_Functions.tex;
1.350 www 2391: Scripting_Help.tex;
1.163 harris41 2392: Script_Tutorial_Intro.tex;
1.248 bowersj2 2393: Script_Variables.tex;
1.278 bowersj2 2394: Sending_Email.tex;
1.163 harris41 2395: Sequence_Advanced_Editor_Creation.tex;
2396: Sequence_Definition.tex;
2397: Sequence_Editor_Selection.tex;
2398: Sequence_Page_Maps.tex;
2399: Sequence_Simple_Editor_Creation.tex;
2400: Sequence_Top-Level.tex;
2401: Significant_Figures.tex;
1.278 bowersj2 2402: Spreadsheet_About.tex;
1.279 matthew 2403: Spreadsheet_Calculation.tex;
2404: Spreadsheet_Calculation_Time.tex;
2405: Spreadsheet_Cell_Editing.tex;
2406: Spreadsheet_Editing.tex;
1.278 bowersj2 2407: Spreadsheet_Export_Row.tex;
1.279 matthew 2408: Spreadsheet_Files.tex;
1.278 bowersj2 2409: Spreadsheet_Functions.tex;
1.279 matthew 2410: Spreadsheet_Hierarchy.tex;
2411: Spreadsheet_HowTo_Assessments.tex;
2412: Spreadsheet_HowTo.tex;
2413: Spreadsheet_Layout.tex;
1.278 bowersj2 2414: Spreadsheet_Levels.tex;
2415: Spreadsheet_Max_Depth_Exceeded.tex;
2416: Spreadsheet_Parms.tex;
2417: Spreadsheet_Problem_Weight.tex;
1.279 matthew 2418: Spreadsheet_Referencing_Cells.tex;
2419: Spreadsheet_Referencing_Parameters.tex;
2420: Spreadsheet_Row_Numbers.tex;
2421: Spreadsheet_Student_View.tex;
1.278 bowersj2 2422: Spreadsheet_Student_Visible.tex;
2423: Spreadsheet_Template_Row.tex;
2424: Spreadsheet_Ternary_Operator.tex;
2425: Spreadsheet_Tries.tex;
1.329 matthew 2426: Statistics_Overall_Key.tex;
1.163 harris41 2427: String_Response_Problem_Creation.tex;
2428: String_Response_Problems.tex;
1.248 bowersj2 2429: Syllabus_ExtLink.tex;
2430: Syllabus_URLs.tex;
1.163 harris41 2431: Tolerance.tex;
1.248 bowersj2 2432: Uploaded_Templates_PublicView.tex;
2433: Uploaded_Templates_TextBoxes.tex;
1.163 harris41 2434: Variable_Naming_Conventions.tex;
2435: Variables_in_Scripts.tex;
2436: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 2437: Variables_in_the_Text_Block.tex;
1.350 www 2438: Variable_Tutorial_A.tex;
1.276 bowersj2 2439: What_Is_LON-CAPA.tex;
2440: Why_LON-CAPA.tex;
1.317 www 2441: </filenames>
2442: </fileglob>
2443: <fileglob>
2444: <glob>*.*</glob>
2445: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
2446: <targetdir dist='default'>
2447: home/httpd/html/adm/help/tex/ru/</targetdir>
2448: <categoryname>interface file</categoryname>
2449: <description>
2450: Russian Tex files for the help system
2451: </description>
2452: <filenames>
2453: About_Authors_Manual.tex;
1.319 www 2454: About_Communication.tex;
1.324 sakharuk 2455: About_Developers_Manual.tex;
1.319 www 2456: About_Numerical_and_Formula_Response.tex;
1.334 sakharuk 2457: CAPA_LON-CAPA_function_diffs.tex;
1.324 sakharuk 2458: Course_Set_Start_End_Date.tex;
1.319 www 2459: Creating_A_Course_Intro.tex;
1.324 sakharuk 2460: Other_Symbols.tex;
1.319 www 2461: Physical_Units.tex;
1.317 www 2462: Print_Resource.tex;
1.324 sakharuk 2463: Authoring_Adding_Pictures.tex;
1.140 bowersj2 2464: </filenames>
2465: </fileglob>
2466: <file>
2467: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
2468: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 2469: <categoryname>interface file</categoryname>
1.140 bowersj2 2470: <description>
2471: A gdbm file containing a label->tex file hash.
1.15 harris41 2472: </description>
2473: <status>works/unverified</status>
2474: </file>
2475: <file>
1.7 harris41 2476: <source>loncom/interface/lonstatistics.pm</source>
2477: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2478: <categoryname>handler</categoryname>
2479: <description>
2480: Handler to show statistics on solving LON-CAPA problems.
1.326 matthew 2481: </description>
2482: <status>works/unverified</status>
2483: </file>
2484: <file>
2485: <source>loncom/interface/statistics/lonstathelpers.pm</source>
2486: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
2487: <categoryname>module</categoryname>
2488: <description>
2489: Utility module for statistics and data mining.
1.144 stredwic 2490: </description>
2491: <status>works/unverified</status>
2492: </file>
2493: <file>
2494: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2495: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2496: </target>
1.144 stredwic 2497: <categoryname>handler</categoryname>
2498: <description>
1.162 harris41 2499: The module that generate the html for the Problem Statistics web pages.
1.338 matthew 2500: </description>
2501: </file>
2502: <file>
2503: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
2504: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
2505: </target>
2506: <categoryname>handler</categoryname>
2507: <description>
2508: Generates excel file containing student submissions and correct answers.
1.332 matthew 2509: </description>
2510: </file>
2511: <file>
2512: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
2513: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
2514: </target>
2515: <categoryname>handler</categoryname>
2516: <description>
2517: The module that generate the html for the correct problems plot web pages.
1.169 stredwic 2518: </description>
2519: <status>works/unverified</status>
2520: </file>
2521: <file>
2522: <source>loncom/interface/statistics/lonpercentage.pm</source>
2523: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2524: </target>
2525: <categoryname>handler</categoryname>
2526: <description>
2527: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2528: </description>
2529: <status>works/unverified</status>
2530: </file>
2531: <file>
2532: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2533: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2534: </target>
1.144 stredwic 2535: <categoryname>handler</categoryname>
2536: <description>
1.296 matthew 2537: This module provides detailed analysis and raw data for submissions of various problem types.
2538: </description>
2539: <status>works/unverified</status>
2540: </file>
2541: <file>
2542: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
2543: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
2544: </target>
2545: <categoryname>handler</categoryname>
2546: <description>
2547: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 2548: </description>
2549: <status>works/unverified</status>
2550: </file>
2551: <file>
2552: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2553: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2554: </target>
1.144 stredwic 2555: <categoryname>handler</categoryname>
2556: <description>
2557: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2558: </description>
2559: <status>works/unverified</status>
2560: </file>
2561: <file>
1.5 harris41 2562: <source>loncom/publisher/londiff.pm</source>
2563: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2564: <categoryname>handler</categoryname>
2565: <description>
2566: Handler to show difference between two files.
1.221 www 2567: </description>
2568: <status>works/unverified</status>
2569: </file>
2570: <file>
2571: <source>loncom/publisher/lonrights.pm</source>
2572: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2573: <categoryname>handler</categoryname>
2574: <description>
2575: Handler to show and edit custom distribution rights
1.5 harris41 2576: </description>
2577: <status>works/unverified</status>
1.4 harris41 2578: </file>
2579: <file>
1.5 harris41 2580: <source>loncom/publisher/lonupload.pm</source>
2581: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2582: <categoryname>handler</categoryname>
2583: <description>
2584: Handler to upload files through browser into construction space.
2585: </description>
2586: <status>works/unverified</status>
1.4 harris41 2587: </file>
2588: <file>
1.76 harris41 2589: <source>doc/man/Apache__lonupload.3</source>
2590: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2591: <categoryname>doc</categoryname>
1.76 harris41 2592: <description>man page for lonupload.pm</description>
2593: <build trigger='always run'>
1.115 harris41 2594: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2595: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2596: </build>
2597: <status>works/unverified</status>
2598: <dependencies>
2599: ../../loncom/publisher/lonupload.pm
2600: </dependencies>
2601: </file>
2602: <file>
1.118 harris41 2603: <source>doc/lib/perl/Apache/lonupload.html</source>
2604: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2605: </target>
1.83 harris41 2606: <categoryname>doc</categoryname>
1.76 harris41 2607: <description>POD-derived page for lonupload.pm</description>
2608: <build trigger='always run'>
1.115 harris41 2609: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2610: ../../doc/lib/perl/Apache/lonupload.html && \
2611: echo 'pod2html lonupload.pm'
1.76 harris41 2612: </build>
2613: <status>works/unverified</status>
2614: <dependencies>
2615: ../../loncom/publisher/lonupload.pm
2616: </dependencies>
2617: </file>
2618: <file>
1.5 harris41 2619: <source>loncom/homework/essayresponse.pm</source>
2620: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2621: <categoryname>handler</categoryname>
2622: <description>
2623: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2624: </description>
2625: <status>works/unverified</status>
2626: </file>
2627: <file>
2628: <source>loncom/homework/externalresponse.pm</source>
2629: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2630: <categoryname>handler</categoryname>
2631: <description>
2632: Handler to evaluate externally graded responses.
2633: </description>
2634: <status>works/unverified</status>
2635: </file>
2636: <file>
2637: <source>loncom/homework/loncapagrade.pm</source>
2638: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2639: <categoryname>handler</categoryname>
2640: <description>
1.133 harris41 2641: Holds results and defines
2642: tag handlers needed by externalresponse.pm
1.5 harris41 2643: </description>
2644: <status>works/unverified</status>
1.4 harris41 2645: </file>
2646: <file>
1.5 harris41 2647: <source>loncom/publisher/lonpubdir.pm</source>
2648: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2649: <categoryname>handler</categoryname>
2650: <description>
2651: Handler to publish directories.
1.172 www 2652: </description>
2653: </file>
2654: <file>
2655: <source>loncom/publisher/lonunauthorized.pm</source>
2656: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2657: <categoryname>handler</categoryname>
2658: <description>
2659: Handler to explain failed contruction space access.
1.5 harris41 2660: </description>
1.4 harris41 2661: </file>
2662: <file>
1.76 harris41 2663: <source>doc/man/Apache__lonpubdir.3</source>
2664: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2665: <categoryname>doc</categoryname>
1.76 harris41 2666: <description>man page for lonpubdir.pm</description>
2667: <build trigger='always run'>
1.115 harris41 2668: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2669: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2670: </build>
2671: <status>works/unverified</status>
2672: <dependencies>
2673: ../../loncom/lonnet/perl/lonnet.pm
2674: </dependencies>
2675: </file>
2676: <file>
1.118 harris41 2677: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2678: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2679: </target>
1.83 harris41 2680: <categoryname>doc</categoryname>
1.76 harris41 2681: <description>POD-derived page for lonpubdir.pm</description>
2682: <build trigger='always run'>
1.115 harris41 2683: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2684: ../../doc/lib/perl/Apache/lonpubdir.html && \
2685: echo 'pod2html lonpubdir.pm'
1.76 harris41 2686: </build>
2687: <status>works/unverified</status>
2688: <dependencies>
2689: ../../loncom/publisher/lonpubdir.pm
2690: </dependencies>
2691: </file>
2692: <file>
1.5 harris41 2693: <source>loncom/publisher/lonretrieve.pm</source>
2694: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2695: <categoryname>handler</categoryname>
2696: <description>
2697: Handler to retrieve old versions from resource space.
2698: </description>
2699: <status>works/unverified</status>
1.4 harris41 2700: </file>
2701: <file>
1.76 harris41 2702: <source>doc/man/Apache__lonretrieve.3</source>
2703: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2704: <categoryname>doc</categoryname>
1.76 harris41 2705: <description>man page for lonretrieve.pm</description>
2706: <build trigger='always run'>
1.115 harris41 2707: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2708: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2709: </build>
2710: <status>works/unverified</status>
2711: <dependencies>
2712: ../../loncom/publisher/lonretrieve.pm
2713: </dependencies>
2714: </file>
2715: <file>
1.118 harris41 2716: <source>doc/lib/perl/Apache/lonretrieve.html</source>
2717: <target dist='default'>
2718: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 2719: </target>
1.83 harris41 2720: <categoryname>doc</categoryname>
1.76 harris41 2721: <description>POD-derived page for lonretrieve.pm</description>
2722: <build trigger='always run'>
1.115 harris41 2723: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 2724: ../../doc/lib/perl/Apache/lonretrieve.html && \
2725: echo 'pod2html lonretrieve.pm'
1.76 harris41 2726: </build>
2727: <status>works/unverified</status>
2728: <dependencies>
2729: ../../loncom/publisher/lonretrieve.pm
2730: </dependencies>
2731: </file>
2732: <file>
1.5 harris41 2733: <source>loncom/homework/edit.pm</source>
2734: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
2735: <categoryname>handler</categoryname>
2736: <description>
2737: Helper functions when in homework edit mode.
2738: </description>
1.4 harris41 2739: </file>
2740: <file>
1.86 harris41 2741: <source>doc/man/Apache__edit.3</source>
2742: <target dist='default'>usr/man/man3/Apache::edit.3</target>
2743: <categoryname>doc</categoryname>
2744: <description>man page for edit.pm</description>
2745: <build trigger='always run'>
1.115 harris41 2746: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 2747: echo 'manifying edit.pm'
1.86 harris41 2748: </build>
2749: <status>works/unverified</status>
2750: <dependencies>
2751: ../../loncom/homework/edit.pm
2752: </dependencies>
2753: </file>
2754: <file>
1.118 harris41 2755: <source>doc/lib/perl/Apache/edit.html</source>
2756: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
2757: </target>
1.86 harris41 2758: <categoryname>doc</categoryname>
2759: <description>POD-derived page for edit.pm</description>
2760: <build trigger='always run'>
1.118 harris41 2761: loncom/build/pod2html.sh ../homework/edit.pm > \
2762: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 2763: && echo 'pod2html edit.pm'
1.86 harris41 2764: </build>
2765: <status>works/unverified</status>
2766: <dependencies>
2767: ../../loncom/homework/edit.pm
2768: </dependencies>
2769: </file>
2770: <file>
1.5 harris41 2771: <source>loncom/interface/lonmeta.pm</source>
2772: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
2773: <categoryname>handler</categoryname>
2774: <description>Metadata display handler.</description>
2775: <status>works/unverified</status>
1.4 harris41 2776: </file>
2777: <file>
1.5 harris41 2778: <source>rat/lonambiguous.pm</source>
2779: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
2780: <categoryname>handler</categoryname>
2781: <description>
2782: Handler to resolve ambiguous file locations.
2783: </description>
2784: <status>works/unverified</status>
1.4 harris41 2785: </file>
2786: <file>
1.5 harris41 2787: <source>rat/lonratparms.pm</source>
2788: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
2789: <categoryname>handler</categoryname>
2790: <description>
2791: Handler to set resource parameters inside of the RAT based on metadata.
2792: </description>
2793: <status>works/unverified</status>
1.4 harris41 2794: </file>
2795: <file>
1.5 harris41 2796: <source>rat/lonsequence.pm</source>
2797: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
2798: <categoryname>handler</categoryname>
2799: <description>
2800: Handler for showing sequence objects of educational resources.
2801: </description>
2802: <status>works/unverified</status>
1.4 harris41 2803: </file>
2804: <file>
1.5 harris41 2805: <source>loncom/interface/loncreatecourse.pm</source>
2806: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
2807: <categoryname>handler</categoryname>
2808: <description>
1.72 harris41 2809: Allows domain coordinators to create new courses and assign course
2810: coordinators.
1.5 harris41 2811: </description>
1.10 harris41 2812: <status>works/unverified</status>
1.4 harris41 2813: </file>
2814: <file>
1.5 harris41 2815: <source>loncom/interface/loncreateuser.pm</source>
2816: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
2817: <categoryname>handler</categoryname>
2818: <description>
1.72 harris41 2819: Allows users to within their own privileges create/edit users and give
2820: them roles.
1.5 harris41 2821: </description>
2822: <status>works/unverified</status>
1.143 stredwic 2823: </file>
2824: <file>
2825: <source>loncom/interface/lonhtmlcommon.pm</source>
2826: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
2827: <categoryname>handler</categoryname>
2828: <description>
2829: Contains a set of functions that generate html controls and data layouts
1.282 www 2830: </description>
2831: </file>
2832: <file>
2833: <source>loncom/localize/lonlocal.pm</source>
2834: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
2835: <categoryname>handler</categoryname>
2836: <description>
2837: Contains the &mt access function to Locale::Maketext
2838: </description>
2839: </file>
2840: <file>
2841: <source>loncom/localize/localize.pm</source>
2842: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
2843: <categoryname>handler</categoryname>
2844: <description>
2845: Localization class for Locale::Maketext
1.138 stredwic 2846: </description>
2847: </file>
1.283 www 2848: <fileglob>
2849: <glob>*.pm</glob>
2850: <sourcedir>loncom/localize/localize/</sourcedir>
2851: <targetdir dist='default'>
2852: home/httpd/lib/perl/Apache/localize/</targetdir>
2853: <categoryname>static conf</categoryname>
2854: <description>
2855: Translation files.
2856: </description>
2857: <filenames>
1.285 www 2858: de.pm;
1.288 www 2859: pt.pm;
1.336 www 2860: fr.pm;
1.288 www 2861: ja.pm;
1.297 www 2862: tr.pm;
1.305 www 2863: ru.pm;
2864: fa.pm;
2865: ar.pm;
1.314 www 2866: es.pm;
1.283 www 2867: </filenames>
2868: </fileglob>
1.138 stredwic 2869: <file>
2870: <source>loncom/interface/loncoursedata.pm</source>
2871: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
2872: <categoryname>handler</categoryname>
2873: <description>
2874: Common functions for handling student course data (download and process)
1.5 harris41 2875: </description>
1.4 harris41 2876: </file>
2877: <file>
1.5 harris41 2878: <source>loncom/interface/loncommon.pm</source>
2879: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
2880: <categoryname>handler</categoryname>
2881: <description>
2882: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 2883: user, domain, home_server, course_id.
1.5 harris41 2884: </description>
2885: <status>works/unverified</status>
1.4 harris41 2886: </file>
2887: <file>
1.76 harris41 2888: <source>doc/man/Apache__loncommon.3</source>
2889: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 2890: <categoryname>doc</categoryname>
1.76 harris41 2891: <description>man page for loncommon.pm</description>
2892: <build trigger='always run'>
1.115 harris41 2893: loncom/build/pod2man.sh ../interface/loncommon.pm > \
2894: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 2895: </build>
2896: <status>works/unverified</status>
2897: <dependencies>
2898: ../../loncom/interface/loncommon.pm
2899: </dependencies>
2900: </file>
2901: <file>
1.118 harris41 2902: <source>doc/lib/perl/Apache/loncommon.html</source>
2903: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 2904: </target>
1.83 harris41 2905: <categoryname>doc</categoryname>
1.76 harris41 2906: <description>POD-derived page for loncommon.pm</description>
2907: <build trigger='always run'>
1.115 harris41 2908: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 2909: ../../doc/lib/perl/Apache/loncommon.html && \
2910: echo 'pod2html loncommon.pm'
1.76 harris41 2911: </build>
2912: <status>works/unverified</status>
2913: <dependencies>
2914: ../../loncom/interface/loncommon.pm
2915: </dependencies>
2916: </file>
2917: <file>
1.5 harris41 2918: <source>loncom/homework/grades.pm</source>
2919: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
2920: <categoryname>handler</categoryname>
2921: <description>Handles the viewing of grades.</description>
1.4 harris41 2922: </file>
2923: <file>
1.5 harris41 2924: <source>loncom/homework/imageresponse.pm</source>
2925: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
2926: <categoryname>handler</categoryname>
2927: <description>
2928: Coordinates the response to clicking an image.
2929: </description>
2930: <status>works/unverified</status>
1.4 harris41 2931: </file>
2932: <file>
1.5 harris41 2933: <source>loncom/homework/optionresponse.pm</source>
2934: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
2935: <categoryname>handler</categoryname>
1.27 harris41 2936: <description>
2937: Handles tags associated with showing a list of options.</description>
1.4 harris41 2938: </file>
2939: <file>
1.5 harris41 2940: <source>loncom/homework/outputtags.pm</source>
2941: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
2942: <categoryname>handler</categoryname>
2943: <description>
2944: Handles tags associated with output. Seems to relate to due dates of the
2945: assignment.
2946: </description>
1.10 harris41 2947: <status>works/unverified</status>
1.4 harris41 2948: </file>
1.255 albertel 2949:
2950: <file>
2951: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 2952: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 2953: <categoryname>handler</categoryname>
2954: <description>
2955: Handle the tags organicresponse/structure and reationresponse
2956: </description>
2957: <status>works/unverified</status>
2958: </file>
2959:
2960: <fileglob>
2961: <glob>*.*</glob>
2962: <sourcedir>loncom/html/adm/jme/</sourcedir>
2963: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
2964: <categoryname>interface file</categoryname>
2965: <description>
2966: JME files, for editing organic structures
2967: </description>
2968: <filenames>
2969: JME.jar;
2970: jme.gif;
1.258 albertel 2971: jme_help.html;
1.255 albertel 2972: nitro.gif;
2973: smiles.gif
2974: </filenames>
2975: </fileglob>
1.291 albertel 2976:
2977: <file>
2978: <source>loncom/homework/convertjme.pl</source>
2979: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
2980: <categoryname>script</categoryname>
2981: <description>
2982: Dynamically converts JME strings into either a png or ps file.
2983: </description>
2984: </file>
2985:
1.4 harris41 2986: <file>
1.6 harris41 2987: <source>loncom/interface/lontest.pm</source>
2988: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
2989: <categoryname>handler</categoryname>
2990: <description>
2991: Used for debugging and testing the LON-CAPA system.
2992: </description>
1.10 harris41 2993: <status>works/unverified</status>
1.6 harris41 2994: </file>
2995: <file>
2996: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 2997: <target dist='default'>
2998: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 2999: <categoryname>handler</categoryname>
3000: <description>
3001: Handles multiple-choice style responses.
3002: </description>
1.10 harris41 3003: <status>works/unverified</status>
1.6 harris41 3004: </file>
3005: <file>
3006: <source>loncom/interface/lonassignments.pm</source>
3007: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
3008: <categoryname>handler</categoryname>
3009: <description>
3010: Handles processing of assignments.
3011: </description>
1.10 harris41 3012: <status>works/unverified</status>
1.6 harris41 3013: </file>
3014: <file>
3015: <source>loncom/interface/loncommunicate.pm</source>
3016: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
3017: <categoryname>handler</categoryname>
1.72 harris41 3018: <description>
3019: Will be the access handler to email sending, as well as the planned
3020: chatrooms, etc.
3021: </description>
1.10 harris41 3022: <status>works/unverified</status>
1.6 harris41 3023: </file>
3024: <file>
3025: <source>loncom/interface/lonerrorhandler.pm</source>
3026: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
3027: <categoryname>handler</categoryname>
3028: <description>
3029: Handles errors.
3030: </description>
1.10 harris41 3031: <status>works/unverified</status>
1.6 harris41 3032: </file>
3033: <file>
3034: <source>loncom/interface/lonevaluate.pm</source>
3035: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
3036: <categoryname>handler</categoryname>
3037: <description>
3038: Handles evaluation.
3039: </description>
1.10 harris41 3040: <status>works/unverified</status>
1.6 harris41 3041: </file>
3042: <file>
3043: <source>loncom/interface/lonfeedback.pm</source>
3044: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
3045: <categoryname>handler</categoryname>
3046: <description>
3047: Handles feedback from students to instructors and system administrators.
1.72 harris41 3048: Provides a screenshot of the current
3049: resource, as well as previous attempts if the resource was a homework.
3050: Used by lonmsg.pm.
1.6 harris41 3051: </description>
1.10 harris41 3052: <status>works/unverified</status>
1.4 harris41 3053: </file>
3054: <file>
1.6 harris41 3055: <source>loncom/interface/lonnavmaps.pm</source>
3056: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
3057: <categoryname>handler</categoryname>
3058: <description>
3059: Handles navigational maps.
1.211 bowersj2 3060: </description>
3061: <status>works/unverified</status>
1.227 albertel 3062: </file>
3063: <file>
3064: <source>doc/man/Apache__lonnavmaps.3</source>
3065: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
3066: <categoryname>doc</categoryname>
3067: <description>man page for lonnavmaps.pm</description>
3068: <build trigger='always run'>
3069: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
3070: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
3071: </build>
3072: <status>works/unverified</status>
3073: <dependencies>
3074: ../../loncom/interface/lonnavmaps.pm
3075: </dependencies>
3076: </file>
3077: <file>
3078: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
3079: <target dist='default'>
3080: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
3081: </target>
3082: <categoryname>doc</categoryname>
3083: <description>POD-derived page for lonnavmaps.pm</description>
3084: <build trigger='always run'>
3085: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
3086: ../../doc/lib/perl/Apache/lonnavmaps.html && \
3087: echo 'pod2html lonnavmaps.pm'
3088: </build>
3089: <status>works/unverified</status>
3090: <dependencies>
3091: ../../loncom/interface/lonnavmaps.pm
3092: </dependencies>
1.211 bowersj2 3093: </file>
3094: <file>
1.231 bowersj2 3095: <source>loncom/interface/lonhelper.pm</source>
3096: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 3097: <categoryname>handler</categoryname>
3098: <description>
1.235 bowersj2 3099: Helper framework.
3100: </description>
3101: <status>works/unverified</status>
3102: </file>
3103: <file>
3104: <source>loncom/html/adm/helper/parameter.helper</source>
3105: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
3106: <categoryname>handler</categoryname>
3107: <description>
3108: Parameter setting helper.
1.242 bowersj2 3109: </description>
3110: <status>works/unverified</status>
3111: </file>
3112: <file>
3113: <source>loncom/html/adm/helper/course.initialization.helper</source>
3114: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
3115: <categoryname>handler</categoryname>
3116: <description>
3117: Course initialization helper.
1.189 bowersj2 3118: </description>
3119: <status>works/unverified</status>
3120: </file>
3121: <file>
3122: <source>loncom/interface/lonquickgrades.pm</source>
3123: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
3124: <categoryname>handler</categoryname>
3125: <description>
3126: Student quick grades interface.
1.6 harris41 3127: </description>
1.10 harris41 3128: <status>works/unverified</status>
1.4 harris41 3129: </file>
3130: <file>
1.6 harris41 3131: <source>loncom/interface/lonpreferences.pm</source>
3132: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
3133: <categoryname>handler</categoryname>
3134: <description>
3135: Handles user preferences associated with customizing the online LON-CAPA
3136: educational environment.
3137: </description>
1.10 harris41 3138: <status>works/unverified</status>
1.6 harris41 3139: </file>
3140: <file>
3141: <source>loncom/interface/lonprintout.pm</source>
3142: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
3143: <categoryname>handler</categoryname>
3144: <description>
3145: Handles the production of printable files and resources.
3146: </description>
1.10 harris41 3147: <status>works/unverified</status>
1.340 matthew 3148: </file>
3149: <file>
3150: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
3151: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
3152: <categoryname>system file</categoryname>
3153: <description>
3154: Provides a common interface to LON-CAPA metadata.
3155: </description>
1.6 harris41 3156: </file>
3157: <file>
3158: <source>loncom/interface/lonsearchcat.pm</source>
3159: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
3160: <categoryname>handler</categoryname>
3161: <description>
3162: Handles a searchable catalogue.
1.148 matthew 3163: </description>
3164: <status>works/unverified</status>
3165: </file>
3166: <file>
3167: <source>loncom/interface/lonmysql.pm</source>
3168: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
3169: <categoryname>handler</categoryname>
3170: <description>
3171: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 3172: </description>
1.10 harris41 3173: <status>works/unverified</status>
1.4 harris41 3174: </file>
3175: <file>
1.76 harris41 3176: <source>doc/man/Apache__lonsearchcat.3</source>
3177: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 3178: <categoryname>doc</categoryname>
1.76 harris41 3179: <description>man page for lonsearchcat.pm</description>
3180: <build trigger='always run'>
1.115 harris41 3181: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
3182: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 3183: </build>
3184: <status>works/unverified</status>
3185: <dependencies>
3186: ../../loncom/interface/lonsearchcat.pm
3187: </dependencies>
3188: </file>
3189: <file>
1.118 harris41 3190: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
3191: <target dist='default'>
3192: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 3193: </target>
1.83 harris41 3194: <categoryname>doc</categoryname>
1.76 harris41 3195: <description>POD-derived page for lonsearchcat.pm</description>
3196: <build trigger='always run'>
1.115 harris41 3197: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 3198: ../../doc/lib/perl/Apache/lonsearchcat.html && \
3199: echo 'pod2html lonsearchcat.pm'
1.76 harris41 3200: </build>
3201: <status>works/unverified</status>
3202: <dependencies>
3203: ../../loncom/interface/lonsearchcat.pm
3204: </dependencies>
1.232 www 3205: </file>
3206: <file>
3207: <source>loncom/interface/lonmanagekeys.pm</source>
3208: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
3209: <categoryname>handler</categoryname>
3210: <description>
3211: Allows users with "mky" privileges to generate and manage course access keys.
3212: </description>
3213: <status>works/unverified</status>
1.76 harris41 3214: </file>
3215: <file>
1.6 harris41 3216: <source>loncom/interface/londropadd.pm</source>
3217: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
3218: <categoryname>handler</categoryname>
3219: <description>
1.72 harris41 3220: Allows course coordinators to upload courselists in different formats, and
3221: automatically create users (if they do not exist already), assign them the
3222: role of student in a course, and add them to the classlist.
1.6 harris41 3223: </description>
1.10 harris41 3224: <status>works/unverified</status>
1.6 harris41 3225: </file>
3226: <file>
3227: <source>loncom/interface/lonmsg.pm</source>
3228: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
3229: <categoryname>handler</categoryname>
3230: <description>
1.72 harris41 3231: lonmsg.pm has several functions to send and receive internal messages.
3232: author_res_msg - send message to resource author.
3233: user_crit_msg - send a critical message to a user. A critical message
3234: will require acknowledgment by the recipient and the sender will be notified.
3235: user_crit_received - routine to trigger acknowledgment.
3236: statuschange - change the status of a message (read, replied, forwarded, etc).
3237: The handler also displays messages, has routines to reply, etc.
1.6 harris41 3238: </description>
1.10 harris41 3239: <status>works/unverified</status>
1.6 harris41 3240: </file>
3241: <file>
3242: <source>loncom/homework/hint.pm</source>
3243: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
3244: <categoryname>handler</categoryname>
3245: <description>
3246: This handler coordinates the delivery of hints to students working on LON-CAPA
3247: problems and assignments.
3248: </description>
1.10 harris41 3249: <status>works/unverified</status>
1.6 harris41 3250: </file>
3251: <file>
1.244 matthew 3252: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 3253: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
3254: <categoryname>handler</categoryname>
3255: <description>
1.244 matthew 3256: The top level interface for the display and editing of spreadsheets. There
3257: are three levels of spreadsheet.
3258: </description>
3259: <status>works/unverified</status>
3260: </file>
3261: <file>
3262: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
3263: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
3264: <categoryname>handler</categoryname>
3265: <description>
3266: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
3267: assesscalc).
3268: </description>
3269: <status>works/unverified</status>
3270: </file>
3271: <file>
3272: <source>loncom/interface/spreadsheet/classcalc.pm</source>
3273: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
3274: <categoryname>handler</categoryname>
3275: <description>
3276: Defines the specifics of the course level spreadsheet.
3277: </description>
3278: <status>works/unverified</status>
3279: </file>
3280: <file>
3281: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
3282: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
3283: <categoryname>handler</categoryname>
3284: <description>
3285: Defines the specifics of the student level spreadsheet.
3286: </description>
3287: <status>works/unverified</status>
3288: </file>
3289: <file>
3290: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
3291: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
3292: <categoryname>handler</categoryname>
3293: <description>
3294: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 3295: </description>
1.10 harris41 3296: <status>works/unverified</status>
1.6 harris41 3297: </file>
3298: <file>
3299: <source>loncom/interface/lonparmset.pm</source>
3300: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
3301: <categoryname>handler</categoryname>
3302: <description>
3303: Handler to resolve ambiguous file locations
3304: </description>
1.10 harris41 3305: <status>works/unverified</status>
1.6 harris41 3306: </file>
3307: <file>
1.76 harris41 3308: <source>doc/man/Apache__lonparmset.3</source>
3309: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 3310: <categoryname>doc</categoryname>
1.76 harris41 3311: <description>man page for lonparmset.pm</description>
3312: <build trigger='always run'>
1.115 harris41 3313: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
3314: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 3315: </build>
3316: <status>works/unverified</status>
3317: <dependencies>
3318: ../../loncom/interface/lonparmset.pm
3319: </dependencies>
3320: </file>
3321: <file>
1.118 harris41 3322: <source>doc/lib/perl/Apache/lonparmset.html</source>
3323: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 3324: </target>
1.83 harris41 3325: <categoryname>doc</categoryname>
1.76 harris41 3326: <description>POD-derived page for lonparmset.pm</description>
3327: <build trigger='always run'>
1.115 harris41 3328: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 3329: ../../doc/lib/perl/Apache/lonparmset.html && \
3330: echo 'pod2html lonparmset.pm'
1.76 harris41 3331: </build>
3332: <status>works/unverified</status>
3333: <dependencies>
3334: ../../loncom/interface/lonparmset.pm
3335: </dependencies>
3336: </file>
3337: <file>
1.6 harris41 3338: <source>loncom/publisher/lonconstruct.pm</source>
3339: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
3340: <categoryname>handler</categoryname>
3341: <description>
3342: Page wrapper for handling construction space.
3343: </description>
1.10 harris41 3344: <status>works/unverified</status>
1.6 harris41 3345: </file>
3346: <file>
3347: <source>loncom/publisher/lonpublisher.pm</source>
3348: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
3349: <categoryname>handler</categoryname>
3350: <description>
3351: Publishes an LON-CAPA educational resource complete with metadata
3352: (authorship, language, copyright, creation date, etc).
3353: </description>
1.10 harris41 3354: <status>works/unverified</status>
1.6 harris41 3355: </file>
3356: <file>
1.76 harris41 3357: <source>doc/man/Apache__lonpublisher.3</source>
3358: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 3359: <categoryname>doc</categoryname>
1.76 harris41 3360: <description>man page for lonpublisher.pm</description>
3361: <build trigger='always run'>
1.115 harris41 3362: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
3363: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 3364: </build>
3365: <status>works/unverified</status>
3366: <dependencies>
3367: ../../loncom/publisher/lonpublisher.pm
3368: </dependencies>
3369: </file>
3370: <file>
1.118 harris41 3371: <source>doc/lib/perl/Apache/lonpublisher.html</source>
3372: <target dist='default'>
3373: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 3374: </target>
1.83 harris41 3375: <categoryname>doc</categoryname>
1.76 harris41 3376: <description>POD-derived page for lonpublisher.pm</description>
3377: <build trigger='always run'>
1.115 harris41 3378: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 3379: ../../doc/lib/perl/Apache/lonpublisher.html && \
3380: echo 'pod2html lonpublisher.pm'
1.76 harris41 3381: </build>
3382: <status>works/unverified</status>
3383: <dependencies>
3384: ../../loncom/publisher/lonpublisher.pm
3385: </dependencies>
3386: </file>
3387: <file>
1.6 harris41 3388: <source>loncom/interface/lonmenu.pm</source>
3389: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
3390: <categoryname>handler</categoryname>
3391: <description>
3392: Has routines which control the remote control.
1.228 www 3393: </description>
3394: <status>works/unverified</status>
3395: </file>
3396: <file>
3397: <source>loncom/interface/lonremote.pm</source>
3398: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
3399: <categoryname>handler</categoryname>
3400: <description>
3401: Handler to lauch and collapse the remote control.
1.6 harris41 3402: </description>
1.10 harris41 3403: <status>works/unverified</status>
1.6 harris41 3404: </file>
3405: <file>
3406: <source>rat/lonpageflip.pm</source>
3407: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
3408: <categoryname>handler</categoryname>
3409: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 3410: <status>works/unverified</status>
1.6 harris41 3411: </file>
3412: <file>
3413: <source>rat/lonratedt.pm</source>
3414: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
3415: <categoryname>handler</categoryname>
3416: <description>
3417: Builds up frame set and loads in the right thing.
3418: </description>
1.10 harris41 3419: <status>works/unverified</status>
1.6 harris41 3420: </file>
3421: <file>
3422: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
3423: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
3424: <categoryname>handler</categoryname>
3425: <description>
3426: Homework remote control.
1.157 www 3427: </description>
3428: <status>works/unverified</status>
3429: </file>
3430: <file>
3431: <source>loncom/html/res/adm/pages/chatroom.html</source>
3432: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
3433: <categoryname>handler</categoryname>
3434: <description>
3435: Establishes frameset for chatroom
1.6 harris41 3436: </description>
1.10 harris41 3437: <status>works/unverified</status>
1.6 harris41 3438: </file>
3439: <file>
3440: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
3441: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
3442: <categoryname>handler</categoryname>
3443: <description>
1.10 harris41 3444: This will take annotations and then plug them into a page.
1.6 harris41 3445: </description>
1.10 harris41 3446: <status>works/unverified</status>
1.6 harris41 3447: </file>
3448: <file>
3449: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
3450: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
3451: <categoryname>handler</categoryname>
3452: <description>
3453: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 3454: interface.
1.6 harris41 3455: </description>
1.10 harris41 3456: <status>works/unverified</status>
1.6 harris41 3457: </file>
3458: <file>
3459: <source>rat/lonratsrv.pm</source>
3460: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
3461: <categoryname>handler</categoryname>
3462: <description>
1.27 harris41 3463: Handler that takes output from RAT and stores it on disk. Handles the upper
3464: hidden frame of the added window that comes up in RAT. (3 frames come up in
3465: RAT server, code, and output. This module handles server connection.)
1.6 harris41 3466: </description>
1.10 harris41 3467: <status>works/unverified</status>
1.6 harris41 3468: </file>
3469: <file>
3470: <source>rat/lonpage.pm</source>
3471: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
3472: <categoryname>handler</categoryname>
3473: <description>
3474: bundles pages into one page
3475: </description>
1.10 harris41 3476: <status>works/unverified</status>
1.6 harris41 3477: </file>
3478: <file>
1.76 harris41 3479: <source>doc/man/Apache__lonpage.3</source>
3480: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 3481: <categoryname>doc</categoryname>
1.76 harris41 3482: <description>man page for lonpage.pm</description>
3483: <build trigger='always run'>
1.115 harris41 3484: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
3485: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 3486: </build>
3487: <status>works/unverified</status>
3488: <dependencies>
3489: ../../rat/lonpage.pm
3490: </dependencies>
3491: </file>
3492: <file>
1.118 harris41 3493: <source>doc/lib/perl/Apache/lonpage.html</source>
3494: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 3495: </target>
1.83 harris41 3496: <categoryname>doc</categoryname>
1.76 harris41 3497: <description>POD-derived page for lonnet.pm</description>
3498: <build trigger='always run'>
1.115 harris41 3499: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 3500: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 3501: </build>
3502: <status>works/unverified</status>
3503: <dependencies>
3504: ../../rat/lonpage.pm
3505: </dependencies>
3506: </file>
3507: <file>
1.6 harris41 3508: <source>rat/lonuserstate.pm</source>
3509: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
3510: <categoryname>handler</categoryname>
3511: <description>
1.133 harris41 3512: compile course into binary data structure
1.6 harris41 3513: </description>
1.10 harris41 3514: <status>works/unverified</status>
1.6 harris41 3515: </file>
3516: <file>
1.76 harris41 3517: <source>doc/man/Apache__lonuserstate.3</source>
3518: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 3519: <categoryname>doc</categoryname>
1.76 harris41 3520: <description>man page for lonnet.pm</description>
3521: <build trigger='always run'>
1.115 harris41 3522: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
3523: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 3524: </build>
3525: <status>works/unverified</status>
3526: <dependencies>
3527: ../../rat/lonuserstate.pm
3528: </dependencies>
3529: </file>
3530: <file>
1.118 harris41 3531: <source>doc/lib/perl/Apache/lonuserstate.html</source>
3532: <target dist='default'>
3533: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 3534: </target>
1.83 harris41 3535: <categoryname>doc</categoryname>
1.76 harris41 3536: <description>POD-derived page for lonuserstate.pm</description>
3537: <build trigger='always run'>
1.115 harris41 3538: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 3539: ../../doc/lib/perl/Apache/lonuserstate.html && \
3540: echo 'pod2html lonuserstate.pm'
1.76 harris41 3541: </build>
3542: <status>works/unverified</status>
3543: <dependencies>
3544: ../../rat/lonuserstate.pm
3545: </dependencies>
3546: </file>
3547: <file>
1.6 harris41 3548: <source>loncom/xml/lontex.pm</source>
3549: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
3550: <categoryname>handler</categoryname>
3551: <description>
1.133 harris41 3552: Handler for tex files
1.6 harris41 3553: </description>
1.10 harris41 3554: <status>works/unverified</status>
1.6 harris41 3555: </file>
3556: <file>
3557: <source>loncom/xml/lontexconvert.pm</source>
3558: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
3559: <categoryname>handler</categoryname>
3560: <description>
3561: Access to tth/ttm
3562: </description>
1.10 harris41 3563: <status>works/unverified</status>
1.6 harris41 3564: </file>
3565: <file>
3566: <source>loncom/xml/lonxml.pm</source>
3567: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
3568: <categoryname>handler</categoryname>
3569: <description>
3570: XML Parsing Module
1.78 harris41 3571: </description>
3572: <status>works/unverified</status>
3573: </file>
3574: <file>
3575: <source>loncom/xml/lonplot.pm</source>
3576: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
3577: <categoryname>handler</categoryname>
3578: <description>
3579: XML-based plotter of graphs
1.6 harris41 3580: </description>
1.10 harris41 3581: <status>works/unverified</status>
1.6 harris41 3582: </file>
3583: <file>
3584: <source>loncom/xml/style.pm</source>
3585: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
3586: <categoryname>handler</categoryname>
3587: <description>
3588: Style Parsing Module
3589: </description>
1.10 harris41 3590: <status>works/unverified</status>
1.6 harris41 3591: </file>
3592: <file>
3593: <source>loncom/xml/londefdef.pm</source>
3594: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
3595: <categoryname>handler</categoryname>
3596: <description>
3597: Tags Default Definition Module
3598: </description>
1.10 harris41 3599: <status>works/unverified</status>
1.4 harris41 3600: </file>
3601: <file>
1.6 harris41 3602: <source>loncom/xml/run.pm</source>
3603: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
3604: <categoryname>handler</categoryname>
3605: <description>
3606: used to prevent poorly written problems from causing lingering after effects
3607: </description>
1.10 harris41 3608: <status>works/unverified</status>
1.4 harris41 3609: </file>
3610: <file>
1.6 harris41 3611: <source>loncom/xml/scripttag.pm</source>
3612: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
3613: <categoryname>handler</categoryname>
3614: <description>
3615: implements <script>, <scriptlib>, <parserlib>, and
3616: <import>
1.290 www 3617: </description>
3618: <status>works/unverified</status>
3619: </file>
3620: <file>
3621: <source>loncom/xml/languagetags.pm</source>
3622: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
3623: <categoryname>handler</categoryname>
3624: <description>
3625: implements <mt>
1.6 harris41 3626: </description>
1.10 harris41 3627: <status>works/unverified</status>
1.185 albertel 3628: </file>
3629: <file>
3630: <source>loncom/homework/randomlylabel.pm</source>
3631: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3632: <categoryname>handler</categoryname>
3633: <description>
3634: Handler for compositing images, and text together.
1.339 albertel 3635: </description>
3636: </file>
3637: <file>
3638: <source>loncom/homework/drawimage.pm</source>
3639: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
3640: <categoryname>handler</categoryname>
3641: <description>
3642: Handler for programtically defining an image
1.318 albertel 3643: </description>
3644: </file>
3645: <file>
3646: <source>loncom/homework/imagechoice.pm</source>
3647: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
3648: <categoryname>handler</categoryname>
3649: <description>
3650: Handler for picking out locations on an image.
1.207 www 3651: </description>
3652: </file>
3653: <file>
3654: <source>loncom/homework/rankresponse.pm</source>
3655: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3656: <categoryname>handler</categoryname>
3657: <description>
3658: Handler for rankresponse
1.209 albertel 3659: </description>
3660: </file>
3661: <file>
3662: <source>loncom/homework/matchresponse.pm</source>
3663: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3664: <categoryname>handler</categoryname>
3665: <description>
3666: Handler for matchresponse
1.185 albertel 3667: </description>
1.4 harris41 3668: </file>
3669: <file>
1.33 harris41 3670: <source>loncom/homework/randomlabel.pm</source>
3671: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3672: <categoryname>handler</categoryname>
3673: <description>
3674: Interface for producing applet code which randomizes the labelling of an
3675: image.
3676: </description>
3677: </file>
3678: <file>
1.6 harris41 3679: <source>loncom/homework/lonhomework.pm</source>
3680: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3681: <categoryname>handler</categoryname>
1.27 harris41 3682: <description>
3683: handles requests for output, evaluation, and alteration of a homework resource
3684: </description>
1.95 harris41 3685: <status>works/unverified</status>
1.4 harris41 3686: </file>
3687: <file>
1.6 harris41 3688: <source>loncom/homework/inputtags.pm</source>
3689: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3690: <categoryname>handler</categoryname>
3691: <description>
3692: produces HTML input tags (<INPUT>) for rendering homework resources
3693: </description>
1.10 harris41 3694: <status>works/unverified</status>
1.4 harris41 3695: </file>
3696: <file>
1.6 harris41 3697: <source>loncom/homework/structuretags.pm</source>
3698: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3699: <categoryname>handler</categoryname>
3700: <description>
1.27 harris41 3701: produces HTML tags necessary for structuring the presentation of homework
3702: resources
1.6 harris41 3703: </description>
1.10 harris41 3704: <status>works/unverified</status>
1.4 harris41 3705: </file>
3706: <file>
1.6 harris41 3707: <source>loncom/homework/response.pm</source>
3708: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3709: <categoryname>handler</categoryname>
3710: <description>
1.27 harris41 3711: defines different types of responses given to student as well as syntax for
3712: producing response values
1.6 harris41 3713: </description>
1.10 harris41 3714: <status>works/unverified</status>
1.4 harris41 3715: </file>
3716: <file>
1.6 harris41 3717: <source>loncom/homework/caparesponse/caparesponse.pm</source>
3718: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
3719: <categoryname>handler</categoryname>
3720: <description>
3721: handles request to the CAPA homework processing engine
3722: </description>
1.10 harris41 3723: <status>works/unverified</status>
1.4 harris41 3724: </file>
3725: <file>
1.113 harris41 3726: <source>loncom/xml/Safe.pm</source>
3727: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
3728: <categoryname>handler</categoryname>
3729: <description>
3730: Meant to safely substitute for CPAN version of Safe.
3731: Allows for safely executing embedded perl comands in
3732: a way that does not threaten the operating system.
3733: </description>
3734: <status>works/unverified</status>
3735: </file>
3736: <file>
1.241 albertel 3737: <source>loncom/auth/localauth.pm</source>
3738: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
3739: <categoryname>handler</categoryname>
3740: <description>
1.208 harris41 3741: Local authentication mechanism. The target file is meant as a template
3742: for a localauth.pm file. The target file with the -std suffix is not
3743: used directly by any software program; it is just a template file.
1.241 albertel 3744: </description>
3745: <status>works/unverified</status>
3746: </file>
3747: <file>
3748: <source>loncom/auth/localauth.pm</source>
3749: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
3750: <categoryname>conf</categoryname>
3751: <description>
3752: Local authentication mechanism.
3753: </description>
3754: <status>works/unverified</status>
1.30 harris41 3755: </file>
3756: <file>
1.6 harris41 3757: <source>loncom/auth/lonacc.pm</source>
3758: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
3759: <categoryname>handler</categoryname>
3760: <description>
3761: (This module, like loncacc.pm also authenticates with cookies.)
3762: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
3763: functions (e.g. roles, logout, annotations, and bookmarks) as well
3764: as coordinating access to educational resources.
3765: </description>
1.10 harris41 3766: <status>works/unverified</status>
1.4 harris41 3767: </file>
3768: <file>
1.76 harris41 3769: <source>doc/man/Apache__lonacc.3</source>
3770: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 3771: <categoryname>doc</categoryname>
1.76 harris41 3772: <description>man page for lonacc.pm</description>
3773: <build trigger='always run'>
1.115 harris41 3774: loncom/build/pod2man.sh ../auth/lonacc.pm > \
3775: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 3776: </build>
3777: <status>works/unverified</status>
3778: <dependencies>
3779: ../../loncom/auth/lonacc.pm
3780: </dependencies>
3781: </file>
3782: <file>
1.118 harris41 3783: <source>doc/lib/perl/Apache/lonacc.html</source>
3784: <target dist='default'>
3785: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 3786: <categoryname>doc</categoryname>
1.76 harris41 3787: <description>POD-derived page for lonacc.pm</description>
3788: <build trigger='always run'>
1.115 harris41 3789: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3790: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3791: </build>
3792: <status>works/unverified</status>
3793: <dependencies>
3794: ../../loncom/auth/lonacc.pm
3795: </dependencies>
3796: </file>
3797: <file>
1.6 harris41 3798: <source>loncom/auth/lonracc.pm</source>
3799: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3800: <categoryname>handler</categoryname>
3801: <description>
3802: access handler for file transfers
1.151 www 3803: </description>
3804: <status>works/unverified</status>
3805: </file>
3806: <file>
3807: <source>loncom/auth/lontokacc.pm</source>
3808: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3809: <categoryname>handler</categoryname>
3810: <description>
1.154 www 3811: handler for inter-server transfer of token accessed files, includes
3812: cleanup handler to remove file when successfully done
3813: </description>
3814: <status>works/unverified</status>
3815: </file>
3816: <file>
3817: <source>loncom/auth/lonuploadedacc.pm</source>
3818: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3819: <categoryname>handler</categoryname>
3820: <description>
3821: access handler for user uploaded files
3822: </description>
3823: <status>works/unverified</status>
3824: </file>
3825: <file>
3826: <source>loncom/lontrans.pm</source>
3827: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3828: <categoryname>handler</categoryname>
3829: <description>
3830: URI to filename translation
1.347 www 3831: </description>
3832: <status>works/unverified</status>
3833: </file>
3834: <file>
3835: <source>loncom/lonenc.pm</source>
3836: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
3837: <categoryname>handler</categoryname>
3838: <description>
3839: Encryption and decryption of URIs
1.6 harris41 3840: </description>
1.10 harris41 3841: <status>works/unverified</status>
1.87 harris41 3842: </file>
3843: <file>
3844: <source>doc/man/Apache__lonracc.3</source>
3845: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3846: <categoryname>doc</categoryname>
3847: <description>man page for lonracc.pm</description>
3848: <build trigger='always run'>
1.115 harris41 3849: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3850: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3851: </build>
3852: <status>works/unverified</status>
3853: <dependencies>
3854: ../../loncom/auth/lonracc.pm
3855: </dependencies>
3856: </file>
3857: <file>
1.118 harris41 3858: <source>doc/lib/perl/Apache/lonracc.html</source>
3859: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3860: </target>
1.87 harris41 3861: <categoryname>doc</categoryname>
3862: <description>POD-derived page for lonracc.pm</description>
3863: <build trigger='always run'>
1.115 harris41 3864: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3865: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3866: </build>
3867: <status>works/unverified</status>
3868: <dependencies>
3869: ../../loncom/auth/lonracc.pm
3870: </dependencies>
1.4 harris41 3871: </file>
3872: <file>
1.6 harris41 3873: <source>loncom/auth/loncacc.pm</source>
3874: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3875: <categoryname>handler</categoryname>
3876: <description>
3877: This module provides access to an educational resource construction area.
3878: This module is invoked by the URL-related pattern syntax
3879: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3880: Authentication of user identity
3881: is coordinated through cookies. The abbreviation "cacc" corresponds
3882: to "construction-space access"). If the cookie handle is invalid, then
3883: this module returns a forbidden status and makes appropriate log entries.
3884: If the cookie handle is valid, status is determined to be okay (and,
3885: for the "priv"-type access, the resource is delivered by the
3886: <tt>lonconstruct</tt> module).
3887: </description>
1.10 harris41 3888: <status>works/unverified</status>
1.4 harris41 3889: </file>
3890: <file>
1.86 harris41 3891: <source>doc/man/Apache__loncacc.3</source>
3892: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3893: <categoryname>doc</categoryname>
3894: <description>man page for loncacc.pm</description>
3895: <build trigger='always run'>
1.115 harris41 3896: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3897: && echo 'manifying loncacc.pm'
1.86 harris41 3898: </build>
3899: <status>works/unverified</status>
3900: <dependencies>
3901: ../../loncom/auth/loncacc.pm
3902: </dependencies>
3903: </file>
3904: <file>
1.118 harris41 3905: <source>doc/lib/perl/Apache/loncacc.html</source>
3906: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3907: </target>
1.86 harris41 3908: <categoryname>doc</categoryname>
3909: <description>POD-derived page for loncacc.pm</description>
3910: <build trigger='always run'>
1.115 harris41 3911: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3912: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3913: </build>
3914: <status>works/unverified</status>
3915: <dependencies>
3916: ../../loncom/auth/loncacc.pm
3917: </dependencies>
3918: </file>
3919: <file>
1.6 harris41 3920: <source>loncom/auth/lonauth.pm</source>
3921: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3922: <categoryname>handler</categoryname>
3923: <description>authenticate, set up session environment</description>
1.10 harris41 3924: <status>works/unverified</status>
1.4 harris41 3925: </file>
3926: <file>
1.6 harris41 3927: <source>loncom/auth/lonlogin.pm</source>
3928: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3929: <categoryname>handler</categoryname>
3930: <description>login screen</description>
1.10 harris41 3931: <status>works/unverified</status>
1.4 harris41 3932: </file>
3933: <file>
1.355 matthew 3934: <source>loncom/auth/londatecheck.pm</source>
3935: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
3936: <categoryname>handler</categoryname>
1.356 albertel 3937: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
3938: <status>works/unverified</status>
1.355 matthew 3939: </file>
3940: <file>
1.6 harris41 3941: <source>loncom/auth/lonlogout.pm</source>
3942: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3943: <categoryname>handler</categoryname>
3944: <description>logout</description>
1.10 harris41 3945: <status>works/unverified</status>
1.4 harris41 3946: </file>
3947: <file>
1.6 harris41 3948: <source>loncom/lonnet/perl/lonrep.pm</source>
3949: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3950: <categoryname>handler</categoryname>
3951: <description>replication</description>
1.345 raeburn 3952: </file>
3953: <file>
3954: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
3955: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
3956: <categoryname>handler</categoryname>
3957: <description>copying of uploaded files</description>
1.4 harris41 3958: </file>
3959: <file>
1.6 harris41 3960: <source>loncom/auth/lonroles.pm</source>
3961: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3962: <categoryname>handler</categoryname>
3963: <description>
3964: This perl handling module reads in the available roles available
3965: for a LON-CAPA user (different courses, different privileges, etc)
3966: and produces a form-element HTML page which allows the user to select
3967: which role he wishes to exercise in the LON-CAPA system. For instance,
3968: a user may want to select between being a student in a thermodynamics
3969: physics course or a teaching assistant for an introductory calculus
3970: class.
3971: </description>
1.86 harris41 3972: </file>
3973: <file>
3974: <source>doc/man/Apache__lonroles.3</source>
3975: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3976: <categoryname>doc</categoryname>
3977: <description>man page for lonroles.pm</description>
3978: <build trigger='always run'>
1.115 harris41 3979: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3980: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3981: </build>
3982: <status>works/unverified</status>
3983: <dependencies>
3984: ../../loncom/auth/lonroles.pm
3985: </dependencies>
3986: </file>
3987: <file>
1.118 harris41 3988: <source>doc/lib/perl/Apache/lonroles.html</source>
3989: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3990: </target>
1.86 harris41 3991: <categoryname>doc</categoryname>
3992: <description>POD-derived page for lonroles.pm</description>
3993: <build trigger='always run'>
1.115 harris41 3994: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3995: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3996: </build>
3997: <status>works/unverified</status>
3998: <dependencies>
3999: ../../loncom/auth/lonroles.pm
4000: </dependencies>
1.4 harris41 4001: </file>
4002: <file>
1.6 harris41 4003: <source>loncom/interface/lonindexer.pm</source>
4004: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
4005: <categoryname>handler</categoryname>
4006: <description>
4007: cross server filesystem browser
4008: </description>
1.10 harris41 4009: <status>works/unverified</status>
1.76 harris41 4010: </file>
4011: <file>
4012: <source>doc/man/Apache__lonindexer.3</source>
4013: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 4014: <categoryname>doc</categoryname>
1.76 harris41 4015: <description>man page for lonindexer.pm</description>
4016: <build trigger='always run'>
1.115 harris41 4017: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
4018: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 4019: </build>
4020: <status>works/unverified</status>
4021: <dependencies>
4022: ../../loncom/interface/lonindexer.pm
4023: </dependencies>
4024: </file>
4025: <file>
1.118 harris41 4026: <source>doc/lib/perl/Apache/lonindexer.html</source>
4027: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 4028: </target>
1.83 harris41 4029: <categoryname>doc</categoryname>
1.76 harris41 4030: <description>POD-derived page for lonindexer.pm</description>
4031: <build trigger='always run'>
1.115 harris41 4032: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 4033: ../../doc/lib/perl/Apache/lonindexer.html && \
4034: echo 'pod2html lonindexer.pm'
1.76 harris41 4035: </build>
4036: <status>works/unverified</status>
4037: <dependencies>
4038: ../../loncom/interface/lonindexer.pm
4039: </dependencies>
1.4 harris41 4040: </file>
4041: <file>
1.24 harris41 4042: <source>loncom/interface/groupsort.pm</source>
4043: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
4044: <categoryname>handler</categoryname>
4045: <description>
4046: Implements a second phase of importing multiple resources into the RAT.
4047: Allows for reordering the sequence of resources.
4048: </description>
4049: <status>works/unverified</status>
4050: </file>
4051: <file>
1.6 harris41 4052: <source>loncom/lonnet/perl/lonnet.pm</source>
4053: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
4054: <categoryname>handler</categoryname>
4055: <description>
4056: This file is an interface to the lonc processes of the LON-CAPA network
4057: as well as set of elaborated functions for handling information necessary
4058: for navigating through a given cluster of LON-CAPA machines within a domain.
4059: There are over 40 specialized functions in this module which handle
4060: the reading and transmission of metadata, user information
4061: (ids, names, environments, roles, logs), file information (storage, reading,
4062: directories, extensions, replication, embedded styles and descriptors),
4063: educational resources (course descriptions, section names and numbers),
4064: url hashing (to assign roles on a url basis), and translating abbreviated
4065: symbols to and from more descriptive phrases or explanations.
4066: </description>
1.10 harris41 4067: <status>works/unverified</status>
1.73 harris41 4068: </file>
4069: <file>
4070: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 4071: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 4072: <categoryname>doc</categoryname>
1.73 harris41 4073: <description>man page for lonnet.pm</description>
4074: <build trigger='always run'>
1.115 harris41 4075: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
4076: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 4077: </build>
4078: <status>works/unverified</status>
4079: <dependencies>
4080: ../../loncom/lonnet/perl/lonnet.pm
4081: </dependencies>
4082: </file>
4083: <file>
1.118 harris41 4084: <source>doc/lib/perl/Apache/lonnet.html</source>
4085: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
4086: </target>
1.83 harris41 4087: <categoryname>doc</categoryname>
1.73 harris41 4088: <description>POD-derived page for lonnet.pm</description>
4089: <build trigger='always run'>
1.115 harris41 4090: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 4091: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 4092: </build>
4093: <status>works/unverified</status>
4094: <dependencies>
4095: ../../loncom/lonnet/perl/lonnet.pm
4096: </dependencies>
1.4 harris41 4097: </file>
4098: <file>
1.6 harris41 4099: <source>loncom/html/index.html</source>
4100: <target dist='default'>home/httpd/html/index.html</target>
4101: <categoryname>interface file</categoryname>
4102: <description>bumps to login</description>
1.280 www 4103: </file>
4104: <file>
4105: <source>loncom/html/index.html</source>
4106: <target dist='default'>home/httpd/html/origindex.html</target>
4107: <categoryname>interface file</categoryname>
4108: <description>bumps to login, backup for takeonline</description>
1.181 www 4109: </file>
4110: <file>
4111: <source>loncom/html/favicon.ico</source>
4112: <target dist='default'>home/httpd/html/favicon.ico</target>
4113: <categoryname>interface file</categoryname>
4114: <description>Bookmark and tab icon</description>
1.4 harris41 4115: </file>
1.6 harris41 4116: <link>
4117: <linkto>etc/mime.types</linkto>
4118: <target dist='default'>etc/httpd/conf/mime.types</target>
4119: <categoryname>symbolic link</categoryname>
4120: <description>symbolic link to /etc/mime.types</description>
4121: </link>
4122: <link>
4123: <linkto>home/httpd/html/res</linkto>
4124: <target dist='default'>home/httpd/html/raw</target>
4125: <categoryname>symbolic link</categoryname>
4126: <description>symbolic link to /home/httpd/html/res</description>
4127: </link>
1.4 harris41 4128: <file>
1.6 harris41 4129: <source>loncom/html/adm/notfound.html</source>
4130: <target dist='default'>home/httpd/html/adm/notfound.html</target>
4131: <categoryname>interface file</categoryname>
4132: <description>
4133: static html page that is shown when an attempt is made to access a document
4134: not present on the web server
4135: </description>
1.4 harris41 4136: </file>
4137: <file>
1.6 harris41 4138: <source>loncom/html/adm/unauthorized.html</source>
4139: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
4140: <categoryname>interface file</categoryname>
4141: <description>
1.27 harris41 4142: static html page that is shown when an attempt is made to access a document
4143: which is restricted based on file or server configurations
1.32 harris41 4144: </description>
4145: </file>
4146: <file>
4147: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 4148: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 4149: <categoryname>interface file</categoryname>
4150: <description>
4151: Help page for the search engine.
1.6 harris41 4152: </description>
1.4 harris41 4153: </file>
4154: <file>
1.6 harris41 4155: <source>rat/client/rat.html</source>
4156: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
4157: <categoryname>interface file</categoryname>
4158: <description>
4159: frameset
4160: </description>
1.4 harris41 4161: </file>
4162: <file>
1.6 harris41 4163: <source>rat/client/parameter.html</source>
4164: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
4165: <categoryname>interface file</categoryname>
4166: <description>
4167: Parameter input window.
4168: </description>
1.4 harris41 4169: </file>
4170: <file>
1.6 harris41 4171: <source>rat/client/code.html</source>
4172: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 4173: <categoryname>interface file</categoryname>
4174: <description>
4175: javascript
4176: </description>
4177: </file>
4178: <file>
4179: <source>rat/client/extpickcode.html</source>
4180: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
4181: <categoryname>interface file</categoryname>
4182: <description>
4183: javascript
4184: </description>
4185: </file>
4186: <file>
4187: <source>rat/client/extpickframe.html</source>
4188: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 4189: <categoryname>interface file</categoryname>
4190: <description>
4191: javascript
4192: </description>
1.4 harris41 4193: </file>
4194: <file>
1.6 harris41 4195: <source>rat/client/map.html</source>
4196: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
4197: <categoryname>interface file</categoryname>
4198: <description>
4199: bumper
4200: </description>
1.4 harris41 4201: </file>
4202: <file>
1.6 harris41 4203: <source>rat/client/empty.html</source>
4204: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
4205: <categoryname>interface file</categoryname>
4206: <description>
4207: A blank page with very minimal HTML structural elements.
1.217 www 4208: </description>
4209: </file>
4210: <file>
4211: <source>rat/client/loading.html</source>
4212: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
4213: <categoryname>interface file</categoryname>
4214: <description>
4215: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 4216: </description>
1.4 harris41 4217: </file>
1.10 harris41 4218: <fileglob>
4219: <glob>*.gif</glob>
4220: <sourcedir>rat/images/</sourcedir>
4221: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
4222: <categoryname>graphic file</categoryname>
4223: <description>
4224: icons for providing a HTML-tabled view of a course map
4225: </description>
4226: <filenames>
1.37 harris41 4227: 1.1.dt.gif;
4228: 1.1.empty.gif;
4229: 1.1.ld.gif;
4230: 1.1.lr.gif;
4231: 1.1.rd.gif;
1.60 harris41 4232: 1.1.rl.gif;
1.37 harris41 4233: 1.1.td.gif;
4234: 1.1.tdrl.gif;
4235: 1.1.tl.gif;
4236: 1.1.tr.gif;
4237: 1.1.utd.gif;
4238: 1.2.ctd.gif;
4239: 1.2.dt.gif;
4240: 1.2.empty.gif;
4241: 1.2.ld.gif;
4242: 1.2.lr.gif;
4243: 1.2.lrd.gif;
4244: 1.2.lrtd.gif;
4245: 1.2.rd.gif;
4246: 1.2.rl.gif;
4247: 1.2.rld.gif;
4248: 1.2.rltd.gif;
4249: 1.2.rtd.gif;
4250: 1.2.rtdl.gif;
4251: 1.2.rtl.gif;
4252: 1.2.td.gif;
4253: 1.2.tdl.gif;
4254: 1.2.tdrl.gif;
4255: 1.2.tl.gif;
4256: 1.2.tr.gif;
4257: 1.2.utd.gif;
4258: 2.1.dt.gif;
4259: 2.1.empty.gif;
4260: 2.1.ld.gif;
4261: 2.1.lr.gif;
4262: 2.1.rd.gif;
4263: 2.1.rl.gif;
4264: 2.1.td.gif;
4265: 2.1.tdrl.gif;
4266: 2.1.tl.gif;
4267: 2.1.tr.gif;
4268: 2.2.dt.gif;
4269: 2.2.empty.gif;
4270: 2.2.ld.gif;
4271: 2.2.lr.gif;
4272: 2.2.lrd.gif;
4273: 2.2.lrt.gif;
4274: 2.2.rd.gif;
4275: 2.2.rl.gif;
4276: 2.2.rld.gif;
4277: 2.2.rlt.gif;
4278: 2.2.td.gif;
4279: 2.2.tdl.gif;
4280: 2.2.tdr.gif;
4281: 2.2.tdrl.gif;
4282: 2.2.tl.gif;
4283: 2.2.tr.gif;
4284: 2.2.url.gif;
4285: 2.2.utd.gif;
4286: arrow.gif;
4287: bdt.gif;
4288: bempty.gif;
4289: bld.gif;
4290: blr.gif;
4291: blrd.gif;
4292: blrt.gif;
1.60 harris41 4293: bottom.gif;
1.37 harris41 4294: brd.gif;
4295: brl.gif;
4296: brld.gif;
4297: brlt.gif;
4298: btd.gif;
4299: btdl.gif;
4300: btdr.gif;
4301: btdrl.gif;
4302: btl.gif;
4303: btr.gif;
4304: burl.gif;
4305: butd.gif;
4306: condition.gif;
4307: edit.gif;
4308: finish.gif;
4309: info.gif;
4310: inscol.gif;
4311: inscond.gif;
4312: insres.gif;
4313: insrow.gif;
4314: left.gif;
4315: middle.gif;
4316: resource.gif;
4317: right.gif;
4318: sctd.gif;
4319: sdt.gif;
4320: sempty.gif;
4321: sld.gif;
4322: slr.gif;
4323: slrd.gif;
4324: slrtd.gif;
4325: srd.gif;
4326: srl.gif;
4327: srld.gif;
4328: srltd.gif;
4329: srtd.gif;
4330: srtdl.gif;
4331: srtl.gif;
4332: start.gif;
4333: std.gif;
4334: stdl.gif;
1.10 harris41 4335: sutd.gif
4336: </filenames>
4337: </fileglob>
4338: <fileglob>
1.60 harris41 4339: <glob>*.*</glob>
1.10 harris41 4340: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
4341: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
4342: <categoryname>graphic file</categoryname>
4343: <description>
4344: icons to indicate an unexpected result
4345: </description>
4346: <filenames>
1.37 harris41 4347: lonconstruct.gif;
4348: lonlogo_broken.gif;
4349: lonlogo_broken_tsp.gif;
4350: lonlogo_broken.eps;
4351: lonlogo_broken.jpg;
1.10 harris41 4352: lonlogo_broken.mov
4353: </filenames>
4354: </fileglob>
4355: <fileglob>
1.60 harris41 4356: <glob>*.*</glob>
1.10 harris41 4357: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
4358: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
4359: <categoryname>graphic file</categoryname>
4360: <description>
1.132 harris41 4361: logos and general widget icons
1.10 harris41 4362: </description>
4363: <filenames>
1.68 harris41 4364: SMETE_white.gif;
1.117 harris41 4365: aboutlon.gif;
1.288 www 4366: aboutlon_pt.gif;
4367: aboutlon_de.gif;
1.117 harris41 4368: accessbutton.gif;
1.288 www 4369: accessbutton_pt.gif;
4370: accessbutton_de.gif;
1.224 www 4371: angry.gif;
1.60 harris41 4372: arrow_up.gif;
1.224 www 4373: bigsmile.gif;
1.177 bowersj2 4374: branch.gif;
1.37 harris41 4375: cab.gif;
4376: cab_big.gif;
1.62 harris41 4377: capapanel.gif;
1.224 www 4378: check.gif;
1.37 harris41 4379: class.gif;
4380: class_big.gif;
1.224 www 4381: coolindiff.gif;
4382: coolsmile.gif;
4383: cry.gif;
1.343 www 4384: doc.gif;
4385: doc_big.gif;
1.37 harris41 4386: dvi.gif;
4387: dvi_big.gif;
4388: eps.gif;
4389: eps_big.gif;
4390: exam.gif;
4391: exam_big.gif;
1.117 harris41 4392: fillbottom.gif;
4393: fillleft.gif;
4394: fillright.gif;
4395: filltop.gif;
1.37 harris41 4396: folder_closed.gif;
4397: folder_opened.gif;
4398: folder_pointer_closed.gif;
4399: folder_pointer_opened.gif;
4400: form.gif;
4401: form_big.gif;
1.224 www 4402: frowny.gif;
1.37 harris41 4403: gif.gif;
4404: gif_big.gif;
1.117 harris41 4405: header.gif;
1.224 www 4406: hrrm.gif;
1.37 harris41 4407: htm.gif;
4408: html.gif;
4409: html_big.gif;
1.224 www 4410: huh.gif;
1.52 harris41 4411: jar.gif;
4412: jar_big.gif;
1.37 harris41 4413: jpg.gif;
4414: jpg_big.gif;
1.62 harris41 4415: latex.gif;
1.269 www 4416: library.gif;
1.224 www 4417: lipsrsealed.gif;
1.117 harris41 4418: lite.gif;
1.37 harris41 4419: liteani.gif;
1.117 harris41 4420: litetext.gif;
1.62 harris41 4421: lolpanel.gif;
1.37 harris41 4422: lonanim.gif;
4423: lonanimend.gif;
1.117 harris41 4424: loncapalogo.gif;
1.37 harris41 4425: lonhelplogos.gif;
1.60 harris41 4426: lonhelptop.gif;
1.37 harris41 4427: lonlogo.gif;
4428: lonlogos.gif;
1.117 harris41 4429: lowerleft.gif;
4430: lowerright.gif;
1.236 www 4431: minilogo.gif;
1.37 harris41 4432: meta.gif;
4433: meta_big.gif;
4434: mov.gif;
4435: mov_big.gif;
4436: move_up.gif;
4437: move_down.gif;
1.177 bowersj2 4438: navmap.correct.gif;
1.251 bowersj2 4439: navmap.ellipsis.gif;
1.177 bowersj2 4440: navmap.open.gif;
1.251 bowersj2 4441: navmap.page.open.gif;
4442: navmap.page.closed.gif;
4443: navmap.page.open.nomanip.gif;
4444: navmap.page.closed.nomanip.gif;
1.177 bowersj2 4445: navmap.wrong.gif;
1.180 bowersj2 4446: navmap.folder.open.gif;
4447: navmap.folder.closed.gif;
1.229 bowersj2 4448: navmap.folder.open.nomanip.gif;
4449: navmap.folder.closed.nomanip.gif;
1.292 www 4450: neutral.gif;
1.37 harris41 4451: page.gif;
4452: page_big.gif;
4453: pdf.gif;
4454: pdf_big.gif;
1.54 harris41 4455: png.gif;
4456: png_big.gif;
1.343 www 4457: ppt.gif;
4458: ppt_big.gif;
1.37 harris41 4459: problem.gif;
4460: problem_big.gif;
4461: ps.gif;
4462: ps_big.gif;
1.224 www 4463: rolleyes.gif;
1.37 harris41 4464: quill.gif;
4465: quiz.gif;
4466: quiz_big.gif;
4467: select.gif;
4468: sequence.gif;
4469: sequence_big.gif;
4470: server.gif;
4471: server_big.gif;
1.224 www 4472: shocked.gif;
4473: smiley.gif;
1.37 harris41 4474: srvbad.gif;
4475: srvempty.gif;
4476: srvgood.gif;
4477: srvhalf.gif;
4478: srvnull.gif;
4479: survey.gif;
4480: survey_big.gif;
4481: tex.gif;
4482: tex_big.gif;
1.210 www 4483: tth.gif;
1.37 harris41 4484: txt.gif;
4485: txt_big.gif;
1.57 harris41 4486: unknown.gif;
4487: unknown_big.gif;
1.117 harris41 4488: upperleft.gif;
4489: upperright.gif;
1.37 harris41 4490: user.gif;
4491: user_big.gif;
1.117 harris41 4492: userauthentication.gif;
1.288 www 4493: userauthentication_pt.gif;
4494: userauthentication_de.gif;
1.37 harris41 4495: wav.gif;
4496: wav_big.gif;
4497: white_space_20_22.gif;
4498: whitespace1.gif;
4499: whitespace10.gif;
4500: whitespace2.gif;
4501: whitespace3.gif;
4502: whitespace4.gif;
4503: whitespace5.gif;
4504: whitespace6.gif;
4505: whitespace7.gif;
4506: whitespace8.gif;
4507: whitespace9.gif;
1.224 www 4508: wink.gif;
1.343 www 4509: xls.gif;
4510: xls_big.gif;
1.37 harris41 4511: xml.gif;
4512: xml_big.gif;
4513: zip.gif;
1.10 harris41 4514: zip_big.gif
4515: </filenames>
4516: </fileglob>
4517: <fileglob>
1.60 harris41 4518: <glob>*.*</glob>
1.10 harris41 4519: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
4520: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
4521: <categoryname>graphic file</categoryname>
4522: <description>
1.132 harris41 4523: Miscellaneous resources.
1.10 harris41 4524: </description>
4525: <filenames>
1.80 harris41 4526: authorfeed.gif;
4527: bomb.gif;
1.320 www 4528: smallFAQ.gif;
4529: smallBug.gif;
1.40 harris41 4530: cat_button.gif;
1.80 harris41 4531: chat.gif;
1.111 harris41 4532: eval_button.gif;
1.80 harris41 4533: feedback.gif;
1.40 harris41 4534: pprm_button.gif;
4535: pgrd_button.gif;
4536: subm_button.gif
1.10 harris41 4537: </filenames>
4538: </fileglob>
4539: <file>
1.299 matthew 4540: <source>modules/TexConvert/tthperl/tth.pm</source>
1.115 harris41 4541: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.298 matthew 4542: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 4543: <categoryname>system file</categoryname>
4544: <description>
4545: perl module for invoking functions specific to TeX-to-HTML conversion
4546: </description>
4547: <note>
4548: Has the same dependencies and build process as tth.so.
4549: Currently, only the tth.so file specifications invoke
1.49 harris41 4550: the build process however. A static version is checked into loncom/xml
4551: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 4552: </note>
1.113 harris41 4553: <status>works/unverified</status>
4554: </file>
4555: <file>
4556: <source>loncom/xml/LCParser.pm</source>
4557: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 4558: <categoryname>system file</categoryname>
4559: <description>
4560: perl module for parsing HTML in a way that really works and is thoroughly
4561: tested
4562: </description>
4563: <status>works/unverified</status>
1.234 foxr 4564: </file>
4565: <file>
4566: <source>loncom/LondConnection.pm</source>
1.239 albertel 4567: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 4568: <categoryname>system file</categoryname>
4569: <description>
4570: Manages a connection between a lonc proxy daemon and the lond server
4571: in the remote node.
1.252 www 4572: </description>
4573: <status>works/verified</status>
4574: </file>
4575: <file>
4576: <source>loncom/LondTransaction.pm</source>
4577: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
4578: <categoryname>system file</categoryname>
4579: <description>
4580: Handles a single lon-capa insternal transaction
1.234 foxr 4581: </description>
4582: <status>works/verified</status>
4583: </file>
4584: <file>
4585: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 4586: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 4587: <categoryname>system file</categoryname>
4588: <description>
4589: Provides support to iterate through opaque hashes hidden e.g. within
4590: object private data.
4591: </description>
4592: <status>works/verified</status>
4593: </file>
4594: <file>
4595: <source>loncom/types/Queue.pm</source>
1.239 albertel 4596: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 4597: <categoryname>system file</categoryname>
4598: <description>
4599: Provides a FIFO queue class.
4600: </description>
4601: <status>works/verified</status>
4602: </file>
4603: <file>
4604: <source>loncom/types/Stack.pm</source>
1.239 albertel 4605: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 4606: <categoryname>system file</categoryname>
4607: <description>
4608: Provides a LIFO stack class.
4609: </description>
4610: <status>works/verified</status>
1.239 albertel 4611: </file>
1.234 foxr 4612: <file>
4613: <source>loncom/loncnew</source>
1.240 albertel 4614: <target dist='default'>home/httpd/perl/loncnew</target>
4615: <categoryname>script</categoryname>
1.234 foxr 4616: <description>
4617: Proxy server for remote loncapa requests.
1.250 albertel 4618: Needs CPAN Event module.
1.234 foxr 4619: </description>
1.125 harris41 4620: </file>
4621: <file>
4622: <source>loncom/configuration/Configuration.pm</source>
4623: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 4624: <categoryname>system file</categoryname>
4625: <description>
1.126 harris41 4626: Configuration file reader (looks in /etc/httpd/conf/); accepts
4627: a list of *.conf files to inspect for PerlSetVar key/value
4628: entries.
1.316 www 4629: </description>
4630: <status>works/unverified</status>
4631: </file>
4632: <file>
4633: <source>loncom/ConfigFileEdit.pm</source>
4634: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
4635: <categoryname>system file</categoryname>
4636: <description>
4637: Configuration file editing module
1.113 harris41 4638: </description>
1.10 harris41 4639: <status>works/unverified</status>
4640: </file>
4641: <file>
4642: <source>modules/TexConvert/tthperl/tth.so</source>
1.115 harris41 4643: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.298 matthew 4644: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 4645: <categoryname>system file</categoryname>
4646: <description>
4647: shared library file for dynamic loading and unloading
4648: </description>
4649: <note>
4650: The source and file dependencies are not available to most
4651: CVS users. (You can safely rely on the existing binaries
4652: present on your system... don't worry about warnings
4653: related to this file during the build process.)
4654: </note>
4655: <build trigger='run if dependencies change'>
4656: modules/TexConvert/tthperl/commands
4657: </build>
4658: <status>works/unverified</status>
1.281 albertel 4659: <privatedependencies>
1.39 harris41 4660: ../tthdynamic/tthfunc.c;
1.82 harris41 4661: ../ttmdynamic/ttmfunc.c
1.281 albertel 4662: </privatedependencies>
1.10 harris41 4663: </file>
4664: <file>
4665: <source>loncom/homework/caparesponse/capa.pm</source>
1.115 harris41 4666: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.298 matthew 4667: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 4668: <categoryname>system file</categoryname>
4669: <description>
4670: perl module for invoking functions specific to CAPA
4671: </description>
1.49 harris41 4672: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4673: <note>
4674: Has the same dependencies and build process as capa.so.
4675: Currently, only the capa.so file specifications invoke
4676: the build process however.
4677: </note>
4678: </file>
4679: <file>
4680: <source>loncom/homework/caparesponse/capa.bs</source>
1.115 harris41 4681: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.298 matthew 4682: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 4683: <categoryname>system file</categoryname>
4684: <description>
1.27 harris41 4685: bootstrap file associated with dynamic loading of this module on multiple
4686: architectures
1.10 harris41 4687: </description>
1.49 harris41 4688: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4689: <note>
4690: Has the same dependencies and build process as capa.so.
4691: Currently, only the capa.so file specifications invoke
4692: the build process however.
4693: </note>
4694: </file>
4695: <file>
4696: <source>loncom/homework/caparesponse/capa.so</source>
1.115 harris41 4697: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.298 matthew 4698: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 4699: <categoryname>system file</categoryname>
4700: <description>
4701: shared library file for dynamic loading and unloading
4702: </description>
4703: <build trigger='always run'>
4704: loncom/homework/caparesponse/commands
4705: </build>
4706: <dependencies>
1.39 harris41 4707: caparesponse.c;
1.119 harris41 4708: caparesponse.pm;
4709: README;
4710: Makefile.PL;
4711: capa.i;
1.120 harris41 4712: commands;
1.222 albertel 4713: ../../../CAPA/pProj/Makefile;
1.120 harris41 4714: ../../../CAPA/pProj/capaGrammarDef.y;
4715: ../../../CAPA/pProj/capaFormula.y;
4716: ../../../CAPA/pProj/capaLexerDef.flex;
4717: ../../../CAPA/pProj/capaFunction.c;
4718: ../../../CAPA/pProj/capaParserUtils.c;
4719: ../../../CAPA/pProj/capaMapExpr.c;
4720: ../../../CAPA/pProj/capaUnit.c;
4721: ../../../CAPA/pProj/com.c;
4722: ../../../CAPA/pProj/linpack.c;
4723: ../../../CAPA/pProj/ranlib.c;
4724: ../../../CAPA/pProj/capaCgiUtils.c;
4725: ../../../CAPA/pProj/capaSubjective.c;
4726: ../../../CAPA/pProj/capaRQO.c;
4727: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 4728: ../../../CAPA/pProj/capaCommon.c;
4729: ../../../CAPA/pProj/capaCommon.h;
4730: ../../../CAPA/pProj/ranlib.h;
4731: ../../../CAPA/pProj/capaCGI.h;
4732: ../../../CAPA/pProj/capaFunction.h;
4733: ../../../CAPA/pProj/capaRQO.h;
4734: ../../../CAPA/pProj/capaParser.h;
4735: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 4736: </dependencies>
4737: </file>
4738: <fileglob>
4739: <glob>*.ent</glob>
4740: <sourcedir>loncom/MathML/</sourcedir>
4741: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
4742: <categoryname>system file</categoryname>
4743: <description>
1.27 harris41 4744: xml files which assign unicode numbers to mathematical symbols using
4745: <! ENTITY... > type syntax.
1.10 harris41 4746: </description>
4747: <filenames>
1.37 harris41 4748: isoamsa.ent;
4749: isoamsb.ent;
4750: isoamsc.ent;
4751: isoamsn.ent;
4752: isoamso.ent;
4753: isoamsr.ent;
4754: isobox.ent;
4755: isocyr1.ent;
4756: isocyr2.ent;
4757: isodia.ent;
4758: isogrk1.ent;
4759: isogrk2.ent;
4760: isogrk3.ent;
4761: isogrk4.ent;
4762: isolat1.ent;
4763: isolat2.ent;
4764: isomfrk.ent;
4765: isomopf.ent;
4766: isomscr.ent;
4767: isonum.ent;
4768: isopub.ent;
4769: isotech.ent;
4770: mmlalias.ent;
1.10 harris41 4771: mmlextra.ent
4772: </filenames>
1.37 harris41 4773: </fileglob>
1.10 harris41 4774: <file>
4775: <source>loncom/MathML/mathml.css</source>
4776: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
4777: <categoryname>system file</categoryname>
4778: <description>
4779: cascading style sheet
4780: </description>
4781: </file>
4782: <file>
4783: <source>loncom/MathML/mathml.dtd</source>
4784: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
4785: <categoryname>system file</categoryname>
4786: <description>
4787: document type definition
4788: </description>
4789: </file>
1.4 harris41 4790: <file>
1.10 harris41 4791: <source>loncom/auth/londes.js</source>
4792: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
4793: <categoryname>interface file</categoryname>
1.6 harris41 4794: <description>
1.27 harris41 4795: Encryption Routines according to Data Encryption Standard DES, written in
4796: javascript.
1.6 harris41 4797: </description>
1.4 harris41 4798: </file>
4799: <file>
1.10 harris41 4800: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 4801: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
4802: </target>
1.10 harris41 4803: <categoryname>handler</categoryname>
1.6 harris41 4804: <description>
1.115 harris41 4805: Intended for providing perl functions for the <script></script>
4806: environment in a problem that was converted from lectureonline.
1.6 harris41 4807: </description>
1.4 harris41 4808: </file>
4809: <file>
1.10 harris41 4810: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 4811: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
4812: </target>
1.10 harris41 4813: <categoryname>handler</categoryname>
1.6 harris41 4814: <description>
1.14 harris41 4815: Provides many functions for the <script> environment in a .problem.
1.11 harris41 4816: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 4817: </description>
1.4 harris41 4818: </file>
4819: <file>
1.10 harris41 4820: <source>loncom/homework/capa.units</source>
4821: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
4822: <categoryname>static conf</categoryname>
1.6 harris41 4823: <description>
1.10 harris41 4824: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 4825: </description>
1.4 harris41 4826: </file>
1.165 www 4827: <fileglob>
4828: <glob>*.jpg</glob>
4829: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
4830: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
4831: <categoryname>graphic file</categoryname>
4832: <description>Pages headers</description>
4833: <filenames>
4834: admin.jpg;
4835: author.jpg;
4836: coordinator.jpg;
4837: header.jpg;
4838: student.jpg;
1.166 www 4839: </filenames>
4840: </fileglob>
4841: <fileglob>
1.230 www 4842: <glob>*.jpg</glob>
4843: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4844: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4845: <categoryname>graphic file</categoryname>
4846: <description>Logos of LON-CAPA domains (jpg)</description>
4847: <filenames>
4848: headermsu.jpg;
4849: </filenames>
4850: </fileglob>
4851: <fileglob>
1.166 www 4852: <glob>*.gif</glob>
4853: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4854: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4855: <categoryname>graphic file</categoryname>
1.230 www 4856: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 4857: <filenames>
1.197 albertel 4858: 103.gif;
4859: gerd.gif;
4860: mio.gif;
4861: msuvu.gif;
4862: ohiou.gif;
4863: rhs.gif;
4864: sfu.gif;
4865: tmcc.gif;
4866: umich.gif;
4867: worf.gif;
4868: annarbor.gif;
4869: elps.gif;
4870: gwu.gif;
4871: msudemo.gif;
4872: ndsu.gif;
4873: physnet.gif;
4874: sc.gif;
4875: Selwyn.gif;
4876: ucf.gif;
4877: unihalle.gif;
4878: wscc.gif;
4879: cps.gif;
4880: fsu.gif;
4881: lsd.gif;
4882: msu.gif;
4883: nsdl.gif;
4884: pmm.gif;
4885: sunysb.gif;
4886: udel.gif;
1.223 albertel 4887: uz.gif;
4888: fvl.gif;
1.270 www 4889: csm.gif;
1.272 www 4890: nau.gif;
1.344 www 4891: nagoya.gif;
1.352 www 4892: acadiau.gif;
1.354 www 4893: psuerie.gif;
1.353 www 4894: redford.gif;
1.341 www 4895: huji.gif;
4896: ifusp.gif;
4897: ucsc.gif;
1.303 www 4898: waverly.gif;
1.302 www 4899: cmich.gif;
1.285 www 4900: UNICAMP.gif;
1.223 albertel 4901: glps.gif;
1.275 www 4902: BCHS.gif;
1.223 albertel 4903: headersfu.gif;
1.311 albertel 4904: uwsp.gif;
1.325 www 4905: bsu.gif;
4906: wmston.gif;
1.168 www 4907: </filenames>
4908: </fileglob>
4909: <fileglob>
4910: <glob>*.tab</glob>
4911: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
4912: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
4913: <categoryname>conf</categoryname>
4914: <description>Designs of LON-CAPA domains</description>
1.166 www 4915: <filenames>
1.197 albertel 4916: annarbor.tab;
4917: default.tab;
4918: msu.tab;
1.270 www 4919: csm.tab;
1.341 www 4920: huji.tab;
1.272 www 4921: nau.tab;
1.344 www 4922: nagoya.tab;
1.352 www 4923: acadiau.tab;
1.354 www 4924: psuerie.tab;
1.353 www 4925: redford.tab;
1.302 www 4926: cmich.tab;
1.341 www 4927: ifusp.tab;
4928: ucsc.tab;
1.285 www 4929: UNICAMP.tab;
1.274 www 4930: fsu.tab;
1.197 albertel 4931: sfu.tab;
1.325 www 4932: wmston.tab;
4933: worf.tab;
1.165 www 4934: </filenames>
4935: </fileglob>
1.10 harris41 4936: <fileglob>
4937: <glob>*.gif</glob>
1.159 www 4938: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
4939: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 4940: <categoryname>graphic file</categoryname>
1.159 www 4941: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 4942: <filenames>
1.130 www 4943: 0.gif;
4944: 1.gif;
4945: 2.gif;
4946: 3.gif;
4947: 4.gif;
4948: 5.gif;
4949: 6.gif;
4950: 7.gif;
4951: 8.gif;
4952: 9.gif;
1.37 harris41 4953: a.gif;
1.159 www 4954: b.gif;
4955: c.gif;
4956: d.gif;
4957: e.gif;
4958: f.gif;
4959: g.gif;
4960: h.gif;
4961: i.gif;
4962: j.gif;
4963: k.gif;
4964: l.gif;
4965: m.gif;
4966: n.gif;
4967: o.gif;
4968: p.gif;
4969: q.gif;
4970: r.gif;
4971: s.gif;
4972: t.gif;
4973: u.gif;
4974: v.gif;
4975: w.gif;
4976: x.gif;
4977: y.gif;
4978: z.gif;
1.287 www 4979: ö.gif;
4980: ä.gif;
4981: ü.gif;
4982: ä.gif;
4983: ö.gif;
4984: ü.gif;
1.159 www 4985: colon.gif;
4986: hyphen.gif;
4987: slash.gif;
4988: space.gif;
1.304 www 4989: </filenames>
4990: </fileglob>
4991: <fileglob>
4992: <glob>*.gif</glob>
4993: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
4994: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
4995: <categoryname>graphic file</categoryname>
4996: <description>icons used for the Portuguese LON-CAPA user interface</description>
4997: <filenames>
4998: anno_pt.gif;
4999: anot_pt.gif;
5000: bchat_pt.gif;
5001: catalog_pt.gif;
5002: ccrs_pt.gif;
5003: chrt_pt.gif;
5004: com_pt.gif;
5005: courses_pt.gif;
5006: cprv_pt.gif;
5007: cstr_pt.gif;
5008: docs_pt.gif;
5009: egrd_pt.gif;
5010: enrl_pt.gif;
5011: eval_pt.gif;
5012: fdbk_pt.gif;
5013: grds_pt.gif;
5014: keys_pt.gif;
5015: logout_pt.gif;
5016: nav_pt.gif;
5017: parm_pt.gif;
5018: pref_pt.gif;
5019: prt_pt.gif;
5020: res_pt.gif;
5021: roles_pt.gif;
5022: sbkm_pt.gif;
5023: spacer_pt.gif;
5024: sprs_pt.gif;
5025: src_pt.gif;
5026: stat_pt.gif;
5027: vbkm_pt.gif;
1.159 www 5028: </filenames>
5029: </fileglob>
5030: <fileglob>
5031: <glob>*.gif</glob>
5032: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
5033: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
5034: <categoryname>graphic file</categoryname>
5035: <description>icons used for the entire LON-CAPA user interface</description>
5036: <filenames>
1.147 www 5037: anno.gif;
1.37 harris41 5038: anot.gif;
5039: back.gif;
1.147 www 5040: bchat.gif;
1.37 harris41 5041: bkm.gif;
1.348 albertel 5042: bl_step1.gif;
5043: bl_step2.gif;
5044: bl_step3.gif;
5045: bl_step4.gif;
5046: bl_step5.gif;
5047: bl_step6.gif;
5048: bl_step7.gif;
5049: bl_step8.gif;
5050: bl_step9.gif;
1.37 harris41 5051: brws.gif;
1.60 harris41 5052: catalog.gif;
1.37 harris41 5053: ccrs.gif;
5054: chat.gif;
5055: chrt.gif;
5056: com.gif;
5057: courses.gif;
5058: cprv.gif;
5059: cstr.gif;
5060: dempty.gif;
1.147 www 5061: docs.gif;
1.37 harris41 5062: egrd.gif;
5063: empty.gif;
5064: enrl.gif;
5065: eval.gif;
5066: fdbk.gif;
5067: feedback.gif;
5068: forw.gif;
5069: grds.gif;
5070: group.gif;
5071: help.gif;
5072: info.gif;
1.238 www 5073: keys.gif;
1.37 harris41 5074: ledblink.gif;
5075: ledgreen.gif;
5076: ledoff.gif;
5077: ledon.gif;
5078: ledsend.gif;
5079: logout.gif;
1.328 albertel 5080: mcrs.gif;
1.37 harris41 5081: mrk.gif;
5082: nav.gif;
5083: next.gif;
1.131 www 5084: nothumb.gif;
1.37 harris41 5085: parm.gif;
5086: pgrd.gif;
5087: pparm.gif;
1.99 harris41 5088: pref.gif;
1.37 harris41 5089: prev.gif;
5090: prt.gif;
5091: qempty.gif;
5092: reload.gif;
5093: remotebg.gif;
5094: res.gif;
5095: roles.gif;
5096: sbkm.gif;
5097: spacer.gif;
5098: sprs.gif;
5099: src.gif;
5100: stat.gif;
5101: subm.gif;
5102: title.gif;
5103: vbkm.gif;
1.10 harris41 5104: </filenames>
5105: </fileglob>
1.4 harris41 5106: <file>
1.10 harris41 5107: <source>loncom/html/res/adm/pages/imgmaps.html</source>
5108: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
5109: <categoryname>interface file</categoryname>
1.6 harris41 5110: <description>
1.10 harris41 5111: image maps for the LON-CAPA remote control
1.6 harris41 5112: </description>
1.4 harris41 5113: </file>
5114: <file>
1.10 harris41 5115: <source>loncom/html/res/adm/pages/index.html</source>
5116: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
5117: <categoryname>interface file</categoryname>
1.6 harris41 5118: <description>
1.10 harris41 5119: welcoming page to the LON-CAPA system upon login
1.6 harris41 5120: </description>
1.4 harris41 5121: </file>
5122: <file>
1.10 harris41 5123: <source>loncom/html/res/adm/pages/menu.html</source>
5124: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
5125: <categoryname>interface file</categoryname>
1.6 harris41 5126: <description>
1.10 harris41 5127: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 5128: </description>
1.4 harris41 5129: </file>
1.10 harris41 5130: <fileglob>
5131: <glob>*.gif</glob>
5132: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 5133: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
5134: </targetdir>
1.10 harris41 5135: <categoryname>graphic file</categoryname>
5136: <description>
1.132 harris41 5137: icons used for directory indexing and login screen
1.10 harris41 5138: </description>
5139: <filenames>
1.37 harris41 5140: a.gif;
5141: alert.black.gif;
5142: alert.red.gif;
5143: back.gif;
5144: ball.gray.gif;
5145: ball.red.gif;
5146: binary.gif;
5147: binhex.gif;
5148: blank.gif;
5149: bomb.gif;
5150: box1.gif;
5151: box2.gif;
5152: broken.gif;
5153: burst.gif;
5154: c.gif;
5155: comp.blue.gif;
5156: comp.gray.gif;
5157: compressed.gif;
5158: continued.gif;
5159: course.gif;
5160: dir.gif;
5161: down.gif;
5162: dvi.gif;
5163: f.gif;
5164: folder.gif;
5165: folder.open.gif;
5166: folder.sec.gif;
5167: folder_closed.gif;
5168: folder_closed_pressed.gif;
5169: folder_new.gif;
5170: folder_opened.gif;
5171: folder_opened_pressed.gif;
5172: folder_pointer_closed.gif;
5173: folder_pointer_opened.gif;
5174: folder_spacer.gif;
5175: folder_trash.gif;
5176: forward.gif;
5177: generic.gif;
5178: generic.red.gif;
5179: generic.sec.gif;
5180: hand.right.gif;
5181: hand.up.gif;
5182: html.gif;
5183: image1.gif;
5184: image2.gif;
5185: image3.gif;
5186: index.gif;
5187: layout.gif;
5188: left.gif;
5189: link.gif;
5190: mov.gif;
5191: movie1.gif;
5192: p.gif;
5193: patch.gif;
5194: pdf.gif;
5195: portal.gif;
5196: problem.gif;
5197: ps.gif;
5198: quill.gif;
5199: right.gif;
5200: screw1.gif;
5201: screw2.gif;
5202: script.gif;
5203: sound1.gif;
5204: sound2.gif;
5205: sphere1.gif;
5206: sphere2.gif;
5207: tar.gif;
5208: tex.gif;
5209: text.gif;
5210: transfer.gif;
5211: unknown.gif;
5212: up.gif;
5213: uu.gif;
5214: uuencoded.gif;
5215: white_space_20_22.gif;
5216: white_space_22_22.gif;
5217: whitespace1.gif;
5218: whitespace10.gif;
5219: whitespace2.gif;
5220: whitespace3.gif;
5221: whitespace4.gif;
5222: whitespace5.gif;
5223: whitespace6.gif;
5224: whitespace7.gif;
5225: whitespace8.gif;
5226: whitespace9.gif;
5227: world1.gif;
1.10 harris41 5228: world2.gif
5229: </filenames>
5230: </fileglob>
5231: <fileglob>
5232: <glob>*.gif</glob>
5233: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 5234: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
5235: </targetdir>
1.10 harris41 5236: <categoryname>graphic file</categoryname>
5237: <description>
1.132 harris41 5238: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 5239: </description>
5240: <filenames>
1.37 harris41 5241: folder_anim.gif;
5242: folder_close.gif;
5243: folder_drag.gif;
5244: folder_new.gif;
5245: folder_open.gif;
5246: folder_pointer_closed.gif;
5247: folder_pointer_opened.gif;
5248: folder_static.gif;
5249: folder_trash.gif;
5250: folder_trash_hover.gif;
5251: left_bar.gif;
5252: link.gif;
5253: link_anim.gif;
5254: link_drag.gif;
5255: ll_corner.gif;
5256: lower_bar.gif;
5257: lr_corner.gif;
5258: pix.gif;
5259: right_bar.gif;
5260: toolbar_bg.gif;
5261: ul_corner.gif;
5262: upper_bar.gif;
1.10 harris41 5263: ur_corner.gif
5264: </filenames>
5265: </fileglob>
5266: <fileglob>
5267: <glob>*.html</glob>
5268: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 5269: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
5270: </targetdir>
1.10 harris41 5271: <categoryname>interface file</categoryname>
5272: <description>
1.132 harris41 5273: associated with the scheme of displaying bookmarks
1.10 harris41 5274: </description>
5275: <filenames>
1.37 harris41 5276: bookmarkmenu_toolbar.html;
5277: blank.html;
1.10 harris41 5278: closechildren.html
1.300 albertel 5279: </filenames>
5280: </fileglob>
5281: <fileglob>
5282: <glob>*.*</glob>
5283: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
5284: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
5285: <categoryname>interface file</categoryname>
5286: <description>
5287: Associated file for answering reactionresponse style questions
5288: </description>
5289: <filenames>
5290: reaction_editor.html;
5291: reaction_frame.html;
5292: reaction_help.html;
5293: reaction_viewer.html;
5294: reaction_window.html
1.10 harris41 5295: </filenames>
5296: </fileglob>
1.4 harris41 5297: <file>
1.10 harris41 5298: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 5299: <target dist='default'>
5300: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 5301: <categoryname>interface file</categoryname>
1.6 harris41 5302: <description>
1.10 harris41 5303: javascript for handling client-side interactions with bookmark interface
1.6 harris41 5304: </description>
1.171 harris41 5305: </file>
5306: <file>
5307: <source>loncom/build/CHECKRPMS</source>
5308: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 5309: <categoryname>system script</categoryname>
1.171 harris41 5310: <description>
5311: manilla wrapper around check-rpms
5312: </description>
5313: <status>tested/documented/beta</status>
1.103 harris41 5314: </file>
5315: <file>
5316: <source>loncom/build/check-rpms</source>
1.152 harris41 5317: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 5318: <categoryname>system script</categoryname>
1.103 harris41 5319: <description>
5320: compare installed rpms with up-to-date distribution
5321: </description>
5322: <status>tested/documented/beta</status>
5323: </file>
5324: <file>
5325: <source>doc/man/check-rpms.1</source>
5326: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
5327: <categoryname>doc</categoryname>
5328: <description>man page for check-rpms</description>
5329: <build trigger='always run'>
1.115 harris41 5330: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 5331: echo 'manifying check-rpms'
1.103 harris41 5332: </build>
5333: <status>beta</status>
5334: <dependencies>
5335: ../../loncom/build/check-rpms
5336: </dependencies>
5337: </file>
5338: <file>
5339: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 5340: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
5341: </target>
1.103 harris41 5342: <categoryname>doc</categoryname>
5343: <description>POD-derived page for check-rpms</description>
5344: <build trigger='always run'>
1.118 harris41 5345: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
5346: && echo 'pod2html checkrpms'
1.103 harris41 5347: </build>
5348: <status>works/unverified</status>
5349: <dependencies>
5350: ../../loncom/build/check-rpms
5351: </dependencies>
1.4 harris41 5352: </file>
5353: <file>
1.10 harris41 5354: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 5355: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
5356: </target>
1.10 harris41 5357: <categoryname>script</categoryname>
1.6 harris41 5358: <description>
1.206 harris41 5359: Updates .lpmlnew files with previous settings. Also supports alternative
5360: schemes of settings-updating and file-overwriting.
1.6 harris41 5361: </description>
1.206 harris41 5362: <status>works/unverified</status>
1.4 harris41 5363: </file>
5364: <file>
1.348 albertel 5365: <source>loncom/cron/loncapa.built</source>
5366: <target dist='default'>etc/cron.d/loncapa</target>
5367: <categoryname>conf</categoryname>
5368: <description>
5369: file that specifies periodic processes to run for the LON-CAPA machine
5370: </description>
5371: <build trigger='always run'>
5372: loncom/cron/preserve_local_loncapa_cron
5373: </build>
5374: <dependencies>
5375: loncapa;
5376: preserve_local_loncapa_cron
5377: </dependencies>
1.10 harris41 5378: </file>
5379: <file>
5380: <source>loncom/ntp/step-tickers</source>
1.175 harris41 5381: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
5382: </target>
5383: <categoryname>static conf</categoryname>
1.10 harris41 5384: <description>
5385: file that stimulates running of ntpdate upon init.d/xntpd initiation
5386: </description>
5387: <note>
5388: <table cellpadding='0' cellspacing='0' border='1'>
5389: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
5390: </table>
5391: </note>
1.48 harris41 5392: </file>
5393: <file>
5394: <source>loncom/pam.d/pwauth</source>
5395: <target dist='default'>etc/pam.d/pwauth</target>
5396: <categoryname>static conf</categoryname>
5397: <description>
5398: file that allows setuid password privileges for pwauth executable
5399: </description>
5400: </file>
5401: <file>
5402: <source>loncom/pam.d/pwchange</source>
5403: <target dist='default'>etc/pam.d/pwchange</target>
5404: <categoryname>static conf</categoryname>
5405: <description>
5406: file that allows setuid password privileges for pwchange (lcpasswd) executable
5407: </description>
1.10 harris41 5408: </file>
5409: <file>
5410: <source>loncom/init.d/loncontrol</source>
5411: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
5412: <categoryname>root script</categoryname>
5413: <description>
5414: Controls the launching/halting of lonc, lond, and lonsql processes.
5415: </description>
5416: </file>
5417: <link>
1.115 harris41 5418: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 5419: <target dist='default'>
1.37 harris41 5420: etc/rc.d/rc0.d/K05loncontrol;
5421: etc/rc.d/rc1.d/K05loncontrol;
5422: etc/rc.d/rc2.d/K05loncontrol;
5423: etc/rc.d/rc3.d/S95loncontrol;
5424: etc/rc.d/rc4.d/S95loncontrol;
5425: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 5426: etc/rc.d/rc6.d/K05loncontrol
5427: </target>
5428: <categoryname>symbolic link</categoryname>
1.27 harris41 5429: <description>
5430: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 5431: </link>
5432: <file>
5433: <source>loncom/atalk/config</source>
1.152 harris41 5434: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 5435: <categoryname>static conf</categoryname>
1.6 harris41 5436: <description>
1.27 harris41 5437: configuration file to make LON-CAPA server file space accessible to
5438: Appleshares access (Macintosh)
1.6 harris41 5439: </description>
1.315 albertel 5440: </file>
5441: <file>
5442: <source>loncom/interface/lonmodifycourse.pm</source>
5443: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
5444: <categoryname>handler</categoryname>
5445: <description>
5446: Interface to modifying a course's internal ENV values for automated
5447: enrollement
5448: </description>
1.306 albertel 5449: </file>
5450: <file>
5451: <source>loncom/interface/lonpopulate.pm</source>
5452: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
5453: <categoryname>handler</categoryname>
5454: <description>
5455: Handler for configuring automated enrollment
5456: </description>
5457: </file>
5458: <file>
5459: <source>loncom/enrollment/Enrollment.pm</source>
5460: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
5461: <categoryname>handler</categoryname>
5462: <description>
5463: Handler for automated enrollment
5464: </description>
5465: </file>
5466: <file>
5467: <source>loncom/enrollment/localenroll.pm</source>
5468: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
5469: <categoryname>conf</categoryname>
5470: <description>
5471: Local handler for automated enrollment.
5472: </description>
5473: </file>
5474: <file>
5475: <source>loncom/enrollment/localenroll.pm</source>
5476: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
5477: <categoryname>handler</categoryname>
5478: <description>
5479: Local handler for automated enrollment, standard version.
5480: </description>
5481: </file>
5482: <file>
5483: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 5484: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 5485: <categoryname>script</categoryname>
5486: <description>
5487: Local handler for automated enrollment, standard version.
5488: </description>
1.4 harris41 5489: </file>
1.14 harris41 5490: </files>
1.1 harris41 5491: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>