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