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