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