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