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