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