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