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