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