Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.211
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.211 ! bowersj2 6: <!-- $Id: loncapafiles.lpml,v 1.210 2003/01/30 15:10:47 www 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.211 ! bowersj2 2416: </description>
! 2417: <status>works/unverified</status>
! 2418: </file>
! 2419: <file>
! 2420: <source>loncom/interface/lonwizard.pm</source>
! 2421: <target dist='default'>home/httpd/lib/perl/Apache/lonwizard.pm</target>
! 2422: <categoryname>handler</categoryname>
! 2423: <description>
! 2424: Wizard framework.
1.189 bowersj2 2425: </description>
2426: <status>works/unverified</status>
2427: </file>
2428: <file>
2429: <source>loncom/interface/lonquickgrades.pm</source>
2430: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
2431: <categoryname>handler</categoryname>
2432: <description>
2433: Student quick grades interface.
1.6 harris41 2434: </description>
1.10 harris41 2435: <status>works/unverified</status>
1.4 harris41 2436: </file>
2437: <file>
1.6 harris41 2438: <source>loncom/interface/lonpreferences.pm</source>
2439: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
2440: <categoryname>handler</categoryname>
2441: <description>
2442: Handles user preferences associated with customizing the online LON-CAPA
2443: educational environment.
2444: </description>
1.10 harris41 2445: <status>works/unverified</status>
1.6 harris41 2446: </file>
2447: <file>
2448: <source>loncom/interface/lonprintout.pm</source>
2449: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
2450: <categoryname>handler</categoryname>
2451: <description>
2452: Handles the production of printable files and resources.
2453: </description>
1.10 harris41 2454: <status>works/unverified</status>
1.6 harris41 2455: </file>
2456: <file>
2457: <source>loncom/interface/lonsearchcat.pm</source>
2458: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
2459: <categoryname>handler</categoryname>
2460: <description>
2461: Handles a searchable catalogue.
1.148 matthew 2462: </description>
2463: <status>works/unverified</status>
2464: </file>
2465: <file>
2466: <source>loncom/interface/lonmysql.pm</source>
2467: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
2468: <categoryname>handler</categoryname>
2469: <description>
2470: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 2471: </description>
1.10 harris41 2472: <status>works/unverified</status>
1.4 harris41 2473: </file>
2474: <file>
1.76 harris41 2475: <source>doc/man/Apache__lonsearchcat.3</source>
2476: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 2477: <categoryname>doc</categoryname>
1.76 harris41 2478: <description>man page for lonsearchcat.pm</description>
2479: <build trigger='always run'>
1.115 harris41 2480: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
2481: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 2482: </build>
2483: <status>works/unverified</status>
2484: <dependencies>
2485: ../../loncom/interface/lonsearchcat.pm
2486: </dependencies>
2487: </file>
2488: <file>
1.118 harris41 2489: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
2490: <target dist='default'>
2491: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 2492: </target>
1.83 harris41 2493: <categoryname>doc</categoryname>
1.76 harris41 2494: <description>POD-derived page for lonsearchcat.pm</description>
2495: <build trigger='always run'>
1.115 harris41 2496: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 2497: ../../doc/lib/perl/Apache/lonsearchcat.html && \
2498: echo 'pod2html lonsearchcat.pm'
1.76 harris41 2499: </build>
2500: <status>works/unverified</status>
2501: <dependencies>
2502: ../../loncom/interface/lonsearchcat.pm
2503: </dependencies>
2504: </file>
2505: <file>
1.6 harris41 2506: <source>loncom/interface/londropadd.pm</source>
2507: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
2508: <categoryname>handler</categoryname>
2509: <description>
1.72 harris41 2510: Allows course coordinators to upload courselists in different formats, and
2511: automatically create users (if they do not exist already), assign them the
2512: role of student in a course, and add them to the classlist.
1.6 harris41 2513: </description>
1.10 harris41 2514: <status>works/unverified</status>
1.6 harris41 2515: </file>
2516: <file>
2517: <source>loncom/interface/lonmsg.pm</source>
2518: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
2519: <categoryname>handler</categoryname>
2520: <description>
1.72 harris41 2521: lonmsg.pm has several functions to send and receive internal messages.
2522: author_res_msg - send message to resource author.
2523: user_crit_msg - send a critical message to a user. A critical message
2524: will require acknowledgment by the recipient and the sender will be notified.
2525: user_crit_received - routine to trigger acknowledgment.
2526: statuschange - change the status of a message (read, replied, forwarded, etc).
2527: The handler also displays messages, has routines to reply, etc.
1.6 harris41 2528: </description>
1.10 harris41 2529: <status>works/unverified</status>
1.6 harris41 2530: </file>
2531: <file>
2532: <source>loncom/homework/hint.pm</source>
2533: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
2534: <categoryname>handler</categoryname>
2535: <description>
2536: This handler coordinates the delivery of hints to students working on LON-CAPA
2537: problems and assignments.
2538: </description>
1.10 harris41 2539: <status>works/unverified</status>
1.6 harris41 2540: </file>
2541: <file>
2542: <source>loncom/interface/lonspreadsheet.pm</source>
2543: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
2544: <categoryname>handler</categoryname>
2545: <description>
1.72 harris41 2546: Spreadsheets are completely web-based.
2547: They exist on the level of a whole course, a student, and individual
2548: assessments.
1.6 harris41 2549: </description>
1.10 harris41 2550: <status>works/unverified</status>
1.6 harris41 2551: </file>
2552: <file>
2553: <source>loncom/interface/lonparmset.pm</source>
2554: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
2555: <categoryname>handler</categoryname>
2556: <description>
2557: Handler to resolve ambiguous file locations
2558: </description>
1.10 harris41 2559: <status>works/unverified</status>
1.6 harris41 2560: </file>
2561: <file>
1.76 harris41 2562: <source>doc/man/Apache__lonparmset.3</source>
2563: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 2564: <categoryname>doc</categoryname>
1.76 harris41 2565: <description>man page for lonparmset.pm</description>
2566: <build trigger='always run'>
1.115 harris41 2567: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
2568: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 2569: </build>
2570: <status>works/unverified</status>
2571: <dependencies>
2572: ../../loncom/interface/lonparmset.pm
2573: </dependencies>
2574: </file>
2575: <file>
1.118 harris41 2576: <source>doc/lib/perl/Apache/lonparmset.html</source>
2577: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 2578: </target>
1.83 harris41 2579: <categoryname>doc</categoryname>
1.76 harris41 2580: <description>POD-derived page for lonparmset.pm</description>
2581: <build trigger='always run'>
1.115 harris41 2582: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 2583: ../../doc/lib/perl/Apache/lonparmset.html && \
2584: echo 'pod2html lonparmset.pm'
1.76 harris41 2585: </build>
2586: <status>works/unverified</status>
2587: <dependencies>
2588: ../../loncom/interface/lonparmset.pm
2589: </dependencies>
2590: </file>
2591: <file>
1.6 harris41 2592: <source>loncom/publisher/lonconstruct.pm</source>
2593: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
2594: <categoryname>handler</categoryname>
2595: <description>
2596: Page wrapper for handling construction space.
2597: </description>
1.10 harris41 2598: <status>works/unverified</status>
1.6 harris41 2599: </file>
2600: <file>
2601: <source>loncom/publisher/lonpublisher.pm</source>
2602: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
2603: <categoryname>handler</categoryname>
2604: <description>
2605: Publishes an LON-CAPA educational resource complete with metadata
2606: (authorship, language, copyright, creation date, etc).
2607: </description>
1.10 harris41 2608: <status>works/unverified</status>
1.6 harris41 2609: </file>
2610: <file>
1.76 harris41 2611: <source>doc/man/Apache__lonpublisher.3</source>
2612: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 2613: <categoryname>doc</categoryname>
1.76 harris41 2614: <description>man page for lonpublisher.pm</description>
2615: <build trigger='always run'>
1.115 harris41 2616: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
2617: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 2618: </build>
2619: <status>works/unverified</status>
2620: <dependencies>
2621: ../../loncom/publisher/lonpublisher.pm
2622: </dependencies>
2623: </file>
2624: <file>
1.118 harris41 2625: <source>doc/lib/perl/Apache/lonpublisher.html</source>
2626: <target dist='default'>
2627: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 2628: </target>
1.83 harris41 2629: <categoryname>doc</categoryname>
1.76 harris41 2630: <description>POD-derived page for lonpublisher.pm</description>
2631: <build trigger='always run'>
1.115 harris41 2632: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 2633: ../../doc/lib/perl/Apache/lonpublisher.html && \
2634: echo 'pod2html lonpublisher.pm'
1.76 harris41 2635: </build>
2636: <status>works/unverified</status>
2637: <dependencies>
2638: ../../loncom/publisher/lonpublisher.pm
2639: </dependencies>
2640: </file>
2641: <file>
1.6 harris41 2642: <source>loncom/interface/lonmenu.pm</source>
2643: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
2644: <categoryname>handler</categoryname>
2645: <description>
2646: Has routines which control the remote control.
2647: </description>
1.10 harris41 2648: <status>works/unverified</status>
1.6 harris41 2649: </file>
2650: <file>
2651: <source>rat/lonpageflip.pm</source>
2652: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
2653: <categoryname>handler</categoryname>
2654: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 2655: <status>works/unverified</status>
1.6 harris41 2656: </file>
2657: <file>
2658: <source>rat/lonratedt.pm</source>
2659: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
2660: <categoryname>handler</categoryname>
2661: <description>
2662: Builds up frame set and loads in the right thing.
2663: </description>
1.10 harris41 2664: <status>works/unverified</status>
1.6 harris41 2665: </file>
2666: <file>
2667: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
2668: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
2669: <categoryname>handler</categoryname>
2670: <description>
2671: Homework remote control.
1.157 www 2672: </description>
2673: <status>works/unverified</status>
2674: </file>
2675: <file>
2676: <source>loncom/html/res/adm/pages/chatroom.html</source>
2677: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
2678: <categoryname>handler</categoryname>
2679: <description>
2680: Establishes frameset for chatroom
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/annotator/admannotations.pm</source>
2686: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
2687: <categoryname>handler</categoryname>
2688: <description>
1.10 harris41 2689: This will take annotations and then plug them into a page.
1.6 harris41 2690: </description>
1.10 harris41 2691: <status>works/unverified</status>
1.6 harris41 2692: </file>
2693: <file>
2694: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
2695: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
2696: <categoryname>handler</categoryname>
2697: <description>
2698: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 2699: interface.
1.6 harris41 2700: </description>
1.10 harris41 2701: <status>works/unverified</status>
1.6 harris41 2702: </file>
2703: <file>
2704: <source>rat/lonratsrv.pm</source>
2705: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
2706: <categoryname>handler</categoryname>
2707: <description>
1.27 harris41 2708: Handler that takes output from RAT and stores it on disk. Handles the upper
2709: hidden frame of the added window that comes up in RAT. (3 frames come up in
2710: RAT server, code, and output. This module handles server connection.)
1.6 harris41 2711: </description>
1.10 harris41 2712: <status>works/unverified</status>
1.6 harris41 2713: </file>
2714: <file>
2715: <source>rat/lonpage.pm</source>
2716: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
2717: <categoryname>handler</categoryname>
2718: <description>
2719: bundles pages into one page
2720: </description>
1.10 harris41 2721: <status>works/unverified</status>
1.6 harris41 2722: </file>
2723: <file>
1.76 harris41 2724: <source>doc/man/Apache__lonpage.3</source>
2725: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 2726: <categoryname>doc</categoryname>
1.76 harris41 2727: <description>man page for lonpage.pm</description>
2728: <build trigger='always run'>
1.115 harris41 2729: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
2730: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 2731: </build>
2732: <status>works/unverified</status>
2733: <dependencies>
2734: ../../rat/lonpage.pm
2735: </dependencies>
2736: </file>
2737: <file>
1.118 harris41 2738: <source>doc/lib/perl/Apache/lonpage.html</source>
2739: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 2740: </target>
1.83 harris41 2741: <categoryname>doc</categoryname>
1.76 harris41 2742: <description>POD-derived page for lonnet.pm</description>
2743: <build trigger='always run'>
1.115 harris41 2744: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 2745: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 2746: </build>
2747: <status>works/unverified</status>
2748: <dependencies>
2749: ../../rat/lonpage.pm
2750: </dependencies>
2751: </file>
2752: <file>
1.6 harris41 2753: <source>rat/lonuserstate.pm</source>
2754: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
2755: <categoryname>handler</categoryname>
2756: <description>
1.133 harris41 2757: compile course into binary data structure
1.6 harris41 2758: </description>
1.10 harris41 2759: <status>works/unverified</status>
1.6 harris41 2760: </file>
2761: <file>
1.76 harris41 2762: <source>doc/man/Apache__lonuserstate.3</source>
2763: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 2764: <categoryname>doc</categoryname>
1.76 harris41 2765: <description>man page for lonnet.pm</description>
2766: <build trigger='always run'>
1.115 harris41 2767: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
2768: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 2769: </build>
2770: <status>works/unverified</status>
2771: <dependencies>
2772: ../../rat/lonuserstate.pm
2773: </dependencies>
2774: </file>
2775: <file>
1.118 harris41 2776: <source>doc/lib/perl/Apache/lonuserstate.html</source>
2777: <target dist='default'>
2778: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 2779: </target>
1.83 harris41 2780: <categoryname>doc</categoryname>
1.76 harris41 2781: <description>POD-derived page for lonuserstate.pm</description>
2782: <build trigger='always run'>
1.115 harris41 2783: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 2784: ../../doc/lib/perl/Apache/lonuserstate.html && \
2785: echo 'pod2html lonuserstate.pm'
1.76 harris41 2786: </build>
2787: <status>works/unverified</status>
2788: <dependencies>
2789: ../../rat/lonuserstate.pm
2790: </dependencies>
2791: </file>
2792: <file>
1.6 harris41 2793: <source>loncom/xml/lontex.pm</source>
2794: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
2795: <categoryname>handler</categoryname>
2796: <description>
1.133 harris41 2797: Handler for tex files
1.6 harris41 2798: </description>
1.10 harris41 2799: <status>works/unverified</status>
1.6 harris41 2800: </file>
2801: <file>
2802: <source>loncom/xml/lontexconvert.pm</source>
2803: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
2804: <categoryname>handler</categoryname>
2805: <description>
2806: Access to tth/ttm
2807: </description>
1.10 harris41 2808: <status>works/unverified</status>
1.6 harris41 2809: </file>
2810: <file>
2811: <source>loncom/xml/lonxml.pm</source>
2812: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
2813: <categoryname>handler</categoryname>
2814: <description>
2815: XML Parsing Module
1.78 harris41 2816: </description>
2817: <status>works/unverified</status>
2818: </file>
2819: <file>
2820: <source>loncom/xml/lonplot.pm</source>
2821: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
2822: <categoryname>handler</categoryname>
2823: <description>
2824: XML-based plotter of graphs
1.6 harris41 2825: </description>
1.10 harris41 2826: <status>works/unverified</status>
1.6 harris41 2827: </file>
2828: <file>
2829: <source>loncom/xml/style.pm</source>
2830: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
2831: <categoryname>handler</categoryname>
2832: <description>
2833: Style Parsing Module
2834: </description>
1.10 harris41 2835: <status>works/unverified</status>
1.6 harris41 2836: </file>
2837: <file>
2838: <source>loncom/xml/londefdef.pm</source>
2839: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
2840: <categoryname>handler</categoryname>
2841: <description>
2842: Tags Default Definition Module
2843: </description>
1.10 harris41 2844: <status>works/unverified</status>
1.4 harris41 2845: </file>
2846: <file>
1.6 harris41 2847: <source>loncom/xml/run.pm</source>
2848: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
2849: <categoryname>handler</categoryname>
2850: <description>
2851: used to prevent poorly written problems from causing lingering after effects
2852: </description>
1.10 harris41 2853: <status>works/unverified</status>
1.4 harris41 2854: </file>
2855: <file>
1.6 harris41 2856: <source>loncom/xml/scripttag.pm</source>
2857: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
2858: <categoryname>handler</categoryname>
2859: <description>
2860: implements <script>, <scriptlib>, <parserlib>, and
2861: <import>
2862: </description>
1.10 harris41 2863: <status>works/unverified</status>
1.185 albertel 2864: </file>
2865: <file>
2866: <source>loncom/homework/randomlylabel.pm</source>
2867: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
2868: <categoryname>handler</categoryname>
2869: <description>
2870: Handler for compositing images, and text together.
1.207 www 2871: </description>
2872: </file>
2873: <file>
2874: <source>loncom/homework/rankresponse.pm</source>
2875: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
2876: <categoryname>handler</categoryname>
2877: <description>
2878: Handler for rankresponse
1.209 albertel 2879: </description>
2880: </file>
2881: <file>
2882: <source>loncom/homework/matchresponse.pm</source>
2883: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
2884: <categoryname>handler</categoryname>
2885: <description>
2886: Handler for matchresponse
1.185 albertel 2887: </description>
1.4 harris41 2888: </file>
2889: <file>
1.33 harris41 2890: <source>loncom/homework/randomlabel.pm</source>
2891: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
2892: <categoryname>handler</categoryname>
2893: <description>
2894: Interface for producing applet code which randomizes the labelling of an
2895: image.
2896: </description>
2897: </file>
2898: <file>
1.6 harris41 2899: <source>loncom/homework/lonhomework.pm</source>
2900: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
2901: <categoryname>handler</categoryname>
1.27 harris41 2902: <description>
2903: handles requests for output, evaluation, and alteration of a homework resource
2904: </description>
1.95 harris41 2905: <status>works/unverified</status>
1.4 harris41 2906: </file>
2907: <file>
1.6 harris41 2908: <source>loncom/homework/inputtags.pm</source>
2909: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
2910: <categoryname>handler</categoryname>
2911: <description>
2912: produces HTML input tags (<INPUT>) for rendering homework resources
2913: </description>
1.10 harris41 2914: <status>works/unverified</status>
1.4 harris41 2915: </file>
2916: <file>
1.6 harris41 2917: <source>loncom/homework/structuretags.pm</source>
2918: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
2919: <categoryname>handler</categoryname>
2920: <description>
1.27 harris41 2921: produces HTML tags necessary for structuring the presentation of homework
2922: resources
1.6 harris41 2923: </description>
1.10 harris41 2924: <status>works/unverified</status>
1.4 harris41 2925: </file>
2926: <file>
1.6 harris41 2927: <source>loncom/homework/response.pm</source>
2928: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
2929: <categoryname>handler</categoryname>
2930: <description>
1.27 harris41 2931: defines different types of responses given to student as well as syntax for
2932: producing response values
1.6 harris41 2933: </description>
1.10 harris41 2934: <status>works/unverified</status>
1.4 harris41 2935: </file>
2936: <file>
1.6 harris41 2937: <source>loncom/homework/caparesponse/caparesponse.pm</source>
2938: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
2939: <categoryname>handler</categoryname>
2940: <description>
2941: handles request to the CAPA homework processing engine
2942: </description>
1.10 harris41 2943: <status>works/unverified</status>
1.4 harris41 2944: </file>
2945: <file>
1.113 harris41 2946: <source>loncom/xml/Safe.pm</source>
2947: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
2948: <categoryname>handler</categoryname>
2949: <description>
2950: Meant to safely substitute for CPAN version of Safe.
2951: Allows for safely executing embedded perl comands in
2952: a way that does not threaten the operating system.
2953: </description>
2954: <status>works/unverified</status>
2955: </file>
2956: <file>
1.30 harris41 2957: <source>loncom/auth/localauth.pm</source>
1.208 harris41 2958: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
1.30 harris41 2959: <categoryname>handler</categoryname>
2960: <description>
1.208 harris41 2961: Local authentication mechanism. The target file is meant as a template
2962: for a localauth.pm file. The target file with the -std suffix is not
2963: used directly by any software program; it is just a template file.
1.30 harris41 2964: </description>
2965: <status>works/unverified</status>
2966: </file>
2967: <file>
1.6 harris41 2968: <source>loncom/auth/lonacc.pm</source>
2969: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
2970: <categoryname>handler</categoryname>
2971: <description>
2972: (This module, like loncacc.pm also authenticates with cookies.)
2973: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
2974: functions (e.g. roles, logout, annotations, and bookmarks) as well
2975: as coordinating access to educational resources.
2976: </description>
1.10 harris41 2977: <status>works/unverified</status>
1.4 harris41 2978: </file>
2979: <file>
1.76 harris41 2980: <source>doc/man/Apache__lonacc.3</source>
2981: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 2982: <categoryname>doc</categoryname>
1.76 harris41 2983: <description>man page for lonacc.pm</description>
2984: <build trigger='always run'>
1.115 harris41 2985: loncom/build/pod2man.sh ../auth/lonacc.pm > \
2986: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 2987: </build>
2988: <status>works/unverified</status>
2989: <dependencies>
2990: ../../loncom/auth/lonacc.pm
2991: </dependencies>
2992: </file>
2993: <file>
1.118 harris41 2994: <source>doc/lib/perl/Apache/lonacc.html</source>
2995: <target dist='default'>
2996: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 2997: <categoryname>doc</categoryname>
1.76 harris41 2998: <description>POD-derived page for lonacc.pm</description>
2999: <build trigger='always run'>
1.115 harris41 3000: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 3001: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 3002: </build>
3003: <status>works/unverified</status>
3004: <dependencies>
3005: ../../loncom/auth/lonacc.pm
3006: </dependencies>
3007: </file>
3008: <file>
1.6 harris41 3009: <source>loncom/auth/lonracc.pm</source>
3010: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
3011: <categoryname>handler</categoryname>
3012: <description>
3013: access handler for file transfers
1.151 www 3014: </description>
3015: <status>works/unverified</status>
3016: </file>
3017: <file>
3018: <source>loncom/auth/lontokacc.pm</source>
3019: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
3020: <categoryname>handler</categoryname>
3021: <description>
1.154 www 3022: handler for inter-server transfer of token accessed files, includes
3023: cleanup handler to remove file when successfully done
3024: </description>
3025: <status>works/unverified</status>
3026: </file>
3027: <file>
3028: <source>loncom/auth/lonuploadedacc.pm</source>
3029: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
3030: <categoryname>handler</categoryname>
3031: <description>
3032: access handler for user uploaded files
3033: </description>
3034: <status>works/unverified</status>
3035: </file>
3036: <file>
3037: <source>loncom/lontrans.pm</source>
3038: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
3039: <categoryname>handler</categoryname>
3040: <description>
3041: URI to filename translation
1.6 harris41 3042: </description>
1.10 harris41 3043: <status>works/unverified</status>
1.87 harris41 3044: </file>
3045: <file>
3046: <source>doc/man/Apache__lonracc.3</source>
3047: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
3048: <categoryname>doc</categoryname>
3049: <description>man page for lonracc.pm</description>
3050: <build trigger='always run'>
1.115 harris41 3051: loncom/build/pod2man.sh ../auth/lonracc.pm > \
3052: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 3053: </build>
3054: <status>works/unverified</status>
3055: <dependencies>
3056: ../../loncom/auth/lonracc.pm
3057: </dependencies>
3058: </file>
3059: <file>
1.118 harris41 3060: <source>doc/lib/perl/Apache/lonracc.html</source>
3061: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 3062: </target>
1.87 harris41 3063: <categoryname>doc</categoryname>
3064: <description>POD-derived page for lonracc.pm</description>
3065: <build trigger='always run'>
1.115 harris41 3066: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 3067: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 3068: </build>
3069: <status>works/unverified</status>
3070: <dependencies>
3071: ../../loncom/auth/lonracc.pm
3072: </dependencies>
1.4 harris41 3073: </file>
3074: <file>
1.6 harris41 3075: <source>loncom/auth/loncacc.pm</source>
3076: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
3077: <categoryname>handler</categoryname>
3078: <description>
3079: This module provides access to an educational resource construction area.
3080: This module is invoked by the URL-related pattern syntax
3081: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
3082: Authentication of user identity
3083: is coordinated through cookies. The abbreviation "cacc" corresponds
3084: to "construction-space access"). If the cookie handle is invalid, then
3085: this module returns a forbidden status and makes appropriate log entries.
3086: If the cookie handle is valid, status is determined to be okay (and,
3087: for the "priv"-type access, the resource is delivered by the
3088: <tt>lonconstruct</tt> module).
3089: </description>
1.10 harris41 3090: <status>works/unverified</status>
1.4 harris41 3091: </file>
3092: <file>
1.86 harris41 3093: <source>doc/man/Apache__loncacc.3</source>
3094: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
3095: <categoryname>doc</categoryname>
3096: <description>man page for loncacc.pm</description>
3097: <build trigger='always run'>
1.115 harris41 3098: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
3099: && echo 'manifying loncacc.pm'
1.86 harris41 3100: </build>
3101: <status>works/unverified</status>
3102: <dependencies>
3103: ../../loncom/auth/loncacc.pm
3104: </dependencies>
3105: </file>
3106: <file>
1.118 harris41 3107: <source>doc/lib/perl/Apache/loncacc.html</source>
3108: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 3109: </target>
1.86 harris41 3110: <categoryname>doc</categoryname>
3111: <description>POD-derived page for loncacc.pm</description>
3112: <build trigger='always run'>
1.115 harris41 3113: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 3114: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 3115: </build>
3116: <status>works/unverified</status>
3117: <dependencies>
3118: ../../loncom/auth/loncacc.pm
3119: </dependencies>
3120: </file>
3121: <file>
1.6 harris41 3122: <source>loncom/auth/lonauth.pm</source>
3123: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
3124: <categoryname>handler</categoryname>
3125: <description>authenticate, set up session environment</description>
1.10 harris41 3126: <status>works/unverified</status>
1.4 harris41 3127: </file>
3128: <file>
1.6 harris41 3129: <source>loncom/auth/lonlogin.pm</source>
3130: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
3131: <categoryname>handler</categoryname>
3132: <description>login screen</description>
1.10 harris41 3133: <status>works/unverified</status>
1.4 harris41 3134: </file>
3135: <file>
1.6 harris41 3136: <source>loncom/auth/lonlogout.pm</source>
3137: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
3138: <categoryname>handler</categoryname>
3139: <description>logout</description>
1.10 harris41 3140: <status>works/unverified</status>
1.4 harris41 3141: </file>
3142: <file>
1.6 harris41 3143: <source>loncom/lonnet/perl/lonrep.pm</source>
3144: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
3145: <categoryname>handler</categoryname>
3146: <description>replication</description>
1.4 harris41 3147: </file>
3148: <file>
1.6 harris41 3149: <source>loncom/auth/lonroles.pm</source>
3150: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
3151: <categoryname>handler</categoryname>
3152: <description>
3153: This perl handling module reads in the available roles available
3154: for a LON-CAPA user (different courses, different privileges, etc)
3155: and produces a form-element HTML page which allows the user to select
3156: which role he wishes to exercise in the LON-CAPA system. For instance,
3157: a user may want to select between being a student in a thermodynamics
3158: physics course or a teaching assistant for an introductory calculus
3159: class.
3160: </description>
1.86 harris41 3161: </file>
3162: <file>
3163: <source>doc/man/Apache__lonroles.3</source>
3164: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
3165: <categoryname>doc</categoryname>
3166: <description>man page for lonroles.pm</description>
3167: <build trigger='always run'>
1.115 harris41 3168: loncom/build/pod2man.sh ../auth/lonroles.pm > \
3169: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 3170: </build>
3171: <status>works/unverified</status>
3172: <dependencies>
3173: ../../loncom/auth/lonroles.pm
3174: </dependencies>
3175: </file>
3176: <file>
1.118 harris41 3177: <source>doc/lib/perl/Apache/lonroles.html</source>
3178: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 3179: </target>
1.86 harris41 3180: <categoryname>doc</categoryname>
3181: <description>POD-derived page for lonroles.pm</description>
3182: <build trigger='always run'>
1.115 harris41 3183: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 3184: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 3185: </build>
3186: <status>works/unverified</status>
3187: <dependencies>
3188: ../../loncom/auth/lonroles.pm
3189: </dependencies>
1.4 harris41 3190: </file>
3191: <file>
1.6 harris41 3192: <source>loncom/interface/lonindexer.pm</source>
3193: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
3194: <categoryname>handler</categoryname>
3195: <description>
3196: cross server filesystem browser
3197: </description>
1.10 harris41 3198: <status>works/unverified</status>
1.76 harris41 3199: </file>
3200: <file>
3201: <source>doc/man/Apache__lonindexer.3</source>
3202: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 3203: <categoryname>doc</categoryname>
1.76 harris41 3204: <description>man page for lonindexer.pm</description>
3205: <build trigger='always run'>
1.115 harris41 3206: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
3207: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 3208: </build>
3209: <status>works/unverified</status>
3210: <dependencies>
3211: ../../loncom/interface/lonindexer.pm
3212: </dependencies>
3213: </file>
3214: <file>
1.118 harris41 3215: <source>doc/lib/perl/Apache/lonindexer.html</source>
3216: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 3217: </target>
1.83 harris41 3218: <categoryname>doc</categoryname>
1.76 harris41 3219: <description>POD-derived page for lonindexer.pm</description>
3220: <build trigger='always run'>
1.115 harris41 3221: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 3222: ../../doc/lib/perl/Apache/lonindexer.html && \
3223: echo 'pod2html lonindexer.pm'
1.76 harris41 3224: </build>
3225: <status>works/unverified</status>
3226: <dependencies>
3227: ../../loncom/interface/lonindexer.pm
3228: </dependencies>
1.4 harris41 3229: </file>
3230: <file>
1.24 harris41 3231: <source>loncom/interface/groupsort.pm</source>
3232: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
3233: <categoryname>handler</categoryname>
3234: <description>
3235: Implements a second phase of importing multiple resources into the RAT.
3236: Allows for reordering the sequence of resources.
3237: </description>
3238: <status>works/unverified</status>
3239: </file>
3240: <file>
1.6 harris41 3241: <source>loncom/lonnet/perl/lonnet.pm</source>
3242: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
3243: <categoryname>handler</categoryname>
3244: <description>
3245: This file is an interface to the lonc processes of the LON-CAPA network
3246: as well as set of elaborated functions for handling information necessary
3247: for navigating through a given cluster of LON-CAPA machines within a domain.
3248: There are over 40 specialized functions in this module which handle
3249: the reading and transmission of metadata, user information
3250: (ids, names, environments, roles, logs), file information (storage, reading,
3251: directories, extensions, replication, embedded styles and descriptors),
3252: educational resources (course descriptions, section names and numbers),
3253: url hashing (to assign roles on a url basis), and translating abbreviated
3254: symbols to and from more descriptive phrases or explanations.
3255: </description>
1.10 harris41 3256: <status>works/unverified</status>
1.73 harris41 3257: </file>
3258: <file>
3259: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 3260: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 3261: <categoryname>doc</categoryname>
1.73 harris41 3262: <description>man page for lonnet.pm</description>
3263: <build trigger='always run'>
1.115 harris41 3264: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
3265: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 3266: </build>
3267: <status>works/unverified</status>
3268: <dependencies>
3269: ../../loncom/lonnet/perl/lonnet.pm
3270: </dependencies>
3271: </file>
3272: <file>
1.118 harris41 3273: <source>doc/lib/perl/Apache/lonnet.html</source>
3274: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
3275: </target>
1.83 harris41 3276: <categoryname>doc</categoryname>
1.73 harris41 3277: <description>POD-derived page for lonnet.pm</description>
3278: <build trigger='always run'>
1.115 harris41 3279: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 3280: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 3281: </build>
3282: <status>works/unverified</status>
3283: <dependencies>
3284: ../../loncom/lonnet/perl/lonnet.pm
3285: </dependencies>
1.4 harris41 3286: </file>
3287: <file>
1.6 harris41 3288: <source>loncom/html/index.html</source>
3289: <target dist='default'>home/httpd/html/index.html</target>
3290: <categoryname>interface file</categoryname>
3291: <description>bumps to login</description>
1.181 www 3292: </file>
3293: <file>
3294: <source>loncom/html/favicon.ico</source>
3295: <target dist='default'>home/httpd/html/favicon.ico</target>
3296: <categoryname>interface file</categoryname>
3297: <description>Bookmark and tab icon</description>
1.4 harris41 3298: </file>
1.6 harris41 3299: <link>
3300: <linkto>etc/mime.types</linkto>
3301: <target dist='default'>etc/httpd/conf/mime.types</target>
3302: <categoryname>symbolic link</categoryname>
3303: <description>symbolic link to /etc/mime.types</description>
3304: </link>
3305: <link>
3306: <linkto>home/httpd/html/res</linkto>
3307: <target dist='default'>home/httpd/html/raw</target>
3308: <categoryname>symbolic link</categoryname>
3309: <description>symbolic link to /home/httpd/html/res</description>
3310: </link>
1.4 harris41 3311: <file>
1.6 harris41 3312: <source>loncom/html/adm/notfound.html</source>
3313: <target dist='default'>home/httpd/html/adm/notfound.html</target>
3314: <categoryname>interface file</categoryname>
3315: <description>
3316: static html page that is shown when an attempt is made to access a document
3317: not present on the web server
3318: </description>
1.4 harris41 3319: </file>
3320: <file>
1.6 harris41 3321: <source>loncom/html/adm/unauthorized.html</source>
3322: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
3323: <categoryname>interface file</categoryname>
3324: <description>
1.27 harris41 3325: static html page that is shown when an attempt is made to access a document
3326: which is restricted based on file or server configurations
1.32 harris41 3327: </description>
3328: </file>
3329: <file>
3330: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 3331: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 3332: <categoryname>interface file</categoryname>
3333: <description>
3334: Help page for the search engine.
1.6 harris41 3335: </description>
1.4 harris41 3336: </file>
3337: <file>
1.6 harris41 3338: <source>rat/client/rat.html</source>
3339: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
3340: <categoryname>interface file</categoryname>
3341: <description>
3342: frameset
3343: </description>
1.4 harris41 3344: </file>
3345: <file>
1.6 harris41 3346: <source>rat/client/parameter.html</source>
3347: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
3348: <categoryname>interface file</categoryname>
3349: <description>
3350: Parameter input window.
3351: </description>
1.4 harris41 3352: </file>
3353: <file>
1.6 harris41 3354: <source>rat/client/code.html</source>
3355: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 3356: <categoryname>interface file</categoryname>
3357: <description>
3358: javascript
3359: </description>
3360: </file>
3361: <file>
3362: <source>rat/client/extpickcode.html</source>
3363: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
3364: <categoryname>interface file</categoryname>
3365: <description>
3366: javascript
3367: </description>
3368: </file>
3369: <file>
3370: <source>rat/client/extpickframe.html</source>
3371: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 3372: <categoryname>interface file</categoryname>
3373: <description>
3374: javascript
3375: </description>
1.4 harris41 3376: </file>
3377: <file>
1.6 harris41 3378: <source>rat/client/map.html</source>
3379: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
3380: <categoryname>interface file</categoryname>
3381: <description>
3382: bumper
3383: </description>
1.4 harris41 3384: </file>
3385: <file>
1.6 harris41 3386: <source>rat/client/empty.html</source>
3387: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
3388: <categoryname>interface file</categoryname>
3389: <description>
3390: A blank page with very minimal HTML structural elements.
3391: </description>
1.4 harris41 3392: </file>
1.10 harris41 3393: <fileglob>
3394: <glob>*.gif</glob>
3395: <sourcedir>rat/images/</sourcedir>
3396: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
3397: <categoryname>graphic file</categoryname>
3398: <description>
3399: icons for providing a HTML-tabled view of a course map
3400: </description>
3401: <filenames>
1.37 harris41 3402: 1.1.dt.gif;
3403: 1.1.empty.gif;
3404: 1.1.ld.gif;
3405: 1.1.lr.gif;
3406: 1.1.rd.gif;
1.60 harris41 3407: 1.1.rl.gif;
1.37 harris41 3408: 1.1.td.gif;
3409: 1.1.tdrl.gif;
3410: 1.1.tl.gif;
3411: 1.1.tr.gif;
3412: 1.1.utd.gif;
3413: 1.2.ctd.gif;
3414: 1.2.dt.gif;
3415: 1.2.empty.gif;
3416: 1.2.ld.gif;
3417: 1.2.lr.gif;
3418: 1.2.lrd.gif;
3419: 1.2.lrtd.gif;
3420: 1.2.rd.gif;
3421: 1.2.rl.gif;
3422: 1.2.rld.gif;
3423: 1.2.rltd.gif;
3424: 1.2.rtd.gif;
3425: 1.2.rtdl.gif;
3426: 1.2.rtl.gif;
3427: 1.2.td.gif;
3428: 1.2.tdl.gif;
3429: 1.2.tdrl.gif;
3430: 1.2.tl.gif;
3431: 1.2.tr.gif;
3432: 1.2.utd.gif;
3433: 2.1.dt.gif;
3434: 2.1.empty.gif;
3435: 2.1.ld.gif;
3436: 2.1.lr.gif;
3437: 2.1.rd.gif;
3438: 2.1.rl.gif;
3439: 2.1.td.gif;
3440: 2.1.tdrl.gif;
3441: 2.1.tl.gif;
3442: 2.1.tr.gif;
3443: 2.2.dt.gif;
3444: 2.2.empty.gif;
3445: 2.2.ld.gif;
3446: 2.2.lr.gif;
3447: 2.2.lrd.gif;
3448: 2.2.lrt.gif;
3449: 2.2.rd.gif;
3450: 2.2.rl.gif;
3451: 2.2.rld.gif;
3452: 2.2.rlt.gif;
3453: 2.2.td.gif;
3454: 2.2.tdl.gif;
3455: 2.2.tdr.gif;
3456: 2.2.tdrl.gif;
3457: 2.2.tl.gif;
3458: 2.2.tr.gif;
3459: 2.2.url.gif;
3460: 2.2.utd.gif;
3461: arrow.gif;
3462: bdt.gif;
3463: bempty.gif;
3464: bld.gif;
3465: blr.gif;
3466: blrd.gif;
3467: blrt.gif;
1.60 harris41 3468: bottom.gif;
1.37 harris41 3469: brd.gif;
3470: brl.gif;
3471: brld.gif;
3472: brlt.gif;
3473: btd.gif;
3474: btdl.gif;
3475: btdr.gif;
3476: btdrl.gif;
3477: btl.gif;
3478: btr.gif;
3479: burl.gif;
3480: butd.gif;
3481: condition.gif;
3482: edit.gif;
3483: finish.gif;
3484: info.gif;
3485: inscol.gif;
3486: inscond.gif;
3487: insres.gif;
3488: insrow.gif;
3489: left.gif;
3490: middle.gif;
3491: resource.gif;
3492: right.gif;
3493: sctd.gif;
3494: sdt.gif;
3495: sempty.gif;
3496: sld.gif;
3497: slr.gif;
3498: slrd.gif;
3499: slrtd.gif;
3500: srd.gif;
3501: srl.gif;
3502: srld.gif;
3503: srltd.gif;
3504: srtd.gif;
3505: srtdl.gif;
3506: srtl.gif;
3507: start.gif;
3508: std.gif;
3509: stdl.gif;
1.10 harris41 3510: sutd.gif
3511: </filenames>
3512: </fileglob>
3513: <fileglob>
1.60 harris41 3514: <glob>*.*</glob>
1.10 harris41 3515: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
3516: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
3517: <categoryname>graphic file</categoryname>
3518: <description>
3519: icons to indicate an unexpected result
3520: </description>
3521: <filenames>
1.37 harris41 3522: lonconstruct.gif;
3523: lonlogo_broken.gif;
3524: lonlogo_broken_tsp.gif;
3525: lonlogo_broken.eps;
3526: lonlogo_broken.jpg;
1.10 harris41 3527: lonlogo_broken.mov
3528: </filenames>
3529: </fileglob>
3530: <fileglob>
1.60 harris41 3531: <glob>*.*</glob>
1.10 harris41 3532: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
3533: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
3534: <categoryname>graphic file</categoryname>
3535: <description>
1.132 harris41 3536: logos and general widget icons
1.10 harris41 3537: </description>
3538: <filenames>
1.68 harris41 3539: SMETE_white.gif;
1.117 harris41 3540: aboutlon.gif;
3541: accessbutton.gif;
1.60 harris41 3542: arrow_up.gif;
1.177 bowersj2 3543: branch.gif;
1.37 harris41 3544: cab.gif;
3545: cab_big.gif;
1.62 harris41 3546: capapanel.gif;
1.37 harris41 3547: class.gif;
3548: class_big.gif;
3549: dvi.gif;
3550: dvi_big.gif;
3551: eps.gif;
3552: eps_big.gif;
3553: exam.gif;
3554: exam_big.gif;
1.117 harris41 3555: fillbottom.gif;
3556: fillleft.gif;
3557: fillright.gif;
3558: filltop.gif;
1.37 harris41 3559: folder_closed.gif;
3560: folder_opened.gif;
3561: folder_pointer_closed.gif;
3562: folder_pointer_opened.gif;
3563: form.gif;
3564: form_big.gif;
3565: gif.gif;
3566: gif_big.gif;
1.117 harris41 3567: header.gif;
1.37 harris41 3568: htm.gif;
3569: html.gif;
3570: html_big.gif;
1.52 harris41 3571: jar.gif;
3572: jar_big.gif;
1.37 harris41 3573: jpg.gif;
3574: jpg_big.gif;
1.62 harris41 3575: latex.gif;
1.117 harris41 3576: lite.gif;
1.37 harris41 3577: liteani.gif;
1.117 harris41 3578: litetext.gif;
1.62 harris41 3579: lolpanel.gif;
1.37 harris41 3580: lonanim.gif;
3581: lonanimend.gif;
1.117 harris41 3582: loncapalogo.gif;
1.37 harris41 3583: lonhelplogos.gif;
1.60 harris41 3584: lonhelptop.gif;
1.37 harris41 3585: lonlogo.gif;
3586: lonlogos.gif;
1.117 harris41 3587: lowerleft.gif;
3588: lowerright.gif;
1.37 harris41 3589: meta.gif;
3590: meta_big.gif;
3591: mov.gif;
3592: mov_big.gif;
3593: move_up.gif;
3594: move_down.gif;
1.177 bowersj2 3595: navmap.correct.gif;
3596: navmap.open.gif;
3597: navmap.wrong.gif;
1.180 bowersj2 3598: navmap.folder.open.gif;
3599: navmap.folder.closed.gif;
1.37 harris41 3600: page.gif;
3601: page_big.gif;
3602: pdf.gif;
3603: pdf_big.gif;
1.54 harris41 3604: png.gif;
3605: png_big.gif;
1.37 harris41 3606: problem.gif;
3607: problem_big.gif;
3608: ps.gif;
3609: ps_big.gif;
3610: quill.gif;
3611: quiz.gif;
3612: quiz_big.gif;
3613: select.gif;
3614: sequence.gif;
3615: sequence_big.gif;
3616: server.gif;
3617: server_big.gif;
3618: srvbad.gif;
3619: srvempty.gif;
3620: srvgood.gif;
3621: srvhalf.gif;
3622: srvnull.gif;
3623: survey.gif;
3624: survey_big.gif;
3625: tex.gif;
3626: tex_big.gif;
1.210 www 3627: tth.gif;
1.37 harris41 3628: txt.gif;
3629: txt_big.gif;
1.57 harris41 3630: unknown.gif;
3631: unknown_big.gif;
1.117 harris41 3632: upperleft.gif;
3633: upperright.gif;
1.37 harris41 3634: user.gif;
3635: user_big.gif;
1.117 harris41 3636: userauthentication.gif;
1.37 harris41 3637: wav.gif;
3638: wav_big.gif;
3639: white_space_20_22.gif;
3640: whitespace1.gif;
3641: whitespace10.gif;
3642: whitespace2.gif;
3643: whitespace3.gif;
3644: whitespace4.gif;
3645: whitespace5.gif;
3646: whitespace6.gif;
3647: whitespace7.gif;
3648: whitespace8.gif;
3649: whitespace9.gif;
3650: xml.gif;
3651: xml_big.gif;
3652: zip.gif;
1.10 harris41 3653: zip_big.gif
3654: </filenames>
3655: </fileglob>
3656: <fileglob>
1.60 harris41 3657: <glob>*.*</glob>
1.10 harris41 3658: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
3659: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
3660: <categoryname>graphic file</categoryname>
3661: <description>
1.132 harris41 3662: Miscellaneous resources.
1.10 harris41 3663: </description>
3664: <filenames>
1.80 harris41 3665: authorfeed.gif;
3666: bomb.gif;
1.40 harris41 3667: cat_button.gif;
1.80 harris41 3668: chat.gif;
1.111 harris41 3669: eval_button.gif;
1.80 harris41 3670: feedback.gif;
1.40 harris41 3671: pprm_button.gif;
3672: pgrd_button.gif;
3673: subm_button.gif
1.10 harris41 3674: </filenames>
3675: </fileglob>
3676: <file>
3677: <source>loncom/xml/tth.pm</source>
3678: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115 harris41 3679: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10 harris41 3680: <categoryname>system file</categoryname>
3681: <description>
3682: perl module for invoking functions specific to TeX-to-HTML conversion
3683: </description>
3684: <note>
3685: Has the same dependencies and build process as tth.so.
3686: Currently, only the tth.so file specifications invoke
1.49 harris41 3687: the build process however. A static version is checked into loncom/xml
3688: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 3689: </note>
1.113 harris41 3690: <status>works/unverified</status>
3691: </file>
3692: <file>
3693: <source>loncom/xml/LCParser.pm</source>
3694: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 3695: <categoryname>system file</categoryname>
3696: <description>
3697: perl module for parsing HTML in a way that really works and is thoroughly
3698: tested
3699: </description>
3700: <status>works/unverified</status>
3701: </file>
3702: <file>
3703: <source>loncom/configuration/Configuration.pm</source>
3704: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 3705: <categoryname>system file</categoryname>
3706: <description>
1.126 harris41 3707: Configuration file reader (looks in /etc/httpd/conf/); accepts
3708: a list of *.conf files to inspect for PerlSetVar key/value
3709: entries.
1.113 harris41 3710: </description>
1.10 harris41 3711: <status>works/unverified</status>
3712: </file>
3713: <file>
3714: <source>modules/TexConvert/tthperl/tth.so</source>
3715: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115 harris41 3716: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10 harris41 3717: <categoryname>system file</categoryname>
3718: <description>
3719: shared library file for dynamic loading and unloading
3720: </description>
3721: <note>
3722: The source and file dependencies are not available to most
3723: CVS users. (You can safely rely on the existing binaries
3724: present on your system... don't worry about warnings
3725: related to this file during the build process.)
3726: </note>
3727: <build trigger='run if dependencies change'>
3728: modules/TexConvert/tthperl/commands
3729: </build>
3730: <status>works/unverified</status>
3731: <dependencies>
1.39 harris41 3732: ../tthdynamic/tthfunc.c;
1.82 harris41 3733: ../ttmdynamic/ttmfunc.c
1.10 harris41 3734: </dependencies>
3735: </file>
3736: <file>
3737: <source>loncom/homework/caparesponse/capa.pm</source>
3738: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115 harris41 3739: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10 harris41 3740: <categoryname>system file</categoryname>
3741: <description>
3742: perl module for invoking functions specific to CAPA
3743: </description>
1.49 harris41 3744: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 3745: <note>
3746: Has the same dependencies and build process as capa.so.
3747: Currently, only the capa.so file specifications invoke
3748: the build process however.
3749: </note>
3750: </file>
3751: <file>
3752: <source>loncom/homework/caparesponse/capa.bs</source>
3753: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115 harris41 3754: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10 harris41 3755: <categoryname>system file</categoryname>
3756: <description>
1.27 harris41 3757: bootstrap file associated with dynamic loading of this module on multiple
3758: architectures
1.10 harris41 3759: </description>
1.49 harris41 3760: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 3761: <note>
3762: Has the same dependencies and build process as capa.so.
3763: Currently, only the capa.so file specifications invoke
3764: the build process however.
3765: </note>
3766: </file>
3767: <file>
3768: <source>loncom/homework/caparesponse/capa.so</source>
3769: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115 harris41 3770: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10 harris41 3771: <categoryname>system file</categoryname>
3772: <description>
3773: shared library file for dynamic loading and unloading
3774: </description>
3775: <build trigger='always run'>
3776: loncom/homework/caparesponse/commands
3777: </build>
3778: <dependencies>
1.39 harris41 3779: caparesponse.c;
1.119 harris41 3780: caparesponse.pm;
3781: README;
3782: Makefile.PL;
3783: capa.i;
1.120 harris41 3784: commands;
3785: ../../../CAPA/pProj/capaGrammarDef.y;
3786: ../../../CAPA/pProj/capaFormula.y;
3787: ../../../CAPA/pProj/capaLexerDef.flex;
3788: ../../../CAPA/pProj/capaFunction.c;
3789: ../../../CAPA/pProj/capaParserUtils.c;
3790: ../../../CAPA/pProj/capaMapExpr.c;
3791: ../../../CAPA/pProj/capaUnit.c;
3792: ../../../CAPA/pProj/com.c;
3793: ../../../CAPA/pProj/linpack.c;
3794: ../../../CAPA/pProj/ranlib.c;
3795: ../../../CAPA/pProj/capaCgiUtils.c;
3796: ../../../CAPA/pProj/capaSubjective.c;
3797: ../../../CAPA/pProj/capaRQO.c;
3798: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 3799: ../../../CAPA/pProj/capaCommon.c;
3800: ../../../CAPA/pProj/capaCommon.h;
3801: ../../../CAPA/pProj/ranlib.h;
3802: ../../../CAPA/pProj/capaCGI.h;
3803: ../../../CAPA/pProj/capaFunction.h;
3804: ../../../CAPA/pProj/capaRQO.h;
3805: ../../../CAPA/pProj/capaParser.h;
3806: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 3807: </dependencies>
3808: </file>
3809: <fileglob>
3810: <glob>*.ent</glob>
3811: <sourcedir>loncom/MathML/</sourcedir>
3812: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
3813: <categoryname>system file</categoryname>
3814: <description>
1.27 harris41 3815: xml files which assign unicode numbers to mathematical symbols using
3816: <! ENTITY... > type syntax.
1.10 harris41 3817: </description>
3818: <filenames>
1.37 harris41 3819: isoamsa.ent;
3820: isoamsb.ent;
3821: isoamsc.ent;
3822: isoamsn.ent;
3823: isoamso.ent;
3824: isoamsr.ent;
3825: isobox.ent;
3826: isocyr1.ent;
3827: isocyr2.ent;
3828: isodia.ent;
3829: isogrk1.ent;
3830: isogrk2.ent;
3831: isogrk3.ent;
3832: isogrk4.ent;
3833: isolat1.ent;
3834: isolat2.ent;
3835: isomfrk.ent;
3836: isomopf.ent;
3837: isomscr.ent;
3838: isonum.ent;
3839: isopub.ent;
3840: isotech.ent;
3841: mmlalias.ent;
1.10 harris41 3842: mmlextra.ent
3843: </filenames>
1.37 harris41 3844: </fileglob>
1.10 harris41 3845: <file>
3846: <source>loncom/MathML/mathml.css</source>
3847: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
3848: <categoryname>system file</categoryname>
3849: <description>
3850: cascading style sheet
3851: </description>
3852: </file>
3853: <file>
3854: <source>loncom/MathML/mathml.dtd</source>
3855: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
3856: <categoryname>system file</categoryname>
3857: <description>
3858: document type definition
3859: </description>
3860: </file>
1.4 harris41 3861: <file>
1.10 harris41 3862: <source>loncom/auth/londes.js</source>
3863: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
3864: <categoryname>interface file</categoryname>
1.6 harris41 3865: <description>
1.27 harris41 3866: Encryption Routines according to Data Encryption Standard DES, written in
3867: javascript.
1.6 harris41 3868: </description>
1.4 harris41 3869: </file>
3870: <file>
1.10 harris41 3871: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 3872: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
3873: </target>
1.10 harris41 3874: <categoryname>handler</categoryname>
1.6 harris41 3875: <description>
1.115 harris41 3876: Intended for providing perl functions for the <script></script>
3877: environment in a problem that was converted from lectureonline.
1.6 harris41 3878: </description>
1.4 harris41 3879: </file>
3880: <file>
1.10 harris41 3881: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 3882: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
3883: </target>
1.10 harris41 3884: <categoryname>handler</categoryname>
1.6 harris41 3885: <description>
1.14 harris41 3886: Provides many functions for the <script> environment in a .problem.
1.11 harris41 3887: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 3888: </description>
1.4 harris41 3889: </file>
3890: <file>
1.10 harris41 3891: <source>loncom/homework/capa.units</source>
3892: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
3893: <categoryname>static conf</categoryname>
1.6 harris41 3894: <description>
1.10 harris41 3895: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 3896: </description>
1.4 harris41 3897: </file>
1.165 www 3898: <fileglob>
3899: <glob>*.jpg</glob>
3900: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
3901: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
3902: <categoryname>graphic file</categoryname>
3903: <description>Pages headers</description>
3904: <filenames>
3905: admin.jpg;
3906: author.jpg;
3907: coordinator.jpg;
3908: header.jpg;
3909: student.jpg;
1.166 www 3910: </filenames>
3911: </fileglob>
3912: <fileglob>
3913: <glob>*.gif</glob>
3914: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
3915: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
3916: <categoryname>graphic file</categoryname>
3917: <description>Logos of LON-CAPA domains</description>
1.168 www 3918: <filenames>
1.197 albertel 3919: 103.gif;
3920: gerd.gif;
3921: mio.gif;
3922: msuvu.gif;
3923: ohiou.gif;
3924: rhs.gif;
3925: sfu.gif;
3926: tmcc.gif;
3927: umich.gif;
3928: worf.gif;
3929: annarbor.gif;
3930: elps.gif;
3931: gwu.gif;
3932: msudemo.gif;
3933: ndsu.gif;
3934: physnet.gif;
3935: sc.gif;
3936: Selwyn.gif;
3937: ucf.gif;
3938: unihalle.gif;
3939: wscc.gif;
3940: cps.gif;
3941: fsu.gif;
3942: lsd.gif;
3943: msu.gif;
3944: nsdl.gif;
3945: pmm.gif;
3946: sunysb.gif;
3947: udel.gif;
3948: uz.gif
1.168 www 3949: </filenames>
3950: </fileglob>
3951: <fileglob>
3952: <glob>*.tab</glob>
3953: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
3954: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
3955: <categoryname>conf</categoryname>
3956: <description>Designs of LON-CAPA domains</description>
1.166 www 3957: <filenames>
1.197 albertel 3958: annarbor.tab;
3959: default.tab;
3960: msu.tab;
3961: sfu.tab;
3962: worf.tab
1.165 www 3963: </filenames>
3964: </fileglob>
1.10 harris41 3965: <fileglob>
3966: <glob>*.gif</glob>
1.159 www 3967: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
3968: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 3969: <categoryname>graphic file</categoryname>
1.159 www 3970: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 3971: <filenames>
1.130 www 3972: 0.gif;
3973: 1.gif;
3974: 2.gif;
3975: 3.gif;
3976: 4.gif;
3977: 5.gif;
3978: 6.gif;
3979: 7.gif;
3980: 8.gif;
3981: 9.gif;
1.37 harris41 3982: a.gif;
1.159 www 3983: b.gif;
3984: c.gif;
3985: d.gif;
3986: e.gif;
3987: f.gif;
3988: g.gif;
3989: h.gif;
3990: i.gif;
3991: j.gif;
3992: k.gif;
3993: l.gif;
3994: m.gif;
3995: n.gif;
3996: o.gif;
3997: p.gif;
3998: q.gif;
3999: r.gif;
4000: s.gif;
4001: t.gif;
4002: u.gif;
4003: v.gif;
4004: w.gif;
4005: x.gif;
4006: y.gif;
4007: z.gif;
4008: colon.gif;
4009: hyphen.gif;
4010: slash.gif;
4011: space.gif;
4012: </filenames>
4013: </fileglob>
4014: <fileglob>
4015: <glob>*.gif</glob>
4016: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
4017: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
4018: <categoryname>graphic file</categoryname>
4019: <description>icons used for the entire LON-CAPA user interface</description>
4020: <filenames>
1.147 www 4021: anno.gif;
1.37 harris41 4022: anot.gif;
4023: back.gif;
1.147 www 4024: bchat.gif;
1.37 harris41 4025: bkm.gif;
4026: brws.gif;
1.60 harris41 4027: catalog.gif;
1.37 harris41 4028: ccrs.gif;
4029: chat.gif;
4030: chrt.gif;
4031: com.gif;
4032: courses.gif;
4033: cprv.gif;
4034: cstr.gif;
4035: dempty.gif;
1.147 www 4036: docs.gif;
1.37 harris41 4037: egrd.gif;
4038: empty.gif;
4039: enrl.gif;
4040: eval.gif;
4041: fdbk.gif;
4042: feedback.gif;
4043: forw.gif;
4044: grds.gif;
4045: group.gif;
4046: help.gif;
4047: info.gif;
4048: ledblink.gif;
4049: ledgreen.gif;
4050: ledoff.gif;
4051: ledon.gif;
4052: ledsend.gif;
4053: logout.gif;
4054: mrk.gif;
4055: nav.gif;
4056: next.gif;
1.131 www 4057: nothumb.gif;
1.37 harris41 4058: parm.gif;
4059: pgrd.gif;
4060: pparm.gif;
1.99 harris41 4061: pref.gif;
1.37 harris41 4062: prev.gif;
4063: prt.gif;
4064: qempty.gif;
4065: reload.gif;
4066: remotebg.gif;
4067: res.gif;
4068: roles.gif;
4069: sbkm.gif;
4070: spacer.gif;
4071: sprs.gif;
4072: src.gif;
4073: stat.gif;
4074: subm.gif;
4075: title.gif;
4076: vbkm.gif;
1.10 harris41 4077: </filenames>
4078: </fileglob>
1.4 harris41 4079: <file>
1.10 harris41 4080: <source>loncom/html/res/adm/pages/imgmaps.html</source>
4081: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
4082: <categoryname>interface file</categoryname>
1.6 harris41 4083: <description>
1.10 harris41 4084: image maps for the LON-CAPA remote control
1.6 harris41 4085: </description>
1.4 harris41 4086: </file>
4087: <file>
1.10 harris41 4088: <source>loncom/html/res/adm/pages/index.html</source>
4089: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
4090: <categoryname>interface file</categoryname>
1.6 harris41 4091: <description>
1.10 harris41 4092: welcoming page to the LON-CAPA system upon login
1.6 harris41 4093: </description>
1.4 harris41 4094: </file>
4095: <file>
1.10 harris41 4096: <source>loncom/html/res/adm/pages/menu.html</source>
4097: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
4098: <categoryname>interface file</categoryname>
1.6 harris41 4099: <description>
1.10 harris41 4100: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 4101: </description>
1.4 harris41 4102: </file>
1.10 harris41 4103: <fileglob>
4104: <glob>*.gif</glob>
4105: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 4106: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
4107: </targetdir>
1.10 harris41 4108: <categoryname>graphic file</categoryname>
4109: <description>
1.132 harris41 4110: icons used for directory indexing and login screen
1.10 harris41 4111: </description>
4112: <filenames>
1.37 harris41 4113: a.gif;
4114: alert.black.gif;
4115: alert.red.gif;
4116: back.gif;
4117: ball.gray.gif;
4118: ball.red.gif;
4119: binary.gif;
4120: binhex.gif;
4121: blank.gif;
4122: bomb.gif;
4123: box1.gif;
4124: box2.gif;
4125: broken.gif;
4126: burst.gif;
4127: c.gif;
4128: comp.blue.gif;
4129: comp.gray.gif;
4130: compressed.gif;
4131: continued.gif;
4132: course.gif;
4133: dir.gif;
4134: down.gif;
4135: dvi.gif;
4136: f.gif;
4137: folder.gif;
4138: folder.open.gif;
4139: folder.sec.gif;
4140: folder_closed.gif;
4141: folder_closed_pressed.gif;
4142: folder_new.gif;
4143: folder_opened.gif;
4144: folder_opened_pressed.gif;
4145: folder_pointer_closed.gif;
4146: folder_pointer_opened.gif;
4147: folder_spacer.gif;
4148: folder_trash.gif;
4149: forward.gif;
4150: generic.gif;
4151: generic.red.gif;
4152: generic.sec.gif;
4153: hand.right.gif;
4154: hand.up.gif;
4155: html.gif;
4156: image1.gif;
4157: image2.gif;
4158: image3.gif;
4159: index.gif;
4160: layout.gif;
4161: left.gif;
4162: link.gif;
4163: mov.gif;
4164: movie1.gif;
4165: p.gif;
4166: patch.gif;
4167: pdf.gif;
4168: portal.gif;
4169: problem.gif;
4170: ps.gif;
4171: quill.gif;
4172: right.gif;
4173: screw1.gif;
4174: screw2.gif;
4175: script.gif;
4176: sound1.gif;
4177: sound2.gif;
4178: sphere1.gif;
4179: sphere2.gif;
4180: tar.gif;
4181: tex.gif;
4182: text.gif;
4183: transfer.gif;
4184: unknown.gif;
4185: up.gif;
4186: uu.gif;
4187: uuencoded.gif;
4188: white_space_20_22.gif;
4189: white_space_22_22.gif;
4190: whitespace1.gif;
4191: whitespace10.gif;
4192: whitespace2.gif;
4193: whitespace3.gif;
4194: whitespace4.gif;
4195: whitespace5.gif;
4196: whitespace6.gif;
4197: whitespace7.gif;
4198: whitespace8.gif;
4199: whitespace9.gif;
4200: world1.gif;
1.10 harris41 4201: world2.gif
4202: </filenames>
4203: </fileglob>
4204: <fileglob>
4205: <glob>*.gif</glob>
4206: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4207: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4208: </targetdir>
1.10 harris41 4209: <categoryname>graphic file</categoryname>
4210: <description>
1.132 harris41 4211: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 4212: </description>
4213: <filenames>
1.37 harris41 4214: folder_anim.gif;
4215: folder_close.gif;
4216: folder_drag.gif;
4217: folder_new.gif;
4218: folder_open.gif;
4219: folder_pointer_closed.gif;
4220: folder_pointer_opened.gif;
4221: folder_static.gif;
4222: folder_trash.gif;
4223: folder_trash_hover.gif;
4224: left_bar.gif;
4225: link.gif;
4226: link_anim.gif;
4227: link_drag.gif;
4228: ll_corner.gif;
4229: lower_bar.gif;
4230: lr_corner.gif;
4231: pix.gif;
4232: right_bar.gif;
4233: toolbar_bg.gif;
4234: ul_corner.gif;
4235: upper_bar.gif;
1.10 harris41 4236: ur_corner.gif
4237: </filenames>
4238: </fileglob>
4239: <fileglob>
4240: <glob>*.html</glob>
4241: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 4242: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
4243: </targetdir>
1.10 harris41 4244: <categoryname>interface file</categoryname>
4245: <description>
1.132 harris41 4246: associated with the scheme of displaying bookmarks
1.10 harris41 4247: </description>
4248: <filenames>
1.37 harris41 4249: bookmarkmenu_toolbar.html;
4250: blank.html;
1.10 harris41 4251: closechildren.html
4252: </filenames>
4253: </fileglob>
1.4 harris41 4254: <file>
1.10 harris41 4255: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 4256: <target dist='default'>
4257: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 4258: <categoryname>interface file</categoryname>
1.6 harris41 4259: <description>
1.10 harris41 4260: javascript for handling client-side interactions with bookmark interface
1.6 harris41 4261: </description>
1.171 harris41 4262: </file>
4263: <file>
4264: <source>loncom/build/CHECKRPMS</source>
4265: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 4266: <categoryname>system script</categoryname>
1.171 harris41 4267: <description>
4268: manilla wrapper around check-rpms
4269: </description>
4270: <status>tested/documented/beta</status>
1.103 harris41 4271: </file>
4272: <file>
4273: <source>loncom/build/check-rpms</source>
1.152 harris41 4274: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 4275: <categoryname>system script</categoryname>
1.103 harris41 4276: <description>
4277: compare installed rpms with up-to-date distribution
4278: </description>
4279: <status>tested/documented/beta</status>
4280: </file>
4281: <file>
4282: <source>doc/man/check-rpms.1</source>
4283: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
4284: <categoryname>doc</categoryname>
4285: <description>man page for check-rpms</description>
4286: <build trigger='always run'>
1.115 harris41 4287: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 4288: echo 'manifying check-rpms'
1.103 harris41 4289: </build>
4290: <status>beta</status>
4291: <dependencies>
4292: ../../loncom/build/check-rpms
4293: </dependencies>
4294: </file>
4295: <file>
4296: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 4297: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
4298: </target>
1.103 harris41 4299: <categoryname>doc</categoryname>
4300: <description>POD-derived page for check-rpms</description>
4301: <build trigger='always run'>
1.118 harris41 4302: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
4303: && echo 'pod2html checkrpms'
1.103 harris41 4304: </build>
4305: <status>works/unverified</status>
4306: <dependencies>
4307: ../../loncom/build/check-rpms
4308: </dependencies>
1.4 harris41 4309: </file>
4310: <file>
1.10 harris41 4311: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 4312: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
4313: </target>
1.10 harris41 4314: <categoryname>script</categoryname>
1.6 harris41 4315: <description>
1.206 harris41 4316: Updates .lpmlnew files with previous settings. Also supports alternative
4317: schemes of settings-updating and file-overwriting.
1.6 harris41 4318: </description>
1.206 harris41 4319: <status>works/unverified</status>
1.4 harris41 4320: </file>
4321: <file>
1.10 harris41 4322: <source>loncom/cron/loncapa</source>
4323: <target dist='default'>etc/cron.d/loncapa</target>
4324: <categoryname>static conf</categoryname>
4325: <description>
4326: file that specifies periodic processes to run for the LON-CAPA machine
4327: </description>
4328: </file>
4329: <file>
4330: <source>loncom/ntp/step-tickers</source>
1.175 harris41 4331: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
4332: </target>
4333: <categoryname>static conf</categoryname>
1.10 harris41 4334: <description>
4335: file that stimulates running of ntpdate upon init.d/xntpd initiation
4336: </description>
4337: <note>
4338: <table cellpadding='0' cellspacing='0' border='1'>
4339: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
4340: </table>
4341: </note>
1.48 harris41 4342: </file>
4343: <file>
4344: <source>loncom/pam.d/pwauth</source>
4345: <target dist='default'>etc/pam.d/pwauth</target>
4346: <categoryname>static conf</categoryname>
4347: <description>
4348: file that allows setuid password privileges for pwauth executable
4349: </description>
4350: </file>
4351: <file>
4352: <source>loncom/pam.d/pwchange</source>
4353: <target dist='default'>etc/pam.d/pwchange</target>
4354: <categoryname>static conf</categoryname>
4355: <description>
4356: file that allows setuid password privileges for pwchange (lcpasswd) executable
4357: </description>
1.10 harris41 4358: </file>
4359: <file>
4360: <source>loncom/init.d/loncontrol</source>
4361: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
4362: <categoryname>root script</categoryname>
4363: <description>
4364: Controls the launching/halting of lonc, lond, and lonsql processes.
4365: </description>
4366: </file>
4367: <link>
1.115 harris41 4368: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 4369: <target dist='default'>
1.37 harris41 4370: etc/rc.d/rc0.d/K05loncontrol;
4371: etc/rc.d/rc1.d/K05loncontrol;
4372: etc/rc.d/rc2.d/K05loncontrol;
4373: etc/rc.d/rc3.d/S95loncontrol;
4374: etc/rc.d/rc4.d/S95loncontrol;
4375: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 4376: etc/rc.d/rc6.d/K05loncontrol
4377: </target>
4378: <categoryname>symbolic link</categoryname>
1.27 harris41 4379: <description>
4380: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 4381: </link>
4382: <file>
4383: <source>loncom/atalk/config</source>
1.152 harris41 4384: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 4385: <categoryname>static conf</categoryname>
1.6 harris41 4386: <description>
1.27 harris41 4387: configuration file to make LON-CAPA server file space accessible to
4388: Appleshares access (Macintosh)
1.6 harris41 4389: </description>
1.4 harris41 4390: </file>
1.14 harris41 4391: </files>
1.1 harris41 4392: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>