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