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