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