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