Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.307
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.307 ! albertel 5: <!-- $Id: loncapafiles.lpml,v 1.306 2003/12/09 20:02:04 albertel Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! REDHAT 6.2 NOTICE !!!
43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
44: !!! This sometimes happens (bad): !!!
45: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
46: !!! Should be: !!!
47: !!! 127.0.0.1 localhost.localdomain localhost !!!
48: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
49: </specialnotice>
1.115 harris41 50: <specialnotice dist='redhat7 redhat7.1'>
1.79 harris41 51: !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
1.69 harris41 52: !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
53: !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
54: !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
55: !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
56: !!!! The offending line is in CGI/Cookie.pm !!
57: !!!! !!
1.93 harris41 58: !!!! it should be changed from !!
59: !!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
60: !!!! to !!
1.69 harris41 61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
62: !!!! !!
1.93 harris41 63: !!!! (This is just below the following line ) !!
1.69 harris41 64: !!!! # IE requires the path and domain to be present for some reason. !!
65: </specialnotice>
1.94 harris41 66: </specialnotices>
1.1 harris41 67: <targetroot>/</targetroot>
68: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 69: <categories>
1.1 harris41 70: <category name="interface file" type="runtime">
1.5 harris41 71: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 72: <abbreviation>interfacefile</abbreviation>
1.1 harris41 73: </category>
74: <category name="interface file" type="development">
1.5 harris41 75: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 76: <abbreviation>interfacefile</abbreviation>
1.1 harris41 77: </category>
78: <category name="setuid script" type="runtime">
1.5 harris41 79: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 80: <abbreviation>setuid</abbreviation>
1.1 harris41 81: </category>
82: <category name="setuid script" type="development">
1.5 harris41 83: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 84: <abbreviation>setuid</abbreviation>
1.1 harris41 85: </category>
86: <category name="handler" type="runtime">
1.5 harris41 87: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 88: <abbreviation>handler</abbreviation>
1.1 harris41 89: </category>
90: <category name="handler" type="development">
1.89 harris41 91: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 92: <abbreviation>handler</abbreviation>
1.1 harris41 93: </category>
94: <category name="static conf" type="runtime">
1.5 harris41 95: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 96: <abbreviation>static</abbreviation>
1.1 harris41 97: </category>
98: <category name="static conf" type="development">
1.5 harris41 99: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 100: <abbreviation>static</abbreviation>
1.1 harris41 101: </category>
1.301 albertel 102: <category name="www static conf" type="runtime">
103: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
104: <abbreviation>static</abbreviation>
105: </category>
106: <category name="www static conf" type="development">
107: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
108: <abbreviation>static</abbreviation>
109: </category>
1.1 harris41 110: <category name="conf" type="runtime">
1.5 harris41 111: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 112: <abbreviation>configurable</abbreviation>
1.1 harris41 113: </category>
114: <category name="conf" type="development">
1.5 harris41 115: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 116: <abbreviation>configurable</abbreviation>
1.1 harris41 117: </category>
118: <category name="script" type="runtime">
1.89 harris41 119: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 120: <abbreviation>script</abbreviation>
1.1 harris41 121: </category>
122: <category name="script" type="development">
1.89 harris41 123: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 124: <abbreviation>script</abbreviation>
1.1 harris41 125: </category>
126: <category name="graphic file" type="runtime">
1.5 harris41 127: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 128: <abbreviation>graphicfile</abbreviation>
1.1 harris41 129: </category>
130: <category name="graphic file" type="development">
1.89 harris41 131: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 132: <abbreviation>graphicfile</abbreviation>
1.1 harris41 133: </category>
1.83 harris41 134: <category name="doc" type="runtime">
135: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
136: <abbreviation>systemfile</abbreviation>
137: </category>
138: <category name="doc" type="development">
139: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
140: <abbreviation>systemfile</abbreviation>
141: </category>
1.1 harris41 142: <category name="system file" type="runtime">
1.5 harris41 143: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 144: <abbreviation>systemfile</abbreviation>
1.1 harris41 145: </category>
146: <category name="system file" type="development">
1.5 harris41 147: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 148: <abbreviation>systemfile</abbreviation>
1.1 harris41 149: </category>
1.188 harris41 150: <category name="system script" type="runtime">
151: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
152: <abbreviation>systemscript</abbreviation>
153: </category>
154: <category name="system script" type="development">
155: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
156: <abbreviation>systemscript</abbreviation>
157: </category>
1.1 harris41 158: <category name="root script" type="runtime">
1.89 harris41 159: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 160: <abbreviation>rootscript</abbreviation>
1.1 harris41 161: </category>
162: <category name="root script" type="development">
1.89 harris41 163: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 164: <abbreviation>rootscript</abbreviation>
1.1 harris41 165: </category>
166: <category name="symbolic link" type="runtime">
1.5 harris41 167: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 168: <abbreviation>link</abbreviation>
1.1 harris41 169: </category>
170: <category name="symbolic link" type="development">
1.5 harris41 171: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 172: <abbreviation>link</abbreviation>
1.1 harris41 173: </category>
174: <category name="standard" type="runtime">
1.5 harris41 175: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 176: <abbreviation>directory</abbreviation>
1.1 harris41 177: </category>
178: <category name="standard" type="development">
1.5 harris41 179: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 180: <abbreviation>directory</abbreviation>
1.1 harris41 181: </category>
182: <category name="server standard" type="runtime">
1.5 harris41 183: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 184: <abbreviation>directory</abbreviation>
1.1 harris41 185: </category>
186: <category name="server standard" type="development">
1.5 harris41 187: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 188: <abbreviation>directory</abbreviation>
1.1 harris41 189: </category>
190: <category name="server readonly" type="runtime">
1.5 harris41 191: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 192: <abbreviation>directory</abbreviation>
1.1 harris41 193: </category>
194: <category name="server readonly" type="development">
1.89 harris41 195: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 196: <abbreviation>directory</abbreviation>
1.1 harris41 197: </category>
1.14 harris41 198: </categories>
1.2 harris41 199: <rpm>
1.3 harris41 200: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
201: <rpmName>LON-CAPA-base</rpmName>
202: <rpmVersion>3.1</rpmVersion>
203: <rpmRelease>1</rpmRelease>
1.27 harris41 204: <rpmVendor>Laboratory for Instructional Technology Education,
205: Division of Science and Mathematics Education, Michigan State University.
206: </rpmVendor>
1.3 harris41 207: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
208: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
209: <rpmGroup>Utilities/System</rpmGroup>
210: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
211: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 212: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
213: files in their directories.\n
214: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
215: </rpmdescription>
1.10 harris41 216: <rpmpre>echo '***********************************************************************'\n
217: echo 'LON-CAPA LearningOnline with CAPA'\n
218: echo 'http://www.lon-capa.org/'\n
219: echo 'Gerd Kortemeyer, et al'\n
220: echo 'Laboratory for Instructional Technology Education'\n
221: echo 'Michigan State University'\n
222: echo 'General Public License, Version 2, June 1991'\n
223: echo '** Michigan State University patents may apply **'\n
224: echo ' '\n
225: echo 'This installation assumes an installation of Redhat 6.2'\n
226: echo ' '\n
227: echo 'The server computer should be currently connected to the ethernet'\n
228: echo ' '\n
229: echo '***********************************************************************'\n
230: </rpmpre>
1.83 harris41 231: <rpmRequires>
232: <item>PreReq: LON-CAPA-setup</item>
233: <item>PreReq: apache</item>
1.129 harris41 234: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 235: </rpmRequires>
1.2 harris41 236: </rpm>
1.14 harris41 237: <directories>
1.115 harris41 238: <directory dist='default'>
1.179 harris41 239: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 240: <targetdir dist='default'>etc</targetdir>
241: <categoryname>standard</categoryname>
242: <description>standard linux directory for configuration files</description>
243: </directory>
1.115 harris41 244: <directory dist='default'>
1.179 harris41 245: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 246: <targetdir dist='default'>etc/cron.d</targetdir>
247: <categoryname>standard</categoryname>
248: <description>standard linux directory for running time-based "jobs"
249: </description>
250: </directory>
1.115 harris41 251: <directory dist='default'>
1.179 harris41 252: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 253: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3 harris41 254: <categoryname>standard</categoryname>
255: <description>web configuration files</description>
1.37 harris41 256: </directory>
1.115 harris41 257: <directory dist='default'>
1.179 harris41 258: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 259: <targetdir dist='default'>etc/pam.d</targetdir>
260: <categoryname>standard</categoryname>
261: <description>configuration directory for password authentication mechanism
262: </description>
263: </directory>
1.115 harris41 264: <directory dist='default'>
1.179 harris41 265: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 266: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142 harris41 267: <targetdir dist='debian'>etc/init.d</targetdir>
1.37 harris41 268: <categoryname>standard</categoryname>
269: <description>scripts that run during system startup</description>
270: </directory>
1.115 harris41 271: <directory dist='default'>
1.179 harris41 272: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 273: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142 harris41 274: <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37 harris41 275: <categoryname>standard</categoryname>
276: <description>scripts that run for run-level 0</description>
277: </directory>
1.198 albertel 278: <directory dist='default'>
1.179 harris41 279: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 280: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142 harris41 281: <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37 harris41 282: <categoryname>standard</categoryname>
283: <description>scripts that run for run-level 1</description>
284: </directory>
1.115 harris41 285: <directory dist='default'>
1.179 harris41 286: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 287: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142 harris41 288: <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37 harris41 289: <categoryname>standard</categoryname>
290: <description>scripts that run for run-level 2</description>
291: </directory>
1.115 harris41 292: <directory dist='default'>
1.215 albertel 293: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 294: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142 harris41 295: <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37 harris41 296: <categoryname>standard</categoryname>
297: <description>scripts that run for run-level 3</description>
298: </directory>
1.115 harris41 299: <directory dist='default'>
1.179 harris41 300: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 301: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142 harris41 302: <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37 harris41 303: <categoryname>standard</categoryname>
304: <description>scripts that run for run-level 4</description>
305: </directory>
1.115 harris41 306: <directory dist='default'>
1.179 harris41 307: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 308: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142 harris41 309: <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37 harris41 310: <categoryname>standard</categoryname>
311: <description>scripts that run for run-level 5</description>
312: </directory>
1.115 harris41 313: <directory dist='default'>
1.179 harris41 314: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 315: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142 harris41 316: <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37 harris41 317: <categoryname>standard</categoryname>
318: <description>scripts that run for run-level 6</description>
319: </directory>
1.115 harris41 320: <directory dist='default'>
1.179 harris41 321: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 322: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 323: <categoryname>standard</categoryname>
324: <description>tab-formatted reference files</description>
325: </directory>
1.115 harris41 326: <directory dist='default'>
1.179 harris41 327: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 328: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 329: <categoryname>standard</categoryname>
330: <description>start of the web server tree</description>
331: </directory>
1.115 harris41 332: <directory dist='default'>
1.179 harris41 333: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 334: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 335: <categoryname>server readonly</categoryname>
1.3 harris41 336: <description>perl scripts for managing the LON-CAPA system</description>
337: </directory>
1.115 harris41 338: <directory dist='default'>
1.179 harris41 339: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 340: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 341: <categoryname>server standard</categoryname>
1.27 harris41 342: <description>location where system performance and error logs are kept
1.90 harris41 343: </description>
344: </directory>
1.115 harris41 345: <directory dist='default'>
1.179 harris41 346: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 347: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 348: <categoryname>server standard</categoryname>
349: <description>
350: Used by lond parent to check if children are responding to USR1 signals
351: (otherwise they are killed and replaced).
1.27 harris41 352: </description>
1.3 harris41 353: </directory>
1.115 harris41 354: <directory dist='default'>
1.179 harris41 355: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 356: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 357: <categoryname>server standard</categoryname>
1.27 harris41 358: <description>location where temporary files (for caching) are stored
359: </description>
1.3 harris41 360: </directory>
1.115 harris41 361: <directory dist='default'>
1.179 harris41 362: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 363: <targetdir dist='default'>home/httpd/prtspool</targetdir>
364: <categoryname>server standard</categoryname>
365: <description>for the output of lonprintout.pm
366: </description>
1.155 harris41 367: </directory>
368: <directory dist='default'>
1.179 harris41 369: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 370: <targetdir dist='default'>home/httpd/lib</targetdir>
371: <categoryname>server readonly</categoryname>
372: <description>location of LON-CAPA software modules and
373: extensions</description>
1.64 harris41 374: </directory>
1.115 harris41 375: <directory dist='default'>
1.306 albertel 376: <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
1.179 harris41 377: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 378: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
379: <categoryname>server readonly</categoryname>
380: <description>location of LON-CAPA non web mod-perl handlers</description>
381: </directory>
1.115 harris41 382: <directory dist='default'>
1.179 harris41 383: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 384: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 385: <categoryname>server readonly</categoryname>
386: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 387: </directory>
1.115 harris41 388: <directory dist='default'>
1.179 harris41 389: <protectionlevel>modest_delete</protectionlevel>
1.283 www 390: <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
391: <categoryname>server readonly</categoryname>
392: <description>location of LON-CAPA MakeText translation files</description>
393: </directory>
394: <directory dist='default'>
395: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 396: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
397: <categoryname>server readonly</categoryname>
398: <description>location of HTML specific perl module fixes and additions
399: </description>
1.3 harris41 400: </directory>
1.115 harris41 401: <directory dist='default'>
1.179 harris41 402: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 403: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
404: <categoryname>server readonly</categoryname>
405: <description>location of HTML specific perl module fixes and additions
406: </description>
407: </directory>
408: <directory dist='default'>
1.179 harris41 409: <protectionlevel>modest_delete</protectionlevel>
410: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 411: <categoryname>server standard</categoryname>
412: <description>cookie jar</description>
413: </directory>
1.115 harris41 414: <directory dist='default'>
1.226 albertel 415: <protectionlevel>modest_delete</protectionlevel>
416: <targetdir dist='default'>home/httpd/scantron</targetdir>
417: <categoryname>server standard</categoryname>
418: <description>uploaded scantron forms directory</description>
419: </directory>
420: <directory dist='default'>
1.179 harris41 421: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 422: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 423: <categoryname>server standard</categoryname>
424: <description>lonc's sockets</description>
425: </directory>
1.115 harris41 426: <directory dist='default'>
1.179 harris41 427: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 428: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 429: <categoryname>server standard</categoryname>
430: <description>lonc's sockets (delayed)</description>
431: </directory>
1.115 harris41 432: <directory dist='default'>
1.179 harris41 433: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 434: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
435: <categoryname>standard</categoryname>
436: <description>location of cgi scripts</description>
437: </directory>
1.115 harris41 438: <directory dist='default'>
1.179 harris41 439: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 440: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 441: <categoryname>server standard</categoryname>
442: <description>location of web-accessible file tree</description>
443: </directory>
1.115 harris41 444: <directory dist='default'>
1.179 harris41 445: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 446: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 447: <categoryname>server standard</categoryname>
448: <description>root of resource tree</description>
449: </directory>
1.115 harris41 450: <directory dist='default'>
1.179 harris41 451: <protectionlevel>modest_delete</protectionlevel>
1.151 www 452: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
453: <categoryname>server standard</categoryname>
454: <description>root for user uploaded files</description>
455: </directory>
456: <directory dist='default'>
1.179 harris41 457: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 458: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 459: <categoryname>server readonly</categoryname>
460: <description>unauthenticated resources</description>
461: </directory>
1.115 harris41 462: <directory dist='default'>
1.179 harris41 463: <protectionlevel>modest_delete</protectionlevel>
1.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.305 www 2571: ru.pm;
2572: fa.pm;
2573: ar.pm;
1.283 www 2574: </filenames>
2575: </fileglob>
1.138 stredwic 2576: <file>
2577: <source>loncom/interface/loncoursedata.pm</source>
2578: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
2579: <categoryname>handler</categoryname>
2580: <description>
2581: Common functions for handling student course data (download and process)
1.5 harris41 2582: </description>
1.4 harris41 2583: </file>
2584: <file>
1.5 harris41 2585: <source>loncom/interface/loncommon.pm</source>
2586: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
2587: <categoryname>handler</categoryname>
2588: <description>
2589: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 2590: user, domain, home_server, course_id.
1.5 harris41 2591: </description>
2592: <status>works/unverified</status>
1.4 harris41 2593: </file>
2594: <file>
1.76 harris41 2595: <source>doc/man/Apache__loncommon.3</source>
2596: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 2597: <categoryname>doc</categoryname>
1.76 harris41 2598: <description>man page for loncommon.pm</description>
2599: <build trigger='always run'>
1.115 harris41 2600: loncom/build/pod2man.sh ../interface/loncommon.pm > \
2601: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 2602: </build>
2603: <status>works/unverified</status>
2604: <dependencies>
2605: ../../loncom/interface/loncommon.pm
2606: </dependencies>
2607: </file>
2608: <file>
1.118 harris41 2609: <source>doc/lib/perl/Apache/loncommon.html</source>
2610: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 2611: </target>
1.83 harris41 2612: <categoryname>doc</categoryname>
1.76 harris41 2613: <description>POD-derived page for loncommon.pm</description>
2614: <build trigger='always run'>
1.115 harris41 2615: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 2616: ../../doc/lib/perl/Apache/loncommon.html && \
2617: echo 'pod2html loncommon.pm'
1.76 harris41 2618: </build>
2619: <status>works/unverified</status>
2620: <dependencies>
2621: ../../loncom/interface/loncommon.pm
2622: </dependencies>
2623: </file>
2624: <file>
1.5 harris41 2625: <source>loncom/homework/grades.pm</source>
2626: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
2627: <categoryname>handler</categoryname>
2628: <description>Handles the viewing of grades.</description>
1.4 harris41 2629: </file>
2630: <file>
1.5 harris41 2631: <source>loncom/homework/imageresponse.pm</source>
2632: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
2633: <categoryname>handler</categoryname>
2634: <description>
2635: Coordinates the response to clicking an image.
2636: </description>
2637: <status>works/unverified</status>
1.4 harris41 2638: </file>
2639: <file>
1.5 harris41 2640: <source>loncom/homework/optionresponse.pm</source>
2641: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
2642: <categoryname>handler</categoryname>
1.27 harris41 2643: <description>
2644: Handles tags associated with showing a list of options.</description>
1.4 harris41 2645: </file>
2646: <file>
1.5 harris41 2647: <source>loncom/homework/outputtags.pm</source>
2648: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
2649: <categoryname>handler</categoryname>
2650: <description>
2651: Handles tags associated with output. Seems to relate to due dates of the
2652: assignment.
2653: </description>
1.10 harris41 2654: <status>works/unverified</status>
1.4 harris41 2655: </file>
1.255 albertel 2656:
2657: <file>
2658: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 2659: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 2660: <categoryname>handler</categoryname>
2661: <description>
2662: Handle the tags organicresponse/structure and reationresponse
2663: </description>
2664: <status>works/unverified</status>
2665: </file>
2666:
2667: <fileglob>
2668: <glob>*.*</glob>
2669: <sourcedir>loncom/html/adm/jme/</sourcedir>
2670: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
2671: <categoryname>interface file</categoryname>
2672: <description>
2673: JME files, for editing organic structures
2674: </description>
2675: <filenames>
2676: JME.jar;
2677: jme.gif;
1.258 albertel 2678: jme_help.html;
1.255 albertel 2679: nitro.gif;
2680: smiles.gif
2681: </filenames>
2682: </fileglob>
1.291 albertel 2683:
2684: <file>
2685: <source>loncom/homework/convertjme.pl</source>
2686: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
2687: <categoryname>script</categoryname>
2688: <description>
2689: Dynamically converts JME strings into either a png or ps file.
2690: </description>
2691: </file>
2692:
1.4 harris41 2693: <file>
1.6 harris41 2694: <source>loncom/interface/lontest.pm</source>
2695: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
2696: <categoryname>handler</categoryname>
2697: <description>
2698: Used for debugging and testing the LON-CAPA system.
2699: </description>
1.10 harris41 2700: <status>works/unverified</status>
1.6 harris41 2701: </file>
2702: <file>
2703: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 2704: <target dist='default'>
2705: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 2706: <categoryname>handler</categoryname>
2707: <description>
2708: Handles multiple-choice style responses.
2709: </description>
1.10 harris41 2710: <status>works/unverified</status>
1.6 harris41 2711: </file>
2712: <file>
2713: <source>loncom/interface/lonassignments.pm</source>
2714: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
2715: <categoryname>handler</categoryname>
2716: <description>
2717: Handles processing of assignments.
2718: </description>
1.10 harris41 2719: <status>works/unverified</status>
1.6 harris41 2720: </file>
2721: <file>
2722: <source>loncom/interface/loncommunicate.pm</source>
2723: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
2724: <categoryname>handler</categoryname>
1.72 harris41 2725: <description>
2726: Will be the access handler to email sending, as well as the planned
2727: chatrooms, etc.
2728: </description>
1.10 harris41 2729: <status>works/unverified</status>
1.6 harris41 2730: </file>
2731: <file>
2732: <source>loncom/interface/lonerrorhandler.pm</source>
2733: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
2734: <categoryname>handler</categoryname>
2735: <description>
2736: Handles errors.
2737: </description>
1.10 harris41 2738: <status>works/unverified</status>
1.6 harris41 2739: </file>
2740: <file>
2741: <source>loncom/interface/lonevaluate.pm</source>
2742: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
2743: <categoryname>handler</categoryname>
2744: <description>
2745: Handles evaluation.
2746: </description>
1.10 harris41 2747: <status>works/unverified</status>
1.6 harris41 2748: </file>
2749: <file>
2750: <source>loncom/interface/lonfeedback.pm</source>
2751: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
2752: <categoryname>handler</categoryname>
2753: <description>
2754: Handles feedback from students to instructors and system administrators.
1.72 harris41 2755: Provides a screenshot of the current
2756: resource, as well as previous attempts if the resource was a homework.
2757: Used by lonmsg.pm.
1.6 harris41 2758: </description>
1.10 harris41 2759: <status>works/unverified</status>
1.4 harris41 2760: </file>
2761: <file>
1.6 harris41 2762: <source>loncom/interface/lonnavmaps.pm</source>
2763: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
2764: <categoryname>handler</categoryname>
2765: <description>
2766: Handles navigational maps.
1.211 bowersj2 2767: </description>
2768: <status>works/unverified</status>
1.227 albertel 2769: </file>
2770: <file>
2771: <source>doc/man/Apache__lonnavmaps.3</source>
2772: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
2773: <categoryname>doc</categoryname>
2774: <description>man page for lonnavmaps.pm</description>
2775: <build trigger='always run'>
2776: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
2777: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
2778: </build>
2779: <status>works/unverified</status>
2780: <dependencies>
2781: ../../loncom/interface/lonnavmaps.pm
2782: </dependencies>
2783: </file>
2784: <file>
2785: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
2786: <target dist='default'>
2787: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
2788: </target>
2789: <categoryname>doc</categoryname>
2790: <description>POD-derived page for lonnavmaps.pm</description>
2791: <build trigger='always run'>
2792: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
2793: ../../doc/lib/perl/Apache/lonnavmaps.html && \
2794: echo 'pod2html lonnavmaps.pm'
2795: </build>
2796: <status>works/unverified</status>
2797: <dependencies>
2798: ../../loncom/interface/lonnavmaps.pm
2799: </dependencies>
1.211 bowersj2 2800: </file>
2801: <file>
1.231 bowersj2 2802: <source>loncom/interface/lonhelper.pm</source>
2803: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 2804: <categoryname>handler</categoryname>
2805: <description>
1.235 bowersj2 2806: Helper framework.
2807: </description>
2808: <status>works/unverified</status>
2809: </file>
2810: <file>
2811: <source>loncom/html/adm/helper/parameter.helper</source>
2812: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
2813: <categoryname>handler</categoryname>
2814: <description>
2815: Parameter setting helper.
1.242 bowersj2 2816: </description>
2817: <status>works/unverified</status>
2818: </file>
2819: <file>
2820: <source>loncom/html/adm/helper/course.initialization.helper</source>
2821: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
2822: <categoryname>handler</categoryname>
2823: <description>
2824: Course initialization helper.
1.189 bowersj2 2825: </description>
2826: <status>works/unverified</status>
2827: </file>
2828: <file>
2829: <source>loncom/interface/lonquickgrades.pm</source>
2830: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
2831: <categoryname>handler</categoryname>
2832: <description>
2833: Student quick grades interface.
1.6 harris41 2834: </description>
1.10 harris41 2835: <status>works/unverified</status>
1.4 harris41 2836: </file>
2837: <file>
1.6 harris41 2838: <source>loncom/interface/lonpreferences.pm</source>
2839: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
2840: <categoryname>handler</categoryname>
2841: <description>
2842: Handles user preferences associated with customizing the online LON-CAPA
2843: educational environment.
2844: </description>
1.10 harris41 2845: <status>works/unverified</status>
1.6 harris41 2846: </file>
2847: <file>
2848: <source>loncom/interface/lonprintout.pm</source>
2849: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
2850: <categoryname>handler</categoryname>
2851: <description>
2852: Handles the production of printable files and resources.
2853: </description>
1.10 harris41 2854: <status>works/unverified</status>
1.6 harris41 2855: </file>
2856: <file>
2857: <source>loncom/interface/lonsearchcat.pm</source>
2858: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
2859: <categoryname>handler</categoryname>
2860: <description>
2861: Handles a searchable catalogue.
1.148 matthew 2862: </description>
2863: <status>works/unverified</status>
2864: </file>
2865: <file>
2866: <source>loncom/interface/lonmysql.pm</source>
2867: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
2868: <categoryname>handler</categoryname>
2869: <description>
2870: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 2871: </description>
1.10 harris41 2872: <status>works/unverified</status>
1.4 harris41 2873: </file>
2874: <file>
1.76 harris41 2875: <source>doc/man/Apache__lonsearchcat.3</source>
2876: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 2877: <categoryname>doc</categoryname>
1.76 harris41 2878: <description>man page for lonsearchcat.pm</description>
2879: <build trigger='always run'>
1.115 harris41 2880: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
2881: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 2882: </build>
2883: <status>works/unverified</status>
2884: <dependencies>
2885: ../../loncom/interface/lonsearchcat.pm
2886: </dependencies>
2887: </file>
2888: <file>
1.118 harris41 2889: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
2890: <target dist='default'>
2891: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 2892: </target>
1.83 harris41 2893: <categoryname>doc</categoryname>
1.76 harris41 2894: <description>POD-derived page for lonsearchcat.pm</description>
2895: <build trigger='always run'>
1.115 harris41 2896: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 2897: ../../doc/lib/perl/Apache/lonsearchcat.html && \
2898: echo 'pod2html lonsearchcat.pm'
1.76 harris41 2899: </build>
2900: <status>works/unverified</status>
2901: <dependencies>
2902: ../../loncom/interface/lonsearchcat.pm
2903: </dependencies>
1.232 www 2904: </file>
2905: <file>
2906: <source>loncom/interface/lonmanagekeys.pm</source>
2907: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
2908: <categoryname>handler</categoryname>
2909: <description>
2910: Allows users with "mky" privileges to generate and manage course access keys.
2911: </description>
2912: <status>works/unverified</status>
1.76 harris41 2913: </file>
2914: <file>
1.6 harris41 2915: <source>loncom/interface/londropadd.pm</source>
2916: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
2917: <categoryname>handler</categoryname>
2918: <description>
1.72 harris41 2919: Allows course coordinators to upload courselists in different formats, and
2920: automatically create users (if they do not exist already), assign them the
2921: role of student in a course, and add them to the classlist.
1.6 harris41 2922: </description>
1.10 harris41 2923: <status>works/unverified</status>
1.6 harris41 2924: </file>
2925: <file>
2926: <source>loncom/interface/lonmsg.pm</source>
2927: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
2928: <categoryname>handler</categoryname>
2929: <description>
1.72 harris41 2930: lonmsg.pm has several functions to send and receive internal messages.
2931: author_res_msg - send message to resource author.
2932: user_crit_msg - send a critical message to a user. A critical message
2933: will require acknowledgment by the recipient and the sender will be notified.
2934: user_crit_received - routine to trigger acknowledgment.
2935: statuschange - change the status of a message (read, replied, forwarded, etc).
2936: The handler also displays messages, has routines to reply, etc.
1.6 harris41 2937: </description>
1.10 harris41 2938: <status>works/unverified</status>
1.6 harris41 2939: </file>
2940: <file>
2941: <source>loncom/homework/hint.pm</source>
2942: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
2943: <categoryname>handler</categoryname>
2944: <description>
2945: This handler coordinates the delivery of hints to students working on LON-CAPA
2946: problems and assignments.
2947: </description>
1.10 harris41 2948: <status>works/unverified</status>
1.6 harris41 2949: </file>
2950: <file>
1.244 matthew 2951: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 2952: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
2953: <categoryname>handler</categoryname>
2954: <description>
1.244 matthew 2955: The top level interface for the display and editing of spreadsheets. There
2956: are three levels of spreadsheet.
2957: </description>
2958: <status>works/unverified</status>
2959: </file>
2960: <file>
2961: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
2962: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
2963: <categoryname>handler</categoryname>
2964: <description>
2965: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
2966: assesscalc).
2967: </description>
2968: <status>works/unverified</status>
2969: </file>
2970: <file>
2971: <source>loncom/interface/spreadsheet/classcalc.pm</source>
2972: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
2973: <categoryname>handler</categoryname>
2974: <description>
2975: Defines the specifics of the course level spreadsheet.
2976: </description>
2977: <status>works/unverified</status>
2978: </file>
2979: <file>
2980: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
2981: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
2982: <categoryname>handler</categoryname>
2983: <description>
2984: Defines the specifics of the student level spreadsheet.
2985: </description>
2986: <status>works/unverified</status>
2987: </file>
2988: <file>
2989: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
2990: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
2991: <categoryname>handler</categoryname>
2992: <description>
2993: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 2994: </description>
1.10 harris41 2995: <status>works/unverified</status>
1.6 harris41 2996: </file>
2997: <file>
2998: <source>loncom/interface/lonparmset.pm</source>
2999: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
3000: <categoryname>handler</categoryname>
3001: <description>
3002: Handler to resolve ambiguous file locations
3003: </description>
1.10 harris41 3004: <status>works/unverified</status>
1.6 harris41 3005: </file>
3006: <file>
1.76 harris41 3007: <source>doc/man/Apache__lonparmset.3</source>
3008: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 3009: <categoryname>doc</categoryname>
1.76 harris41 3010: <description>man page for lonparmset.pm</description>
3011: <build trigger='always run'>
1.115 harris41 3012: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
3013: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 3014: </build>
3015: <status>works/unverified</status>
3016: <dependencies>
3017: ../../loncom/interface/lonparmset.pm
3018: </dependencies>
3019: </file>
3020: <file>
1.118 harris41 3021: <source>doc/lib/perl/Apache/lonparmset.html</source>
3022: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 3023: </target>
1.83 harris41 3024: <categoryname>doc</categoryname>
1.76 harris41 3025: <description>POD-derived page for lonparmset.pm</description>
3026: <build trigger='always run'>
1.115 harris41 3027: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 3028: ../../doc/lib/perl/Apache/lonparmset.html && \
3029: echo 'pod2html lonparmset.pm'
1.76 harris41 3030: </build>
3031: <status>works/unverified</status>
3032: <dependencies>
3033: ../../loncom/interface/lonparmset.pm
3034: </dependencies>
3035: </file>
3036: <file>
1.6 harris41 3037: <source>loncom/publisher/lonconstruct.pm</source>
3038: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
3039: <categoryname>handler</categoryname>
3040: <description>
3041: Page wrapper for handling construction space.
3042: </description>
1.10 harris41 3043: <status>works/unverified</status>
1.6 harris41 3044: </file>
3045: <file>
3046: <source>loncom/publisher/lonpublisher.pm</source>
3047: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
3048: <categoryname>handler</categoryname>
3049: <description>
3050: Publishes an LON-CAPA educational resource complete with metadata
3051: (authorship, language, copyright, creation date, etc).
3052: </description>
1.10 harris41 3053: <status>works/unverified</status>
1.6 harris41 3054: </file>
3055: <file>
1.76 harris41 3056: <source>doc/man/Apache__lonpublisher.3</source>
3057: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 3058: <categoryname>doc</categoryname>
1.76 harris41 3059: <description>man page for lonpublisher.pm</description>
3060: <build trigger='always run'>
1.115 harris41 3061: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
3062: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 3063: </build>
3064: <status>works/unverified</status>
3065: <dependencies>
3066: ../../loncom/publisher/lonpublisher.pm
3067: </dependencies>
3068: </file>
3069: <file>
1.118 harris41 3070: <source>doc/lib/perl/Apache/lonpublisher.html</source>
3071: <target dist='default'>
3072: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 3073: </target>
1.83 harris41 3074: <categoryname>doc</categoryname>
1.76 harris41 3075: <description>POD-derived page for lonpublisher.pm</description>
3076: <build trigger='always run'>
1.115 harris41 3077: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 3078: ../../doc/lib/perl/Apache/lonpublisher.html && \
3079: echo 'pod2html lonpublisher.pm'
1.76 harris41 3080: </build>
3081: <status>works/unverified</status>
3082: <dependencies>
3083: ../../loncom/publisher/lonpublisher.pm
3084: </dependencies>
3085: </file>
3086: <file>
1.6 harris41 3087: <source>loncom/interface/lonmenu.pm</source>
3088: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
3089: <categoryname>handler</categoryname>
3090: <description>
3091: Has routines which control the remote control.
1.228 www 3092: </description>
3093: <status>works/unverified</status>
3094: </file>
3095: <file>
3096: <source>loncom/interface/lonremote.pm</source>
3097: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
3098: <categoryname>handler</categoryname>
3099: <description>
3100: Handler to lauch and collapse the remote control.
1.6 harris41 3101: </description>
1.10 harris41 3102: <status>works/unverified</status>
1.6 harris41 3103: </file>
3104: <file>
3105: <source>rat/lonpageflip.pm</source>
3106: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
3107: <categoryname>handler</categoryname>
3108: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 3109: <status>works/unverified</status>
1.6 harris41 3110: </file>
3111: <file>
3112: <source>rat/lonratedt.pm</source>
3113: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
3114: <categoryname>handler</categoryname>
3115: <description>
3116: Builds up frame set and loads in the right thing.
3117: </description>
1.10 harris41 3118: <status>works/unverified</status>
1.6 harris41 3119: </file>
3120: <file>
3121: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
3122: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
3123: <categoryname>handler</categoryname>
3124: <description>
3125: Homework remote control.
1.157 www 3126: </description>
3127: <status>works/unverified</status>
3128: </file>
3129: <file>
3130: <source>loncom/html/res/adm/pages/chatroom.html</source>
3131: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
3132: <categoryname>handler</categoryname>
3133: <description>
3134: Establishes frameset for chatroom
1.6 harris41 3135: </description>
1.10 harris41 3136: <status>works/unverified</status>
1.6 harris41 3137: </file>
3138: <file>
3139: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
3140: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
3141: <categoryname>handler</categoryname>
3142: <description>
1.10 harris41 3143: This will take annotations and then plug them into a page.
1.6 harris41 3144: </description>
1.10 harris41 3145: <status>works/unverified</status>
1.6 harris41 3146: </file>
3147: <file>
3148: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
3149: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
3150: <categoryname>handler</categoryname>
3151: <description>
3152: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 3153: interface.
1.6 harris41 3154: </description>
1.10 harris41 3155: <status>works/unverified</status>
1.6 harris41 3156: </file>
3157: <file>
3158: <source>rat/lonratsrv.pm</source>
3159: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
3160: <categoryname>handler</categoryname>
3161: <description>
1.27 harris41 3162: Handler that takes output from RAT and stores it on disk. Handles the upper
3163: hidden frame of the added window that comes up in RAT. (3 frames come up in
3164: RAT server, code, and output. This module handles server connection.)
1.6 harris41 3165: </description>
1.10 harris41 3166: <status>works/unverified</status>
1.6 harris41 3167: </file>
3168: <file>
3169: <source>rat/lonpage.pm</source>
3170: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
3171: <categoryname>handler</categoryname>
3172: <description>
3173: bundles pages into one page
3174: </description>
1.10 harris41 3175: <status>works/unverified</status>
1.6 harris41 3176: </file>
3177: <file>
1.76 harris41 3178: <source>doc/man/Apache__lonpage.3</source>
3179: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 3180: <categoryname>doc</categoryname>
1.76 harris41 3181: <description>man page for lonpage.pm</description>
3182: <build trigger='always run'>
1.115 harris41 3183: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
3184: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 3185: </build>
3186: <status>works/unverified</status>
3187: <dependencies>
3188: ../../rat/lonpage.pm
3189: </dependencies>
3190: </file>
3191: <file>
1.118 harris41 3192: <source>doc/lib/perl/Apache/lonpage.html</source>
3193: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 3194: </target>
1.83 harris41 3195: <categoryname>doc</categoryname>
1.76 harris41 3196: <description>POD-derived page for lonnet.pm</description>
3197: <build trigger='always run'>
1.115 harris41 3198: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 3199: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 3200: </build>
3201: <status>works/unverified</status>
3202: <dependencies>
3203: ../../rat/lonpage.pm
3204: </dependencies>
3205: </file>
3206: <file>
1.6 harris41 3207: <source>rat/lonuserstate.pm</source>
3208: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
3209: <categoryname>handler</categoryname>
3210: <description>
1.133 harris41 3211: compile course into binary data structure
1.6 harris41 3212: </description>
1.10 harris41 3213: <status>works/unverified</status>
1.6 harris41 3214: </file>
3215: <file>
1.76 harris41 3216: <source>doc/man/Apache__lonuserstate.3</source>
3217: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 3218: <categoryname>doc</categoryname>
1.76 harris41 3219: <description>man page for lonnet.pm</description>
3220: <build trigger='always run'>
1.115 harris41 3221: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
3222: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 3223: </build>
3224: <status>works/unverified</status>
3225: <dependencies>
3226: ../../rat/lonuserstate.pm
3227: </dependencies>
3228: </file>
3229: <file>
1.118 harris41 3230: <source>doc/lib/perl/Apache/lonuserstate.html</source>
3231: <target dist='default'>
3232: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 3233: </target>
1.83 harris41 3234: <categoryname>doc</categoryname>
1.76 harris41 3235: <description>POD-derived page for lonuserstate.pm</description>
3236: <build trigger='always run'>
1.115 harris41 3237: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 3238: ../../doc/lib/perl/Apache/lonuserstate.html && \
3239: echo 'pod2html lonuserstate.pm'
1.76 harris41 3240: </build>
3241: <status>works/unverified</status>
3242: <dependencies>
3243: ../../rat/lonuserstate.pm
3244: </dependencies>
3245: </file>
3246: <file>
1.6 harris41 3247: <source>loncom/xml/lontex.pm</source>
3248: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
3249: <categoryname>handler</categoryname>
3250: <description>
1.133 harris41 3251: Handler for tex files
1.6 harris41 3252: </description>
1.10 harris41 3253: <status>works/unverified</status>
1.6 harris41 3254: </file>
3255: <file>
3256: <source>loncom/xml/lontexconvert.pm</source>
3257: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
3258: <categoryname>handler</categoryname>
3259: <description>
3260: Access to tth/ttm
3261: </description>
1.10 harris41 3262: <status>works/unverified</status>
1.6 harris41 3263: </file>
3264: <file>
3265: <source>loncom/xml/lonxml.pm</source>
3266: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
3267: <categoryname>handler</categoryname>
3268: <description>
3269: XML Parsing Module
1.78 harris41 3270: </description>
3271: <status>works/unverified</status>
3272: </file>
3273: <file>
3274: <source>loncom/xml/lonplot.pm</source>
3275: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
3276: <categoryname>handler</categoryname>
3277: <description>
3278: XML-based plotter of graphs
1.6 harris41 3279: </description>
1.10 harris41 3280: <status>works/unverified</status>
1.6 harris41 3281: </file>
3282: <file>
3283: <source>loncom/xml/style.pm</source>
3284: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
3285: <categoryname>handler</categoryname>
3286: <description>
3287: Style Parsing Module
3288: </description>
1.10 harris41 3289: <status>works/unverified</status>
1.6 harris41 3290: </file>
3291: <file>
3292: <source>loncom/xml/londefdef.pm</source>
3293: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
3294: <categoryname>handler</categoryname>
3295: <description>
3296: Tags Default Definition Module
3297: </description>
1.10 harris41 3298: <status>works/unverified</status>
1.4 harris41 3299: </file>
3300: <file>
1.6 harris41 3301: <source>loncom/xml/run.pm</source>
3302: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
3303: <categoryname>handler</categoryname>
3304: <description>
3305: used to prevent poorly written problems from causing lingering after effects
3306: </description>
1.10 harris41 3307: <status>works/unverified</status>
1.4 harris41 3308: </file>
3309: <file>
1.6 harris41 3310: <source>loncom/xml/scripttag.pm</source>
3311: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
3312: <categoryname>handler</categoryname>
3313: <description>
3314: implements <script>, <scriptlib>, <parserlib>, and
3315: <import>
1.290 www 3316: </description>
3317: <status>works/unverified</status>
3318: </file>
3319: <file>
3320: <source>loncom/xml/languagetags.pm</source>
3321: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
3322: <categoryname>handler</categoryname>
3323: <description>
3324: implements <mt>
1.6 harris41 3325: </description>
1.10 harris41 3326: <status>works/unverified</status>
1.185 albertel 3327: </file>
3328: <file>
3329: <source>loncom/homework/randomlylabel.pm</source>
3330: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3331: <categoryname>handler</categoryname>
3332: <description>
3333: Handler for compositing images, and text together.
1.207 www 3334: </description>
3335: </file>
3336: <file>
3337: <source>loncom/homework/rankresponse.pm</source>
3338: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3339: <categoryname>handler</categoryname>
3340: <description>
3341: Handler for rankresponse
1.209 albertel 3342: </description>
3343: </file>
3344: <file>
3345: <source>loncom/homework/matchresponse.pm</source>
3346: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3347: <categoryname>handler</categoryname>
3348: <description>
3349: Handler for matchresponse
1.185 albertel 3350: </description>
1.4 harris41 3351: </file>
3352: <file>
1.33 harris41 3353: <source>loncom/homework/randomlabel.pm</source>
3354: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3355: <categoryname>handler</categoryname>
3356: <description>
3357: Interface for producing applet code which randomizes the labelling of an
3358: image.
3359: </description>
3360: </file>
3361: <file>
1.6 harris41 3362: <source>loncom/homework/lonhomework.pm</source>
3363: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3364: <categoryname>handler</categoryname>
1.27 harris41 3365: <description>
3366: handles requests for output, evaluation, and alteration of a homework resource
3367: </description>
1.95 harris41 3368: <status>works/unverified</status>
1.4 harris41 3369: </file>
3370: <file>
1.6 harris41 3371: <source>loncom/homework/inputtags.pm</source>
3372: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3373: <categoryname>handler</categoryname>
3374: <description>
3375: produces HTML input tags (<INPUT>) for rendering homework resources
3376: </description>
1.10 harris41 3377: <status>works/unverified</status>
1.4 harris41 3378: </file>
3379: <file>
1.6 harris41 3380: <source>loncom/homework/structuretags.pm</source>
3381: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3382: <categoryname>handler</categoryname>
3383: <description>
1.27 harris41 3384: produces HTML tags necessary for structuring the presentation of homework
3385: resources
1.6 harris41 3386: </description>
1.10 harris41 3387: <status>works/unverified</status>
1.4 harris41 3388: </file>
3389: <file>
1.6 harris41 3390: <source>loncom/homework/response.pm</source>
3391: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3392: <categoryname>handler</categoryname>
3393: <description>
1.27 harris41 3394: defines different types of responses given to student as well as syntax for
3395: producing response values
1.6 harris41 3396: </description>
1.10 harris41 3397: <status>works/unverified</status>
1.4 harris41 3398: </file>
3399: <file>
1.6 harris41 3400: <source>loncom/homework/caparesponse/caparesponse.pm</source>
3401: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
3402: <categoryname>handler</categoryname>
3403: <description>
3404: handles request to the CAPA homework processing engine
3405: </description>
1.10 harris41 3406: <status>works/unverified</status>
1.4 harris41 3407: </file>
3408: <file>
1.113 harris41 3409: <source>loncom/xml/Safe.pm</source>
3410: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
3411: <categoryname>handler</categoryname>
3412: <description>
3413: Meant to safely substitute for CPAN version of Safe.
3414: Allows for safely executing embedded perl comands in
3415: a way that does not threaten the operating system.
3416: </description>
3417: <status>works/unverified</status>
3418: </file>
3419: <file>
1.241 albertel 3420: <source>loncom/auth/localauth.pm</source>
3421: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
3422: <categoryname>handler</categoryname>
3423: <description>
1.208 harris41 3424: Local authentication mechanism. The target file is meant as a template
3425: for a localauth.pm file. The target file with the -std suffix is not
3426: used directly by any software program; it is just a template file.
1.241 albertel 3427: </description>
3428: <status>works/unverified</status>
3429: </file>
3430: <file>
3431: <source>loncom/auth/localauth.pm</source>
3432: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
3433: <categoryname>conf</categoryname>
3434: <description>
3435: Local authentication mechanism.
3436: </description>
3437: <status>works/unverified</status>
1.30 harris41 3438: </file>
3439: <file>
1.6 harris41 3440: <source>loncom/auth/lonacc.pm</source>
3441: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
3442: <categoryname>handler</categoryname>
3443: <description>
3444: (This module, like loncacc.pm also authenticates with cookies.)
3445: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
3446: functions (e.g. roles, logout, annotations, and bookmarks) as well
3447: as coordinating access to educational resources.
3448: </description>
1.10 harris41 3449: <status>works/unverified</status>
1.4 harris41 3450: </file>
3451: <file>
1.76 harris41 3452: <source>doc/man/Apache__lonacc.3</source>
3453: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 3454: <categoryname>doc</categoryname>
1.76 harris41 3455: <description>man page for lonacc.pm</description>
3456: <build trigger='always run'>
1.115 harris41 3457: loncom/build/pod2man.sh ../auth/lonacc.pm > \
3458: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 3459: </build>
3460: <status>works/unverified</status>
3461: <dependencies>
3462: ../../loncom/auth/lonacc.pm
3463: </dependencies>
3464: </file>
3465: <file>
1.118 harris41 3466: <source>doc/lib/perl/Apache/lonacc.html</source>
3467: <target dist='default'>
3468: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 3469: <categoryname>doc</categoryname>
1.76 harris41 3470: <description>POD-derived page for lonacc.pm</description>
3471: <build trigger='always run'>
1.115 harris41 3472: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3473: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3474: </build>
3475: <status>works/unverified</status>
3476: <dependencies>
3477: ../../loncom/auth/lonacc.pm
3478: </dependencies>
3479: </file>
3480: <file>
1.6 harris41 3481: <source>loncom/auth/lonracc.pm</source>
3482: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3483: <categoryname>handler</categoryname>
3484: <description>
3485: access handler for file transfers
1.151 www 3486: </description>
3487: <status>works/unverified</status>
3488: </file>
3489: <file>
3490: <source>loncom/auth/lontokacc.pm</source>
3491: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3492: <categoryname>handler</categoryname>
3493: <description>
1.154 www 3494: handler for inter-server transfer of token accessed files, includes
3495: cleanup handler to remove file when successfully done
3496: </description>
3497: <status>works/unverified</status>
3498: </file>
3499: <file>
3500: <source>loncom/auth/lonuploadedacc.pm</source>
3501: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3502: <categoryname>handler</categoryname>
3503: <description>
3504: access handler for user uploaded files
3505: </description>
3506: <status>works/unverified</status>
3507: </file>
3508: <file>
3509: <source>loncom/lontrans.pm</source>
3510: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3511: <categoryname>handler</categoryname>
3512: <description>
3513: URI to filename translation
1.6 harris41 3514: </description>
1.10 harris41 3515: <status>works/unverified</status>
1.87 harris41 3516: </file>
3517: <file>
3518: <source>doc/man/Apache__lonracc.3</source>
3519: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3520: <categoryname>doc</categoryname>
3521: <description>man page for lonracc.pm</description>
3522: <build trigger='always run'>
1.115 harris41 3523: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3524: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3525: </build>
3526: <status>works/unverified</status>
3527: <dependencies>
3528: ../../loncom/auth/lonracc.pm
3529: </dependencies>
3530: </file>
3531: <file>
1.118 harris41 3532: <source>doc/lib/perl/Apache/lonracc.html</source>
3533: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3534: </target>
1.87 harris41 3535: <categoryname>doc</categoryname>
3536: <description>POD-derived page for lonracc.pm</description>
3537: <build trigger='always run'>
1.115 harris41 3538: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3539: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3540: </build>
3541: <status>works/unverified</status>
3542: <dependencies>
3543: ../../loncom/auth/lonracc.pm
3544: </dependencies>
1.4 harris41 3545: </file>
3546: <file>
1.6 harris41 3547: <source>loncom/auth/loncacc.pm</source>
3548: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3549: <categoryname>handler</categoryname>
3550: <description>
3551: This module provides access to an educational resource construction area.
3552: This module is invoked by the URL-related pattern syntax
3553: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3554: Authentication of user identity
3555: is coordinated through cookies. The abbreviation "cacc" corresponds
3556: to "construction-space access"). If the cookie handle is invalid, then
3557: this module returns a forbidden status and makes appropriate log entries.
3558: If the cookie handle is valid, status is determined to be okay (and,
3559: for the "priv"-type access, the resource is delivered by the
3560: <tt>lonconstruct</tt> module).
3561: </description>
1.10 harris41 3562: <status>works/unverified</status>
1.4 harris41 3563: </file>
3564: <file>
1.86 harris41 3565: <source>doc/man/Apache__loncacc.3</source>
3566: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3567: <categoryname>doc</categoryname>
3568: <description>man page for loncacc.pm</description>
3569: <build trigger='always run'>
1.115 harris41 3570: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3571: && echo 'manifying loncacc.pm'
1.86 harris41 3572: </build>
3573: <status>works/unverified</status>
3574: <dependencies>
3575: ../../loncom/auth/loncacc.pm
3576: </dependencies>
3577: </file>
3578: <file>
1.118 harris41 3579: <source>doc/lib/perl/Apache/loncacc.html</source>
3580: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3581: </target>
1.86 harris41 3582: <categoryname>doc</categoryname>
3583: <description>POD-derived page for loncacc.pm</description>
3584: <build trigger='always run'>
1.115 harris41 3585: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3586: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3587: </build>
3588: <status>works/unverified</status>
3589: <dependencies>
3590: ../../loncom/auth/loncacc.pm
3591: </dependencies>
3592: </file>
3593: <file>
1.6 harris41 3594: <source>loncom/auth/lonauth.pm</source>
3595: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3596: <categoryname>handler</categoryname>
3597: <description>authenticate, set up session environment</description>
1.10 harris41 3598: <status>works/unverified</status>
1.4 harris41 3599: </file>
3600: <file>
1.6 harris41 3601: <source>loncom/auth/lonlogin.pm</source>
3602: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3603: <categoryname>handler</categoryname>
3604: <description>login screen</description>
1.10 harris41 3605: <status>works/unverified</status>
1.4 harris41 3606: </file>
3607: <file>
1.6 harris41 3608: <source>loncom/auth/lonlogout.pm</source>
3609: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3610: <categoryname>handler</categoryname>
3611: <description>logout</description>
1.10 harris41 3612: <status>works/unverified</status>
1.4 harris41 3613: </file>
3614: <file>
1.6 harris41 3615: <source>loncom/lonnet/perl/lonrep.pm</source>
3616: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3617: <categoryname>handler</categoryname>
3618: <description>replication</description>
1.4 harris41 3619: </file>
3620: <file>
1.6 harris41 3621: <source>loncom/auth/lonroles.pm</source>
3622: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3623: <categoryname>handler</categoryname>
3624: <description>
3625: This perl handling module reads in the available roles available
3626: for a LON-CAPA user (different courses, different privileges, etc)
3627: and produces a form-element HTML page which allows the user to select
3628: which role he wishes to exercise in the LON-CAPA system. For instance,
3629: a user may want to select between being a student in a thermodynamics
3630: physics course or a teaching assistant for an introductory calculus
3631: class.
3632: </description>
1.86 harris41 3633: </file>
3634: <file>
3635: <source>doc/man/Apache__lonroles.3</source>
3636: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3637: <categoryname>doc</categoryname>
3638: <description>man page for lonroles.pm</description>
3639: <build trigger='always run'>
1.115 harris41 3640: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3641: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3642: </build>
3643: <status>works/unverified</status>
3644: <dependencies>
3645: ../../loncom/auth/lonroles.pm
3646: </dependencies>
3647: </file>
3648: <file>
1.118 harris41 3649: <source>doc/lib/perl/Apache/lonroles.html</source>
3650: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3651: </target>
1.86 harris41 3652: <categoryname>doc</categoryname>
3653: <description>POD-derived page for lonroles.pm</description>
3654: <build trigger='always run'>
1.115 harris41 3655: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3656: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3657: </build>
3658: <status>works/unverified</status>
3659: <dependencies>
3660: ../../loncom/auth/lonroles.pm
3661: </dependencies>
1.4 harris41 3662: </file>
3663: <file>
1.6 harris41 3664: <source>loncom/interface/lonindexer.pm</source>
3665: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
3666: <categoryname>handler</categoryname>
3667: <description>
3668: cross server filesystem browser
3669: </description>
1.10 harris41 3670: <status>works/unverified</status>
1.76 harris41 3671: </file>
3672: <file>
3673: <source>doc/man/Apache__lonindexer.3</source>
3674: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 3675: <categoryname>doc</categoryname>
1.76 harris41 3676: <description>man page for lonindexer.pm</description>
3677: <build trigger='always run'>
1.115 harris41 3678: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
3679: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 3680: </build>
3681: <status>works/unverified</status>
3682: <dependencies>
3683: ../../loncom/interface/lonindexer.pm
3684: </dependencies>
3685: </file>
3686: <file>
1.118 harris41 3687: <source>doc/lib/perl/Apache/lonindexer.html</source>
3688: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 3689: </target>
1.83 harris41 3690: <categoryname>doc</categoryname>
1.76 harris41 3691: <description>POD-derived page for lonindexer.pm</description>
3692: <build trigger='always run'>
1.115 harris41 3693: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 3694: ../../doc/lib/perl/Apache/lonindexer.html && \
3695: echo 'pod2html lonindexer.pm'
1.76 harris41 3696: </build>
3697: <status>works/unverified</status>
3698: <dependencies>
3699: ../../loncom/interface/lonindexer.pm
3700: </dependencies>
1.4 harris41 3701: </file>
3702: <file>
1.24 harris41 3703: <source>loncom/interface/groupsort.pm</source>
3704: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
3705: <categoryname>handler</categoryname>
3706: <description>
3707: Implements a second phase of importing multiple resources into the RAT.
3708: Allows for reordering the sequence of resources.
3709: </description>
3710: <status>works/unverified</status>
3711: </file>
3712: <file>
1.6 harris41 3713: <source>loncom/lonnet/perl/lonnet.pm</source>
3714: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
3715: <categoryname>handler</categoryname>
3716: <description>
3717: This file is an interface to the lonc processes of the LON-CAPA network
3718: as well as set of elaborated functions for handling information necessary
3719: for navigating through a given cluster of LON-CAPA machines within a domain.
3720: There are over 40 specialized functions in this module which handle
3721: the reading and transmission of metadata, user information
3722: (ids, names, environments, roles, logs), file information (storage, reading,
3723: directories, extensions, replication, embedded styles and descriptors),
3724: educational resources (course descriptions, section names and numbers),
3725: url hashing (to assign roles on a url basis), and translating abbreviated
3726: symbols to and from more descriptive phrases or explanations.
3727: </description>
1.10 harris41 3728: <status>works/unverified</status>
1.73 harris41 3729: </file>
3730: <file>
3731: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 3732: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 3733: <categoryname>doc</categoryname>
1.73 harris41 3734: <description>man page for lonnet.pm</description>
3735: <build trigger='always run'>
1.115 harris41 3736: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
3737: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 3738: </build>
3739: <status>works/unverified</status>
3740: <dependencies>
3741: ../../loncom/lonnet/perl/lonnet.pm
3742: </dependencies>
3743: </file>
3744: <file>
1.118 harris41 3745: <source>doc/lib/perl/Apache/lonnet.html</source>
3746: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
3747: </target>
1.83 harris41 3748: <categoryname>doc</categoryname>
1.73 harris41 3749: <description>POD-derived page for lonnet.pm</description>
3750: <build trigger='always run'>
1.115 harris41 3751: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 3752: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 3753: </build>
3754: <status>works/unverified</status>
3755: <dependencies>
3756: ../../loncom/lonnet/perl/lonnet.pm
3757: </dependencies>
1.4 harris41 3758: </file>
3759: <file>
1.6 harris41 3760: <source>loncom/html/index.html</source>
3761: <target dist='default'>home/httpd/html/index.html</target>
3762: <categoryname>interface file</categoryname>
3763: <description>bumps to login</description>
1.280 www 3764: </file>
3765: <file>
3766: <source>loncom/html/index.html</source>
3767: <target dist='default'>home/httpd/html/origindex.html</target>
3768: <categoryname>interface file</categoryname>
3769: <description>bumps to login, backup for takeonline</description>
1.181 www 3770: </file>
3771: <file>
3772: <source>loncom/html/favicon.ico</source>
3773: <target dist='default'>home/httpd/html/favicon.ico</target>
3774: <categoryname>interface file</categoryname>
3775: <description>Bookmark and tab icon</description>
1.4 harris41 3776: </file>
1.6 harris41 3777: <link>
3778: <linkto>etc/mime.types</linkto>
3779: <target dist='default'>etc/httpd/conf/mime.types</target>
3780: <categoryname>symbolic link</categoryname>
3781: <description>symbolic link to /etc/mime.types</description>
3782: </link>
3783: <link>
3784: <linkto>home/httpd/html/res</linkto>
3785: <target dist='default'>home/httpd/html/raw</target>
3786: <categoryname>symbolic link</categoryname>
3787: <description>symbolic link to /home/httpd/html/res</description>
3788: </link>
1.4 harris41 3789: <file>
1.6 harris41 3790: <source>loncom/html/adm/notfound.html</source>
3791: <target dist='default'>home/httpd/html/adm/notfound.html</target>
3792: <categoryname>interface file</categoryname>
3793: <description>
3794: static html page that is shown when an attempt is made to access a document
3795: not present on the web server
3796: </description>
1.4 harris41 3797: </file>
3798: <file>
1.6 harris41 3799: <source>loncom/html/adm/unauthorized.html</source>
3800: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
3801: <categoryname>interface file</categoryname>
3802: <description>
1.27 harris41 3803: static html page that is shown when an attempt is made to access a document
3804: which is restricted based on file or server configurations
1.32 harris41 3805: </description>
3806: </file>
3807: <file>
3808: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 3809: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 3810: <categoryname>interface file</categoryname>
3811: <description>
3812: Help page for the search engine.
1.6 harris41 3813: </description>
1.4 harris41 3814: </file>
3815: <file>
1.6 harris41 3816: <source>rat/client/rat.html</source>
3817: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
3818: <categoryname>interface file</categoryname>
3819: <description>
3820: frameset
3821: </description>
1.4 harris41 3822: </file>
3823: <file>
1.6 harris41 3824: <source>rat/client/parameter.html</source>
3825: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
3826: <categoryname>interface file</categoryname>
3827: <description>
3828: Parameter input window.
3829: </description>
1.4 harris41 3830: </file>
3831: <file>
1.6 harris41 3832: <source>rat/client/code.html</source>
3833: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 3834: <categoryname>interface file</categoryname>
3835: <description>
3836: javascript
3837: </description>
3838: </file>
3839: <file>
3840: <source>rat/client/extpickcode.html</source>
3841: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
3842: <categoryname>interface file</categoryname>
3843: <description>
3844: javascript
3845: </description>
3846: </file>
3847: <file>
3848: <source>rat/client/extpickframe.html</source>
3849: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 3850: <categoryname>interface file</categoryname>
3851: <description>
3852: javascript
3853: </description>
1.4 harris41 3854: </file>
3855: <file>
1.6 harris41 3856: <source>rat/client/map.html</source>
3857: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
3858: <categoryname>interface file</categoryname>
3859: <description>
3860: bumper
3861: </description>
1.4 harris41 3862: </file>
3863: <file>
1.6 harris41 3864: <source>rat/client/empty.html</source>
3865: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
3866: <categoryname>interface file</categoryname>
3867: <description>
3868: A blank page with very minimal HTML structural elements.
1.217 www 3869: </description>
3870: </file>
3871: <file>
3872: <source>rat/client/loading.html</source>
3873: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
3874: <categoryname>interface file</categoryname>
3875: <description>
3876: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 3877: </description>
1.4 harris41 3878: </file>
1.10 harris41 3879: <fileglob>
3880: <glob>*.gif</glob>
3881: <sourcedir>rat/images/</sourcedir>
3882: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
3883: <categoryname>graphic file</categoryname>
3884: <description>
3885: icons for providing a HTML-tabled view of a course map
3886: </description>
3887: <filenames>
1.37 harris41 3888: 1.1.dt.gif;
3889: 1.1.empty.gif;
3890: 1.1.ld.gif;
3891: 1.1.lr.gif;
3892: 1.1.rd.gif;
1.60 harris41 3893: 1.1.rl.gif;
1.37 harris41 3894: 1.1.td.gif;
3895: 1.1.tdrl.gif;
3896: 1.1.tl.gif;
3897: 1.1.tr.gif;
3898: 1.1.utd.gif;
3899: 1.2.ctd.gif;
3900: 1.2.dt.gif;
3901: 1.2.empty.gif;
3902: 1.2.ld.gif;
3903: 1.2.lr.gif;
3904: 1.2.lrd.gif;
3905: 1.2.lrtd.gif;
3906: 1.2.rd.gif;
3907: 1.2.rl.gif;
3908: 1.2.rld.gif;
3909: 1.2.rltd.gif;
3910: 1.2.rtd.gif;
3911: 1.2.rtdl.gif;
3912: 1.2.rtl.gif;
3913: 1.2.td.gif;
3914: 1.2.tdl.gif;
3915: 1.2.tdrl.gif;
3916: 1.2.tl.gif;
3917: 1.2.tr.gif;
3918: 1.2.utd.gif;
3919: 2.1.dt.gif;
3920: 2.1.empty.gif;
3921: 2.1.ld.gif;
3922: 2.1.lr.gif;
3923: 2.1.rd.gif;
3924: 2.1.rl.gif;
3925: 2.1.td.gif;
3926: 2.1.tdrl.gif;
3927: 2.1.tl.gif;
3928: 2.1.tr.gif;
3929: 2.2.dt.gif;
3930: 2.2.empty.gif;
3931: 2.2.ld.gif;
3932: 2.2.lr.gif;
3933: 2.2.lrd.gif;
3934: 2.2.lrt.gif;
3935: 2.2.rd.gif;
3936: 2.2.rl.gif;
3937: 2.2.rld.gif;
3938: 2.2.rlt.gif;
3939: 2.2.td.gif;
3940: 2.2.tdl.gif;
3941: 2.2.tdr.gif;
3942: 2.2.tdrl.gif;
3943: 2.2.tl.gif;
3944: 2.2.tr.gif;
3945: 2.2.url.gif;
3946: 2.2.utd.gif;
3947: arrow.gif;
3948: bdt.gif;
3949: bempty.gif;
3950: bld.gif;
3951: blr.gif;
3952: blrd.gif;
3953: blrt.gif;
1.60 harris41 3954: bottom.gif;
1.37 harris41 3955: brd.gif;
3956: brl.gif;
3957: brld.gif;
3958: brlt.gif;
3959: btd.gif;
3960: btdl.gif;
3961: btdr.gif;
3962: btdrl.gif;
3963: btl.gif;
3964: btr.gif;
3965: burl.gif;
3966: butd.gif;
3967: condition.gif;
3968: edit.gif;
3969: finish.gif;
3970: info.gif;
3971: inscol.gif;
3972: inscond.gif;
3973: insres.gif;
3974: insrow.gif;
3975: left.gif;
3976: middle.gif;
3977: resource.gif;
3978: right.gif;
3979: sctd.gif;
3980: sdt.gif;
3981: sempty.gif;
3982: sld.gif;
3983: slr.gif;
3984: slrd.gif;
3985: slrtd.gif;
3986: srd.gif;
3987: srl.gif;
3988: srld.gif;
3989: srltd.gif;
3990: srtd.gif;
3991: srtdl.gif;
3992: srtl.gif;
3993: start.gif;
3994: std.gif;
3995: stdl.gif;
1.10 harris41 3996: sutd.gif
3997: </filenames>
3998: </fileglob>
3999: <fileglob>
1.60 harris41 4000: <glob>*.*</glob>
1.10 harris41 4001: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
4002: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
4003: <categoryname>graphic file</categoryname>
4004: <description>
4005: icons to indicate an unexpected result
4006: </description>
4007: <filenames>
1.37 harris41 4008: lonconstruct.gif;
4009: lonlogo_broken.gif;
4010: lonlogo_broken_tsp.gif;
4011: lonlogo_broken.eps;
4012: lonlogo_broken.jpg;
1.10 harris41 4013: lonlogo_broken.mov
4014: </filenames>
4015: </fileglob>
4016: <fileglob>
1.60 harris41 4017: <glob>*.*</glob>
1.10 harris41 4018: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
4019: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
4020: <categoryname>graphic file</categoryname>
4021: <description>
1.132 harris41 4022: logos and general widget icons
1.10 harris41 4023: </description>
4024: <filenames>
1.68 harris41 4025: SMETE_white.gif;
1.117 harris41 4026: aboutlon.gif;
1.288 www 4027: aboutlon_pt.gif;
4028: aboutlon_de.gif;
1.117 harris41 4029: accessbutton.gif;
1.288 www 4030: accessbutton_pt.gif;
4031: accessbutton_de.gif;
1.224 www 4032: angry.gif;
1.60 harris41 4033: arrow_up.gif;
1.224 www 4034: bigsmile.gif;
1.177 bowersj2 4035: branch.gif;
1.37 harris41 4036: cab.gif;
4037: cab_big.gif;
1.62 harris41 4038: capapanel.gif;
1.224 www 4039: check.gif;
1.37 harris41 4040: class.gif;
4041: class_big.gif;
1.224 www 4042: coolindiff.gif;
4043: coolsmile.gif;
4044: cry.gif;
1.37 harris41 4045: dvi.gif;
4046: dvi_big.gif;
4047: eps.gif;
4048: eps_big.gif;
4049: exam.gif;
4050: exam_big.gif;
1.117 harris41 4051: fillbottom.gif;
4052: fillleft.gif;
4053: fillright.gif;
4054: filltop.gif;
1.37 harris41 4055: folder_closed.gif;
4056: folder_opened.gif;
4057: folder_pointer_closed.gif;
4058: folder_pointer_opened.gif;
4059: form.gif;
4060: form_big.gif;
1.224 www 4061: frowny.gif;
1.37 harris41 4062: gif.gif;
4063: gif_big.gif;
1.117 harris41 4064: header.gif;
1.224 www 4065: hrrm.gif;
1.37 harris41 4066: htm.gif;
4067: html.gif;
4068: html_big.gif;
1.224 www 4069: huh.gif;
1.52 harris41 4070: jar.gif;
4071: jar_big.gif;
1.37 harris41 4072: jpg.gif;
4073: jpg_big.gif;
1.62 harris41 4074: latex.gif;
1.269 www 4075: library.gif;
1.224 www 4076: lipsrsealed.gif;
1.117 harris41 4077: lite.gif;
1.37 harris41 4078: liteani.gif;
1.117 harris41 4079: litetext.gif;
1.62 harris41 4080: lolpanel.gif;
1.37 harris41 4081: lonanim.gif;
4082: lonanimend.gif;
1.117 harris41 4083: loncapalogo.gif;
1.37 harris41 4084: lonhelplogos.gif;
1.60 harris41 4085: lonhelptop.gif;
1.37 harris41 4086: lonlogo.gif;
4087: lonlogos.gif;
1.117 harris41 4088: lowerleft.gif;
4089: lowerright.gif;
1.236 www 4090: minilogo.gif;
1.37 harris41 4091: meta.gif;
4092: meta_big.gif;
4093: mov.gif;
4094: mov_big.gif;
4095: move_up.gif;
4096: move_down.gif;
1.177 bowersj2 4097: navmap.correct.gif;
1.251 bowersj2 4098: navmap.ellipsis.gif;
1.177 bowersj2 4099: navmap.open.gif;
1.251 bowersj2 4100: navmap.page.open.gif;
4101: navmap.page.closed.gif;
4102: navmap.page.open.nomanip.gif;
4103: navmap.page.closed.nomanip.gif;
1.177 bowersj2 4104: navmap.wrong.gif;
1.180 bowersj2 4105: navmap.folder.open.gif;
4106: navmap.folder.closed.gif;
1.229 bowersj2 4107: navmap.folder.open.nomanip.gif;
4108: navmap.folder.closed.nomanip.gif;
1.292 www 4109: neutral.gif;
1.37 harris41 4110: page.gif;
4111: page_big.gif;
4112: pdf.gif;
4113: pdf_big.gif;
1.54 harris41 4114: png.gif;
4115: png_big.gif;
1.37 harris41 4116: problem.gif;
4117: problem_big.gif;
4118: ps.gif;
4119: ps_big.gif;
1.224 www 4120: rolleyes.gif;
1.37 harris41 4121: quill.gif;
4122: quiz.gif;
4123: quiz_big.gif;
4124: select.gif;
4125: sequence.gif;
4126: sequence_big.gif;
4127: server.gif;
4128: server_big.gif;
1.224 www 4129: shocked.gif;
4130: smiley.gif;
1.37 harris41 4131: srvbad.gif;
4132: srvempty.gif;
4133: srvgood.gif;
4134: srvhalf.gif;
4135: srvnull.gif;
4136: survey.gif;
4137: survey_big.gif;
4138: tex.gif;
4139: tex_big.gif;
1.210 www 4140: tth.gif;
1.37 harris41 4141: txt.gif;
4142: txt_big.gif;
1.57 harris41 4143: unknown.gif;
4144: unknown_big.gif;
1.117 harris41 4145: upperleft.gif;
4146: upperright.gif;
1.37 harris41 4147: user.gif;
4148: user_big.gif;
1.117 harris41 4149: userauthentication.gif;
1.288 www 4150: userauthentication_pt.gif;
4151: userauthentication_de.gif;
1.37 harris41 4152: wav.gif;
4153: wav_big.gif;
4154: white_space_20_22.gif;
4155: whitespace1.gif;
4156: whitespace10.gif;
4157: whitespace2.gif;
4158: whitespace3.gif;
4159: whitespace4.gif;
4160: whitespace5.gif;
4161: whitespace6.gif;
4162: whitespace7.gif;
4163: whitespace8.gif;
4164: whitespace9.gif;
1.224 www 4165: wink.gif;
1.37 harris41 4166: xml.gif;
4167: xml_big.gif;
4168: zip.gif;
1.10 harris41 4169: zip_big.gif
4170: </filenames>
4171: </fileglob>
4172: <fileglob>
1.60 harris41 4173: <glob>*.*</glob>
1.10 harris41 4174: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
4175: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
4176: <categoryname>graphic file</categoryname>
4177: <description>
1.132 harris41 4178: Miscellaneous resources.
1.10 harris41 4179: </description>
4180: <filenames>
1.80 harris41 4181: authorfeed.gif;
4182: bomb.gif;
1.40 harris41 4183: cat_button.gif;
1.80 harris41 4184: chat.gif;
1.111 harris41 4185: eval_button.gif;
1.80 harris41 4186: feedback.gif;
1.40 harris41 4187: pprm_button.gif;
4188: pgrd_button.gif;
4189: subm_button.gif
1.10 harris41 4190: </filenames>
4191: </fileglob>
4192: <file>
1.299 matthew 4193: <source>modules/TexConvert/tthperl/tth.pm</source>
1.115 harris41 4194: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.298 matthew 4195: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 4196: <categoryname>system file</categoryname>
4197: <description>
4198: perl module for invoking functions specific to TeX-to-HTML conversion
4199: </description>
4200: <note>
4201: Has the same dependencies and build process as tth.so.
4202: Currently, only the tth.so file specifications invoke
1.49 harris41 4203: the build process however. A static version is checked into loncom/xml
4204: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 4205: </note>
1.113 harris41 4206: <status>works/unverified</status>
4207: </file>
4208: <file>
4209: <source>loncom/xml/LCParser.pm</source>
4210: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 4211: <categoryname>system file</categoryname>
4212: <description>
4213: perl module for parsing HTML in a way that really works and is thoroughly
4214: tested
4215: </description>
4216: <status>works/unverified</status>
1.234 foxr 4217: </file>
4218: <file>
4219: <source>loncom/LondConnection.pm</source>
1.239 albertel 4220: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 4221: <categoryname>system file</categoryname>
4222: <description>
4223: Manages a connection between a lonc proxy daemon and the lond server
4224: in the remote node.
1.252 www 4225: </description>
4226: <status>works/verified</status>
4227: </file>
4228: <file>
4229: <source>loncom/LondTransaction.pm</source>
4230: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
4231: <categoryname>system file</categoryname>
4232: <description>
4233: Handles a single lon-capa insternal transaction
1.234 foxr 4234: </description>
4235: <status>works/verified</status>
4236: </file>
4237: <file>
4238: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 4239: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 4240: <categoryname>system file</categoryname>
4241: <description>
4242: Provides support to iterate through opaque hashes hidden e.g. within
4243: object private data.
4244: </description>
4245: <status>works/verified</status>
4246: </file>
4247: <file>
4248: <source>loncom/types/Queue.pm</source>
1.239 albertel 4249: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 4250: <categoryname>system file</categoryname>
4251: <description>
4252: Provides a FIFO queue class.
4253: </description>
4254: <status>works/verified</status>
4255: </file>
4256: <file>
4257: <source>loncom/types/Stack.pm</source>
1.239 albertel 4258: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 4259: <categoryname>system file</categoryname>
4260: <description>
4261: Provides a LIFO stack class.
4262: </description>
4263: <status>works/verified</status>
1.239 albertel 4264: </file>
1.234 foxr 4265: <file>
4266: <source>loncom/loncnew</source>
1.240 albertel 4267: <target dist='default'>home/httpd/perl/loncnew</target>
4268: <categoryname>script</categoryname>
1.234 foxr 4269: <description>
4270: Proxy server for remote loncapa requests.
1.250 albertel 4271: Needs CPAN Event module.
1.234 foxr 4272: </description>
1.125 harris41 4273: </file>
4274: <file>
4275: <source>loncom/configuration/Configuration.pm</source>
4276: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 4277: <categoryname>system file</categoryname>
4278: <description>
1.126 harris41 4279: Configuration file reader (looks in /etc/httpd/conf/); accepts
4280: a list of *.conf files to inspect for PerlSetVar key/value
4281: entries.
1.113 harris41 4282: </description>
1.10 harris41 4283: <status>works/unverified</status>
4284: </file>
4285: <file>
4286: <source>modules/TexConvert/tthperl/tth.so</source>
1.115 harris41 4287: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.298 matthew 4288: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 4289: <categoryname>system file</categoryname>
4290: <description>
4291: shared library file for dynamic loading and unloading
4292: </description>
4293: <note>
4294: The source and file dependencies are not available to most
4295: CVS users. (You can safely rely on the existing binaries
4296: present on your system... don't worry about warnings
4297: related to this file during the build process.)
4298: </note>
4299: <build trigger='run if dependencies change'>
4300: modules/TexConvert/tthperl/commands
4301: </build>
4302: <status>works/unverified</status>
1.281 albertel 4303: <privatedependencies>
1.39 harris41 4304: ../tthdynamic/tthfunc.c;
1.82 harris41 4305: ../ttmdynamic/ttmfunc.c
1.281 albertel 4306: </privatedependencies>
1.10 harris41 4307: </file>
4308: <file>
4309: <source>loncom/homework/caparesponse/capa.pm</source>
1.115 harris41 4310: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.298 matthew 4311: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 4312: <categoryname>system file</categoryname>
4313: <description>
4314: perl module for invoking functions specific to CAPA
4315: </description>
1.49 harris41 4316: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4317: <note>
4318: Has the same dependencies and build process as capa.so.
4319: Currently, only the capa.so file specifications invoke
4320: the build process however.
4321: </note>
4322: </file>
4323: <file>
4324: <source>loncom/homework/caparesponse/capa.bs</source>
1.115 harris41 4325: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.298 matthew 4326: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 4327: <categoryname>system file</categoryname>
4328: <description>
1.27 harris41 4329: bootstrap file associated with dynamic loading of this module on multiple
4330: architectures
1.10 harris41 4331: </description>
1.49 harris41 4332: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4333: <note>
4334: Has the same dependencies and build process as capa.so.
4335: Currently, only the capa.so file specifications invoke
4336: the build process however.
4337: </note>
4338: </file>
4339: <file>
4340: <source>loncom/homework/caparesponse/capa.so</source>
1.115 harris41 4341: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.298 matthew 4342: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 4343: <categoryname>system file</categoryname>
4344: <description>
4345: shared library file for dynamic loading and unloading
4346: </description>
4347: <build trigger='always run'>
4348: loncom/homework/caparesponse/commands
4349: </build>
4350: <dependencies>
1.39 harris41 4351: caparesponse.c;
1.119 harris41 4352: caparesponse.pm;
4353: README;
4354: Makefile.PL;
4355: capa.i;
1.120 harris41 4356: commands;
1.222 albertel 4357: ../../../CAPA/pProj/Makefile;
1.120 harris41 4358: ../../../CAPA/pProj/capaGrammarDef.y;
4359: ../../../CAPA/pProj/capaFormula.y;
4360: ../../../CAPA/pProj/capaLexerDef.flex;
4361: ../../../CAPA/pProj/capaFunction.c;
4362: ../../../CAPA/pProj/capaParserUtils.c;
4363: ../../../CAPA/pProj/capaMapExpr.c;
4364: ../../../CAPA/pProj/capaUnit.c;
4365: ../../../CAPA/pProj/com.c;
4366: ../../../CAPA/pProj/linpack.c;
4367: ../../../CAPA/pProj/ranlib.c;
4368: ../../../CAPA/pProj/capaCgiUtils.c;
4369: ../../../CAPA/pProj/capaSubjective.c;
4370: ../../../CAPA/pProj/capaRQO.c;
4371: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 4372: ../../../CAPA/pProj/capaCommon.c;
4373: ../../../CAPA/pProj/capaCommon.h;
4374: ../../../CAPA/pProj/ranlib.h;
4375: ../../../CAPA/pProj/capaCGI.h;
4376: ../../../CAPA/pProj/capaFunction.h;
4377: ../../../CAPA/pProj/capaRQO.h;
4378: ../../../CAPA/pProj/capaParser.h;
4379: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 4380: </dependencies>
4381: </file>
4382: <fileglob>
4383: <glob>*.ent</glob>
4384: <sourcedir>loncom/MathML/</sourcedir>
4385: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
4386: <categoryname>system file</categoryname>
4387: <description>
1.27 harris41 4388: xml files which assign unicode numbers to mathematical symbols using
4389: <! ENTITY... > type syntax.
1.10 harris41 4390: </description>
4391: <filenames>
1.37 harris41 4392: isoamsa.ent;
4393: isoamsb.ent;
4394: isoamsc.ent;
4395: isoamsn.ent;
4396: isoamso.ent;
4397: isoamsr.ent;
4398: isobox.ent;
4399: isocyr1.ent;
4400: isocyr2.ent;
4401: isodia.ent;
4402: isogrk1.ent;
4403: isogrk2.ent;
4404: isogrk3.ent;
4405: isogrk4.ent;
4406: isolat1.ent;
4407: isolat2.ent;
4408: isomfrk.ent;
4409: isomopf.ent;
4410: isomscr.ent;
4411: isonum.ent;
4412: isopub.ent;
4413: isotech.ent;
4414: mmlalias.ent;
1.10 harris41 4415: mmlextra.ent
4416: </filenames>
1.37 harris41 4417: </fileglob>
1.10 harris41 4418: <file>
4419: <source>loncom/MathML/mathml.css</source>
4420: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
4421: <categoryname>system file</categoryname>
4422: <description>
4423: cascading style sheet
4424: </description>
4425: </file>
4426: <file>
4427: <source>loncom/MathML/mathml.dtd</source>
4428: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
4429: <categoryname>system file</categoryname>
4430: <description>
4431: document type definition
4432: </description>
4433: </file>
1.4 harris41 4434: <file>
1.10 harris41 4435: <source>loncom/auth/londes.js</source>
4436: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
4437: <categoryname>interface file</categoryname>
1.6 harris41 4438: <description>
1.27 harris41 4439: Encryption Routines according to Data Encryption Standard DES, written in
4440: javascript.
1.6 harris41 4441: </description>
1.4 harris41 4442: </file>
4443: <file>
1.10 harris41 4444: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 4445: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
4446: </target>
1.10 harris41 4447: <categoryname>handler</categoryname>
1.6 harris41 4448: <description>
1.115 harris41 4449: Intended for providing perl functions for the <script></script>
4450: environment in a problem that was converted from lectureonline.
1.6 harris41 4451: </description>
1.4 harris41 4452: </file>
4453: <file>
1.10 harris41 4454: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 4455: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
4456: </target>
1.10 harris41 4457: <categoryname>handler</categoryname>
1.6 harris41 4458: <description>
1.14 harris41 4459: Provides many functions for the <script> environment in a .problem.
1.11 harris41 4460: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 4461: </description>
1.4 harris41 4462: </file>
4463: <file>
1.10 harris41 4464: <source>loncom/homework/capa.units</source>
4465: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
4466: <categoryname>static conf</categoryname>
1.6 harris41 4467: <description>
1.10 harris41 4468: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 4469: </description>
1.4 harris41 4470: </file>
1.165 www 4471: <fileglob>
4472: <glob>*.jpg</glob>
4473: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
4474: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
4475: <categoryname>graphic file</categoryname>
4476: <description>Pages headers</description>
4477: <filenames>
4478: admin.jpg;
4479: author.jpg;
4480: coordinator.jpg;
4481: header.jpg;
4482: student.jpg;
1.166 www 4483: </filenames>
4484: </fileglob>
4485: <fileglob>
1.230 www 4486: <glob>*.jpg</glob>
4487: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4488: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4489: <categoryname>graphic file</categoryname>
4490: <description>Logos of LON-CAPA domains (jpg)</description>
4491: <filenames>
4492: headermsu.jpg;
4493: </filenames>
4494: </fileglob>
4495: <fileglob>
1.166 www 4496: <glob>*.gif</glob>
4497: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4498: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4499: <categoryname>graphic file</categoryname>
1.230 www 4500: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 4501: <filenames>
1.197 albertel 4502: 103.gif;
4503: gerd.gif;
4504: mio.gif;
4505: msuvu.gif;
4506: ohiou.gif;
4507: rhs.gif;
4508: sfu.gif;
4509: tmcc.gif;
4510: umich.gif;
4511: worf.gif;
4512: annarbor.gif;
4513: elps.gif;
4514: gwu.gif;
4515: msudemo.gif;
4516: ndsu.gif;
4517: physnet.gif;
4518: sc.gif;
4519: Selwyn.gif;
4520: ucf.gif;
4521: unihalle.gif;
4522: wscc.gif;
4523: cps.gif;
4524: fsu.gif;
4525: lsd.gif;
4526: msu.gif;
4527: nsdl.gif;
4528: pmm.gif;
4529: sunysb.gif;
4530: udel.gif;
1.223 albertel 4531: uz.gif;
4532: fvl.gif;
1.270 www 4533: csm.gif;
1.273 www 4534: fit.gif;
1.272 www 4535: nau.gif;
1.303 www 4536: waverly.gif;
1.302 www 4537: cmich.gif;
1.285 www 4538: UNICAMP.gif;
1.223 albertel 4539: glps.gif;
1.275 www 4540: BCHS.gif;
1.223 albertel 4541: headersfu.gif;
4542: uwsp.gif
1.168 www 4543: </filenames>
4544: </fileglob>
4545: <fileglob>
4546: <glob>*.tab</glob>
4547: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
4548: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
4549: <categoryname>conf</categoryname>
4550: <description>Designs of LON-CAPA domains</description>
1.166 www 4551: <filenames>
1.197 albertel 4552: annarbor.tab;
4553: default.tab;
4554: msu.tab;
1.270 www 4555: csm.tab;
1.273 www 4556: fit.tab;
1.272 www 4557: nau.tab;
1.302 www 4558: cmich.tab;
1.285 www 4559: UNICAMP.tab;
1.274 www 4560: fsu.tab;
1.197 albertel 4561: sfu.tab;
4562: worf.tab
1.165 www 4563: </filenames>
4564: </fileglob>
1.10 harris41 4565: <fileglob>
4566: <glob>*.gif</glob>
1.159 www 4567: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
4568: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 4569: <categoryname>graphic file</categoryname>
1.159 www 4570: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 4571: <filenames>
1.130 www 4572: 0.gif;
4573: 1.gif;
4574: 2.gif;
4575: 3.gif;
4576: 4.gif;
4577: 5.gif;
4578: 6.gif;
4579: 7.gif;
4580: 8.gif;
4581: 9.gif;
1.37 harris41 4582: a.gif;
1.159 www 4583: b.gif;
4584: c.gif;
4585: d.gif;
4586: e.gif;
4587: f.gif;
4588: g.gif;
4589: h.gif;
4590: i.gif;
4591: j.gif;
4592: k.gif;
4593: l.gif;
4594: m.gif;
4595: n.gif;
4596: o.gif;
4597: p.gif;
4598: q.gif;
4599: r.gif;
4600: s.gif;
4601: t.gif;
4602: u.gif;
4603: v.gif;
4604: w.gif;
4605: x.gif;
4606: y.gif;
4607: z.gif;
1.287 www 4608: ö.gif;
4609: ä.gif;
4610: ü.gif;
4611: ä.gif;
4612: ö.gif;
4613: ü.gif;
1.159 www 4614: colon.gif;
4615: hyphen.gif;
4616: slash.gif;
4617: space.gif;
1.304 www 4618: </filenames>
4619: </fileglob>
4620: <fileglob>
4621: <glob>*.gif</glob>
4622: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
4623: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
4624: <categoryname>graphic file</categoryname>
4625: <description>icons used for the Portuguese LON-CAPA user interface</description>
4626: <filenames>
4627: anno_pt.gif;
4628: anot_pt.gif;
4629: bchat_pt.gif;
4630: catalog_pt.gif;
4631: ccrs_pt.gif;
4632: chrt_pt.gif;
4633: com_pt.gif;
4634: courses_pt.gif;
4635: cprv_pt.gif;
4636: cstr_pt.gif;
4637: docs_pt.gif;
4638: egrd_pt.gif;
4639: enrl_pt.gif;
4640: eval_pt.gif;
4641: fdbk_pt.gif;
4642: grds_pt.gif;
4643: keys_pt.gif;
4644: logout_pt.gif;
4645: nav_pt.gif;
4646: parm_pt.gif;
4647: pref_pt.gif;
4648: prt_pt.gif;
4649: res_pt.gif;
4650: roles_pt.gif;
4651: sbkm_pt.gif;
4652: spacer_pt.gif;
4653: sprs_pt.gif;
4654: src_pt.gif;
4655: stat_pt.gif;
4656: vbkm_pt.gif;
1.159 www 4657: </filenames>
4658: </fileglob>
4659: <fileglob>
4660: <glob>*.gif</glob>
4661: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
4662: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
4663: <categoryname>graphic file</categoryname>
4664: <description>icons used for the entire LON-CAPA user interface</description>
4665: <filenames>
1.147 www 4666: anno.gif;
1.37 harris41 4667: anot.gif;
4668: back.gif;
1.147 www 4669: bchat.gif;
1.37 harris41 4670: bkm.gif;
4671: brws.gif;
1.60 harris41 4672: catalog.gif;
1.37 harris41 4673: ccrs.gif;
4674: chat.gif;
4675: chrt.gif;
4676: com.gif;
4677: courses.gif;
4678: cprv.gif;
4679: cstr.gif;
4680: dempty.gif;
1.147 www 4681: docs.gif;
1.37 harris41 4682: egrd.gif;
4683: empty.gif;
4684: enrl.gif;
4685: eval.gif;
4686: fdbk.gif;
4687: feedback.gif;
4688: forw.gif;
4689: grds.gif;
4690: group.gif;
4691: help.gif;
4692: info.gif;
1.238 www 4693: keys.gif;
1.37 harris41 4694: ledblink.gif;
4695: ledgreen.gif;
4696: ledoff.gif;
4697: ledon.gif;
4698: ledsend.gif;
4699: logout.gif;
4700: mrk.gif;
4701: nav.gif;
4702: next.gif;
1.131 www 4703: nothumb.gif;
1.37 harris41 4704: parm.gif;
4705: pgrd.gif;
4706: pparm.gif;
1.99 harris41 4707: pref.gif;
1.37 harris41 4708: prev.gif;
4709: prt.gif;
4710: qempty.gif;
4711: reload.gif;
4712: remotebg.gif;
4713: res.gif;
4714: roles.gif;
4715: sbkm.gif;
4716: spacer.gif;
4717: sprs.gif;
4718: src.gif;
4719: stat.gif;
4720: subm.gif;
4721: title.gif;
4722: vbkm.gif;
1.10 harris41 4723: </filenames>
4724: </fileglob>
1.4 harris41 4725: <file>
1.10 harris41 4726: <source>loncom/html/res/adm/pages/imgmaps.html</source>
4727: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
4728: <categoryname>interface file</categoryname>
1.6 harris41 4729: <description>
1.10 harris41 4730: image maps for the LON-CAPA remote control
1.6 harris41 4731: </description>
1.4 harris41 4732: </file>
4733: <file>
1.10 harris41 4734: <source>loncom/html/res/adm/pages/index.html</source>
4735: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
4736: <categoryname>interface file</categoryname>
1.6 harris41 4737: <description>
1.10 harris41 4738: welcoming page to the LON-CAPA system upon login
1.6 harris41 4739: </description>
1.4 harris41 4740: </file>
4741: <file>
1.10 harris41 4742: <source>loncom/html/res/adm/pages/menu.html</source>
4743: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
4744: <categoryname>interface file</categoryname>
1.6 harris41 4745: <description>
1.10 harris41 4746: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 4747: </description>
1.4 harris41 4748: </file>
1.10 harris41 4749: <fileglob>
4750: <glob>*.gif</glob>
4751: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 4752: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
4753: </targetdir>
1.10 harris41 4754: <categoryname>graphic file</categoryname>
4755: <description>
1.132 harris41 4756: icons used for directory indexing and login screen
1.10 harris41 4757: </description>
4758: <filenames>
1.37 harris41 4759: a.gif;
4760: alert.black.gif;
4761: alert.red.gif;
4762: back.gif;
4763: ball.gray.gif;
4764: ball.red.gif;
4765: binary.gif;
4766: binhex.gif;
4767: blank.gif;
4768: bomb.gif;
4769: box1.gif;
4770: box2.gif;
4771: broken.gif;
4772: burst.gif;
4773: c.gif;
4774: comp.blue.gif;
4775: comp.gray.gif;
4776: compressed.gif;
4777: continued.gif;
4778: course.gif;
4779: dir.gif;
4780: down.gif;
4781: dvi.gif;
4782: f.gif;
4783: folder.gif;
4784: folder.open.gif;
4785: folder.sec.gif;
4786: folder_closed.gif;
4787: folder_closed_pressed.gif;
4788: folder_new.gif;
4789: folder_opened.gif;
4790: folder_opened_pressed.gif;
4791: folder_pointer_closed.gif;
4792: folder_pointer_opened.gif;
4793: folder_spacer.gif;
4794: folder_trash.gif;
4795: forward.gif;
4796: generic.gif;
4797: generic.red.gif;
4798: generic.sec.gif;
4799: hand.right.gif;
4800: hand.up.gif;
4801: html.gif;
4802: image1.gif;
4803: image2.gif;
4804: image3.gif;
4805: index.gif;
4806: layout.gif;
4807: left.gif;
4808: link.gif;
4809: mov.gif;
4810: movie1.gif;
4811: p.gif;
4812: patch.gif;
4813: pdf.gif;
4814: portal.gif;
4815: problem.gif;
4816: ps.gif;
4817: quill.gif;
4818: right.gif;
4819: screw1.gif;
4820: screw2.gif;
4821: script.gif;
4822: sound1.gif;
4823: sound2.gif;
4824: sphere1.gif;
4825: sphere2.gif;
4826: tar.gif;
4827: tex.gif;
4828: text.gif;
4829: transfer.gif;
4830: unknown.gif;
4831: up.gif;
4832: uu.gif;
4833: uuencoded.gif;
4834: white_space_20_22.gif;
4835: white_space_22_22.gif;
4836: whitespace1.gif;
4837: whitespace10.gif;
4838: whitespace2.gif;
4839: whitespace3.gif;
4840: whitespace4.gif;
4841: whitespace5.gif;
4842: whitespace6.gif;
4843: whitespace7.gif;
4844: whitespace8.gif;
4845: whitespace9.gif;
4846: world1.gif;
1.10 harris41 4847: world2.gif
4848: </filenames>
4849: </fileglob>
4850: <fileglob>
4851: <glob>*.gif</glob>
4852: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4853: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4854: </targetdir>
1.10 harris41 4855: <categoryname>graphic file</categoryname>
4856: <description>
1.132 harris41 4857: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 4858: </description>
4859: <filenames>
1.37 harris41 4860: folder_anim.gif;
4861: folder_close.gif;
4862: folder_drag.gif;
4863: folder_new.gif;
4864: folder_open.gif;
4865: folder_pointer_closed.gif;
4866: folder_pointer_opened.gif;
4867: folder_static.gif;
4868: folder_trash.gif;
4869: folder_trash_hover.gif;
4870: left_bar.gif;
4871: link.gif;
4872: link_anim.gif;
4873: link_drag.gif;
4874: ll_corner.gif;
4875: lower_bar.gif;
4876: lr_corner.gif;
4877: pix.gif;
4878: right_bar.gif;
4879: toolbar_bg.gif;
4880: ul_corner.gif;
4881: upper_bar.gif;
1.10 harris41 4882: ur_corner.gif
4883: </filenames>
4884: </fileglob>
4885: <fileglob>
4886: <glob>*.html</glob>
4887: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4888: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4889: </targetdir>
1.10 harris41 4890: <categoryname>interface file</categoryname>
4891: <description>
1.132 harris41 4892: associated with the scheme of displaying bookmarks
1.10 harris41 4893: </description>
4894: <filenames>
1.37 harris41 4895: bookmarkmenu_toolbar.html;
4896: blank.html;
1.10 harris41 4897: closechildren.html
1.300 albertel 4898: </filenames>
4899: </fileglob>
4900: <fileglob>
4901: <glob>*.*</glob>
4902: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
4903: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
4904: <categoryname>interface file</categoryname>
4905: <description>
4906: Associated file for answering reactionresponse style questions
4907: </description>
4908: <filenames>
4909: reaction_editor.html;
4910: reaction_frame.html;
4911: reaction_help.html;
4912: reaction_viewer.html;
4913: reaction_window.html
1.10 harris41 4914: </filenames>
4915: </fileglob>
1.4 harris41 4916: <file>
1.10 harris41 4917: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 4918: <target dist='default'>
4919: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 4920: <categoryname>interface file</categoryname>
1.6 harris41 4921: <description>
1.10 harris41 4922: javascript for handling client-side interactions with bookmark interface
1.6 harris41 4923: </description>
1.171 harris41 4924: </file>
4925: <file>
4926: <source>loncom/build/CHECKRPMS</source>
4927: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 4928: <categoryname>system script</categoryname>
1.171 harris41 4929: <description>
4930: manilla wrapper around check-rpms
4931: </description>
4932: <status>tested/documented/beta</status>
1.103 harris41 4933: </file>
4934: <file>
4935: <source>loncom/build/check-rpms</source>
1.152 harris41 4936: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 4937: <categoryname>system script</categoryname>
1.103 harris41 4938: <description>
4939: compare installed rpms with up-to-date distribution
4940: </description>
4941: <status>tested/documented/beta</status>
4942: </file>
4943: <file>
4944: <source>doc/man/check-rpms.1</source>
4945: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
4946: <categoryname>doc</categoryname>
4947: <description>man page for check-rpms</description>
4948: <build trigger='always run'>
1.115 harris41 4949: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 4950: echo 'manifying check-rpms'
1.103 harris41 4951: </build>
4952: <status>beta</status>
4953: <dependencies>
4954: ../../loncom/build/check-rpms
4955: </dependencies>
4956: </file>
4957: <file>
4958: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 4959: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
4960: </target>
1.103 harris41 4961: <categoryname>doc</categoryname>
4962: <description>POD-derived page for check-rpms</description>
4963: <build trigger='always run'>
1.118 harris41 4964: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
4965: && echo 'pod2html checkrpms'
1.103 harris41 4966: </build>
4967: <status>works/unverified</status>
4968: <dependencies>
4969: ../../loncom/build/check-rpms
4970: </dependencies>
1.4 harris41 4971: </file>
4972: <file>
1.10 harris41 4973: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 4974: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
4975: </target>
1.10 harris41 4976: <categoryname>script</categoryname>
1.6 harris41 4977: <description>
1.206 harris41 4978: Updates .lpmlnew files with previous settings. Also supports alternative
4979: schemes of settings-updating and file-overwriting.
1.6 harris41 4980: </description>
1.206 harris41 4981: <status>works/unverified</status>
1.4 harris41 4982: </file>
4983: <file>
1.10 harris41 4984: <source>loncom/cron/loncapa</source>
4985: <target dist='default'>etc/cron.d/loncapa</target>
4986: <categoryname>static conf</categoryname>
4987: <description>
4988: file that specifies periodic processes to run for the LON-CAPA machine
4989: </description>
4990: </file>
4991: <file>
4992: <source>loncom/ntp/step-tickers</source>
1.175 harris41 4993: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
4994: </target>
4995: <categoryname>static conf</categoryname>
1.10 harris41 4996: <description>
4997: file that stimulates running of ntpdate upon init.d/xntpd initiation
4998: </description>
4999: <note>
5000: <table cellpadding='0' cellspacing='0' border='1'>
5001: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
5002: </table>
5003: </note>
1.48 harris41 5004: </file>
5005: <file>
5006: <source>loncom/pam.d/pwauth</source>
5007: <target dist='default'>etc/pam.d/pwauth</target>
5008: <categoryname>static conf</categoryname>
5009: <description>
5010: file that allows setuid password privileges for pwauth executable
5011: </description>
5012: </file>
5013: <file>
5014: <source>loncom/pam.d/pwchange</source>
5015: <target dist='default'>etc/pam.d/pwchange</target>
5016: <categoryname>static conf</categoryname>
5017: <description>
5018: file that allows setuid password privileges for pwchange (lcpasswd) executable
5019: </description>
1.10 harris41 5020: </file>
5021: <file>
5022: <source>loncom/init.d/loncontrol</source>
5023: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
5024: <categoryname>root script</categoryname>
5025: <description>
5026: Controls the launching/halting of lonc, lond, and lonsql processes.
5027: </description>
5028: </file>
5029: <link>
1.115 harris41 5030: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 5031: <target dist='default'>
1.37 harris41 5032: etc/rc.d/rc0.d/K05loncontrol;
5033: etc/rc.d/rc1.d/K05loncontrol;
5034: etc/rc.d/rc2.d/K05loncontrol;
5035: etc/rc.d/rc3.d/S95loncontrol;
5036: etc/rc.d/rc4.d/S95loncontrol;
5037: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 5038: etc/rc.d/rc6.d/K05loncontrol
5039: </target>
5040: <categoryname>symbolic link</categoryname>
1.27 harris41 5041: <description>
5042: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 5043: </link>
5044: <file>
5045: <source>loncom/atalk/config</source>
1.152 harris41 5046: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 5047: <categoryname>static conf</categoryname>
1.6 harris41 5048: <description>
1.27 harris41 5049: configuration file to make LON-CAPA server file space accessible to
5050: Appleshares access (Macintosh)
1.6 harris41 5051: </description>
1.306 albertel 5052: </file>
5053: <file>
5054: <source>loncom/interface/lonpopulate.pm</source>
5055: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
5056: <categoryname>handler</categoryname>
5057: <description>
5058: Handler for configuring automated enrollment
5059: </description>
5060: </file>
5061: <file>
5062: <source>loncom/enrollment/Enrollment.pm</source>
5063: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
5064: <categoryname>handler</categoryname>
5065: <description>
5066: Handler for automated enrollment
5067: </description>
5068: </file>
5069: <file>
5070: <source>loncom/enrollment/localenroll.pm</source>
5071: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
5072: <categoryname>conf</categoryname>
5073: <description>
5074: Local handler for automated enrollment.
5075: </description>
5076: </file>
5077: <file>
5078: <source>loncom/enrollment/localenroll.pm</source>
5079: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
5080: <categoryname>handler</categoryname>
5081: <description>
5082: Local handler for automated enrollment, standard version.
5083: </description>
5084: </file>
5085: <file>
5086: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 ! albertel 5087: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 5088: <categoryname>script</categoryname>
5089: <description>
5090: Local handler for automated enrollment, standard version.
5091: </description>
1.4 harris41 5092: </file>
1.14 harris41 5093: </files>
1.1 harris41 5094: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>