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