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