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