Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.313
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.313 ! www 5: <!-- $Id: loncapafiles.lpml,v 1.312 2003/12/18 22:27:34 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.meta;
1.313 ! www 1080: Plot_curve.problem;
! 1081: Plot_curve.problem.meta;
! 1082: Plot_data.problem;
! 1083: Plot_data.problem.meta;
1.59 harris41 1084: RadioResponse.problem;
1085: RadioResponse.problem.meta;
1.134 albertel 1086: RandomLabelExample.problem;
1087: RandomLabelExample.problem.meta;
1.59 harris41 1088: SelectFromOptions-4ConceptGoups.problem;
1089: SelectFromOptions-4ConceptGoups.problem.meta;
1090: SelectFromOptions-5ConceptGoups.problem;
1091: SelectFromOptions-5ConceptGoups.problem.meta;
1092: SelectFromOptions-6ConceptGoups.problem;
1093: SelectFromOptions-6ConceptGoups.problem.meta;
1094: SelectFromOptions-7ConceptGoups.problem;
1095: SelectFromOptions-7ConceptGoups.problem.meta;
1096: SelectFromOptions-8ConceptGoups.problem;
1097: SelectFromOptions-8ConceptGoups.problem.meta;
1098: SelectFromOptions-Simple.problem;
1099: SelectFromOptions-Simple.problem.meta;
1.63 harris41 1100: script.library;
1101: script.library.meta;
1.134 albertel 1102: SimpleFormula.problem;
1103: SimpleFormula.problem.meta;
1.59 harris41 1104: StringResponse.problem;
1.214 albertel 1105: StringResponse.problem.meta;
1106: SimpleMatching.problem;
1107: SimpleMatching.problem.meta;
1108: SimpleRank.problem;
1.220 www 1109: SimpleRank.problem.meta;
1110: SimpleTrueFalse.problem;
1111: SimpleTrueFalse.problem.meta
1.43 harris41 1112: </filenames>
1113: </fileglob>
1.19 harris41 1114: <file>
1.4 harris41 1115: <source>loncom/homework/insertlist.tab</source>
1.5 harris41 1116: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4 harris41 1117: <categoryname>static conf</categoryname>
1118: <description>
1.8 harris41 1119: Describes what tags are allowed inside other tags.
1.4 harris41 1120: </description>
1121: </file>
1122: <file>
1.47 harris41 1123: <source>CAPA/JavaTools/GLabel.class</source>
1124: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
1125: </target>
1126: <categoryname>static conf</categoryname>
1127: <description>
1128: Java applet for labelling graphs.
1129: </description>
1130: <note>
1131: Built from Glabel.java. Still working on build/dependency details.
1132: </note>
1133: </file>
1134: <file>
1.253 matthew 1135: <source>loncom/interface/spreadsheet/default_assesscalc</source>
1136: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27 harris41 1137: </target>
1.4 harris41 1138: <categoryname>static conf</categoryname>
1139: <description>
1140: Default spreadsheet for individual assessment.
1141: </description>
1142: </file>
1143: <file>
1.253 matthew 1144: <source>loncom/interface/spreadsheet/default_studentcalc</source>
1145: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27 harris41 1146: </target>
1.4 harris41 1147: <categoryname>static conf</categoryname>
1148: <description>
1149: Default spreadsheet for assessment of students.
1150: </description>
1151: </file>
1152: <file>
1.253 matthew 1153: <source>loncom/interface/spreadsheet/default_classcalc</source>
1154: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27 harris41 1155: </target>
1.10 harris41 1156: <categoryname>static conf</categoryname>
1157: <description>
1158: Default spreadsheet for assessment of a class.
1159: </description>
1160: </file>
1161: <file>
1.4 harris41 1162: <source>loncom/auth/roles.tab</source>
1.5 harris41 1163: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1164: <categoryname>static conf</categoryname>
1165: <description>
1.27 harris41 1166: List of privileges associated with users of multiple types (for example:
1167: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1168: </description>
1169: </file>
1170: <file>
1.5 harris41 1171: <source>loncom/auth/rolesplain.tab</source>
1172: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1173: <categoryname>static conf</categoryname>
1174: <description>
1.10 harris41 1175: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1176: and privileges available in the network with function
1177: </description>
1.4 harris41 1178: </file>
1.281 albertel 1179: <file type="private">
1.5 harris41 1180: <source>loncom/hosts.tab</source>
1181: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.301 albertel 1182: <categoryname>www static conf</categoryname>
1.5 harris41 1183: <description>
1.10 harris41 1184: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
1185: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216 albertel 1186: </description>
1187: </file>
1.281 albertel 1188: <file type="private">
1.216 albertel 1189: <source>loncom/domain.tab</source>
1190: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1.301 albertel 1191: <categoryname>www static conf</categoryname>
1.216 albertel 1192: <description>
1193: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5 harris41 1194: </description>
1.4 harris41 1195: </file>
1196: <file>
1.5 harris41 1197: <source>loncom/spare.tab</source>
1198: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1199: <categoryname>conf</categoryname>
1200: <description>
1201: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1202: </description>
1203: <note>
1204: <b>configure</b><br />
1.91 harris41 1205: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1206: <tr><td>
1207: list elements are separated by newlines
1208: </td></tr>
1209: <tr><td>
1210: each list element consists of only one value; the value for <tt>lonHostID</tt>
1211: in <tt>access.conf</tt>
1212: </td></tr>
1213: </table>
1214: </note>
1.4 harris41 1215: </file>
1216: <file>
1.5 harris41 1217: <source>loncom/htpasswd</source>
1218: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1.280 www 1219: <categoryname>static conf</categoryname>
1.5 harris41 1220: <description>
1221: Basic auth password to access /lon-status and /server-status
1222: </description>
1.4 harris41 1223: </file>
1224: <file>
1.5 harris41 1225: <source>loncom/smb.conf</source>
1.152 harris41 1226: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1227: <categoryname>static conf</categoryname>
1.5 harris41 1228: <description>
1.27 harris41 1229: configuration file to make LON-CAPA server file space accessible to network
1230: neighborhood
1.5 harris41 1231: </description>
1.4 harris41 1232: </file>
1233: <file>
1.5 harris41 1234: <source>loncom/ntp.conf</source>
1.175 harris41 1235: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1236: <categoryname>static conf</categoryname>
1.5 harris41 1237: <description>
1238: which NTP server to contact for information (XNTP3 standard)
1239: </description>
1240: <note>
1.91 harris41 1241: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1242: <tr><td>
1243: only one line needs to be changed to specify a server ip address
1244: </td></tr>
1245: <tr><td>
1246: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1247: </td></tr>
1248: </table>
1249: </note>
1.4 harris41 1250: </file>
1251: <file>
1.5 harris41 1252: <source>loncom/metadata_database/searchcat.pl</source>
1253: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1254: <categoryname>script</categoryname>
1255: <description>
1256: Batch script for updating SQL metadata database.
1.149 matthew 1257: </description>
1258: </file>
1259: <file>
1260: <source>loncom/metadata_database/cleanup_database.pl</source>
1261: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1262: <categoryname>script</categoryname>
1263: <description>
1264: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1265: </description>
1266: </file>
1267: <file>
1268: <source>loncom/misc/cleanup_prtspool.pl</source>
1269: <target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target>
1270: <categoryname>script</categoryname>
1271: <description>
1272: Batch script for removing files not accessed within 24 hours from the
1273: /home/httpd/prtspool directory.
1.308 matthew 1274: </description>
1275: </file>
1276: <file>
1277: <source>loncom/debugging_tools/seed_accesscount.pl</source>
1278: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
1279: <categoryname>script</categoryname>
1280: <description>
1281: Batch script for moving access count data from nohist_resevaldata.db to
1282: nohist_accesscount.db.
1.183 www 1283: </description>
1284: </file>
1285: <file>
1286: <source>loncom/lonhttpd</source>
1287: <target dist='default'>home/httpd/perl/lonhttpd</target>
1288: <categoryname>script</categoryname>
1289: <description>
1290: Small fry httpd on port 8080
1.5 harris41 1291: </description>
1.4 harris41 1292: </file>
1293: <file>
1.5 harris41 1294: <source>loncom/lonc</source>
1295: <target dist='default'>home/httpd/perl/lonc</target>
1296: <categoryname>script</categoryname>
1297: <description>
1298: proxy server
1299: </description>
1.4 harris41 1300: </file>
1301: <file>
1.77 harris41 1302: <source>doc/man/lonc.1</source>
1303: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 harris41 1304: <categoryname>doc</categoryname>
1.77 harris41 1305: <description>man page for lonc</description>
1306: <build trigger='always run'>
1.115 harris41 1307: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
1.112 harris41 1308: echo 'manifying lonc'
1.77 harris41 1309: </build>
1310: <status>works/unverified</status>
1311: <dependencies>
1312: ../../loncom/lonc
1313: </dependencies>
1314: </file>
1315: <file>
1316: <source>doc/scripts/lonc.html</source>
1317: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 harris41 1318: <categoryname>doc</categoryname>
1.103 harris41 1319: <description>POD-derived page for lonc</description>
1.77 harris41 1320: <build trigger='always run'>
1.115 harris41 1321: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
1.112 harris41 1322: echo 'pod2html lonc'
1.77 harris41 1323: </build>
1324: <status>works/unverified</status>
1325: <dependencies>
1326: ../../loncom/lonc
1327: </dependencies>
1328: </file>
1329: <file>
1.5 harris41 1330: <source>loncom/lond</source>
1331: <target dist='default'>home/httpd/perl/lond</target>
1332: <categoryname>script</categoryname>
1333: <description>
1334: This is a remote command interpreter on a TCP LON-CAPA network layer.
1335: It accepts and processes incoming requests from other LON-CAPA machines
1336: on the network. lond's functionality is self-contained in the sense
1337: that it does not reference (import, require, use) any other file
1338: described in this document. There are only 15 subroutines in this
1.115 harris41 1339: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1340: complex since it parses and responds about 29 different types of
1341: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1342: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1343: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1344: tmpput, tmpget, and ls).
1345: </description>
1.4 harris41 1346: </file>
1347: <file>
1.77 harris41 1348: <source>doc/man/lond.1</source>
1349: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1350: <categoryname>doc</categoryname>
1.77 harris41 1351: <description>man page for lond</description>
1352: <build trigger='always run'>
1.115 harris41 1353: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1354: echo 'manifying lond'
1.77 harris41 1355: </build>
1356: <status>works/unverified</status>
1357: <dependencies>
1358: ../../loncom/lond
1359: </dependencies>
1360: </file>
1361: <file>
1362: <source>doc/scripts/lond.html</source>
1363: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1364: <categoryname>doc</categoryname>
1.103 harris41 1365: <description>POD-derived page for lond</description>
1.77 harris41 1366: <build trigger='always run'>
1.115 harris41 1367: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1368: echo 'pod2html lond'
1.77 harris41 1369: </build>
1370: <status>works/unverified</status>
1371: <dependencies>
1372: ../../loncom/lond
1373: </dependencies>
1374: </file>
1375: <file>
1.171 harris41 1376: <source>loncom/build/CHECKRPMS</source>
1377: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1378: <categoryname>script</categoryname>
1379: <description>CGI script that checks status of RPMs</description>
1380: </file>
1381: <file>
1.35 harris41 1382: <source>loncom/cgi/loncron.pl</source>
1383: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1384: <categoryname>script</categoryname>
1385: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1386: </file>
1387: <file>
1388: <source>loncom/cgi/userstatus.pl</source>
1389: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1390: <categoryname>script</categoryname>
1391: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1392: </file>
1393: <file>
1.5 harris41 1394: <source>loncom/loncron</source>
1395: <target dist='default'>home/httpd/perl/loncron</target>
1396: <categoryname>script</categoryname>
1397: <description>housekeeping</description>
1.4 harris41 1398: </file>
1399: <file>
1.5 harris41 1400: <source>loncom/lonsql</source>
1401: <target dist='default'>home/httpd/perl/lonsql</target>
1402: <categoryname>script</categoryname>
1403: <description>maintain secondary database of metadata</description>
1.4 harris41 1404: </file>
1405: <file>
1.77 harris41 1406: <source>doc/man/lonsql.1</source>
1407: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1408: <categoryname>doc</categoryname>
1.77 harris41 1409: <description>man page for lonsql</description>
1410: <build trigger='always run'>
1.115 harris41 1411: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1412: echo 'manifying lonsql'
1.77 harris41 1413: </build>
1414: <status>works/unverified</status>
1415: <dependencies>
1416: ../../loncom/lonsql
1417: </dependencies>
1418: </file>
1419: <file>
1420: <source>doc/scripts/lonsql.html</source>
1421: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1422: <categoryname>doc</categoryname>
1.103 harris41 1423: <description>POD-derived page for lonsql</description>
1.77 harris41 1424: <build trigger='always run'>
1.115 harris41 1425: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1426: echo 'pod2html lonsql'
1.77 harris41 1427: </build>
1428: <status>works/unverified</status>
1429: <dependencies>
1430: ../../loncom/lonsql
1431: </dependencies>
1432: </file>
1433: <file>
1.5 harris41 1434: <source>loncom/lcpasswd</source>
1435: <target dist='default'>home/httpd/perl/lcpasswd</target>
1436: <categoryname>setuid script</categoryname>
1437: <description>
1.48 harris41 1438: Coordinates the system services and files in order to allow lond to change
1439: user passwords.
1.5 harris41 1440: </description>
1.48 harris41 1441: <status>being updated</status>
1442: </file>
1443: <file>
1444: <source>loncom/pwchange</source>
1445: <target dist='default'>home/httpd/perl/pwchange</target>
1446: <categoryname>setuid script</categoryname>
1447: <description>
1448: Allows www to change user passwords.
1449: </description>
1450: <status>being updated</status>
1.4 harris41 1451: </file>
1452: <file>
1.5 harris41 1453: <source>loncom/lcuseradd</source>
1454: <target dist='default'>home/httpd/perl/lcuseradd</target>
1455: <categoryname>setuid script</categoryname>
1456: <description>
1.48 harris41 1457: Coordinates the system services and files in order to allow lond to add a
1458: new user.
1.5 harris41 1459: </description>
1.48 harris41 1460: <status>being updated</status>
1.124 foxr 1461: </file>
1462: <file>
1463: <source>loncom/lchtmldir</source>
1464: <target dist='default'>home/httpd/perl/lchtmldir</target>
1465: <categoryname>setuid script</categoryname>
1466: <description>
1.133 harris41 1467: Manages the file system ramifications of adding author mode to a user.
1.124 foxr 1468: If necessary a public_html diretory is added, permissions and ownership are
1469: set according to the user's authentication mode.
1470: </description>
1471: <status>New file</status>
1.4 harris41 1472: </file>
1473: <file>
1.5 harris41 1474: <source>loncom/lcuserdel</source>
1475: <target dist='default'>home/httpd/perl/lcuserdel</target>
1476: <categoryname>setuid script</categoryname>
1477: <description>
1.48 harris41 1478: Coordinates the system services and files in order to allow lond to delete a
1479: user.
1.5 harris41 1480: </description>
1.10 harris41 1481: <status>deprecated</status>
1.4 harris41 1482: </file>
1483: <file>
1.5 harris41 1484: <source>loncom/lcnfson</source>
1485: <target dist='default'>home/httpd/perl/lcnfson</target>
1486: <categoryname>setuid script</categoryname>
1487: <description>
1488: coordinates the system services and files in order to allow lond to enable NFS
1489: for a user
1490: </description>
1.10 harris41 1491: <status>deprecated</status>
1.4 harris41 1492: </file>
1493: <file>
1.5 harris41 1494: <source>loncom/lcnfsoff</source>
1495: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1496: <categoryname>setuid script</categoryname>
1497: <description>
1498: coordinates the system services and files in order to allow lond to disable NFS
1499: for a user
1500: </description>
1.10 harris41 1501: <status>deprecated</status>
1.53 harris41 1502: </file>
1503: <file>
1504: <source>loncom/license/gpl.txt</source>
1505: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1506: <categoryname>interface file</categoryname>
1507: <description>
1508: GNU General Public License. Long live the cause of freeware!
1509: </description>
1.4 harris41 1510: </file>
1511: <file>
1.197 albertel 1512: <source>loncom/license/httpi.license</source>
1513: <target dist='default'>home/httpd/html/adm/httpi.license</target>
1514: <categoryname>interface file</categoryname>
1515: <description>
1516: HTTPi webserver license
1517: </description>
1518: </file>
1519: <file>
1520: <source>loncom/license/httpi.readme</source>
1521: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
1522: <categoryname>interface file</categoryname>
1523: <description>
1524: HTTPi webserver readme
1525: </description>
1526: </file>
1527: <file>
1.62 harris41 1528: <source>loncom/license/about.html</source>
1529: <target dist='default'>home/httpd/html/adm/about.html</target>
1530: <categoryname>interface file</categoryname>
1531: <description>
1532: The "About" Page.
1533: </description>
1534: </file>
1535: <file>
1.5 harris41 1536: <source>loncom/publisher/publisher.html</source>
1537: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1538: <categoryname>interface file</categoryname>
1539: <description>
1540: HTML frame that presents a form element to allow for the publishing of
1541: resources, directories and underlying subdirectories.
1542: </description>
1.4 harris41 1543: </file>
1544: <file>
1.10 harris41 1545: <source>loncom/html/adm/noidea.html</source>
1546: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1547: <categoryname>interface file</categoryname>
1548: <description>
1549: Interface file for responding to improper page flipping.
1.260 www 1550: </description>
1551: </file>
1552: <file>
1553: <source>loncom/html/adm/notinit.html</source>
1554: <target dist='default'>home/httpd/html/adm/notinit.html</target>
1555: <categoryname>interface file</categoryname>
1556: <description>
1557: Interface file for responding to accessing uploaded resources without
1558: re-initializing course.
1.174 www 1559: </description>
1560: </file>
1561: <file>
1562: <source>loncom/html/adm/overloaded.txt</source>
1563: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
1564: <categoryname>interface file</categoryname>
1565: <description>
1566: Interface file for responding to overload situations.
1.204 www 1567: </description>
1568: </file>
1569: <file>
1570: <source>loncom/html/adm/loginproblems.html</source>
1571: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
1572: <categoryname>interface file</categoryname>
1573: <description>
1574: Help page for login problems.
1.10 harris41 1575: </description>
1576: </file>
1577: <file>
1.28 harris41 1578: <source>loncom/xml/physnet.sty</source>
1579: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1580: <categoryname>static conf</categoryname>
1581: <description>
1582: The relevant conditions and metadata to attach to PhysNet-specific tags.
1583: </description>
1584: </file>
1585: <file>
1.5 harris41 1586: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1587: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1588: </target>
1.5 harris41 1589: <categoryname>static conf</categoryname>
1590: <description>
1591: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1592: </description>
1.4 harris41 1593: </file>
1594: <file>
1.139 matthew 1595: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 1596: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1597: <categoryname>conf</categoryname>
1598: <description>
1599: File which contains words which should not be keywords used to specify resource
1600: content.
1.226 albertel 1601: </description>
1602: </file>
1603: <file>
1.227 albertel 1604: <source>loncom/homework/scantronformat.tab</source>
1605: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 1606: <categoryname>conf</categoryname>
1607: <description>
1608: Different configs for scantron input files.
1.5 harris41 1609: </description>
1.4 harris41 1610: </file>
1611: <file>
1.22 harris41 1612: <source>loncom/publisher/packages.tab</source>
1613: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1614: <categoryname>static conf</categoryname>
1.22 harris41 1615: <description>
1616: Parameter packages, so that assessments can publish parameter packages
1617: needed, which are then expanded into individual parameters - allows to
1618: retroactively add new parameters to already published assessments.
1619: </description>
1620: </file>
1621: <file>
1.5 harris41 1622: <source>loncom/publisher/copyright.tab</source>
1623: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1624: <categoryname>static conf</categoryname>
1.5 harris41 1625: <description>
1626: Table which contains list of copyright possibilities for educational resources.
1627: </description>
1.4 harris41 1628: </file>
1629: <file>
1.5 harris41 1630: <source>loncom/publisher/language.tab</source>
1631: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1632: <categoryname>static conf</categoryname>
1633: <description>
1634: Table which contains string abbreviations of language::font rendering
1635: combinations.
1636: </description>
1.4 harris41 1637: </file>
1638: <file>
1.5 harris41 1639: <source>loncom/publisher/addid.tab</source>
1640: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1641: <categoryname>static conf</categoryname>
1642: <description>
1643: Table which has hash data necessary for distinguishing IDs from indices.
1644: </description>
1.4 harris41 1645: </file>
1646: <file>
1.38 harris41 1647: <source>rat/lonwrapper.pm</source>
1.19 harris41 1648: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1649: <categoryname>handler</categoryname>
1650: <description>
1651: Wrapper for external and binary files as standalone resources.
1652: Edit handler for rat maps; TeX content handler.
1.145 www 1653: </description>
1654: <status>works/unverified</status>
1655: </file>
1656: <file>
1.146 matthew 1657: <source>loncom/interface/londocs.pm</source>
1.145 www 1658: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
1659: <categoryname>handler</categoryname>
1660: <description>
1661: Handler for course documents
1662: </description>
1663: <status>works/unverified</status>
1664: </file>
1665: <file>
1.146 matthew 1666: <source>loncom/interface/lonchat.pm</source>
1.145 www 1667: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
1668: <categoryname>handler</categoryname>
1669: <description>
1670: Handler for chat
1671: </description>
1672: <status>works/unverified</status>
1673: </file>
1674: <file>
1.157 www 1675: <source>loncom/interface/lonchatfetch.pm</source>
1676: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
1677: <categoryname>handler</categoryname>
1678: <description>
1679: Handler for periodically fetch new lines of chat
1680: </description>
1681: <status>works/unverified</status>
1682: </file>
1683: <file>
1.146 matthew 1684: <source>loncom/interface/lonannounce.pm</source>
1.145 www 1685: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
1686: <categoryname>handler</categoryname>
1687: <description>
1688: Handler to put up announcements and calendar
1.167 www 1689: </description>
1690: <status>works/unverified</status>
1691: </file>
1692: <file>
1693: <source>loncom/interface/lonsyllabus.pm</source>
1694: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
1695: <categoryname>handler</categoryname>
1696: <description>
1697: Handler to put up syllabus
1.262 www 1698: </description>
1699: <status>works/unverified</status>
1700: </file>
1701: <file>
1.263 www 1702: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262 www 1703: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
1704: <categoryname>handler</categoryname>
1705: <description>
1706: Handler to set parameters for simple homework problems
1.173 www 1707: </description>
1708: <status>works/unverified</status>
1709: </file>
1710: <file>
1711: <source>loncom/interface/lonsimplepage.pm</source>
1712: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
1713: <categoryname>handler</categoryname>
1714: <description>
1715: Handler to put up simple page
1.203 www 1716: </description>
1717: <status>works/unverified</status>
1718: </file>
1719: <file>
1720: <source>loncom/interface/lonpickstudent.pm</source>
1721: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
1722: <categoryname>handler</categoryname>
1723: <description>
1724: Handler to pick a student from classlist
1.225 www 1725: </description>
1726: <status>works/unverified</status>
1727: </file>
1728: <file>
1729: <source>loncom/interface/lonpickcourse.pm</source>
1730: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
1731: <categoryname>handler</categoryname>
1732: <description>
1733: Handler to pick a courseid from a list of courses
1.173 www 1734: </description>
1735: <status>works/unverified</status>
1736: </file>
1737: <file>
1738: <source>loncom/interface/lonbulletin.pm</source>
1739: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
1740: <categoryname>handler</categoryname>
1741: <description>
1742: Handler to put up bulletin board
1.167 www 1743: </description>
1744: <status>works/unverified</status>
1745: </file>
1746: <file>
1747: <source>loncom/interface/lonaboutme.pm</source>
1748: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
1749: <categoryname>handler</categoryname>
1750: <description>
1751: Handler to put up personal info
1.19 harris41 1752: </description>
1753: <status>works/unverified</status>
1754: </file>
1755: <file>
1.15 harris41 1756: <source>loncom/publisher/loncfile.pm</source>
1757: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1758: <categoryname>handler</categoryname>
1759: <description>
1760: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1761: construction space menu.
1.137 harris41 1762: </description>
1763: <status>works/unverified</status>
1764: </file>
1765: <file>
1766: <source>loncom/interface/lonhelp.pm</source>
1767: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
1768: <categoryname>handler</categoryname>
1769: <description>
1770: The .tex file help handler.
1.140 bowersj2 1771: </description>
1772: <status>works/unverified</status>
1.195 albertel 1773: <build trigger='always run'>
1774: loncom/html/adm/help/buildMakeWrapper
1775: </build>
1776: <dependencies>
1.197 albertel 1777: Makefile;
1.195 albertel 1778: buildMakeWrapper
1779: </dependencies>
1.141 bowersj2 1780: </file>
1781: <file>
1.158 bowersj2 1782: <source>loncom/html/adm/help/abouthelp.html</source>
1783: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
1784: <categoryname>interface file</categoryname>
1785: <description>
1786: Index file for the help system
1787: </description>
1788: </file>
1789: <file>
1790: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 1791: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
1792: </target>
1793: <categoryname>interface file</categoryname>
1.158 bowersj2 1794: <description>
1.162 harris41 1795: The pseudo-LaTeX file to allow people to read the author's manual online, with
1796: a somewhat clumsy interface.
1.158 bowersj2 1797: </description>
1798: <status>works/unverified</status>
1799: </file>
1800: <file>
1801: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 1802: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
1803: </target>
1804: <categoryname>interface file</categoryname>
1.158 bowersj2 1805: <description>
1.162 harris41 1806: The pseudo-LaTeX file to allow people to read the course administrator's
1807: manual online, with a somewhat clumsy interface.
1.158 bowersj2 1808: </description>
1809: <status>works/unverified</status>
1810: </file>
1811: <file>
1812: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 1813: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 1814: <categoryname>interface file</categoryname>
1.141 bowersj2 1815: <description>
1.158 bowersj2 1816: The postscript Author's Manual
1817: </description>
1818: <status>works/unverified</status>
1.197 albertel 1819: <dependencies>
1820: doc/help/author.manual.texxml;
1821: doc/help/latexSplitter.py;
1822: doc/help/rebuildLabelHash.pl;
1823: doc/help/render.texxml.pl;
1824: doc/help/simpleEdit.py;
1825: doc/help/texxml2indextex.pl;
1826: doc/help/texxml2latex.pl;
1827: loncom/build/buildHelp.sh;
1828: loncom/build/help_graphics_converter.pl
1829: </dependencies>
1.158 bowersj2 1830: </file>
1831: <file>
1832: <source>doc/help/author.manual.pdf</source>
1833: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
1834: <categoryname>handler</categoryname>
1835: <description>
1836: The PDF Author's Manual
1837: </description>
1838: <status>works/unverified</status>
1839: </file>
1840: <file>
1841: <source>doc/help/course.manual.ps</source>
1842: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 1843: <categoryname>interface file</categoryname>
1.158 bowersj2 1844: <description>
1845: The postscript Course Manual
1846: </description>
1847: <status>works/unverified</status>
1.197 albertel 1848: <dependencies>
1849: doc/help/course.manual.texxml;
1850: doc/help/latexSplitter.py;
1851: doc/help/rebuildLabelHash.pl;
1852: doc/help/render.texxml.pl;
1853: doc/help/simpleEdit.py;
1854: doc/help/texxml2indextex.pl;
1855: doc/help/texxml2latex.pl;
1856: loncom/build/buildHelp.sh;
1857: loncom/build/help_graphics_converter.pl
1858: </dependencies>
1.158 bowersj2 1859: </file>
1860: <file>
1861: <source>doc/help/course.manual.pdf</source>
1862: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 1863: <categoryname>interface file</categoryname>
1.158 bowersj2 1864: <description>
1865: The PDF Course Manual
1.200 bowersj2 1866: </description>
1867: <status>works/unverified</status>
1868: </file>
1.140 bowersj2 1869: <fileglob>
1870: <glob>*.*</glob>
1871: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
1872: <targetdir dist='default'>
1873: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 1874: <categoryname>interface file</categoryname>
1.140 bowersj2 1875: <description>
1876: Gif files for the help system
1877: </description>
1878: <filenames>
1.163 harris41 1879: authorRemote.gif;
1880: constructionSpace.gif;
1881: constructionSpaceForPublishing.gif;
1882: creatingANewCourse.gif;
1883: creatingNewProblemResource.gif;
1884: dynamic_piecewise.gif;
1885: dynamic_piecewise2.gif;
1886: dynamic_plot.gif;
1887: dynamic_plot2.gif;
1888: formulaResponse.gif;
1889: login.gif;
1890: lonhelpheader.gif;
1.192 bowersj2 1891: mainCourseDocuments.gif;
1.163 harris41 1892: mapAdvancedEditorNew.gif;
1893: mapClickedStart.gif;
1894: mapEditFirstClick.gif;
1895: mapEditInitial.gif;
1896: mapEditingButton.gif;
1897: mapEditorDirectoryBrowser.gif;
1898: mapEditorResourceChosen.gif;
1899: mapEditorSelection.gif;
1900: mapInsertResource.gif;
1901: mapNewResource.gif;
1902: mapSecondWindowSecondResource.gif;
1903: mapSimpleEditor.gif;
1904: mapStraightened.gif;
1905: mapTwoResources.gif;
1906: numericalResponse1.gif;
1907: numericalResponseEditor.gif;
1908: numericalResponseSlopeProblem.gif;
1909: numericalResponseVarInText.gif;
1910: optionResponseEditing.gif;
1911: optionResponseProblem.gif;
1912: publishMetadata.gif;
1913: radioResponse2.gif;
1914: radioResponseHint.gif;
1915: smallHelp.gif;
1916: spreadsheet_hierarchy.gif;
1917: stringResponseEditor.gif;
1.150 bowersj2 1918: studentInterface.gif
1.140 bowersj2 1919: </filenames>
1920: </fileglob>
1921: <fileglob>
1922: <glob>*.*</glob>
1923: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
1924: <targetdir dist='default'>
1925: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 1926: <categoryname>interface file</categoryname>
1.140 bowersj2 1927: <description>
1928: EPS files for the help system
1929: </description>
1930: <filenames>
1.163 harris41 1931: authorRemote.eps;
1932: constructionSpace.eps;
1933: constructionSpaceForPublishing.eps;
1934: creatingANewCourse.eps;
1935: creatingNewProblemResource.eps;
1936: dynamic_piecewise.eps;
1937: dynamic_piecewise2.eps;
1938: dynamic_plot.eps;
1939: dynamic_plot2.eps;
1940: formulaResponse.eps;
1941: lonhelpheader.eps;
1942: login.eps;
1.192 bowersj2 1943: mainCourseDocuments.eps;
1.163 harris41 1944: mapAdvancedEditorNew.eps;
1945: mapClickedStart.eps;
1946: mapEditFirstClick.eps;
1947: mapEditInitial.eps;
1948: mapEditingButton.eps;
1949: mapEditorDirectoryBrowser.eps;
1950: mapEditorResourceChosen.eps;
1951: mapEditorSelection.eps;
1952: mapInsertResource.eps;
1953: mapNewResource.eps;
1954: mapSecondWindowSecondResource.eps;
1955: mapSimpleEditor.eps;
1956: mapStraightened.eps;
1957: mapTwoResources.eps;
1958: numericalResponse1.eps;
1959: numericalResponseEditor.eps;
1960: numericalResponseSlopeProblem.eps;
1961: numericalResponseVarInText.eps;
1962: optionResponseEditing.eps;
1963: optionResponseProblem.eps;
1964: publishMetadata.eps;
1965: radioResponse2.eps;
1966: radioResponseHint.eps;
1967: smallHelp.eps;
1968: spreadsheet_hierarchy.eps;
1969: stringResponseEditor.eps;
1.150 bowersj2 1970: studentInterface.eps
1.140 bowersj2 1971: </filenames>
1972: </fileglob>
1973: <fileglob>
1974: <glob>*.*</glob>
1975: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
1976: <targetdir dist='default'>
1977: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 1978: <categoryname>interface file</categoryname>
1.140 bowersj2 1979: <description>
1980: Tex files for the help system
1981: </description>
1982: <filenames>
1.163 harris41 1983: About_Authors_Manual.tex;
1.276 bowersj2 1984: About_Communication.tex;
1985: About_Developers_Manual.tex;
1.163 harris41 1986: About_Numerical_and_Formula_Response.tex;
1987: Ambiguous_Reference.tex;
1.248 bowersj2 1988: Analyze_Problem.tex;
1.309 matthew 1989: Analysis_Analyze_Over.tex;
1990: Analysis_Analyze_as.tex;
1.312 albertel 1991: Analysis_num_plots.tex;
1.278 bowersj2 1992: Annotation.tex;
1.276 bowersj2 1993: Authentication.tex;
1.163 harris41 1994: Author_LON-CAPA_Introduction.tex;
1995: Author_Manual_Title_Page.tex;
1996: Author_Numerical_and_Formula.tex;
1997: Author_Remote_Control.tex;
1998: Authoring_Adding_Pictures.tex;
1.248 bowersj2 1999: Authoring_DataResponse.tex;
1.163 harris41 2000: Authoring_Dynamic_Plot.tex;
1.248 bowersj2 2001: Authoring_ExternalResponse.tex;
2002: Authoring_Foil_Structure_Tags.tex;
1.163 harris41 2003: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 2004: Authoring_Hint_Tags.tex;
2005: Authoring_ImageResponse.tex;
2006: Authoring_Input_Tags.tex;
2007: Authoring_Internal_Tags.tex;
1.163 harris41 2008: Authoring_M_Tag.tex;
1.248 bowersj2 2009: Authoring_NumericalResponse.tex;
2010: Authoring_OptionResponse.tex;
2011: Authoring_Output_Tags.tex;
1.254 bowersj2 2012: Authoring_Pictures_EPS.tex;
1.163 harris41 2013: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 2014: Authoring_RadiobuttonResponse.tex;
2015: Authoring_Response_Attributes.tex;
2016: Authoring_Response_Tag_Intro.tex;
2017: Authoring_Responseparam_Parameter.tex;
2018: Authoring_Scripting_Tags.tex;
2019: Authoring_Structure_Tags.tex;
2020: Authoring_XML_Intro.tex;
1.278 bowersj2 2021: Bookmarks.tex;
2022: Bugzilla.tex;
1.248 bowersj2 2023: CAPA_LON-CAPA_function_diffs.tex;
1.267 www 2024: Caching.tex;
1.246 bowersj2 2025: Calendar_Add_Announcement.tex;
2026: Calendar_Remove_Announcement.tex;
1.163 harris41 2027: Calling_Functions.tex;
1.276 bowersj2 2028: Cascading_Parameters.tex;
1.278 bowersj2 2029: Change_Colors.tex;
2030: Change_Password.tex;
1.249 matthew 2031: Chart_Description.tex;
2032: Chart_Output_Data.tex;
2033: Chart_Output_Formats.tex;
1.276 bowersj2 2034: Chatting.tex;
1.163 harris41 2035: Coauthor.tex;
2036: Construction_Space_Overview.tex;
1.276 bowersj2 2037: Course_Add_Other.tex;
1.163 harris41 2038: Course_Add_Student.tex;
1.278 bowersj2 2039: Course_Broadcast_Message.tex;
2040: Course_Change_Privileges.tex;
1.163 harris41 2041: Course_Chart_To_Excel.tex;
1.254 bowersj2 2042: Course_Chat.tex;
1.163 harris41 2043: Course_Convert_To_CSV.tex;
2044: Course_Create_Class_List.tex;
2045: Course_Critical_Message.tex;
2046: Course_Deleting.tex;
2047: Course_Disable_Discussion.tex;
2048: Course_Discussion_Board.tex;
2049: Course_Drop_Student.tex;
2050: Course_Edit_Content.tex;
1.276 bowersj2 2051: Course_Editing_Custom_Roles.tex;
1.278 bowersj2 2052: Course_Extending_Due_Dates.tex;
1.254 bowersj2 2053: Course_Face_To_Face_Records.tex;
1.163 harris41 2054: Course_Feedback_Addresses.tex;
2055: Course_Homework_Performance_Overview.tex;
1.197 albertel 2056: Course_Manual_Title_Page.tex;
1.276 bowersj2 2057: Course_Manually_Grade_Problem.tex;
1.264 bowersj2 2058: Course_Maximum_Collaborators.tex;
1.163 harris41 2059: Course_Message_Access.tex;
1.254 bowersj2 2060: Course_Modify_Student_Data.tex;
1.264 bowersj2 2061: Course_Parameter_Levels.tex;
1.163 harris41 2062: Course_Problem_Weight.tex;
1.254 bowersj2 2063: Course_Set_Start_End_Date.tex;
1.163 harris41 2064: Course_Setting_Parameters.tex;
2065: Course_Student_Grade_Override.tex;
2066: Course_Student_Work.tex;
2067: Course_Toplevel_Seq.tex;
1.254 bowersj2 2068: Course_User_Evaluation.tex;
1.264 bowersj2 2069: Course_User_Parameter.tex;
1.278 bowersj2 2070: Course_View_Class_List.tex;
1.248 bowersj2 2071: Create_Course.tex;
1.163 harris41 2072: Creating_A_Course_Intro.tex;
2073: Creating_New_Content_Pages.tex;
2074: Creating_Online_Problems.tex;
2075: Creating_Radio_Response_Problems.tex;
1.276 bowersj2 2076: Developer_Manual_Title_Page.tex;
2077: Developer_Tutorial.tex;
1.264 bowersj2 2078: Docs_About_Bulletin_Board.tex;
2079: Docs_About_My_Personal_Info.tex;
2080: Docs_About_Simple_Page.tex;
2081: Docs_About_Syllabus.tex;
1.200 bowersj2 2082: Docs_Adding_Course_Doc.tex;
2083: Docs_Adding_External_Resource.tex;
2084: Docs_Adding_Folders.tex;
1.278 bowersj2 2085: Docs_Adding_Syllabus.tex;
1.264 bowersj2 2086: Docs_Alternatives.tex;
1.200 bowersj2 2087: Docs_Creating_From_Template.tex;
1.264 bowersj2 2088: Docs_Editing_Templated_Pages.tex;
1.200 bowersj2 2089: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 2090: Docs_Load_Map.tex;
1.200 bowersj2 2091: Docs_Main_Course_Documents.tex;
2092: Docs_Navigate_Content.tex;
2093: Docs_Overview.tex;
1.265 bowersj2 2094: Docs_Score_Upload_Form.tex;
1.200 bowersj2 2095: Docs_Supplemental.tex;
2096: Docs_Uploading_From_Harddrive.tex;
1.276 bowersj2 2097: Finding_Resources.tex;
1.163 harris41 2098: Foils.tex;
1.248 bowersj2 2099: Formula_Response_Adv_Intro.tex;
1.163 harris41 2100: Formula_Response_Example.tex;
2101: Formula_Response_Limitations.tex;
2102: Formula_Response_Problems.tex;
2103: Formula_Response_Sampling.tex;
2104: Formula_Tolerance.tex;
1.187 www 2105: General_Intro.tex;
1.219 albertel 2106: Greek_Symbols.tex;
1.276 bowersj2 2107: Guts_Apache.tex;
2108: Guts_Apache_Env.tex;
2109: Guts_Apache_Modules.tex;
2110: Guts_Authentication.tex;
2111: Guts_Authoring.tex;
2112: Guts_Coding_Guidelines.tex;
2113: Guts_Course_Dir.tex;
2114: Guts_User_Dir.tex;
1.163 harris41 2115: How_To_Edit_Existing_Content_Pages.tex;
1.276 bowersj2 2116: Latex_Footer.tex;
2117: Latex_Header.tex;
1.254 bowersj2 2118: Leaving_Feedback.tex;
1.163 harris41 2119: Login_To_LON-CAPA.tex;
2120: Metadata_Description.tex;
1.178 bowersj2 2121: Navmap_Host_Down.tex;
1.163 harris41 2122: Numerical_Response_Advanced_Example.tex;
2123: Numerical_Response_Format.tex;
2124: Numerical_Response_Intro.tex;
2125: Numerical_Response_Introduction.tex;
2126: Numerical_Response_Parts_A.tex;
2127: Numerical_Response_Parts_B.tex;
2128: Numerical_Response_Problems.tex;
2129: Numerical_Response_Randomization.tex;
2130: Numerical_Response_Simple_Example.tex;
2131: Numerical_Response_Tutorial_A.tex;
2132: Numerical_Response_Units.tex;
2133: Option_Response_Concept_Group_Example.tex;
2134: Option_Response_Matching_Example.tex;
2135: Option_Response_Problem_Creation.tex;
2136: Option_Response_Problem_Figure.tex;
2137: Option_Response_Problem_Parts.tex;
2138: Option_Response_Problems.tex;
2139: Option_Response_Simple.tex;
1.219 albertel 2140: Other_Symbols.tex;
1.194 albertel 2141: Part_Tag_Edit_Help.tex;
1.264 bowersj2 2142: Personal_Info_Page.tex;
1.248 bowersj2 2143: Physical_Units.tex;
1.254 bowersj2 2144: Prefs_Forwarding.tex;
2145: Prefs_Screen_Name_Nickname.tex;
1.278 bowersj2 2146: Print_Resource.tex;
1.163 harris41 2147: Problem_Editor_Testing_Area.tex;
2148: Problem_Editor_XML_Index.tex;
1.248 bowersj2 2149: Problem_LON-CAPA_Functions.tex;
1.163 harris41 2150: Problem_Types.tex;
2151: Publishing_A_Resource.tex;
2152: Publishing_Author_Tutorial_Segue.tex;
2153: Publishing_Copyright.tex;
2154: Publishing_Intro.tex;
2155: Publishing_Keywords.tex;
1.191 bowersj2 2156: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 2157: Radio_Response_Problems.tex;
2158: Radio_Response_Randomization.tex;
1.248 bowersj2 2159: Ranking_Problems.tex;
1.266 www 2160: Receipt.tex;
1.276 bowersj2 2161: Resource_Discussion.tex;
1.163 harris41 2162: Resource_Types.tex;
1.276 bowersj2 2163: Roles_About.tex;
1.248 bowersj2 2164: Script_Functions.tex;
1.163 harris41 2165: Script_Tutorial_Intro.tex;
1.248 bowersj2 2166: Script_Variables.tex;
1.163 harris41 2167: Scripting_Help.tex;
1.278 bowersj2 2168: Sending_Email.tex;
1.163 harris41 2169: Sequence_Advanced_Editor_Creation.tex;
2170: Sequence_Definition.tex;
2171: Sequence_Editor_Selection.tex;
2172: Sequence_Page_Maps.tex;
2173: Sequence_Simple_Editor_Creation.tex;
2174: Sequence_Top-Level.tex;
2175: Significant_Figures.tex;
1.278 bowersj2 2176: Spreadsheet_About.tex;
1.279 matthew 2177: Spreadsheet_Calculation.tex;
2178: Spreadsheet_Calculation_Time.tex;
2179: Spreadsheet_Cell_Editing.tex;
2180: Spreadsheet_Editing.tex;
1.278 bowersj2 2181: Spreadsheet_Export_Row.tex;
1.279 matthew 2182: Spreadsheet_Files.tex;
1.278 bowersj2 2183: Spreadsheet_Functions.tex;
1.279 matthew 2184: Spreadsheet_Hierarchy.tex;
2185: Spreadsheet_HowTo_Assessments.tex;
2186: Spreadsheet_HowTo.tex;
2187: Spreadsheet_Layout.tex;
1.278 bowersj2 2188: Spreadsheet_Levels.tex;
2189: Spreadsheet_Max_Depth_Exceeded.tex;
2190: Spreadsheet_Parms.tex;
2191: Spreadsheet_Problem_Weight.tex;
1.279 matthew 2192: Spreadsheet_Referencing_Cells.tex;
2193: Spreadsheet_Referencing_Parameters.tex;
2194: Spreadsheet_Row_Numbers.tex;
2195: Spreadsheet_Student_View.tex;
1.278 bowersj2 2196: Spreadsheet_Student_Visible.tex;
2197: Spreadsheet_Template_Row.tex;
2198: Spreadsheet_Ternary_Operator.tex;
2199: Spreadsheet_Tries.tex;
1.163 harris41 2200: String_Response_Problem_Creation.tex;
2201: String_Response_Problems.tex;
1.248 bowersj2 2202: Syllabus_ExtLink.tex;
2203: Syllabus_URLs.tex;
1.163 harris41 2204: Tolerance.tex;
1.248 bowersj2 2205: Uploaded_Templates_PublicView.tex;
2206: Uploaded_Templates_TextBoxes.tex;
1.163 harris41 2207: Variable_Naming_Conventions.tex;
2208: Variable_Tutorial_A.tex;
2209: Variables_in_Scripts.tex;
2210: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 2211: Variables_in_the_Text_Block.tex;
1.276 bowersj2 2212: What_Is_LON-CAPA.tex;
2213: Why_LON-CAPA.tex;
1.248 bowersj2 2214: all_functions_table.tex;
1.140 bowersj2 2215: </filenames>
2216: </fileglob>
2217: <file>
2218: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
2219: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 2220: <categoryname>interface file</categoryname>
1.140 bowersj2 2221: <description>
2222: A gdbm file containing a label->tex file hash.
1.15 harris41 2223: </description>
2224: <status>works/unverified</status>
2225: </file>
2226: <file>
1.7 harris41 2227: <source>loncom/interface/lonstatistics.pm</source>
2228: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2229: <categoryname>handler</categoryname>
2230: <description>
2231: Handler to show statistics on solving LON-CAPA problems.
1.144 stredwic 2232: </description>
2233: <status>works/unverified</status>
2234: </file>
2235: <file>
2236: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2237: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2238: </target>
1.144 stredwic 2239: <categoryname>handler</categoryname>
2240: <description>
1.162 harris41 2241: The module that generate the html for the Problem Statistics web pages.
1.169 stredwic 2242: </description>
2243: <status>works/unverified</status>
2244: </file>
2245: <file>
2246: <source>loncom/interface/statistics/lonpercentage.pm</source>
2247: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2248: </target>
2249: <categoryname>handler</categoryname>
2250: <description>
2251: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2252: </description>
2253: <status>works/unverified</status>
2254: </file>
2255: <file>
2256: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2257: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2258: </target>
1.144 stredwic 2259: <categoryname>handler</categoryname>
2260: <description>
1.296 matthew 2261: This module provides detailed analysis and raw data for submissions of various problem types.
2262: </description>
2263: <status>works/unverified</status>
2264: </file>
2265: <file>
2266: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
2267: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
2268: </target>
2269: <categoryname>handler</categoryname>
2270: <description>
2271: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 2272: </description>
2273: <status>works/unverified</status>
2274: </file>
2275: <file>
2276: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2277: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2278: </target>
1.144 stredwic 2279: <categoryname>handler</categoryname>
2280: <description>
2281: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2282: </description>
2283: <status>works/unverified</status>
2284: </file>
2285: <file>
1.5 harris41 2286: <source>loncom/publisher/londiff.pm</source>
2287: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2288: <categoryname>handler</categoryname>
2289: <description>
2290: Handler to show difference between two files.
1.221 www 2291: </description>
2292: <status>works/unverified</status>
2293: </file>
2294: <file>
2295: <source>loncom/publisher/lonrights.pm</source>
2296: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2297: <categoryname>handler</categoryname>
2298: <description>
2299: Handler to show and edit custom distribution rights
1.5 harris41 2300: </description>
2301: <status>works/unverified</status>
1.4 harris41 2302: </file>
2303: <file>
1.5 harris41 2304: <source>loncom/publisher/lonupload.pm</source>
2305: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2306: <categoryname>handler</categoryname>
2307: <description>
2308: Handler to upload files through browser into construction space.
2309: </description>
2310: <status>works/unverified</status>
1.4 harris41 2311: </file>
2312: <file>
1.76 harris41 2313: <source>doc/man/Apache__lonupload.3</source>
2314: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2315: <categoryname>doc</categoryname>
1.76 harris41 2316: <description>man page for lonupload.pm</description>
2317: <build trigger='always run'>
1.115 harris41 2318: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2319: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2320: </build>
2321: <status>works/unverified</status>
2322: <dependencies>
2323: ../../loncom/publisher/lonupload.pm
2324: </dependencies>
2325: </file>
2326: <file>
1.118 harris41 2327: <source>doc/lib/perl/Apache/lonupload.html</source>
2328: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2329: </target>
1.83 harris41 2330: <categoryname>doc</categoryname>
1.76 harris41 2331: <description>POD-derived page for lonupload.pm</description>
2332: <build trigger='always run'>
1.115 harris41 2333: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2334: ../../doc/lib/perl/Apache/lonupload.html && \
2335: echo 'pod2html lonupload.pm'
1.76 harris41 2336: </build>
2337: <status>works/unverified</status>
2338: <dependencies>
2339: ../../loncom/publisher/lonupload.pm
2340: </dependencies>
2341: </file>
2342: <file>
1.5 harris41 2343: <source>loncom/homework/essayresponse.pm</source>
2344: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2345: <categoryname>handler</categoryname>
2346: <description>
2347: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2348: </description>
2349: <status>works/unverified</status>
2350: </file>
2351: <file>
2352: <source>loncom/homework/externalresponse.pm</source>
2353: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2354: <categoryname>handler</categoryname>
2355: <description>
2356: Handler to evaluate externally graded responses.
2357: </description>
2358: <status>works/unverified</status>
2359: </file>
2360: <file>
2361: <source>loncom/homework/loncapagrade.pm</source>
2362: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2363: <categoryname>handler</categoryname>
2364: <description>
1.133 harris41 2365: Holds results and defines
2366: tag handlers needed by externalresponse.pm
1.5 harris41 2367: </description>
2368: <status>works/unverified</status>
1.4 harris41 2369: </file>
2370: <file>
1.5 harris41 2371: <source>loncom/publisher/lonpubdir.pm</source>
2372: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2373: <categoryname>handler</categoryname>
2374: <description>
2375: Handler to publish directories.
1.172 www 2376: </description>
2377: </file>
2378: <file>
2379: <source>loncom/publisher/lonunauthorized.pm</source>
2380: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2381: <categoryname>handler</categoryname>
2382: <description>
2383: Handler to explain failed contruction space access.
1.5 harris41 2384: </description>
1.4 harris41 2385: </file>
2386: <file>
1.76 harris41 2387: <source>doc/man/Apache__lonpubdir.3</source>
2388: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2389: <categoryname>doc</categoryname>
1.76 harris41 2390: <description>man page for lonpubdir.pm</description>
2391: <build trigger='always run'>
1.115 harris41 2392: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2393: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2394: </build>
2395: <status>works/unverified</status>
2396: <dependencies>
2397: ../../loncom/lonnet/perl/lonnet.pm
2398: </dependencies>
2399: </file>
2400: <file>
1.118 harris41 2401: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2402: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2403: </target>
1.83 harris41 2404: <categoryname>doc</categoryname>
1.76 harris41 2405: <description>POD-derived page for lonpubdir.pm</description>
2406: <build trigger='always run'>
1.115 harris41 2407: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2408: ../../doc/lib/perl/Apache/lonpubdir.html && \
2409: echo 'pod2html lonpubdir.pm'
1.76 harris41 2410: </build>
2411: <status>works/unverified</status>
2412: <dependencies>
2413: ../../loncom/publisher/lonpubdir.pm
2414: </dependencies>
2415: </file>
2416: <file>
1.5 harris41 2417: <source>loncom/publisher/lonretrieve.pm</source>
2418: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2419: <categoryname>handler</categoryname>
2420: <description>
2421: Handler to retrieve old versions from resource space.
2422: </description>
2423: <status>works/unverified</status>
1.4 harris41 2424: </file>
2425: <file>
1.76 harris41 2426: <source>doc/man/Apache__lonretrieve.3</source>
2427: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2428: <categoryname>doc</categoryname>
1.76 harris41 2429: <description>man page for lonretrieve.pm</description>
2430: <build trigger='always run'>
1.115 harris41 2431: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2432: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2433: </build>
2434: <status>works/unverified</status>
2435: <dependencies>
2436: ../../loncom/publisher/lonretrieve.pm
2437: </dependencies>
2438: </file>
2439: <file>
1.118 harris41 2440: <source>doc/lib/perl/Apache/lonretrieve.html</source>
2441: <target dist='default'>
2442: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 2443: </target>
1.83 harris41 2444: <categoryname>doc</categoryname>
1.76 harris41 2445: <description>POD-derived page for lonretrieve.pm</description>
2446: <build trigger='always run'>
1.115 harris41 2447: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 2448: ../../doc/lib/perl/Apache/lonretrieve.html && \
2449: echo 'pod2html lonretrieve.pm'
1.76 harris41 2450: </build>
2451: <status>works/unverified</status>
2452: <dependencies>
2453: ../../loncom/publisher/lonretrieve.pm
2454: </dependencies>
2455: </file>
2456: <file>
1.5 harris41 2457: <source>loncom/homework/edit.pm</source>
2458: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
2459: <categoryname>handler</categoryname>
2460: <description>
2461: Helper functions when in homework edit mode.
2462: </description>
1.4 harris41 2463: </file>
2464: <file>
1.86 harris41 2465: <source>doc/man/Apache__edit.3</source>
2466: <target dist='default'>usr/man/man3/Apache::edit.3</target>
2467: <categoryname>doc</categoryname>
2468: <description>man page for edit.pm</description>
2469: <build trigger='always run'>
1.115 harris41 2470: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 2471: echo 'manifying edit.pm'
1.86 harris41 2472: </build>
2473: <status>works/unverified</status>
2474: <dependencies>
2475: ../../loncom/homework/edit.pm
2476: </dependencies>
2477: </file>
2478: <file>
1.118 harris41 2479: <source>doc/lib/perl/Apache/edit.html</source>
2480: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
2481: </target>
1.86 harris41 2482: <categoryname>doc</categoryname>
2483: <description>POD-derived page for edit.pm</description>
2484: <build trigger='always run'>
1.118 harris41 2485: loncom/build/pod2html.sh ../homework/edit.pm > \
2486: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 2487: && echo 'pod2html edit.pm'
1.86 harris41 2488: </build>
2489: <status>works/unverified</status>
2490: <dependencies>
2491: ../../loncom/homework/edit.pm
2492: </dependencies>
2493: </file>
2494: <file>
1.5 harris41 2495: <source>loncom/interface/lonmeta.pm</source>
2496: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
2497: <categoryname>handler</categoryname>
2498: <description>Metadata display handler.</description>
2499: <status>works/unverified</status>
1.4 harris41 2500: </file>
2501: <file>
1.5 harris41 2502: <source>rat/lonambiguous.pm</source>
2503: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
2504: <categoryname>handler</categoryname>
2505: <description>
2506: Handler to resolve ambiguous file locations.
2507: </description>
2508: <status>works/unverified</status>
1.4 harris41 2509: </file>
2510: <file>
1.5 harris41 2511: <source>rat/lonratparms.pm</source>
2512: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
2513: <categoryname>handler</categoryname>
2514: <description>
2515: Handler to set resource parameters inside of the RAT based on metadata.
2516: </description>
2517: <status>works/unverified</status>
1.4 harris41 2518: </file>
2519: <file>
1.5 harris41 2520: <source>rat/lonsequence.pm</source>
2521: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
2522: <categoryname>handler</categoryname>
2523: <description>
2524: Handler for showing sequence objects of educational resources.
2525: </description>
2526: <status>works/unverified</status>
1.4 harris41 2527: </file>
2528: <file>
1.5 harris41 2529: <source>loncom/interface/loncreatecourse.pm</source>
2530: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
2531: <categoryname>handler</categoryname>
2532: <description>
1.72 harris41 2533: Allows domain coordinators to create new courses and assign course
2534: coordinators.
1.5 harris41 2535: </description>
1.10 harris41 2536: <status>works/unverified</status>
1.4 harris41 2537: </file>
2538: <file>
1.5 harris41 2539: <source>loncom/interface/loncreateuser.pm</source>
2540: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
2541: <categoryname>handler</categoryname>
2542: <description>
1.72 harris41 2543: Allows users to within their own privileges create/edit users and give
2544: them roles.
1.5 harris41 2545: </description>
2546: <status>works/unverified</status>
1.143 stredwic 2547: </file>
2548: <file>
2549: <source>loncom/interface/lonhtmlcommon.pm</source>
2550: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
2551: <categoryname>handler</categoryname>
2552: <description>
2553: Contains a set of functions that generate html controls and data layouts
1.282 www 2554: </description>
2555: </file>
2556: <file>
2557: <source>loncom/localize/lonlocal.pm</source>
2558: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
2559: <categoryname>handler</categoryname>
2560: <description>
2561: Contains the &mt access function to Locale::Maketext
2562: </description>
2563: </file>
2564: <file>
2565: <source>loncom/localize/localize.pm</source>
2566: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
2567: <categoryname>handler</categoryname>
2568: <description>
2569: Localization class for Locale::Maketext
1.138 stredwic 2570: </description>
2571: </file>
1.283 www 2572: <fileglob>
2573: <glob>*.pm</glob>
2574: <sourcedir>loncom/localize/localize/</sourcedir>
2575: <targetdir dist='default'>
2576: home/httpd/lib/perl/Apache/localize/</targetdir>
2577: <categoryname>static conf</categoryname>
2578: <description>
2579: Translation files.
2580: </description>
2581: <filenames>
1.285 www 2582: de.pm;
1.288 www 2583: pt.pm;
2584: ja.pm;
1.297 www 2585: tr.pm;
1.305 www 2586: ru.pm;
2587: fa.pm;
2588: ar.pm;
1.283 www 2589: </filenames>
2590: </fileglob>
1.138 stredwic 2591: <file>
2592: <source>loncom/interface/loncoursedata.pm</source>
2593: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
2594: <categoryname>handler</categoryname>
2595: <description>
2596: Common functions for handling student course data (download and process)
1.5 harris41 2597: </description>
1.4 harris41 2598: </file>
2599: <file>
1.5 harris41 2600: <source>loncom/interface/loncommon.pm</source>
2601: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
2602: <categoryname>handler</categoryname>
2603: <description>
2604: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 2605: user, domain, home_server, course_id.
1.5 harris41 2606: </description>
2607: <status>works/unverified</status>
1.4 harris41 2608: </file>
2609: <file>
1.76 harris41 2610: <source>doc/man/Apache__loncommon.3</source>
2611: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 2612: <categoryname>doc</categoryname>
1.76 harris41 2613: <description>man page for loncommon.pm</description>
2614: <build trigger='always run'>
1.115 harris41 2615: loncom/build/pod2man.sh ../interface/loncommon.pm > \
2616: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 2617: </build>
2618: <status>works/unverified</status>
2619: <dependencies>
2620: ../../loncom/interface/loncommon.pm
2621: </dependencies>
2622: </file>
2623: <file>
1.118 harris41 2624: <source>doc/lib/perl/Apache/loncommon.html</source>
2625: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 2626: </target>
1.83 harris41 2627: <categoryname>doc</categoryname>
1.76 harris41 2628: <description>POD-derived page for loncommon.pm</description>
2629: <build trigger='always run'>
1.115 harris41 2630: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 2631: ../../doc/lib/perl/Apache/loncommon.html && \
2632: echo 'pod2html loncommon.pm'
1.76 harris41 2633: </build>
2634: <status>works/unverified</status>
2635: <dependencies>
2636: ../../loncom/interface/loncommon.pm
2637: </dependencies>
2638: </file>
2639: <file>
1.5 harris41 2640: <source>loncom/homework/grades.pm</source>
2641: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
2642: <categoryname>handler</categoryname>
2643: <description>Handles the viewing of grades.</description>
1.4 harris41 2644: </file>
2645: <file>
1.5 harris41 2646: <source>loncom/homework/imageresponse.pm</source>
2647: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
2648: <categoryname>handler</categoryname>
2649: <description>
2650: Coordinates the response to clicking an image.
2651: </description>
2652: <status>works/unverified</status>
1.4 harris41 2653: </file>
2654: <file>
1.5 harris41 2655: <source>loncom/homework/optionresponse.pm</source>
2656: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
2657: <categoryname>handler</categoryname>
1.27 harris41 2658: <description>
2659: Handles tags associated with showing a list of options.</description>
1.4 harris41 2660: </file>
2661: <file>
1.5 harris41 2662: <source>loncom/homework/outputtags.pm</source>
2663: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
2664: <categoryname>handler</categoryname>
2665: <description>
2666: Handles tags associated with output. Seems to relate to due dates of the
2667: assignment.
2668: </description>
1.10 harris41 2669: <status>works/unverified</status>
1.4 harris41 2670: </file>
1.255 albertel 2671:
2672: <file>
2673: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 2674: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 2675: <categoryname>handler</categoryname>
2676: <description>
2677: Handle the tags organicresponse/structure and reationresponse
2678: </description>
2679: <status>works/unverified</status>
2680: </file>
2681:
2682: <fileglob>
2683: <glob>*.*</glob>
2684: <sourcedir>loncom/html/adm/jme/</sourcedir>
2685: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
2686: <categoryname>interface file</categoryname>
2687: <description>
2688: JME files, for editing organic structures
2689: </description>
2690: <filenames>
2691: JME.jar;
2692: jme.gif;
1.258 albertel 2693: jme_help.html;
1.255 albertel 2694: nitro.gif;
2695: smiles.gif
2696: </filenames>
2697: </fileglob>
1.291 albertel 2698:
2699: <file>
2700: <source>loncom/homework/convertjme.pl</source>
2701: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
2702: <categoryname>script</categoryname>
2703: <description>
2704: Dynamically converts JME strings into either a png or ps file.
2705: </description>
2706: </file>
2707:
1.4 harris41 2708: <file>
1.6 harris41 2709: <source>loncom/interface/lontest.pm</source>
2710: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
2711: <categoryname>handler</categoryname>
2712: <description>
2713: Used for debugging and testing the LON-CAPA system.
2714: </description>
1.10 harris41 2715: <status>works/unverified</status>
1.6 harris41 2716: </file>
2717: <file>
2718: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 2719: <target dist='default'>
2720: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 2721: <categoryname>handler</categoryname>
2722: <description>
2723: Handles multiple-choice style responses.
2724: </description>
1.10 harris41 2725: <status>works/unverified</status>
1.6 harris41 2726: </file>
2727: <file>
2728: <source>loncom/interface/lonassignments.pm</source>
2729: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
2730: <categoryname>handler</categoryname>
2731: <description>
2732: Handles processing of assignments.
2733: </description>
1.10 harris41 2734: <status>works/unverified</status>
1.6 harris41 2735: </file>
2736: <file>
2737: <source>loncom/interface/loncommunicate.pm</source>
2738: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
2739: <categoryname>handler</categoryname>
1.72 harris41 2740: <description>
2741: Will be the access handler to email sending, as well as the planned
2742: chatrooms, etc.
2743: </description>
1.10 harris41 2744: <status>works/unverified</status>
1.6 harris41 2745: </file>
2746: <file>
2747: <source>loncom/interface/lonerrorhandler.pm</source>
2748: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
2749: <categoryname>handler</categoryname>
2750: <description>
2751: Handles errors.
2752: </description>
1.10 harris41 2753: <status>works/unverified</status>
1.6 harris41 2754: </file>
2755: <file>
2756: <source>loncom/interface/lonevaluate.pm</source>
2757: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
2758: <categoryname>handler</categoryname>
2759: <description>
2760: Handles evaluation.
2761: </description>
1.10 harris41 2762: <status>works/unverified</status>
1.6 harris41 2763: </file>
2764: <file>
2765: <source>loncom/interface/lonfeedback.pm</source>
2766: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
2767: <categoryname>handler</categoryname>
2768: <description>
2769: Handles feedback from students to instructors and system administrators.
1.72 harris41 2770: Provides a screenshot of the current
2771: resource, as well as previous attempts if the resource was a homework.
2772: Used by lonmsg.pm.
1.6 harris41 2773: </description>
1.10 harris41 2774: <status>works/unverified</status>
1.4 harris41 2775: </file>
2776: <file>
1.6 harris41 2777: <source>loncom/interface/lonnavmaps.pm</source>
2778: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
2779: <categoryname>handler</categoryname>
2780: <description>
2781: Handles navigational maps.
1.211 bowersj2 2782: </description>
2783: <status>works/unverified</status>
1.227 albertel 2784: </file>
2785: <file>
2786: <source>doc/man/Apache__lonnavmaps.3</source>
2787: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
2788: <categoryname>doc</categoryname>
2789: <description>man page for lonnavmaps.pm</description>
2790: <build trigger='always run'>
2791: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
2792: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
2793: </build>
2794: <status>works/unverified</status>
2795: <dependencies>
2796: ../../loncom/interface/lonnavmaps.pm
2797: </dependencies>
2798: </file>
2799: <file>
2800: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
2801: <target dist='default'>
2802: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
2803: </target>
2804: <categoryname>doc</categoryname>
2805: <description>POD-derived page for lonnavmaps.pm</description>
2806: <build trigger='always run'>
2807: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
2808: ../../doc/lib/perl/Apache/lonnavmaps.html && \
2809: echo 'pod2html lonnavmaps.pm'
2810: </build>
2811: <status>works/unverified</status>
2812: <dependencies>
2813: ../../loncom/interface/lonnavmaps.pm
2814: </dependencies>
1.211 bowersj2 2815: </file>
2816: <file>
1.231 bowersj2 2817: <source>loncom/interface/lonhelper.pm</source>
2818: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 2819: <categoryname>handler</categoryname>
2820: <description>
1.235 bowersj2 2821: Helper framework.
2822: </description>
2823: <status>works/unverified</status>
2824: </file>
2825: <file>
2826: <source>loncom/html/adm/helper/parameter.helper</source>
2827: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
2828: <categoryname>handler</categoryname>
2829: <description>
2830: Parameter setting helper.
1.242 bowersj2 2831: </description>
2832: <status>works/unverified</status>
2833: </file>
2834: <file>
2835: <source>loncom/html/adm/helper/course.initialization.helper</source>
2836: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
2837: <categoryname>handler</categoryname>
2838: <description>
2839: Course initialization helper.
1.189 bowersj2 2840: </description>
2841: <status>works/unverified</status>
2842: </file>
2843: <file>
2844: <source>loncom/interface/lonquickgrades.pm</source>
2845: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
2846: <categoryname>handler</categoryname>
2847: <description>
2848: Student quick grades interface.
1.6 harris41 2849: </description>
1.10 harris41 2850: <status>works/unverified</status>
1.4 harris41 2851: </file>
2852: <file>
1.6 harris41 2853: <source>loncom/interface/lonpreferences.pm</source>
2854: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
2855: <categoryname>handler</categoryname>
2856: <description>
2857: Handles user preferences associated with customizing the online LON-CAPA
2858: educational environment.
2859: </description>
1.10 harris41 2860: <status>works/unverified</status>
1.6 harris41 2861: </file>
2862: <file>
2863: <source>loncom/interface/lonprintout.pm</source>
2864: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
2865: <categoryname>handler</categoryname>
2866: <description>
2867: Handles the production of printable files and resources.
2868: </description>
1.10 harris41 2869: <status>works/unverified</status>
1.6 harris41 2870: </file>
2871: <file>
2872: <source>loncom/interface/lonsearchcat.pm</source>
2873: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
2874: <categoryname>handler</categoryname>
2875: <description>
2876: Handles a searchable catalogue.
1.148 matthew 2877: </description>
2878: <status>works/unverified</status>
2879: </file>
2880: <file>
2881: <source>loncom/interface/lonmysql.pm</source>
2882: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
2883: <categoryname>handler</categoryname>
2884: <description>
2885: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 2886: </description>
1.10 harris41 2887: <status>works/unverified</status>
1.4 harris41 2888: </file>
2889: <file>
1.76 harris41 2890: <source>doc/man/Apache__lonsearchcat.3</source>
2891: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 2892: <categoryname>doc</categoryname>
1.76 harris41 2893: <description>man page for lonsearchcat.pm</description>
2894: <build trigger='always run'>
1.115 harris41 2895: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
2896: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 2897: </build>
2898: <status>works/unverified</status>
2899: <dependencies>
2900: ../../loncom/interface/lonsearchcat.pm
2901: </dependencies>
2902: </file>
2903: <file>
1.118 harris41 2904: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
2905: <target dist='default'>
2906: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 2907: </target>
1.83 harris41 2908: <categoryname>doc</categoryname>
1.76 harris41 2909: <description>POD-derived page for lonsearchcat.pm</description>
2910: <build trigger='always run'>
1.115 harris41 2911: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 2912: ../../doc/lib/perl/Apache/lonsearchcat.html && \
2913: echo 'pod2html lonsearchcat.pm'
1.76 harris41 2914: </build>
2915: <status>works/unverified</status>
2916: <dependencies>
2917: ../../loncom/interface/lonsearchcat.pm
2918: </dependencies>
1.232 www 2919: </file>
2920: <file>
2921: <source>loncom/interface/lonmanagekeys.pm</source>
2922: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
2923: <categoryname>handler</categoryname>
2924: <description>
2925: Allows users with "mky" privileges to generate and manage course access keys.
2926: </description>
2927: <status>works/unverified</status>
1.76 harris41 2928: </file>
2929: <file>
1.6 harris41 2930: <source>loncom/interface/londropadd.pm</source>
2931: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
2932: <categoryname>handler</categoryname>
2933: <description>
1.72 harris41 2934: Allows course coordinators to upload courselists in different formats, and
2935: automatically create users (if they do not exist already), assign them the
2936: role of student in a course, and add them to the classlist.
1.6 harris41 2937: </description>
1.10 harris41 2938: <status>works/unverified</status>
1.6 harris41 2939: </file>
2940: <file>
2941: <source>loncom/interface/lonmsg.pm</source>
2942: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
2943: <categoryname>handler</categoryname>
2944: <description>
1.72 harris41 2945: lonmsg.pm has several functions to send and receive internal messages.
2946: author_res_msg - send message to resource author.
2947: user_crit_msg - send a critical message to a user. A critical message
2948: will require acknowledgment by the recipient and the sender will be notified.
2949: user_crit_received - routine to trigger acknowledgment.
2950: statuschange - change the status of a message (read, replied, forwarded, etc).
2951: The handler also displays messages, has routines to reply, etc.
1.6 harris41 2952: </description>
1.10 harris41 2953: <status>works/unverified</status>
1.6 harris41 2954: </file>
2955: <file>
2956: <source>loncom/homework/hint.pm</source>
2957: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
2958: <categoryname>handler</categoryname>
2959: <description>
2960: This handler coordinates the delivery of hints to students working on LON-CAPA
2961: problems and assignments.
2962: </description>
1.10 harris41 2963: <status>works/unverified</status>
1.6 harris41 2964: </file>
2965: <file>
1.244 matthew 2966: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 2967: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
2968: <categoryname>handler</categoryname>
2969: <description>
1.244 matthew 2970: The top level interface for the display and editing of spreadsheets. There
2971: are three levels of spreadsheet.
2972: </description>
2973: <status>works/unverified</status>
2974: </file>
2975: <file>
2976: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
2977: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
2978: <categoryname>handler</categoryname>
2979: <description>
2980: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
2981: assesscalc).
2982: </description>
2983: <status>works/unverified</status>
2984: </file>
2985: <file>
2986: <source>loncom/interface/spreadsheet/classcalc.pm</source>
2987: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
2988: <categoryname>handler</categoryname>
2989: <description>
2990: Defines the specifics of the course level spreadsheet.
2991: </description>
2992: <status>works/unverified</status>
2993: </file>
2994: <file>
2995: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
2996: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
2997: <categoryname>handler</categoryname>
2998: <description>
2999: Defines the specifics of the student level spreadsheet.
3000: </description>
3001: <status>works/unverified</status>
3002: </file>
3003: <file>
3004: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
3005: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
3006: <categoryname>handler</categoryname>
3007: <description>
3008: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 3009: </description>
1.10 harris41 3010: <status>works/unverified</status>
1.6 harris41 3011: </file>
3012: <file>
3013: <source>loncom/interface/lonparmset.pm</source>
3014: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
3015: <categoryname>handler</categoryname>
3016: <description>
3017: Handler to resolve ambiguous file locations
3018: </description>
1.10 harris41 3019: <status>works/unverified</status>
1.6 harris41 3020: </file>
3021: <file>
1.76 harris41 3022: <source>doc/man/Apache__lonparmset.3</source>
3023: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 3024: <categoryname>doc</categoryname>
1.76 harris41 3025: <description>man page for lonparmset.pm</description>
3026: <build trigger='always run'>
1.115 harris41 3027: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
3028: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 3029: </build>
3030: <status>works/unverified</status>
3031: <dependencies>
3032: ../../loncom/interface/lonparmset.pm
3033: </dependencies>
3034: </file>
3035: <file>
1.118 harris41 3036: <source>doc/lib/perl/Apache/lonparmset.html</source>
3037: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 3038: </target>
1.83 harris41 3039: <categoryname>doc</categoryname>
1.76 harris41 3040: <description>POD-derived page for lonparmset.pm</description>
3041: <build trigger='always run'>
1.115 harris41 3042: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 3043: ../../doc/lib/perl/Apache/lonparmset.html && \
3044: echo 'pod2html lonparmset.pm'
1.76 harris41 3045: </build>
3046: <status>works/unverified</status>
3047: <dependencies>
3048: ../../loncom/interface/lonparmset.pm
3049: </dependencies>
3050: </file>
3051: <file>
1.6 harris41 3052: <source>loncom/publisher/lonconstruct.pm</source>
3053: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
3054: <categoryname>handler</categoryname>
3055: <description>
3056: Page wrapper for handling construction space.
3057: </description>
1.10 harris41 3058: <status>works/unverified</status>
1.6 harris41 3059: </file>
3060: <file>
3061: <source>loncom/publisher/lonpublisher.pm</source>
3062: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
3063: <categoryname>handler</categoryname>
3064: <description>
3065: Publishes an LON-CAPA educational resource complete with metadata
3066: (authorship, language, copyright, creation date, etc).
3067: </description>
1.10 harris41 3068: <status>works/unverified</status>
1.6 harris41 3069: </file>
3070: <file>
1.76 harris41 3071: <source>doc/man/Apache__lonpublisher.3</source>
3072: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 3073: <categoryname>doc</categoryname>
1.76 harris41 3074: <description>man page for lonpublisher.pm</description>
3075: <build trigger='always run'>
1.115 harris41 3076: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
3077: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 3078: </build>
3079: <status>works/unverified</status>
3080: <dependencies>
3081: ../../loncom/publisher/lonpublisher.pm
3082: </dependencies>
3083: </file>
3084: <file>
1.118 harris41 3085: <source>doc/lib/perl/Apache/lonpublisher.html</source>
3086: <target dist='default'>
3087: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 3088: </target>
1.83 harris41 3089: <categoryname>doc</categoryname>
1.76 harris41 3090: <description>POD-derived page for lonpublisher.pm</description>
3091: <build trigger='always run'>
1.115 harris41 3092: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 3093: ../../doc/lib/perl/Apache/lonpublisher.html && \
3094: echo 'pod2html lonpublisher.pm'
1.76 harris41 3095: </build>
3096: <status>works/unverified</status>
3097: <dependencies>
3098: ../../loncom/publisher/lonpublisher.pm
3099: </dependencies>
3100: </file>
3101: <file>
1.6 harris41 3102: <source>loncom/interface/lonmenu.pm</source>
3103: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
3104: <categoryname>handler</categoryname>
3105: <description>
3106: Has routines which control the remote control.
1.228 www 3107: </description>
3108: <status>works/unverified</status>
3109: </file>
3110: <file>
3111: <source>loncom/interface/lonremote.pm</source>
3112: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
3113: <categoryname>handler</categoryname>
3114: <description>
3115: Handler to lauch and collapse the remote control.
1.6 harris41 3116: </description>
1.10 harris41 3117: <status>works/unverified</status>
1.6 harris41 3118: </file>
3119: <file>
3120: <source>rat/lonpageflip.pm</source>
3121: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
3122: <categoryname>handler</categoryname>
3123: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 3124: <status>works/unverified</status>
1.6 harris41 3125: </file>
3126: <file>
3127: <source>rat/lonratedt.pm</source>
3128: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
3129: <categoryname>handler</categoryname>
3130: <description>
3131: Builds up frame set and loads in the right thing.
3132: </description>
1.10 harris41 3133: <status>works/unverified</status>
1.6 harris41 3134: </file>
3135: <file>
3136: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
3137: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
3138: <categoryname>handler</categoryname>
3139: <description>
3140: Homework remote control.
1.157 www 3141: </description>
3142: <status>works/unverified</status>
3143: </file>
3144: <file>
3145: <source>loncom/html/res/adm/pages/chatroom.html</source>
3146: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
3147: <categoryname>handler</categoryname>
3148: <description>
3149: Establishes frameset for chatroom
1.6 harris41 3150: </description>
1.10 harris41 3151: <status>works/unverified</status>
1.6 harris41 3152: </file>
3153: <file>
3154: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
3155: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
3156: <categoryname>handler</categoryname>
3157: <description>
1.10 harris41 3158: This will take annotations and then plug them into a page.
1.6 harris41 3159: </description>
1.10 harris41 3160: <status>works/unverified</status>
1.6 harris41 3161: </file>
3162: <file>
3163: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
3164: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
3165: <categoryname>handler</categoryname>
3166: <description>
3167: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 3168: interface.
1.6 harris41 3169: </description>
1.10 harris41 3170: <status>works/unverified</status>
1.6 harris41 3171: </file>
3172: <file>
3173: <source>rat/lonratsrv.pm</source>
3174: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
3175: <categoryname>handler</categoryname>
3176: <description>
1.27 harris41 3177: Handler that takes output from RAT and stores it on disk. Handles the upper
3178: hidden frame of the added window that comes up in RAT. (3 frames come up in
3179: RAT server, code, and output. This module handles server connection.)
1.6 harris41 3180: </description>
1.10 harris41 3181: <status>works/unverified</status>
1.6 harris41 3182: </file>
3183: <file>
3184: <source>rat/lonpage.pm</source>
3185: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
3186: <categoryname>handler</categoryname>
3187: <description>
3188: bundles pages into one page
3189: </description>
1.10 harris41 3190: <status>works/unverified</status>
1.6 harris41 3191: </file>
3192: <file>
1.76 harris41 3193: <source>doc/man/Apache__lonpage.3</source>
3194: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 3195: <categoryname>doc</categoryname>
1.76 harris41 3196: <description>man page for lonpage.pm</description>
3197: <build trigger='always run'>
1.115 harris41 3198: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
3199: ../../doc/man/Apache__lonpage.3 && echo 'manifying 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.118 harris41 3207: <source>doc/lib/perl/Apache/lonpage.html</source>
3208: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 3209: </target>
1.83 harris41 3210: <categoryname>doc</categoryname>
1.76 harris41 3211: <description>POD-derived page for lonnet.pm</description>
3212: <build trigger='always run'>
1.115 harris41 3213: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 3214: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 3215: </build>
3216: <status>works/unverified</status>
3217: <dependencies>
3218: ../../rat/lonpage.pm
3219: </dependencies>
3220: </file>
3221: <file>
1.6 harris41 3222: <source>rat/lonuserstate.pm</source>
3223: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
3224: <categoryname>handler</categoryname>
3225: <description>
1.133 harris41 3226: compile course into binary data structure
1.6 harris41 3227: </description>
1.10 harris41 3228: <status>works/unverified</status>
1.6 harris41 3229: </file>
3230: <file>
1.76 harris41 3231: <source>doc/man/Apache__lonuserstate.3</source>
3232: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 3233: <categoryname>doc</categoryname>
1.76 harris41 3234: <description>man page for lonnet.pm</description>
3235: <build trigger='always run'>
1.115 harris41 3236: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
3237: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 3238: </build>
3239: <status>works/unverified</status>
3240: <dependencies>
3241: ../../rat/lonuserstate.pm
3242: </dependencies>
3243: </file>
3244: <file>
1.118 harris41 3245: <source>doc/lib/perl/Apache/lonuserstate.html</source>
3246: <target dist='default'>
3247: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 3248: </target>
1.83 harris41 3249: <categoryname>doc</categoryname>
1.76 harris41 3250: <description>POD-derived page for lonuserstate.pm</description>
3251: <build trigger='always run'>
1.115 harris41 3252: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 3253: ../../doc/lib/perl/Apache/lonuserstate.html && \
3254: echo 'pod2html lonuserstate.pm'
1.76 harris41 3255: </build>
3256: <status>works/unverified</status>
3257: <dependencies>
3258: ../../rat/lonuserstate.pm
3259: </dependencies>
3260: </file>
3261: <file>
1.6 harris41 3262: <source>loncom/xml/lontex.pm</source>
3263: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
3264: <categoryname>handler</categoryname>
3265: <description>
1.133 harris41 3266: Handler for tex files
1.6 harris41 3267: </description>
1.10 harris41 3268: <status>works/unverified</status>
1.6 harris41 3269: </file>
3270: <file>
3271: <source>loncom/xml/lontexconvert.pm</source>
3272: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
3273: <categoryname>handler</categoryname>
3274: <description>
3275: Access to tth/ttm
3276: </description>
1.10 harris41 3277: <status>works/unverified</status>
1.6 harris41 3278: </file>
3279: <file>
3280: <source>loncom/xml/lonxml.pm</source>
3281: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
3282: <categoryname>handler</categoryname>
3283: <description>
3284: XML Parsing Module
1.78 harris41 3285: </description>
3286: <status>works/unverified</status>
3287: </file>
3288: <file>
3289: <source>loncom/xml/lonplot.pm</source>
3290: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
3291: <categoryname>handler</categoryname>
3292: <description>
3293: XML-based plotter of graphs
1.6 harris41 3294: </description>
1.10 harris41 3295: <status>works/unverified</status>
1.6 harris41 3296: </file>
3297: <file>
3298: <source>loncom/xml/style.pm</source>
3299: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
3300: <categoryname>handler</categoryname>
3301: <description>
3302: Style Parsing Module
3303: </description>
1.10 harris41 3304: <status>works/unverified</status>
1.6 harris41 3305: </file>
3306: <file>
3307: <source>loncom/xml/londefdef.pm</source>
3308: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
3309: <categoryname>handler</categoryname>
3310: <description>
3311: Tags Default Definition Module
3312: </description>
1.10 harris41 3313: <status>works/unverified</status>
1.4 harris41 3314: </file>
3315: <file>
1.6 harris41 3316: <source>loncom/xml/run.pm</source>
3317: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
3318: <categoryname>handler</categoryname>
3319: <description>
3320: used to prevent poorly written problems from causing lingering after effects
3321: </description>
1.10 harris41 3322: <status>works/unverified</status>
1.4 harris41 3323: </file>
3324: <file>
1.6 harris41 3325: <source>loncom/xml/scripttag.pm</source>
3326: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
3327: <categoryname>handler</categoryname>
3328: <description>
3329: implements <script>, <scriptlib>, <parserlib>, and
3330: <import>
1.290 www 3331: </description>
3332: <status>works/unverified</status>
3333: </file>
3334: <file>
3335: <source>loncom/xml/languagetags.pm</source>
3336: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
3337: <categoryname>handler</categoryname>
3338: <description>
3339: implements <mt>
1.6 harris41 3340: </description>
1.10 harris41 3341: <status>works/unverified</status>
1.185 albertel 3342: </file>
3343: <file>
3344: <source>loncom/homework/randomlylabel.pm</source>
3345: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3346: <categoryname>handler</categoryname>
3347: <description>
3348: Handler for compositing images, and text together.
1.207 www 3349: </description>
3350: </file>
3351: <file>
3352: <source>loncom/homework/rankresponse.pm</source>
3353: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3354: <categoryname>handler</categoryname>
3355: <description>
3356: Handler for rankresponse
1.209 albertel 3357: </description>
3358: </file>
3359: <file>
3360: <source>loncom/homework/matchresponse.pm</source>
3361: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3362: <categoryname>handler</categoryname>
3363: <description>
3364: Handler for matchresponse
1.185 albertel 3365: </description>
1.4 harris41 3366: </file>
3367: <file>
1.33 harris41 3368: <source>loncom/homework/randomlabel.pm</source>
3369: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3370: <categoryname>handler</categoryname>
3371: <description>
3372: Interface for producing applet code which randomizes the labelling of an
3373: image.
3374: </description>
3375: </file>
3376: <file>
1.6 harris41 3377: <source>loncom/homework/lonhomework.pm</source>
3378: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3379: <categoryname>handler</categoryname>
1.27 harris41 3380: <description>
3381: handles requests for output, evaluation, and alteration of a homework resource
3382: </description>
1.95 harris41 3383: <status>works/unverified</status>
1.4 harris41 3384: </file>
3385: <file>
1.6 harris41 3386: <source>loncom/homework/inputtags.pm</source>
3387: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3388: <categoryname>handler</categoryname>
3389: <description>
3390: produces HTML input tags (<INPUT>) for rendering homework resources
3391: </description>
1.10 harris41 3392: <status>works/unverified</status>
1.4 harris41 3393: </file>
3394: <file>
1.6 harris41 3395: <source>loncom/homework/structuretags.pm</source>
3396: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3397: <categoryname>handler</categoryname>
3398: <description>
1.27 harris41 3399: produces HTML tags necessary for structuring the presentation of homework
3400: resources
1.6 harris41 3401: </description>
1.10 harris41 3402: <status>works/unverified</status>
1.4 harris41 3403: </file>
3404: <file>
1.6 harris41 3405: <source>loncom/homework/response.pm</source>
3406: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3407: <categoryname>handler</categoryname>
3408: <description>
1.27 harris41 3409: defines different types of responses given to student as well as syntax for
3410: producing response values
1.6 harris41 3411: </description>
1.10 harris41 3412: <status>works/unverified</status>
1.4 harris41 3413: </file>
3414: <file>
1.6 harris41 3415: <source>loncom/homework/caparesponse/caparesponse.pm</source>
3416: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
3417: <categoryname>handler</categoryname>
3418: <description>
3419: handles request to the CAPA homework processing engine
3420: </description>
1.10 harris41 3421: <status>works/unverified</status>
1.4 harris41 3422: </file>
3423: <file>
1.113 harris41 3424: <source>loncom/xml/Safe.pm</source>
3425: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
3426: <categoryname>handler</categoryname>
3427: <description>
3428: Meant to safely substitute for CPAN version of Safe.
3429: Allows for safely executing embedded perl comands in
3430: a way that does not threaten the operating system.
3431: </description>
3432: <status>works/unverified</status>
3433: </file>
3434: <file>
1.241 albertel 3435: <source>loncom/auth/localauth.pm</source>
3436: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
3437: <categoryname>handler</categoryname>
3438: <description>
1.208 harris41 3439: Local authentication mechanism. The target file is meant as a template
3440: for a localauth.pm file. The target file with the -std suffix is not
3441: used directly by any software program; it is just a template file.
1.241 albertel 3442: </description>
3443: <status>works/unverified</status>
3444: </file>
3445: <file>
3446: <source>loncom/auth/localauth.pm</source>
3447: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
3448: <categoryname>conf</categoryname>
3449: <description>
3450: Local authentication mechanism.
3451: </description>
3452: <status>works/unverified</status>
1.30 harris41 3453: </file>
3454: <file>
1.6 harris41 3455: <source>loncom/auth/lonacc.pm</source>
3456: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
3457: <categoryname>handler</categoryname>
3458: <description>
3459: (This module, like loncacc.pm also authenticates with cookies.)
3460: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
3461: functions (e.g. roles, logout, annotations, and bookmarks) as well
3462: as coordinating access to educational resources.
3463: </description>
1.10 harris41 3464: <status>works/unverified</status>
1.4 harris41 3465: </file>
3466: <file>
1.76 harris41 3467: <source>doc/man/Apache__lonacc.3</source>
3468: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 3469: <categoryname>doc</categoryname>
1.76 harris41 3470: <description>man page for lonacc.pm</description>
3471: <build trigger='always run'>
1.115 harris41 3472: loncom/build/pod2man.sh ../auth/lonacc.pm > \
3473: ../../doc/man/Apache__lonacc.3 && echo 'manifying 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.118 harris41 3481: <source>doc/lib/perl/Apache/lonacc.html</source>
3482: <target dist='default'>
3483: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 3484: <categoryname>doc</categoryname>
1.76 harris41 3485: <description>POD-derived page for lonacc.pm</description>
3486: <build trigger='always run'>
1.115 harris41 3487: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3488: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3489: </build>
3490: <status>works/unverified</status>
3491: <dependencies>
3492: ../../loncom/auth/lonacc.pm
3493: </dependencies>
3494: </file>
3495: <file>
1.6 harris41 3496: <source>loncom/auth/lonracc.pm</source>
3497: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3498: <categoryname>handler</categoryname>
3499: <description>
3500: access handler for file transfers
1.151 www 3501: </description>
3502: <status>works/unverified</status>
3503: </file>
3504: <file>
3505: <source>loncom/auth/lontokacc.pm</source>
3506: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3507: <categoryname>handler</categoryname>
3508: <description>
1.154 www 3509: handler for inter-server transfer of token accessed files, includes
3510: cleanup handler to remove file when successfully done
3511: </description>
3512: <status>works/unverified</status>
3513: </file>
3514: <file>
3515: <source>loncom/auth/lonuploadedacc.pm</source>
3516: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3517: <categoryname>handler</categoryname>
3518: <description>
3519: access handler for user uploaded files
3520: </description>
3521: <status>works/unverified</status>
3522: </file>
3523: <file>
3524: <source>loncom/lontrans.pm</source>
3525: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3526: <categoryname>handler</categoryname>
3527: <description>
3528: URI to filename translation
1.6 harris41 3529: </description>
1.10 harris41 3530: <status>works/unverified</status>
1.87 harris41 3531: </file>
3532: <file>
3533: <source>doc/man/Apache__lonracc.3</source>
3534: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3535: <categoryname>doc</categoryname>
3536: <description>man page for lonracc.pm</description>
3537: <build trigger='always run'>
1.115 harris41 3538: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3539: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3540: </build>
3541: <status>works/unverified</status>
3542: <dependencies>
3543: ../../loncom/auth/lonracc.pm
3544: </dependencies>
3545: </file>
3546: <file>
1.118 harris41 3547: <source>doc/lib/perl/Apache/lonracc.html</source>
3548: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3549: </target>
1.87 harris41 3550: <categoryname>doc</categoryname>
3551: <description>POD-derived page for lonracc.pm</description>
3552: <build trigger='always run'>
1.115 harris41 3553: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3554: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3555: </build>
3556: <status>works/unverified</status>
3557: <dependencies>
3558: ../../loncom/auth/lonracc.pm
3559: </dependencies>
1.4 harris41 3560: </file>
3561: <file>
1.6 harris41 3562: <source>loncom/auth/loncacc.pm</source>
3563: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3564: <categoryname>handler</categoryname>
3565: <description>
3566: This module provides access to an educational resource construction area.
3567: This module is invoked by the URL-related pattern syntax
3568: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3569: Authentication of user identity
3570: is coordinated through cookies. The abbreviation "cacc" corresponds
3571: to "construction-space access"). If the cookie handle is invalid, then
3572: this module returns a forbidden status and makes appropriate log entries.
3573: If the cookie handle is valid, status is determined to be okay (and,
3574: for the "priv"-type access, the resource is delivered by the
3575: <tt>lonconstruct</tt> module).
3576: </description>
1.10 harris41 3577: <status>works/unverified</status>
1.4 harris41 3578: </file>
3579: <file>
1.86 harris41 3580: <source>doc/man/Apache__loncacc.3</source>
3581: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3582: <categoryname>doc</categoryname>
3583: <description>man page for loncacc.pm</description>
3584: <build trigger='always run'>
1.115 harris41 3585: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3586: && echo 'manifying 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.118 harris41 3594: <source>doc/lib/perl/Apache/loncacc.html</source>
3595: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3596: </target>
1.86 harris41 3597: <categoryname>doc</categoryname>
3598: <description>POD-derived page for loncacc.pm</description>
3599: <build trigger='always run'>
1.115 harris41 3600: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3601: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3602: </build>
3603: <status>works/unverified</status>
3604: <dependencies>
3605: ../../loncom/auth/loncacc.pm
3606: </dependencies>
3607: </file>
3608: <file>
1.6 harris41 3609: <source>loncom/auth/lonauth.pm</source>
3610: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3611: <categoryname>handler</categoryname>
3612: <description>authenticate, set up session environment</description>
1.10 harris41 3613: <status>works/unverified</status>
1.4 harris41 3614: </file>
3615: <file>
1.6 harris41 3616: <source>loncom/auth/lonlogin.pm</source>
3617: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3618: <categoryname>handler</categoryname>
3619: <description>login screen</description>
1.10 harris41 3620: <status>works/unverified</status>
1.4 harris41 3621: </file>
3622: <file>
1.6 harris41 3623: <source>loncom/auth/lonlogout.pm</source>
3624: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3625: <categoryname>handler</categoryname>
3626: <description>logout</description>
1.10 harris41 3627: <status>works/unverified</status>
1.4 harris41 3628: </file>
3629: <file>
1.6 harris41 3630: <source>loncom/lonnet/perl/lonrep.pm</source>
3631: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3632: <categoryname>handler</categoryname>
3633: <description>replication</description>
1.4 harris41 3634: </file>
3635: <file>
1.6 harris41 3636: <source>loncom/auth/lonroles.pm</source>
3637: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3638: <categoryname>handler</categoryname>
3639: <description>
3640: This perl handling module reads in the available roles available
3641: for a LON-CAPA user (different courses, different privileges, etc)
3642: and produces a form-element HTML page which allows the user to select
3643: which role he wishes to exercise in the LON-CAPA system. For instance,
3644: a user may want to select between being a student in a thermodynamics
3645: physics course or a teaching assistant for an introductory calculus
3646: class.
3647: </description>
1.86 harris41 3648: </file>
3649: <file>
3650: <source>doc/man/Apache__lonroles.3</source>
3651: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3652: <categoryname>doc</categoryname>
3653: <description>man page for lonroles.pm</description>
3654: <build trigger='always run'>
1.115 harris41 3655: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3656: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3657: </build>
3658: <status>works/unverified</status>
3659: <dependencies>
3660: ../../loncom/auth/lonroles.pm
3661: </dependencies>
3662: </file>
3663: <file>
1.118 harris41 3664: <source>doc/lib/perl/Apache/lonroles.html</source>
3665: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3666: </target>
1.86 harris41 3667: <categoryname>doc</categoryname>
3668: <description>POD-derived page for lonroles.pm</description>
3669: <build trigger='always run'>
1.115 harris41 3670: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3671: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3672: </build>
3673: <status>works/unverified</status>
3674: <dependencies>
3675: ../../loncom/auth/lonroles.pm
3676: </dependencies>
1.4 harris41 3677: </file>
3678: <file>
1.6 harris41 3679: <source>loncom/interface/lonindexer.pm</source>
3680: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
3681: <categoryname>handler</categoryname>
3682: <description>
3683: cross server filesystem browser
3684: </description>
1.10 harris41 3685: <status>works/unverified</status>
1.76 harris41 3686: </file>
3687: <file>
3688: <source>doc/man/Apache__lonindexer.3</source>
3689: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 3690: <categoryname>doc</categoryname>
1.76 harris41 3691: <description>man page for lonindexer.pm</description>
3692: <build trigger='always run'>
1.115 harris41 3693: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
3694: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 3695: </build>
3696: <status>works/unverified</status>
3697: <dependencies>
3698: ../../loncom/interface/lonindexer.pm
3699: </dependencies>
3700: </file>
3701: <file>
1.118 harris41 3702: <source>doc/lib/perl/Apache/lonindexer.html</source>
3703: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 3704: </target>
1.83 harris41 3705: <categoryname>doc</categoryname>
1.76 harris41 3706: <description>POD-derived page for lonindexer.pm</description>
3707: <build trigger='always run'>
1.115 harris41 3708: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 3709: ../../doc/lib/perl/Apache/lonindexer.html && \
3710: echo 'pod2html lonindexer.pm'
1.76 harris41 3711: </build>
3712: <status>works/unverified</status>
3713: <dependencies>
3714: ../../loncom/interface/lonindexer.pm
3715: </dependencies>
1.4 harris41 3716: </file>
3717: <file>
1.24 harris41 3718: <source>loncom/interface/groupsort.pm</source>
3719: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
3720: <categoryname>handler</categoryname>
3721: <description>
3722: Implements a second phase of importing multiple resources into the RAT.
3723: Allows for reordering the sequence of resources.
3724: </description>
3725: <status>works/unverified</status>
3726: </file>
3727: <file>
1.6 harris41 3728: <source>loncom/lonnet/perl/lonnet.pm</source>
3729: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
3730: <categoryname>handler</categoryname>
3731: <description>
3732: This file is an interface to the lonc processes of the LON-CAPA network
3733: as well as set of elaborated functions for handling information necessary
3734: for navigating through a given cluster of LON-CAPA machines within a domain.
3735: There are over 40 specialized functions in this module which handle
3736: the reading and transmission of metadata, user information
3737: (ids, names, environments, roles, logs), file information (storage, reading,
3738: directories, extensions, replication, embedded styles and descriptors),
3739: educational resources (course descriptions, section names and numbers),
3740: url hashing (to assign roles on a url basis), and translating abbreviated
3741: symbols to and from more descriptive phrases or explanations.
3742: </description>
1.10 harris41 3743: <status>works/unverified</status>
1.73 harris41 3744: </file>
3745: <file>
3746: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 3747: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 3748: <categoryname>doc</categoryname>
1.73 harris41 3749: <description>man page for lonnet.pm</description>
3750: <build trigger='always run'>
1.115 harris41 3751: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
3752: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 3753: </build>
3754: <status>works/unverified</status>
3755: <dependencies>
3756: ../../loncom/lonnet/perl/lonnet.pm
3757: </dependencies>
3758: </file>
3759: <file>
1.118 harris41 3760: <source>doc/lib/perl/Apache/lonnet.html</source>
3761: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
3762: </target>
1.83 harris41 3763: <categoryname>doc</categoryname>
1.73 harris41 3764: <description>POD-derived page for lonnet.pm</description>
3765: <build trigger='always run'>
1.115 harris41 3766: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 3767: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 3768: </build>
3769: <status>works/unverified</status>
3770: <dependencies>
3771: ../../loncom/lonnet/perl/lonnet.pm
3772: </dependencies>
1.4 harris41 3773: </file>
3774: <file>
1.6 harris41 3775: <source>loncom/html/index.html</source>
3776: <target dist='default'>home/httpd/html/index.html</target>
3777: <categoryname>interface file</categoryname>
3778: <description>bumps to login</description>
1.280 www 3779: </file>
3780: <file>
3781: <source>loncom/html/index.html</source>
3782: <target dist='default'>home/httpd/html/origindex.html</target>
3783: <categoryname>interface file</categoryname>
3784: <description>bumps to login, backup for takeonline</description>
1.181 www 3785: </file>
3786: <file>
3787: <source>loncom/html/favicon.ico</source>
3788: <target dist='default'>home/httpd/html/favicon.ico</target>
3789: <categoryname>interface file</categoryname>
3790: <description>Bookmark and tab icon</description>
1.4 harris41 3791: </file>
1.6 harris41 3792: <link>
3793: <linkto>etc/mime.types</linkto>
3794: <target dist='default'>etc/httpd/conf/mime.types</target>
3795: <categoryname>symbolic link</categoryname>
3796: <description>symbolic link to /etc/mime.types</description>
3797: </link>
3798: <link>
3799: <linkto>home/httpd/html/res</linkto>
3800: <target dist='default'>home/httpd/html/raw</target>
3801: <categoryname>symbolic link</categoryname>
3802: <description>symbolic link to /home/httpd/html/res</description>
3803: </link>
1.4 harris41 3804: <file>
1.6 harris41 3805: <source>loncom/html/adm/notfound.html</source>
3806: <target dist='default'>home/httpd/html/adm/notfound.html</target>
3807: <categoryname>interface file</categoryname>
3808: <description>
3809: static html page that is shown when an attempt is made to access a document
3810: not present on the web server
3811: </description>
1.4 harris41 3812: </file>
3813: <file>
1.6 harris41 3814: <source>loncom/html/adm/unauthorized.html</source>
3815: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
3816: <categoryname>interface file</categoryname>
3817: <description>
1.27 harris41 3818: static html page that is shown when an attempt is made to access a document
3819: which is restricted based on file or server configurations
1.32 harris41 3820: </description>
3821: </file>
3822: <file>
3823: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 3824: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 3825: <categoryname>interface file</categoryname>
3826: <description>
3827: Help page for the search engine.
1.6 harris41 3828: </description>
1.4 harris41 3829: </file>
3830: <file>
1.6 harris41 3831: <source>rat/client/rat.html</source>
3832: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
3833: <categoryname>interface file</categoryname>
3834: <description>
3835: frameset
3836: </description>
1.4 harris41 3837: </file>
3838: <file>
1.6 harris41 3839: <source>rat/client/parameter.html</source>
3840: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
3841: <categoryname>interface file</categoryname>
3842: <description>
3843: Parameter input window.
3844: </description>
1.4 harris41 3845: </file>
3846: <file>
1.6 harris41 3847: <source>rat/client/code.html</source>
3848: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 3849: <categoryname>interface file</categoryname>
3850: <description>
3851: javascript
3852: </description>
3853: </file>
3854: <file>
3855: <source>rat/client/extpickcode.html</source>
3856: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
3857: <categoryname>interface file</categoryname>
3858: <description>
3859: javascript
3860: </description>
3861: </file>
3862: <file>
3863: <source>rat/client/extpickframe.html</source>
3864: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 3865: <categoryname>interface file</categoryname>
3866: <description>
3867: javascript
3868: </description>
1.4 harris41 3869: </file>
3870: <file>
1.6 harris41 3871: <source>rat/client/map.html</source>
3872: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
3873: <categoryname>interface file</categoryname>
3874: <description>
3875: bumper
3876: </description>
1.4 harris41 3877: </file>
3878: <file>
1.6 harris41 3879: <source>rat/client/empty.html</source>
3880: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
3881: <categoryname>interface file</categoryname>
3882: <description>
3883: A blank page with very minimal HTML structural elements.
1.217 www 3884: </description>
3885: </file>
3886: <file>
3887: <source>rat/client/loading.html</source>
3888: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
3889: <categoryname>interface file</categoryname>
3890: <description>
3891: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 3892: </description>
1.4 harris41 3893: </file>
1.10 harris41 3894: <fileglob>
3895: <glob>*.gif</glob>
3896: <sourcedir>rat/images/</sourcedir>
3897: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
3898: <categoryname>graphic file</categoryname>
3899: <description>
3900: icons for providing a HTML-tabled view of a course map
3901: </description>
3902: <filenames>
1.37 harris41 3903: 1.1.dt.gif;
3904: 1.1.empty.gif;
3905: 1.1.ld.gif;
3906: 1.1.lr.gif;
3907: 1.1.rd.gif;
1.60 harris41 3908: 1.1.rl.gif;
1.37 harris41 3909: 1.1.td.gif;
3910: 1.1.tdrl.gif;
3911: 1.1.tl.gif;
3912: 1.1.tr.gif;
3913: 1.1.utd.gif;
3914: 1.2.ctd.gif;
3915: 1.2.dt.gif;
3916: 1.2.empty.gif;
3917: 1.2.ld.gif;
3918: 1.2.lr.gif;
3919: 1.2.lrd.gif;
3920: 1.2.lrtd.gif;
3921: 1.2.rd.gif;
3922: 1.2.rl.gif;
3923: 1.2.rld.gif;
3924: 1.2.rltd.gif;
3925: 1.2.rtd.gif;
3926: 1.2.rtdl.gif;
3927: 1.2.rtl.gif;
3928: 1.2.td.gif;
3929: 1.2.tdl.gif;
3930: 1.2.tdrl.gif;
3931: 1.2.tl.gif;
3932: 1.2.tr.gif;
3933: 1.2.utd.gif;
3934: 2.1.dt.gif;
3935: 2.1.empty.gif;
3936: 2.1.ld.gif;
3937: 2.1.lr.gif;
3938: 2.1.rd.gif;
3939: 2.1.rl.gif;
3940: 2.1.td.gif;
3941: 2.1.tdrl.gif;
3942: 2.1.tl.gif;
3943: 2.1.tr.gif;
3944: 2.2.dt.gif;
3945: 2.2.empty.gif;
3946: 2.2.ld.gif;
3947: 2.2.lr.gif;
3948: 2.2.lrd.gif;
3949: 2.2.lrt.gif;
3950: 2.2.rd.gif;
3951: 2.2.rl.gif;
3952: 2.2.rld.gif;
3953: 2.2.rlt.gif;
3954: 2.2.td.gif;
3955: 2.2.tdl.gif;
3956: 2.2.tdr.gif;
3957: 2.2.tdrl.gif;
3958: 2.2.tl.gif;
3959: 2.2.tr.gif;
3960: 2.2.url.gif;
3961: 2.2.utd.gif;
3962: arrow.gif;
3963: bdt.gif;
3964: bempty.gif;
3965: bld.gif;
3966: blr.gif;
3967: blrd.gif;
3968: blrt.gif;
1.60 harris41 3969: bottom.gif;
1.37 harris41 3970: brd.gif;
3971: brl.gif;
3972: brld.gif;
3973: brlt.gif;
3974: btd.gif;
3975: btdl.gif;
3976: btdr.gif;
3977: btdrl.gif;
3978: btl.gif;
3979: btr.gif;
3980: burl.gif;
3981: butd.gif;
3982: condition.gif;
3983: edit.gif;
3984: finish.gif;
3985: info.gif;
3986: inscol.gif;
3987: inscond.gif;
3988: insres.gif;
3989: insrow.gif;
3990: left.gif;
3991: middle.gif;
3992: resource.gif;
3993: right.gif;
3994: sctd.gif;
3995: sdt.gif;
3996: sempty.gif;
3997: sld.gif;
3998: slr.gif;
3999: slrd.gif;
4000: slrtd.gif;
4001: srd.gif;
4002: srl.gif;
4003: srld.gif;
4004: srltd.gif;
4005: srtd.gif;
4006: srtdl.gif;
4007: srtl.gif;
4008: start.gif;
4009: std.gif;
4010: stdl.gif;
1.10 harris41 4011: sutd.gif
4012: </filenames>
4013: </fileglob>
4014: <fileglob>
1.60 harris41 4015: <glob>*.*</glob>
1.10 harris41 4016: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
4017: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
4018: <categoryname>graphic file</categoryname>
4019: <description>
4020: icons to indicate an unexpected result
4021: </description>
4022: <filenames>
1.37 harris41 4023: lonconstruct.gif;
4024: lonlogo_broken.gif;
4025: lonlogo_broken_tsp.gif;
4026: lonlogo_broken.eps;
4027: lonlogo_broken.jpg;
1.10 harris41 4028: lonlogo_broken.mov
4029: </filenames>
4030: </fileglob>
4031: <fileglob>
1.60 harris41 4032: <glob>*.*</glob>
1.10 harris41 4033: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
4034: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
4035: <categoryname>graphic file</categoryname>
4036: <description>
1.132 harris41 4037: logos and general widget icons
1.10 harris41 4038: </description>
4039: <filenames>
1.68 harris41 4040: SMETE_white.gif;
1.117 harris41 4041: aboutlon.gif;
1.288 www 4042: aboutlon_pt.gif;
4043: aboutlon_de.gif;
1.117 harris41 4044: accessbutton.gif;
1.288 www 4045: accessbutton_pt.gif;
4046: accessbutton_de.gif;
1.224 www 4047: angry.gif;
1.60 harris41 4048: arrow_up.gif;
1.224 www 4049: bigsmile.gif;
1.177 bowersj2 4050: branch.gif;
1.37 harris41 4051: cab.gif;
4052: cab_big.gif;
1.62 harris41 4053: capapanel.gif;
1.224 www 4054: check.gif;
1.37 harris41 4055: class.gif;
4056: class_big.gif;
1.224 www 4057: coolindiff.gif;
4058: coolsmile.gif;
4059: cry.gif;
1.37 harris41 4060: dvi.gif;
4061: dvi_big.gif;
4062: eps.gif;
4063: eps_big.gif;
4064: exam.gif;
4065: exam_big.gif;
1.117 harris41 4066: fillbottom.gif;
4067: fillleft.gif;
4068: fillright.gif;
4069: filltop.gif;
1.37 harris41 4070: folder_closed.gif;
4071: folder_opened.gif;
4072: folder_pointer_closed.gif;
4073: folder_pointer_opened.gif;
4074: form.gif;
4075: form_big.gif;
1.224 www 4076: frowny.gif;
1.37 harris41 4077: gif.gif;
4078: gif_big.gif;
1.117 harris41 4079: header.gif;
1.224 www 4080: hrrm.gif;
1.37 harris41 4081: htm.gif;
4082: html.gif;
4083: html_big.gif;
1.224 www 4084: huh.gif;
1.52 harris41 4085: jar.gif;
4086: jar_big.gif;
1.37 harris41 4087: jpg.gif;
4088: jpg_big.gif;
1.62 harris41 4089: latex.gif;
1.269 www 4090: library.gif;
1.224 www 4091: lipsrsealed.gif;
1.117 harris41 4092: lite.gif;
1.37 harris41 4093: liteani.gif;
1.117 harris41 4094: litetext.gif;
1.62 harris41 4095: lolpanel.gif;
1.37 harris41 4096: lonanim.gif;
4097: lonanimend.gif;
1.117 harris41 4098: loncapalogo.gif;
1.37 harris41 4099: lonhelplogos.gif;
1.60 harris41 4100: lonhelptop.gif;
1.37 harris41 4101: lonlogo.gif;
4102: lonlogos.gif;
1.117 harris41 4103: lowerleft.gif;
4104: lowerright.gif;
1.236 www 4105: minilogo.gif;
1.37 harris41 4106: meta.gif;
4107: meta_big.gif;
4108: mov.gif;
4109: mov_big.gif;
4110: move_up.gif;
4111: move_down.gif;
1.177 bowersj2 4112: navmap.correct.gif;
1.251 bowersj2 4113: navmap.ellipsis.gif;
1.177 bowersj2 4114: navmap.open.gif;
1.251 bowersj2 4115: navmap.page.open.gif;
4116: navmap.page.closed.gif;
4117: navmap.page.open.nomanip.gif;
4118: navmap.page.closed.nomanip.gif;
1.177 bowersj2 4119: navmap.wrong.gif;
1.180 bowersj2 4120: navmap.folder.open.gif;
4121: navmap.folder.closed.gif;
1.229 bowersj2 4122: navmap.folder.open.nomanip.gif;
4123: navmap.folder.closed.nomanip.gif;
1.292 www 4124: neutral.gif;
1.37 harris41 4125: page.gif;
4126: page_big.gif;
4127: pdf.gif;
4128: pdf_big.gif;
1.54 harris41 4129: png.gif;
4130: png_big.gif;
1.37 harris41 4131: problem.gif;
4132: problem_big.gif;
4133: ps.gif;
4134: ps_big.gif;
1.224 www 4135: rolleyes.gif;
1.37 harris41 4136: quill.gif;
4137: quiz.gif;
4138: quiz_big.gif;
4139: select.gif;
4140: sequence.gif;
4141: sequence_big.gif;
4142: server.gif;
4143: server_big.gif;
1.224 www 4144: shocked.gif;
4145: smiley.gif;
1.37 harris41 4146: srvbad.gif;
4147: srvempty.gif;
4148: srvgood.gif;
4149: srvhalf.gif;
4150: srvnull.gif;
4151: survey.gif;
4152: survey_big.gif;
4153: tex.gif;
4154: tex_big.gif;
1.210 www 4155: tth.gif;
1.37 harris41 4156: txt.gif;
4157: txt_big.gif;
1.57 harris41 4158: unknown.gif;
4159: unknown_big.gif;
1.117 harris41 4160: upperleft.gif;
4161: upperright.gif;
1.37 harris41 4162: user.gif;
4163: user_big.gif;
1.117 harris41 4164: userauthentication.gif;
1.288 www 4165: userauthentication_pt.gif;
4166: userauthentication_de.gif;
1.37 harris41 4167: wav.gif;
4168: wav_big.gif;
4169: white_space_20_22.gif;
4170: whitespace1.gif;
4171: whitespace10.gif;
4172: whitespace2.gif;
4173: whitespace3.gif;
4174: whitespace4.gif;
4175: whitespace5.gif;
4176: whitespace6.gif;
4177: whitespace7.gif;
4178: whitespace8.gif;
4179: whitespace9.gif;
1.224 www 4180: wink.gif;
1.37 harris41 4181: xml.gif;
4182: xml_big.gif;
4183: zip.gif;
1.10 harris41 4184: zip_big.gif
4185: </filenames>
4186: </fileglob>
4187: <fileglob>
1.60 harris41 4188: <glob>*.*</glob>
1.10 harris41 4189: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
4190: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
4191: <categoryname>graphic file</categoryname>
4192: <description>
1.132 harris41 4193: Miscellaneous resources.
1.10 harris41 4194: </description>
4195: <filenames>
1.80 harris41 4196: authorfeed.gif;
4197: bomb.gif;
1.40 harris41 4198: cat_button.gif;
1.80 harris41 4199: chat.gif;
1.111 harris41 4200: eval_button.gif;
1.80 harris41 4201: feedback.gif;
1.40 harris41 4202: pprm_button.gif;
4203: pgrd_button.gif;
4204: subm_button.gif
1.10 harris41 4205: </filenames>
4206: </fileglob>
4207: <file>
1.299 matthew 4208: <source>modules/TexConvert/tthperl/tth.pm</source>
1.115 harris41 4209: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.298 matthew 4210: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 4211: <categoryname>system file</categoryname>
4212: <description>
4213: perl module for invoking functions specific to TeX-to-HTML conversion
4214: </description>
4215: <note>
4216: Has the same dependencies and build process as tth.so.
4217: Currently, only the tth.so file specifications invoke
1.49 harris41 4218: the build process however. A static version is checked into loncom/xml
4219: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 4220: </note>
1.113 harris41 4221: <status>works/unverified</status>
4222: </file>
4223: <file>
4224: <source>loncom/xml/LCParser.pm</source>
4225: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 4226: <categoryname>system file</categoryname>
4227: <description>
4228: perl module for parsing HTML in a way that really works and is thoroughly
4229: tested
4230: </description>
4231: <status>works/unverified</status>
1.234 foxr 4232: </file>
4233: <file>
4234: <source>loncom/LondConnection.pm</source>
1.239 albertel 4235: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 4236: <categoryname>system file</categoryname>
4237: <description>
4238: Manages a connection between a lonc proxy daemon and the lond server
4239: in the remote node.
1.252 www 4240: </description>
4241: <status>works/verified</status>
4242: </file>
4243: <file>
4244: <source>loncom/LondTransaction.pm</source>
4245: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
4246: <categoryname>system file</categoryname>
4247: <description>
4248: Handles a single lon-capa insternal transaction
1.234 foxr 4249: </description>
4250: <status>works/verified</status>
4251: </file>
4252: <file>
4253: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 4254: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 4255: <categoryname>system file</categoryname>
4256: <description>
4257: Provides support to iterate through opaque hashes hidden e.g. within
4258: object private data.
4259: </description>
4260: <status>works/verified</status>
4261: </file>
4262: <file>
4263: <source>loncom/types/Queue.pm</source>
1.239 albertel 4264: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 4265: <categoryname>system file</categoryname>
4266: <description>
4267: Provides a FIFO queue class.
4268: </description>
4269: <status>works/verified</status>
4270: </file>
4271: <file>
4272: <source>loncom/types/Stack.pm</source>
1.239 albertel 4273: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 4274: <categoryname>system file</categoryname>
4275: <description>
4276: Provides a LIFO stack class.
4277: </description>
4278: <status>works/verified</status>
1.239 albertel 4279: </file>
1.234 foxr 4280: <file>
4281: <source>loncom/loncnew</source>
1.240 albertel 4282: <target dist='default'>home/httpd/perl/loncnew</target>
4283: <categoryname>script</categoryname>
1.234 foxr 4284: <description>
4285: Proxy server for remote loncapa requests.
1.250 albertel 4286: Needs CPAN Event module.
1.234 foxr 4287: </description>
1.125 harris41 4288: </file>
4289: <file>
4290: <source>loncom/configuration/Configuration.pm</source>
4291: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 4292: <categoryname>system file</categoryname>
4293: <description>
1.126 harris41 4294: Configuration file reader (looks in /etc/httpd/conf/); accepts
4295: a list of *.conf files to inspect for PerlSetVar key/value
4296: entries.
1.113 harris41 4297: </description>
1.10 harris41 4298: <status>works/unverified</status>
4299: </file>
4300: <file>
4301: <source>modules/TexConvert/tthperl/tth.so</source>
1.115 harris41 4302: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.298 matthew 4303: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 4304: <categoryname>system file</categoryname>
4305: <description>
4306: shared library file for dynamic loading and unloading
4307: </description>
4308: <note>
4309: The source and file dependencies are not available to most
4310: CVS users. (You can safely rely on the existing binaries
4311: present on your system... don't worry about warnings
4312: related to this file during the build process.)
4313: </note>
4314: <build trigger='run if dependencies change'>
4315: modules/TexConvert/tthperl/commands
4316: </build>
4317: <status>works/unverified</status>
1.281 albertel 4318: <privatedependencies>
1.39 harris41 4319: ../tthdynamic/tthfunc.c;
1.82 harris41 4320: ../ttmdynamic/ttmfunc.c
1.281 albertel 4321: </privatedependencies>
1.10 harris41 4322: </file>
4323: <file>
4324: <source>loncom/homework/caparesponse/capa.pm</source>
1.115 harris41 4325: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.298 matthew 4326: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 4327: <categoryname>system file</categoryname>
4328: <description>
4329: perl module for invoking functions specific to CAPA
4330: </description>
1.49 harris41 4331: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4332: <note>
4333: Has the same dependencies and build process as capa.so.
4334: Currently, only the capa.so file specifications invoke
4335: the build process however.
4336: </note>
4337: </file>
4338: <file>
4339: <source>loncom/homework/caparesponse/capa.bs</source>
1.115 harris41 4340: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.298 matthew 4341: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 4342: <categoryname>system file</categoryname>
4343: <description>
1.27 harris41 4344: bootstrap file associated with dynamic loading of this module on multiple
4345: architectures
1.10 harris41 4346: </description>
1.49 harris41 4347: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4348: <note>
4349: Has the same dependencies and build process as capa.so.
4350: Currently, only the capa.so file specifications invoke
4351: the build process however.
4352: </note>
4353: </file>
4354: <file>
4355: <source>loncom/homework/caparesponse/capa.so</source>
1.115 harris41 4356: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.298 matthew 4357: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 4358: <categoryname>system file</categoryname>
4359: <description>
4360: shared library file for dynamic loading and unloading
4361: </description>
4362: <build trigger='always run'>
4363: loncom/homework/caparesponse/commands
4364: </build>
4365: <dependencies>
1.39 harris41 4366: caparesponse.c;
1.119 harris41 4367: caparesponse.pm;
4368: README;
4369: Makefile.PL;
4370: capa.i;
1.120 harris41 4371: commands;
1.222 albertel 4372: ../../../CAPA/pProj/Makefile;
1.120 harris41 4373: ../../../CAPA/pProj/capaGrammarDef.y;
4374: ../../../CAPA/pProj/capaFormula.y;
4375: ../../../CAPA/pProj/capaLexerDef.flex;
4376: ../../../CAPA/pProj/capaFunction.c;
4377: ../../../CAPA/pProj/capaParserUtils.c;
4378: ../../../CAPA/pProj/capaMapExpr.c;
4379: ../../../CAPA/pProj/capaUnit.c;
4380: ../../../CAPA/pProj/com.c;
4381: ../../../CAPA/pProj/linpack.c;
4382: ../../../CAPA/pProj/ranlib.c;
4383: ../../../CAPA/pProj/capaCgiUtils.c;
4384: ../../../CAPA/pProj/capaSubjective.c;
4385: ../../../CAPA/pProj/capaRQO.c;
4386: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 4387: ../../../CAPA/pProj/capaCommon.c;
4388: ../../../CAPA/pProj/capaCommon.h;
4389: ../../../CAPA/pProj/ranlib.h;
4390: ../../../CAPA/pProj/capaCGI.h;
4391: ../../../CAPA/pProj/capaFunction.h;
4392: ../../../CAPA/pProj/capaRQO.h;
4393: ../../../CAPA/pProj/capaParser.h;
4394: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 4395: </dependencies>
4396: </file>
4397: <fileglob>
4398: <glob>*.ent</glob>
4399: <sourcedir>loncom/MathML/</sourcedir>
4400: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
4401: <categoryname>system file</categoryname>
4402: <description>
1.27 harris41 4403: xml files which assign unicode numbers to mathematical symbols using
4404: <! ENTITY... > type syntax.
1.10 harris41 4405: </description>
4406: <filenames>
1.37 harris41 4407: isoamsa.ent;
4408: isoamsb.ent;
4409: isoamsc.ent;
4410: isoamsn.ent;
4411: isoamso.ent;
4412: isoamsr.ent;
4413: isobox.ent;
4414: isocyr1.ent;
4415: isocyr2.ent;
4416: isodia.ent;
4417: isogrk1.ent;
4418: isogrk2.ent;
4419: isogrk3.ent;
4420: isogrk4.ent;
4421: isolat1.ent;
4422: isolat2.ent;
4423: isomfrk.ent;
4424: isomopf.ent;
4425: isomscr.ent;
4426: isonum.ent;
4427: isopub.ent;
4428: isotech.ent;
4429: mmlalias.ent;
1.10 harris41 4430: mmlextra.ent
4431: </filenames>
1.37 harris41 4432: </fileglob>
1.10 harris41 4433: <file>
4434: <source>loncom/MathML/mathml.css</source>
4435: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
4436: <categoryname>system file</categoryname>
4437: <description>
4438: cascading style sheet
4439: </description>
4440: </file>
4441: <file>
4442: <source>loncom/MathML/mathml.dtd</source>
4443: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
4444: <categoryname>system file</categoryname>
4445: <description>
4446: document type definition
4447: </description>
4448: </file>
1.4 harris41 4449: <file>
1.10 harris41 4450: <source>loncom/auth/londes.js</source>
4451: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
4452: <categoryname>interface file</categoryname>
1.6 harris41 4453: <description>
1.27 harris41 4454: Encryption Routines according to Data Encryption Standard DES, written in
4455: javascript.
1.6 harris41 4456: </description>
1.4 harris41 4457: </file>
4458: <file>
1.10 harris41 4459: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 4460: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
4461: </target>
1.10 harris41 4462: <categoryname>handler</categoryname>
1.6 harris41 4463: <description>
1.115 harris41 4464: Intended for providing perl functions for the <script></script>
4465: environment in a problem that was converted from lectureonline.
1.6 harris41 4466: </description>
1.4 harris41 4467: </file>
4468: <file>
1.10 harris41 4469: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 4470: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
4471: </target>
1.10 harris41 4472: <categoryname>handler</categoryname>
1.6 harris41 4473: <description>
1.14 harris41 4474: Provides many functions for the <script> environment in a .problem.
1.11 harris41 4475: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 4476: </description>
1.4 harris41 4477: </file>
4478: <file>
1.10 harris41 4479: <source>loncom/homework/capa.units</source>
4480: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
4481: <categoryname>static conf</categoryname>
1.6 harris41 4482: <description>
1.10 harris41 4483: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 4484: </description>
1.4 harris41 4485: </file>
1.165 www 4486: <fileglob>
4487: <glob>*.jpg</glob>
4488: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
4489: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
4490: <categoryname>graphic file</categoryname>
4491: <description>Pages headers</description>
4492: <filenames>
4493: admin.jpg;
4494: author.jpg;
4495: coordinator.jpg;
4496: header.jpg;
4497: student.jpg;
1.166 www 4498: </filenames>
4499: </fileglob>
4500: <fileglob>
1.230 www 4501: <glob>*.jpg</glob>
4502: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4503: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4504: <categoryname>graphic file</categoryname>
4505: <description>Logos of LON-CAPA domains (jpg)</description>
4506: <filenames>
4507: headermsu.jpg;
4508: </filenames>
4509: </fileglob>
4510: <fileglob>
1.166 www 4511: <glob>*.gif</glob>
4512: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
4513: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
4514: <categoryname>graphic file</categoryname>
1.230 www 4515: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 4516: <filenames>
1.197 albertel 4517: 103.gif;
4518: gerd.gif;
4519: mio.gif;
4520: msuvu.gif;
4521: ohiou.gif;
4522: rhs.gif;
4523: sfu.gif;
4524: tmcc.gif;
4525: umich.gif;
4526: worf.gif;
4527: annarbor.gif;
4528: elps.gif;
4529: gwu.gif;
4530: msudemo.gif;
4531: ndsu.gif;
4532: physnet.gif;
4533: sc.gif;
4534: Selwyn.gif;
4535: ucf.gif;
4536: unihalle.gif;
4537: wscc.gif;
4538: cps.gif;
4539: fsu.gif;
4540: lsd.gif;
4541: msu.gif;
4542: nsdl.gif;
4543: pmm.gif;
4544: sunysb.gif;
4545: udel.gif;
1.223 albertel 4546: uz.gif;
4547: fvl.gif;
1.270 www 4548: csm.gif;
1.273 www 4549: fit.gif;
1.272 www 4550: nau.gif;
1.303 www 4551: waverly.gif;
1.302 www 4552: cmich.gif;
1.285 www 4553: UNICAMP.gif;
1.223 albertel 4554: glps.gif;
1.275 www 4555: BCHS.gif;
1.223 albertel 4556: headersfu.gif;
1.311 albertel 4557: uwsp.gif;
4558: bsu.gif
1.168 www 4559: </filenames>
4560: </fileglob>
4561: <fileglob>
4562: <glob>*.tab</glob>
4563: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
4564: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
4565: <categoryname>conf</categoryname>
4566: <description>Designs of LON-CAPA domains</description>
1.166 www 4567: <filenames>
1.197 albertel 4568: annarbor.tab;
4569: default.tab;
4570: msu.tab;
1.270 www 4571: csm.tab;
1.273 www 4572: fit.tab;
1.272 www 4573: nau.tab;
1.302 www 4574: cmich.tab;
1.285 www 4575: UNICAMP.tab;
1.274 www 4576: fsu.tab;
1.197 albertel 4577: sfu.tab;
4578: worf.tab
1.165 www 4579: </filenames>
4580: </fileglob>
1.10 harris41 4581: <fileglob>
4582: <glob>*.gif</glob>
1.159 www 4583: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
4584: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 4585: <categoryname>graphic file</categoryname>
1.159 www 4586: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 4587: <filenames>
1.130 www 4588: 0.gif;
4589: 1.gif;
4590: 2.gif;
4591: 3.gif;
4592: 4.gif;
4593: 5.gif;
4594: 6.gif;
4595: 7.gif;
4596: 8.gif;
4597: 9.gif;
1.37 harris41 4598: a.gif;
1.159 www 4599: b.gif;
4600: c.gif;
4601: d.gif;
4602: e.gif;
4603: f.gif;
4604: g.gif;
4605: h.gif;
4606: i.gif;
4607: j.gif;
4608: k.gif;
4609: l.gif;
4610: m.gif;
4611: n.gif;
4612: o.gif;
4613: p.gif;
4614: q.gif;
4615: r.gif;
4616: s.gif;
4617: t.gif;
4618: u.gif;
4619: v.gif;
4620: w.gif;
4621: x.gif;
4622: y.gif;
4623: z.gif;
1.287 www 4624: ö.gif;
4625: ä.gif;
4626: ü.gif;
4627: ä.gif;
4628: ö.gif;
4629: ü.gif;
1.159 www 4630: colon.gif;
4631: hyphen.gif;
4632: slash.gif;
4633: space.gif;
1.304 www 4634: </filenames>
4635: </fileglob>
4636: <fileglob>
4637: <glob>*.gif</glob>
4638: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
4639: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
4640: <categoryname>graphic file</categoryname>
4641: <description>icons used for the Portuguese LON-CAPA user interface</description>
4642: <filenames>
4643: anno_pt.gif;
4644: anot_pt.gif;
4645: bchat_pt.gif;
4646: catalog_pt.gif;
4647: ccrs_pt.gif;
4648: chrt_pt.gif;
4649: com_pt.gif;
4650: courses_pt.gif;
4651: cprv_pt.gif;
4652: cstr_pt.gif;
4653: docs_pt.gif;
4654: egrd_pt.gif;
4655: enrl_pt.gif;
4656: eval_pt.gif;
4657: fdbk_pt.gif;
4658: grds_pt.gif;
4659: keys_pt.gif;
4660: logout_pt.gif;
4661: nav_pt.gif;
4662: parm_pt.gif;
4663: pref_pt.gif;
4664: prt_pt.gif;
4665: res_pt.gif;
4666: roles_pt.gif;
4667: sbkm_pt.gif;
4668: spacer_pt.gif;
4669: sprs_pt.gif;
4670: src_pt.gif;
4671: stat_pt.gif;
4672: vbkm_pt.gif;
1.159 www 4673: </filenames>
4674: </fileglob>
4675: <fileglob>
4676: <glob>*.gif</glob>
4677: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
4678: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
4679: <categoryname>graphic file</categoryname>
4680: <description>icons used for the entire LON-CAPA user interface</description>
4681: <filenames>
1.147 www 4682: anno.gif;
1.37 harris41 4683: anot.gif;
4684: back.gif;
1.147 www 4685: bchat.gif;
1.37 harris41 4686: bkm.gif;
4687: brws.gif;
1.60 harris41 4688: catalog.gif;
1.37 harris41 4689: ccrs.gif;
4690: chat.gif;
4691: chrt.gif;
4692: com.gif;
4693: courses.gif;
4694: cprv.gif;
4695: cstr.gif;
4696: dempty.gif;
1.147 www 4697: docs.gif;
1.37 harris41 4698: egrd.gif;
4699: empty.gif;
4700: enrl.gif;
4701: eval.gif;
4702: fdbk.gif;
4703: feedback.gif;
4704: forw.gif;
4705: grds.gif;
4706: group.gif;
4707: help.gif;
4708: info.gif;
1.238 www 4709: keys.gif;
1.37 harris41 4710: ledblink.gif;
4711: ledgreen.gif;
4712: ledoff.gif;
4713: ledon.gif;
4714: ledsend.gif;
4715: logout.gif;
4716: mrk.gif;
4717: nav.gif;
4718: next.gif;
1.131 www 4719: nothumb.gif;
1.37 harris41 4720: parm.gif;
4721: pgrd.gif;
4722: pparm.gif;
1.99 harris41 4723: pref.gif;
1.37 harris41 4724: prev.gif;
4725: prt.gif;
4726: qempty.gif;
4727: reload.gif;
4728: remotebg.gif;
4729: res.gif;
4730: roles.gif;
4731: sbkm.gif;
4732: spacer.gif;
4733: sprs.gif;
4734: src.gif;
4735: stat.gif;
4736: subm.gif;
4737: title.gif;
4738: vbkm.gif;
1.10 harris41 4739: </filenames>
4740: </fileglob>
1.4 harris41 4741: <file>
1.10 harris41 4742: <source>loncom/html/res/adm/pages/imgmaps.html</source>
4743: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
4744: <categoryname>interface file</categoryname>
1.6 harris41 4745: <description>
1.10 harris41 4746: image maps for the LON-CAPA remote control
1.6 harris41 4747: </description>
1.4 harris41 4748: </file>
4749: <file>
1.10 harris41 4750: <source>loncom/html/res/adm/pages/index.html</source>
4751: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
4752: <categoryname>interface file</categoryname>
1.6 harris41 4753: <description>
1.10 harris41 4754: welcoming page to the LON-CAPA system upon login
1.6 harris41 4755: </description>
1.4 harris41 4756: </file>
4757: <file>
1.10 harris41 4758: <source>loncom/html/res/adm/pages/menu.html</source>
4759: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
4760: <categoryname>interface file</categoryname>
1.6 harris41 4761: <description>
1.10 harris41 4762: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 4763: </description>
1.4 harris41 4764: </file>
1.10 harris41 4765: <fileglob>
4766: <glob>*.gif</glob>
4767: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 4768: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
4769: </targetdir>
1.10 harris41 4770: <categoryname>graphic file</categoryname>
4771: <description>
1.132 harris41 4772: icons used for directory indexing and login screen
1.10 harris41 4773: </description>
4774: <filenames>
1.37 harris41 4775: a.gif;
4776: alert.black.gif;
4777: alert.red.gif;
4778: back.gif;
4779: ball.gray.gif;
4780: ball.red.gif;
4781: binary.gif;
4782: binhex.gif;
4783: blank.gif;
4784: bomb.gif;
4785: box1.gif;
4786: box2.gif;
4787: broken.gif;
4788: burst.gif;
4789: c.gif;
4790: comp.blue.gif;
4791: comp.gray.gif;
4792: compressed.gif;
4793: continued.gif;
4794: course.gif;
4795: dir.gif;
4796: down.gif;
4797: dvi.gif;
4798: f.gif;
4799: folder.gif;
4800: folder.open.gif;
4801: folder.sec.gif;
4802: folder_closed.gif;
4803: folder_closed_pressed.gif;
4804: folder_new.gif;
4805: folder_opened.gif;
4806: folder_opened_pressed.gif;
4807: folder_pointer_closed.gif;
4808: folder_pointer_opened.gif;
4809: folder_spacer.gif;
4810: folder_trash.gif;
4811: forward.gif;
4812: generic.gif;
4813: generic.red.gif;
4814: generic.sec.gif;
4815: hand.right.gif;
4816: hand.up.gif;
4817: html.gif;
4818: image1.gif;
4819: image2.gif;
4820: image3.gif;
4821: index.gif;
4822: layout.gif;
4823: left.gif;
4824: link.gif;
4825: mov.gif;
4826: movie1.gif;
4827: p.gif;
4828: patch.gif;
4829: pdf.gif;
4830: portal.gif;
4831: problem.gif;
4832: ps.gif;
4833: quill.gif;
4834: right.gif;
4835: screw1.gif;
4836: screw2.gif;
4837: script.gif;
4838: sound1.gif;
4839: sound2.gif;
4840: sphere1.gif;
4841: sphere2.gif;
4842: tar.gif;
4843: tex.gif;
4844: text.gif;
4845: transfer.gif;
4846: unknown.gif;
4847: up.gif;
4848: uu.gif;
4849: uuencoded.gif;
4850: white_space_20_22.gif;
4851: white_space_22_22.gif;
4852: whitespace1.gif;
4853: whitespace10.gif;
4854: whitespace2.gif;
4855: whitespace3.gif;
4856: whitespace4.gif;
4857: whitespace5.gif;
4858: whitespace6.gif;
4859: whitespace7.gif;
4860: whitespace8.gif;
4861: whitespace9.gif;
4862: world1.gif;
1.10 harris41 4863: world2.gif
4864: </filenames>
4865: </fileglob>
4866: <fileglob>
4867: <glob>*.gif</glob>
4868: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4869: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4870: </targetdir>
1.10 harris41 4871: <categoryname>graphic file</categoryname>
4872: <description>
1.132 harris41 4873: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 4874: </description>
4875: <filenames>
1.37 harris41 4876: folder_anim.gif;
4877: folder_close.gif;
4878: folder_drag.gif;
4879: folder_new.gif;
4880: folder_open.gif;
4881: folder_pointer_closed.gif;
4882: folder_pointer_opened.gif;
4883: folder_static.gif;
4884: folder_trash.gif;
4885: folder_trash_hover.gif;
4886: left_bar.gif;
4887: link.gif;
4888: link_anim.gif;
4889: link_drag.gif;
4890: ll_corner.gif;
4891: lower_bar.gif;
4892: lr_corner.gif;
4893: pix.gif;
4894: right_bar.gif;
4895: toolbar_bg.gif;
4896: ul_corner.gif;
4897: upper_bar.gif;
1.10 harris41 4898: ur_corner.gif
4899: </filenames>
4900: </fileglob>
4901: <fileglob>
4902: <glob>*.html</glob>
4903: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4904: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4905: </targetdir>
1.10 harris41 4906: <categoryname>interface file</categoryname>
4907: <description>
1.132 harris41 4908: associated with the scheme of displaying bookmarks
1.10 harris41 4909: </description>
4910: <filenames>
1.37 harris41 4911: bookmarkmenu_toolbar.html;
4912: blank.html;
1.10 harris41 4913: closechildren.html
1.300 albertel 4914: </filenames>
4915: </fileglob>
4916: <fileglob>
4917: <glob>*.*</glob>
4918: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
4919: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
4920: <categoryname>interface file</categoryname>
4921: <description>
4922: Associated file for answering reactionresponse style questions
4923: </description>
4924: <filenames>
4925: reaction_editor.html;
4926: reaction_frame.html;
4927: reaction_help.html;
4928: reaction_viewer.html;
4929: reaction_window.html
1.10 harris41 4930: </filenames>
4931: </fileglob>
1.4 harris41 4932: <file>
1.10 harris41 4933: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 4934: <target dist='default'>
4935: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 4936: <categoryname>interface file</categoryname>
1.6 harris41 4937: <description>
1.10 harris41 4938: javascript for handling client-side interactions with bookmark interface
1.6 harris41 4939: </description>
1.171 harris41 4940: </file>
4941: <file>
4942: <source>loncom/build/CHECKRPMS</source>
4943: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 4944: <categoryname>system script</categoryname>
1.171 harris41 4945: <description>
4946: manilla wrapper around check-rpms
4947: </description>
4948: <status>tested/documented/beta</status>
1.103 harris41 4949: </file>
4950: <file>
4951: <source>loncom/build/check-rpms</source>
1.152 harris41 4952: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 4953: <categoryname>system script</categoryname>
1.103 harris41 4954: <description>
4955: compare installed rpms with up-to-date distribution
4956: </description>
4957: <status>tested/documented/beta</status>
4958: </file>
4959: <file>
4960: <source>doc/man/check-rpms.1</source>
4961: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
4962: <categoryname>doc</categoryname>
4963: <description>man page for check-rpms</description>
4964: <build trigger='always run'>
1.115 harris41 4965: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 4966: echo 'manifying check-rpms'
1.103 harris41 4967: </build>
4968: <status>beta</status>
4969: <dependencies>
4970: ../../loncom/build/check-rpms
4971: </dependencies>
4972: </file>
4973: <file>
4974: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 4975: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
4976: </target>
1.103 harris41 4977: <categoryname>doc</categoryname>
4978: <description>POD-derived page for check-rpms</description>
4979: <build trigger='always run'>
1.118 harris41 4980: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
4981: && echo 'pod2html checkrpms'
1.103 harris41 4982: </build>
4983: <status>works/unverified</status>
4984: <dependencies>
4985: ../../loncom/build/check-rpms
4986: </dependencies>
1.4 harris41 4987: </file>
4988: <file>
1.10 harris41 4989: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 4990: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
4991: </target>
1.10 harris41 4992: <categoryname>script</categoryname>
1.6 harris41 4993: <description>
1.206 harris41 4994: Updates .lpmlnew files with previous settings. Also supports alternative
4995: schemes of settings-updating and file-overwriting.
1.6 harris41 4996: </description>
1.206 harris41 4997: <status>works/unverified</status>
1.4 harris41 4998: </file>
4999: <file>
1.10 harris41 5000: <source>loncom/cron/loncapa</source>
5001: <target dist='default'>etc/cron.d/loncapa</target>
5002: <categoryname>static conf</categoryname>
5003: <description>
5004: file that specifies periodic processes to run for the LON-CAPA machine
5005: </description>
5006: </file>
5007: <file>
5008: <source>loncom/ntp/step-tickers</source>
1.175 harris41 5009: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
5010: </target>
5011: <categoryname>static conf</categoryname>
1.10 harris41 5012: <description>
5013: file that stimulates running of ntpdate upon init.d/xntpd initiation
5014: </description>
5015: <note>
5016: <table cellpadding='0' cellspacing='0' border='1'>
5017: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
5018: </table>
5019: </note>
1.48 harris41 5020: </file>
5021: <file>
5022: <source>loncom/pam.d/pwauth</source>
5023: <target dist='default'>etc/pam.d/pwauth</target>
5024: <categoryname>static conf</categoryname>
5025: <description>
5026: file that allows setuid password privileges for pwauth executable
5027: </description>
5028: </file>
5029: <file>
5030: <source>loncom/pam.d/pwchange</source>
5031: <target dist='default'>etc/pam.d/pwchange</target>
5032: <categoryname>static conf</categoryname>
5033: <description>
5034: file that allows setuid password privileges for pwchange (lcpasswd) executable
5035: </description>
1.10 harris41 5036: </file>
5037: <file>
5038: <source>loncom/init.d/loncontrol</source>
5039: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
5040: <categoryname>root script</categoryname>
5041: <description>
5042: Controls the launching/halting of lonc, lond, and lonsql processes.
5043: </description>
5044: </file>
5045: <link>
1.115 harris41 5046: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 5047: <target dist='default'>
1.37 harris41 5048: etc/rc.d/rc0.d/K05loncontrol;
5049: etc/rc.d/rc1.d/K05loncontrol;
5050: etc/rc.d/rc2.d/K05loncontrol;
5051: etc/rc.d/rc3.d/S95loncontrol;
5052: etc/rc.d/rc4.d/S95loncontrol;
5053: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 5054: etc/rc.d/rc6.d/K05loncontrol
5055: </target>
5056: <categoryname>symbolic link</categoryname>
1.27 harris41 5057: <description>
5058: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 5059: </link>
5060: <file>
5061: <source>loncom/atalk/config</source>
1.152 harris41 5062: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 5063: <categoryname>static conf</categoryname>
1.6 harris41 5064: <description>
1.27 harris41 5065: configuration file to make LON-CAPA server file space accessible to
5066: Appleshares access (Macintosh)
1.6 harris41 5067: </description>
1.306 albertel 5068: </file>
5069: <file>
5070: <source>loncom/interface/lonpopulate.pm</source>
5071: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
5072: <categoryname>handler</categoryname>
5073: <description>
5074: Handler for configuring automated enrollment
5075: </description>
5076: </file>
5077: <file>
5078: <source>loncom/enrollment/Enrollment.pm</source>
5079: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
5080: <categoryname>handler</categoryname>
5081: <description>
5082: Handler for automated enrollment
5083: </description>
5084: </file>
5085: <file>
5086: <source>loncom/enrollment/localenroll.pm</source>
5087: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
5088: <categoryname>conf</categoryname>
5089: <description>
5090: Local handler for automated enrollment.
5091: </description>
5092: </file>
5093: <file>
5094: <source>loncom/enrollment/localenroll.pm</source>
5095: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
5096: <categoryname>handler</categoryname>
5097: <description>
5098: Local handler for automated enrollment, standard version.
5099: </description>
5100: </file>
5101: <file>
5102: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 5103: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 5104: <categoryname>script</categoryname>
5105: <description>
5106: Local handler for automated enrollment, standard version.
5107: </description>
1.4 harris41 5108: </file>
1.14 harris41 5109: </files>
1.1 harris41 5110: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>