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