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