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