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