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