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