Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.771
1.117 harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
1.81 harris41 3: <!-- loncapafiles.lpml -->
1.67 harris41 4:
1.771 ! www 5: <!-- $Id: loncapafiles.lpml,v 1.770 2011/11/25 15:49:19 www Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
43: !!! This sometimes happens (bad): !!!
44: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
45: !!! Should be: !!!
46: !!! 127.0.0.1 localhost.localdomain localhost !!!
47: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
48: </specialnotice>
1.94 harris41 49: </specialnotices>
1.1 harris41 50: <targetroot>/</targetroot>
51: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 52: <categories>
1.1 harris41 53: <category name="interface file" type="runtime">
1.5 harris41 54: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 55: <abbreviation>interfacefile</abbreviation>
1.1 harris41 56: </category>
57: <category name="interface file" type="development">
1.5 harris41 58: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 59: <abbreviation>interfacefile</abbreviation>
1.1 harris41 60: </category>
61: <category name="setuid script" type="runtime">
1.5 harris41 62: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 63: <abbreviation>setuid</abbreviation>
1.1 harris41 64: </category>
65: <category name="setuid script" type="development">
1.5 harris41 66: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 67: <abbreviation>setuid</abbreviation>
1.1 harris41 68: </category>
69: <category name="handler" type="runtime">
1.5 harris41 70: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 71: <abbreviation>handler</abbreviation>
1.1 harris41 72: </category>
73: <category name="handler" type="development">
1.89 harris41 74: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 75: <abbreviation>handler</abbreviation>
1.1 harris41 76: </category>
77: <category name="static conf" type="runtime">
1.5 harris41 78: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 79: <abbreviation>static</abbreviation>
1.1 harris41 80: </category>
81: <category name="static conf" type="development">
1.5 harris41 82: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 83: <abbreviation>static</abbreviation>
1.1 harris41 84: </category>
1.301 albertel 85: <category name="www static conf" type="runtime">
86: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
87: <abbreviation>static</abbreviation>
88: </category>
89: <category name="www static conf" type="development">
90: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
91: <abbreviation>static</abbreviation>
92: </category>
1.1 harris41 93: <category name="conf" type="runtime">
1.5 harris41 94: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 95: <abbreviation>configurable</abbreviation>
1.1 harris41 96: </category>
97: <category name="conf" type="development">
1.5 harris41 98: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 99: <abbreviation>configurable</abbreviation>
1.1 harris41 100: </category>
1.718 raeburn 101: <category name="www conf" type="runtime">
102: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
103: <abbreviation>configurable</abbreviation>
104: </category>
105: <category name="www conf" type="development">
106: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
107: <abbreviation>configurable</abbreviation>
108: </category>
1.1 harris41 109: <category name="script" type="runtime">
1.89 harris41 110: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 111: <abbreviation>script</abbreviation>
1.1 harris41 112: </category>
113: <category name="script" type="development">
1.89 harris41 114: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 115: <abbreviation>script</abbreviation>
1.1 harris41 116: </category>
117: <category name="graphic file" type="runtime">
1.5 harris41 118: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 119: <abbreviation>graphicfile</abbreviation>
1.1 harris41 120: </category>
121: <category name="graphic file" type="development">
1.89 harris41 122: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 123: <abbreviation>graphicfile</abbreviation>
1.1 harris41 124: </category>
1.738 raeburn 125: <category name="lexicon file" type="runtime">
126: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
127: <abbreviation>lexicon</abbreviation>
128: </category>
129: <category name="lexicon file" type="development">
130: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
131: <abbreviation>lexicon</abbreviation>
132: </category>
1.83 harris41 133: <category name="doc" type="runtime">
134: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
135: <abbreviation>systemfile</abbreviation>
136: </category>
137: <category name="doc" type="development">
138: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
139: <abbreviation>systemfile</abbreviation>
140: </category>
1.1 harris41 141: <category name="system file" type="runtime">
1.5 harris41 142: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 143: <abbreviation>systemfile</abbreviation>
1.1 harris41 144: </category>
145: <category name="system file" type="development">
1.5 harris41 146: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 147: <abbreviation>systemfile</abbreviation>
1.1 harris41 148: </category>
1.188 harris41 149: <category name="system script" type="runtime">
150: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
151: <abbreviation>systemscript</abbreviation>
152: </category>
153: <category name="system script" type="development">
154: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
155: <abbreviation>systemscript</abbreviation>
156: </category>
1.1 harris41 157: <category name="root script" type="runtime">
1.89 harris41 158: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 159: <abbreviation>rootscript</abbreviation>
1.1 harris41 160: </category>
161: <category name="root script" type="development">
1.89 harris41 162: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 163: <abbreviation>rootscript</abbreviation>
1.1 harris41 164: </category>
165: <category name="symbolic link" type="runtime">
1.5 harris41 166: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 167: <abbreviation>link</abbreviation>
1.1 harris41 168: </category>
169: <category name="symbolic link" type="development">
1.5 harris41 170: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 171: <abbreviation>link</abbreviation>
1.1 harris41 172: </category>
173: <category name="standard" type="runtime">
1.5 harris41 174: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 175: <abbreviation>directory</abbreviation>
1.1 harris41 176: </category>
177: <category name="standard" type="development">
1.5 harris41 178: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 179: <abbreviation>directory</abbreviation>
1.1 harris41 180: </category>
181: <category name="server standard" type="runtime">
1.5 harris41 182: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 183: <abbreviation>directory</abbreviation>
1.1 harris41 184: </category>
185: <category name="server standard" type="development">
1.5 harris41 186: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 187: <abbreviation>directory</abbreviation>
1.1 harris41 188: </category>
189: <category name="server readonly" type="runtime">
1.5 harris41 190: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 191: <abbreviation>directory</abbreviation>
1.1 harris41 192: </category>
193: <category name="server readonly" type="development">
1.89 harris41 194: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 195: <abbreviation>directory</abbreviation>
1.1 harris41 196: </category>
1.14 harris41 197: </categories>
1.2 harris41 198: <rpm>
1.3 harris41 199: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
200: <rpmName>LON-CAPA-base</rpmName>
201: <rpmVersion>3.1</rpmVersion>
202: <rpmRelease>1</rpmRelease>
1.27 harris41 203: <rpmVendor>Laboratory for Instructional Technology Education,
204: Division of Science and Mathematics Education, Michigan State University.
205: </rpmVendor>
1.3 harris41 206: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
207: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
208: <rpmGroup>Utilities/System</rpmGroup>
209: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
210: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 211: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
212: files in their directories.\n
213: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
214: </rpmdescription>
1.10 harris41 215: <rpmpre>echo '***********************************************************************'\n
216: echo 'LON-CAPA LearningOnline with CAPA'\n
217: echo 'http://www.lon-capa.org/'\n
218: echo 'Gerd Kortemeyer, et al'\n
219: echo 'Laboratory for Instructional Technology Education'\n
220: echo 'Michigan State University'\n
221: echo 'General Public License, Version 2, June 1991'\n
222: echo '** Michigan State University patents may apply **'\n
223: echo ' '\n
224: echo 'This installation assumes an installation of Redhat 6.2'\n
225: echo ' '\n
226: echo 'The server computer should be currently connected to the ethernet'\n
227: echo ' '\n
228: echo '***********************************************************************'\n
229: </rpmpre>
1.83 harris41 230: <rpmRequires>
231: <item>PreReq: LON-CAPA-setup</item>
232: <item>PreReq: apache</item>
1.129 harris41 233: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 234: </rpmRequires>
1.2 harris41 235: </rpm>
1.14 harris41 236: <directories>
1.115 harris41 237: <directory dist='default'>
1.179 harris41 238: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 239: <targetdir dist='default'>etc</targetdir>
240: <categoryname>standard</categoryname>
241: <description>standard linux directory for configuration files</description>
242: </directory>
1.115 harris41 243: <directory dist='default'>
1.179 harris41 244: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 245: <targetdir dist='default'>etc/cron.d</targetdir>
246: <categoryname>standard</categoryname>
247: <description>standard linux directory for running time-based "jobs"
248: </description>
249: </directory>
1.115 harris41 250: <directory dist='default'>
1.179 harris41 251: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 252: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.749 raeburn 253: <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd</targetdir>
1.769 raeburn 254: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/apache2</targetdir>
1.3 harris41 255: <categoryname>standard</categoryname>
256: <description>web configuration files</description>
1.37 harris41 257: </directory>
1.115 harris41 258: <directory dist='default'>
1.749 raeburn 259: <protectionlevel>modest_delete</protectionlevel>
260: <targetdir dist='default'>etc/httpd/conf/rewrites</targetdir>
261: <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd/rewrites</targetdir>
1.769 raeburn 262: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/apache2/rewrites</targetdir>
1.749 raeburn 263: <categoryname>standard</categoryname>
264: <description>
265: default configuration files to enable/disable http:// -> https:// rewrites
266: </description>
267: </directory>
268: <directory dist='default'>
1.179 harris41 269: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 270: <targetdir dist='default'>etc/pam.d</targetdir>
271: <categoryname>standard</categoryname>
272: <description>configuration directory for password authentication mechanism
273: </description>
274: </directory>
1.115 harris41 275: <directory dist='default'>
1.179 harris41 276: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 277: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.769 raeburn 278: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/init.d</targetdir>
1.37 harris41 279: <categoryname>standard</categoryname>
280: <description>scripts that run during system startup</description>
281: </directory>
1.115 harris41 282: <directory dist='default'>
1.179 harris41 283: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 284: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.769 raeburn 285: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc0.d</targetdir>
1.37 harris41 286: <categoryname>standard</categoryname>
287: <description>scripts that run for run-level 0</description>
288: </directory>
1.198 albertel 289: <directory dist='default'>
1.179 harris41 290: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 291: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.769 raeburn 292: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc1.d</targetdir>
1.37 harris41 293: <categoryname>standard</categoryname>
294: <description>scripts that run for run-level 1</description>
295: </directory>
1.115 harris41 296: <directory dist='default'>
1.179 harris41 297: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 298: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.769 raeburn 299: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc2.d</targetdir>
1.37 harris41 300: <categoryname>standard</categoryname>
301: <description>scripts that run for run-level 2</description>
302: </directory>
1.115 harris41 303: <directory dist='default'>
1.215 albertel 304: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 305: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.769 raeburn 306: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc3.d</targetdir>
1.37 harris41 307: <categoryname>standard</categoryname>
308: <description>scripts that run for run-level 3</description>
309: </directory>
1.115 harris41 310: <directory dist='default'>
1.179 harris41 311: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 312: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.769 raeburn 313: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc4.d</targetdir>
1.37 harris41 314: <categoryname>standard</categoryname>
315: <description>scripts that run for run-level 4</description>
316: </directory>
1.115 harris41 317: <directory dist='default'>
1.179 harris41 318: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 319: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.769 raeburn 320: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc5.d</targetdir>
1.37 harris41 321: <categoryname>standard</categoryname>
322: <description>scripts that run for run-level 5</description>
323: </directory>
1.115 harris41 324: <directory dist='default'>
1.179 harris41 325: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 326: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.769 raeburn 327: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>etc/rc6.d</targetdir>
1.37 harris41 328: <categoryname>standard</categoryname>
329: <description>scripts that run for run-level 6</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/lonTabs</targetdir>
1.3 harris41 334: <categoryname>standard</categoryname>
335: <description>tab-formatted reference files</description>
336: </directory>
1.115 harris41 337: <directory dist='default'>
1.179 harris41 338: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 339: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 340: <categoryname>standard</categoryname>
341: <description>start of the web server tree</description>
342: </directory>
1.115 harris41 343: <directory dist='default'>
1.179 harris41 344: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 345: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 346: <categoryname>server readonly</categoryname>
1.3 harris41 347: <description>perl scripts for managing the LON-CAPA system</description>
348: </directory>
1.115 harris41 349: <directory dist='default'>
1.402 albertel 350: <protectionlevel>modest_delete</protectionlevel>
351: <targetdir dist='default'>home/httpd/perl/debug</targetdir>
352: <categoryname>server readonly</categoryname>
353: <description>perl scripts for debugging the LON-CAPA system</description>
354: </directory>
355: <directory dist='default'>
1.740 raeburn 356: <protectionlevel>modest_delete</protectionlevel>
357: <targetdir dist='default'>home/httpd/perl/manage_dns</targetdir>
1.743 raeburn 358: <categoryname>server readonly</categoryname>
1.740 raeburn 359: <description>perl scripts for cluster table management on LON-CAPA DNS servers</description>
360: </directory>
361: <directory dist='default'>
1.179 harris41 362: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 363: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 364: <categoryname>server standard</categoryname>
1.27 harris41 365: <description>location where system performance and error logs are kept
1.90 harris41 366: </description>
367: </directory>
1.115 harris41 368: <directory dist='default'>
1.179 harris41 369: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 370: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 371: <categoryname>server standard</categoryname>
372: <description>
373: Used by lond parent to check if children are responding to USR1 signals
374: (otherwise they are killed and replaced).
1.27 harris41 375: </description>
1.3 harris41 376: </directory>
1.115 harris41 377: <directory dist='default'>
1.179 harris41 378: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 379: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 380: <categoryname>server standard</categoryname>
1.27 harris41 381: <description>location where temporary files (for caching) are stored
382: </description>
1.3 harris41 383: </directory>
1.115 harris41 384: <directory dist='default'>
1.179 harris41 385: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 386: <targetdir dist='default'>home/httpd/prtspool</targetdir>
387: <categoryname>server standard</categoryname>
388: <description>for the output of lonprintout.pm
389: </description>
1.155 harris41 390: </directory>
391: <directory dist='default'>
1.179 harris41 392: <protectionlevel>modest_delete</protectionlevel>
1.534 banghart 393: <targetdir dist='default'>home/httpd/zipspool</targetdir>
394: <categoryname>server standard</categoryname>
1.540 albertel 395: <description>for the output of multidownload.pl
1.534 banghart 396: </description>
397: </directory>
398: <directory dist='default'>
399: <protectionlevel>modest_delete</protectionlevel>
1.595 raeburn 400: <targetdir dist='default'>home/httpd/captchaspool</targetdir>
401: <categoryname>server standard</categoryname>
402: <description>for temporary storage of Captcha images</description>
403: </directory>
404: <directory dist='default'>
405: <protectionlevel>modest_delete</protectionlevel>
406: <targetdir dist='default'>home/httpd/captchadb</targetdir>
407: <categoryname>server standard</categoryname>
408: <description>for temporary storage of Captcha codes</description>
409: </directory>
410: <directory dist='default'>
411: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 412: <targetdir dist='default'>home/httpd/lib</targetdir>
413: <categoryname>server readonly</categoryname>
414: <description>location of LON-CAPA software modules and
415: extensions</description>
1.64 harris41 416: </directory>
1.115 harris41 417: <directory dist='default'>
1.306 albertel 418: <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
1.179 harris41 419: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 420: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
421: <categoryname>server readonly</categoryname>
422: <description>location of LON-CAPA non web mod-perl handlers</description>
423: </directory>
1.115 harris41 424: <directory dist='default'>
1.179 harris41 425: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 426: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 427: <categoryname>server readonly</categoryname>
428: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 429: </directory>
1.115 harris41 430: <directory dist='default'>
1.179 harris41 431: <protectionlevel>modest_delete</protectionlevel>
1.283 www 432: <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
433: <categoryname>server readonly</categoryname>
434: <description>location of LON-CAPA MakeText translation files</description>
435: </directory>
436: <directory dist='default'>
437: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 438: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
439: <categoryname>server readonly</categoryname>
440: <description>location of HTML specific perl module fixes and additions
441: </description>
1.3 harris41 442: </directory>
1.115 harris41 443: <directory dist='default'>
1.179 harris41 444: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 445: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
446: <categoryname>server readonly</categoryname>
447: <description>location of HTML specific perl module fixes and additions
448: </description>
449: </directory>
450: <directory dist='default'>
1.179 harris41 451: <protectionlevel>modest_delete</protectionlevel>
452: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 453: <categoryname>server standard</categoryname>
454: <description>cookie jar</description>
455: </directory>
1.115 harris41 456: <directory dist='default'>
1.226 albertel 457: <protectionlevel>modest_delete</protectionlevel>
458: <targetdir dist='default'>home/httpd/scantron</targetdir>
459: <categoryname>server standard</categoryname>
460: <description>uploaded scantron forms directory</description>
461: </directory>
462: <directory dist='default'>
1.179 harris41 463: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 464: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 465: <categoryname>server standard</categoryname>
466: <description>lonc's sockets</description>
467: </directory>
1.115 harris41 468: <directory dist='default'>
1.179 harris41 469: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 470: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 471: <categoryname>server standard</categoryname>
472: <description>lonc's sockets (delayed)</description>
473: </directory>
1.115 harris41 474: <directory dist='default'>
1.179 harris41 475: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 476: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
477: <categoryname>standard</categoryname>
478: <description>location of cgi scripts</description>
479: </directory>
1.115 harris41 480: <directory dist='default'>
1.179 harris41 481: <protectionlevel>never_delete</protectionlevel>
1.416 albertel 482: <targetdir dist='default'>home/httpd/cgi-bin/mimetexcache</targetdir>
483: <categoryname>server standard</categoryname>
484: <description>location of cgi scripts</description>
485: </directory>
486: <directory dist='default'>
487: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 488: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 489: <categoryname>server standard</categoryname>
490: <description>location of web-accessible file tree</description>
491: </directory>
1.115 harris41 492: <directory dist='default'>
1.179 harris41 493: <protectionlevel>never_delete</protectionlevel>
1.766 raeburn 494: <targetdir dist='default'>home/httpd/html/priv</targetdir>
495: <categoryname>server standard</categoryname>
496: <description>root of hosted authors' construction spaces tree</description>
497: </directory>
498: <directory dist='default'>
499: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 500: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 501: <categoryname>server standard</categoryname>
502: <description>root of resource tree</description>
503: </directory>
1.115 harris41 504: <directory dist='default'>
1.179 harris41 505: <protectionlevel>modest_delete</protectionlevel>
1.151 www 506: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
507: <categoryname>server standard</categoryname>
508: <description>root for user uploaded files</description>
509: </directory>
510: <directory dist='default'>
1.179 harris41 511: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 512: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 513: <categoryname>server readonly</categoryname>
514: <description>unauthenticated resources</description>
515: </directory>
1.115 harris41 516: <directory dist='default'>
1.179 harris41 517: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 518: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 519: <categoryname>server readonly</categoryname>
520: <description>home of the rat</description>
521: </directory>
1.115 harris41 522: <directory dist='default'>
1.179 harris41 523: <protectionlevel>modest_delete</protectionlevel>
1.407 albertel 524: <targetdir dist='default'>home/httpd/html/adm/fonts</targetdir>
525: <categoryname>server readonly</categoryname>
526: <description>fonts</description>
527: </directory>
528: <directory dist='default'>
529: <protectionlevel>modest_delete</protectionlevel>
1.32 harris41 530: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
531: <categoryname>server readonly</categoryname>
532: <description>online help documentation</description>
1.257 albertel 533: </directory>
534: <directory dist='default'>
535: <protectionlevel>modest_delete</protectionlevel>
536: <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
537: <categoryname>server readonly</categoryname>
538: <description>JME support files</description>
1.140 bowersj2 539: </directory>
540: <directory dist='default'>
1.179 harris41 541: <protectionlevel>modest_delete</protectionlevel>
1.431 albertel 542: <targetdir dist='default'>home/httpd/html/adm/jmol</targetdir>
543: <categoryname>server readonly</categoryname>
544: <description>Jmol files</description>
545: </directory>
546: <directory dist='default'>
547: <protectionlevel>modest_delete</protectionlevel>
1.708 www 548: <targetdir dist='default'>home/httpd/html/adm/geogebra</targetdir>
549: <categoryname>server readonly</categoryname>
550: <description>GeoGebra files</description>
551: </directory>
552: <directory dist='default'>
553: <protectionlevel>modest_delete</protectionlevel>
1.414 albertel 554: <targetdir dist='default'>home/httpd/html/adm/jsMath</targetdir>
555: <categoryname>server readonly</categoryname>
556: <description>jsMath support files</description>
557: </directory>
558: <directory dist='default'>
559: <protectionlevel>modest_delete</protectionlevel>
1.471 albertel 560: <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions</targetdir>
561: <categoryname>server readonly</categoryname>
562: <description>jsMath extension files</description>
563: </directory>
564: <directory dist='default'>
565: <protectionlevel>modest_delete</protectionlevel>
566: <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed</targetdir>
567: <categoryname>server readonly</categoryname>
568: <description>jsMath files (uncompressed)</description>
569: </directory>
570: <directory dist='default'>
571: <protectionlevel>modest_delete</protectionlevel>
1.464 albertel 572: <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins</targetdir>
573: <categoryname>server readonly</categoryname>
574: <description>jsMath plugin files</description>
575: </directory>
576: <directory dist='default'>
577: <protectionlevel>modest_delete</protectionlevel>
1.588 www 578: <targetdir dist='default'>home/httpd/html/adm/dragmath</targetdir>
579: <categoryname>server readonly</categoryname>
580: <description>Formula editor</description>
581: </directory>
582: <directory dist='default'>
583: <protectionlevel>modest_delete</protectionlevel>
1.672 raeburn 584: <targetdir dist='default'>home/httpd/html/adm/ckeditor</targetdir>
585: <categoryname>server readonly</categoryname>
586: <description>Rich Text Editor</description>
587: </directory>
588: <directory dist='default'>
589: <protectionlevel>modest_delete</protectionlevel>
1.671 faziophi 590: <targetdir dist='default'>home/httpd/html/adm/jQuery</targetdir>
591: <categoryname>server readonly</categoryname>
592: <description>jQuery JavaScript library</description>
593: </directory>
594: <directory dist='default'>
595: <protectionlevel>modest_delete</protectionlevel>
596: <targetdir dist='default'>home/httpd/html/adm/jQuery/js</targetdir>
597: <categoryname>server readonly</categoryname>
598: <description>jQuery JavaScript library -- js files</description>
599: </directory>
600: <directory dist='default'>
601: <protectionlevel>modest_delete</protectionlevel>
602: <targetdir dist='default'>home/httpd/html/adm/jQuery/css</targetdir>
603: <categoryname>server readonly</categoryname>
604: <description>jQuery JavaScript library -- css files</description>
605: </directory>
606: <directory dist='default'>
607: <protectionlevel>modest_delete</protectionlevel>
1.674 faziophi 608: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness</targetdir>
609: <categoryname>server readonly</categoryname>
610: <description>jQuery JavaScript library -- css files</description>
611: </directory>
612: <directory dist='default'>
613: <protectionlevel>modest_delete</protectionlevel>
614: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images</targetdir>
615: <categoryname>server readonly</categoryname>
616: <description>jQuery JavaScript library -- css images</description>
617: </directory>
618: <directory dist='default'>
619: <protectionlevel>modest_delete</protectionlevel>
1.588 www 620: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet</targetdir>
621: <categoryname>server readonly</categoryname>
622: <description>Formula editor applet directory and popups</description>
623: </directory>
624: <directory dist='default'>
625: <protectionlevel>modest_delete</protectionlevel>
626: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes</targetdir>
627: <categoryname>server readonly</categoryname>
628: <description>Formula editor applet classes</description>
629: </directory>
630: <directory dist='default'>
631: <protectionlevel>modest_delete</protectionlevel>
632: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn</targetdir>
633: <categoryname>server readonly</categoryname>
634: <description>Formula editor applet HotEqn classes and jar</description>
635: </directory>
636: <directory dist='default'>
637: <protectionlevel>modest_delete</protectionlevel>
638: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display</targetdir>
639: <categoryname>server readonly</categoryname>
640: <description>Formula editor applet display</description>
641: </directory>
642: <directory dist='default'>
643: <protectionlevel>modest_delete</protectionlevel>
644: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang</targetdir>
645: <categoryname>server readonly</categoryname>
646: <description>Formula editor applet languages</description>
647: </directory>
648: <directory dist='default'>
649: <protectionlevel>modest_delete</protectionlevel>
650: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats</targetdir>
651: <categoryname>server readonly</categoryname>
652: <description>Formula editor applet classes formats (LaTeX, Maxima, etc)</description>
653: </directory>
654: <directory dist='default'>
655: <protectionlevel>modest_delete</protectionlevel>
1.235 bowersj2 656: <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
657: <categoryname>server readonly</categoryname>
658: <description>XML specifications for helpers</description>
659: </directory>
660: <directory dist='default'>
661: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 662: <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
663: <categoryname>server readonly</categoryname>
664: <description>online help documentation gif files</description>
665: </directory>
666: <directory dist='default'>
1.179 harris41 667: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 668: <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
669: <categoryname>server readonly</categoryname>
670: <description>online help documentation eps files</description>
671: </directory>
672: <directory dist='default'>
1.179 harris41 673: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 674: <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
675: <categoryname>server readonly</categoryname>
676: <description>online help documentation tex files</description>
677: </directory>
678: <directory dist='default'>
1.179 harris41 679: <protectionlevel>modest_delete</protectionlevel>
1.317 www 680: <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
681: <categoryname>server readonly</categoryname>
682: <description>Russian online help documentation tex files</description>
683: </directory>
684: <directory dist='default'>
685: <protectionlevel>modest_delete</protectionlevel>
1.485 www 686: <targetdir dist='default'>home/httpd/html/adm/help/tex/de</targetdir>
687: <categoryname>server readonly</categoryname>
688: <description>German online help documentation tex files</description>
689: </directory>
690: <directory dist='default'>
691: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 692: <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
693: <categoryname>server readonly</categoryname>
694: <description>online help documentation png files</description>
1.32 harris41 695: </directory>
1.115 harris41 696: <directory dist='default'>
1.179 harris41 697: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 698: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73 harris41 699: <categoryname>server readonly</categoryname>
700: <description>online help documentation for the LON-CAPA programming
701: interface</description>
702: </directory>
1.115 harris41 703: <directory dist='default'>
1.179 harris41 704: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 705: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
706: </targetdir>
1.73 harris41 707: <categoryname>server readonly</categoryname>
708: <description>online help documentation for the LON-CAPA programming
709: interface, Apache (mod_perl) handlers</description>
710: </directory>
1.115 harris41 711: <directory dist='default'>
1.179 harris41 712: <protectionlevel>modest_delete</protectionlevel>
1.77 harris41 713: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
714: <categoryname>server readonly</categoryname>
715: <description>online help documentation for the LON-CAPA programming
716: interface, Apache (mod_perl) handlers</description>
717: </directory>
1.115 harris41 718: <directory dist='default'>
1.179 harris41 719: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 720: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 721: <categoryname>server readonly</categoryname>
722: <description>graphic widgets</description>
723: </directory>
1.115 harris41 724: <directory dist='default'>
1.179 harris41 725: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 726: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 727: <categoryname>server readonly</categoryname>
1.57 harris41 728: <description>miscellaneous resources</description>
1.3 harris41 729: </directory>
1.115 harris41 730: <directory dist='default'>
1.179 harris41 731: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 732: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 733: <categoryname>server readonly</categoryname>
734: <description>error warnings and icons</description>
735: </directory>
1.115 harris41 736: <directory dist='default'>
1.179 harris41 737: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 738: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 739: <categoryname>server standard</categoryname>
1.10 harris41 740: <description>Home directories of local users. There is a five-tier
1.3 harris41 741: structure to the directories:
742: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
743: a user fredflint at MSU would have his information located in
1.115 harris41 744: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 745: a variety of files which govern the scope of what a user can do within the
746: LON-CAPA system. A passwd file determines the type of authentication
747: mechanism to use.
748: There also are files such as roles.hist (and its database compilation,
1.3 harris41 749: roles.db) which specify the roles and privileges for a user in the
750: LON-CAPA system.</description>
751: </directory>
1.115 harris41 752: <directory dist='default'>
1.369 albertel 753: <protectionlevel>never_delete</protectionlevel>
754: <targetdir dist='default'>home/httpd/lonCerts</targetdir>
755: <categoryname>server standard</categoryname>
756: <description>
757: Directory for Certificates for SSL and local auth modes
758: </description>
759: </directory>
760: <directory dist='default'>
1.179 harris41 761: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 762: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 763: <categoryname>server readonly</categoryname>
764: <description>mathematics markup language resources</description>
765: </directory>
1.115 harris41 766: <directory dist='default'>
1.179 harris41 767: <protectionlevel>modest_delete</protectionlevel>
1.260 www 768: <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
769: <categoryname>server readonly</categoryname>
770: <description>Resource library
771: </description>
772: </directory>
773: <directory dist='default'>
774: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 775: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 776: <categoryname>server readonly</categoryname>
1.27 harris41 777: <description>files useful for including within customized scripting
778: </description>
1.3 harris41 779: </directory>
1.115 harris41 780: <directory dist='default'>
1.179 harris41 781: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 782: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
783: </targetdir>
1.19 harris41 784: <categoryname>server readonly</categoryname>
785: <description>template files useful for customized scripts</description>
786: </directory>
1.115 harris41 787: <directory dist='default'>
1.179 harris41 788: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 789: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 790: <categoryname>server standard</categoryname>
1.133 harris41 791: <description>status reports; online logs are kept that
792: are viewable over the world-wide web</description>
1.3 harris41 793: </directory>
1.115 harris41 794: <directory dist='default'>
1.179 harris41 795: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 796: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 797: <categoryname>server readonly</categoryname>
798: <description>web user interface resources</description>
799: </directory>
1.115 harris41 800: <directory dist='default'>
1.179 harris41 801: <protectionlevel>modest_delete</protectionlevel>
1.304 www 802: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
803: <categoryname>server readonly</categoryname>
804: <description>web user interface resources - Portuguese</description>
805: </directory>
806: <directory dist='default'>
807: <protectionlevel>modest_delete</protectionlevel>
1.300 albertel 808: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
809: <categoryname>server readonly</categoryname>
810: <description>web user interface resources</description>
811: </directory>
812: <directory dist='default'>
813: <protectionlevel>modest_delete</protectionlevel>
1.166 www 814: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
815: <categoryname>server readonly</categoryname>
816: <description>Logos for LON-CAPA domains</description>
817: </directory>
818: <directory dist='default'>
1.179 harris41 819: <protectionlevel>modest_delete</protectionlevel>
1.168 www 820: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
821: <categoryname>server readonly</categoryname>
822: <description>Designs for LON-CAPA domains</description>
823: </directory>
824: <directory dist='default'>
1.179 harris41 825: <protectionlevel>modest_delete</protectionlevel>
1.165 www 826: <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
827: <categoryname>server readonly</categoryname>
828: <description>Page headers and graphical interface files</description>
829: </directory>
830: <directory dist='default'>
1.179 harris41 831: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 832: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
833: </targetdir>
1.3 harris41 834: <categoryname>server readonly</categoryname>
835: <description></description>
836: </directory>
1.115 harris41 837: <directory dist='default'>
1.179 harris41 838: <protectionlevel>modest_delete</protectionlevel>
1.37 harris41 839: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
840: </targetdir>
841: <categoryname>server readonly</categoryname>
842: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 843: </directory>
1.115 harris41 844: <directory dist='default'>
1.179 harris41 845: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 846: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115 harris41 847: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.259 albertel 848: <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.653 raeburn 849: <targetdir dist='debian5'>usr/local/lib/perl/5.10.0</targetdir>
1.142 harris41 850: <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 851: <categoryname>standard</categoryname>
1.37 harris41 852: <description>system perl tree (usually present on linux systems)
1.27 harris41 853: </description>
1.3 harris41 854: </directory>
1.115 harris41 855: <directory dist='default'>
1.179 harris41 856: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 857: <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
858: <categoryname>standard</categoryname>
859: <description>local binary files for loncapa</description>
860: </directory>
861: <directory dist='default'>
1.179 harris41 862: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 863: <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
864: <categoryname>standard</categoryname>
865: <description>local documentation files for loncapa</description>
866: </directory>
867: <directory dist='default'>
1.179 harris41 868: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 869: <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103 harris41 870: <categoryname>standard</categoryname>
1.152 harris41 871: <description>examples of configuration files for secondary
872: services</description>
1.103 harris41 873: </directory>
1.115 harris41 874: <directory dist='default'>
1.206 harris41 875: <protectionlevel>modest_delete</protectionlevel>
876: <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
877: <categoryname>standard</categoryname>
878: <description>local "auxiliary" binary files for loncapa</description>
879: </directory>
880: <directory dist='default'>
1.179 harris41 881: <protectionlevel>never_delete</protectionlevel>
1.103 harris41 882: <targetdir dist='default'>usr/local/man/man1</targetdir>
883: <categoryname>standard</categoryname>
884: <description>local manual pages</description>
885: </directory>
1.115 harris41 886: <directory dist='default'>
1.179 harris41 887: <protectionlevel>never_delete</protectionlevel>
1.77 harris41 888: <targetdir dist='default'>usr/man/man1</targetdir>
889: <categoryname>standard</categoryname>
890: <description>manual pages</description>
891: </directory>
1.115 harris41 892: <directory dist='default'>
1.179 harris41 893: <protectionlevel>never_delete</protectionlevel>
1.75 harris41 894: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 895: <categoryname>standard</categoryname>
1.75 harris41 896: <description>manual pages</description>
1.73 harris41 897: </directory>
1.115 harris41 898: <directory dist='default'>
1.179 harris41 899: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 900: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 901: <categoryname>standard</categoryname>
1.37 harris41 902: <description>standard linux directory for superuser executables</description>
1.2 harris41 903: </directory>
1.14 harris41 904: </directories>
905: <files>
1.4 harris41 906: <file>
1.37 harris41 907: <source>loncom/krb.conf</source>
1.175 harris41 908: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
909: <categoryname>static conf</categoryname>
1.37 harris41 910: <description>
911: which Kerberos server to contact for specified Kerberos domains
912: </description>
913: <note>
1.59 harris41 914: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 915: <tr><td>
916: list elements are separated by newlines
917: </td></tr>
918: <tr><td>
919: each list element consists of only two subelements separated by a colon
920: <br />
921: <ul>
922: <li>Kerberos domain value</li>
923: <li>Kerberos server IP address</li>
924: </ul>
925: </td></tr>
926: </table>
927: </note>
1.85 harris41 928: </file>
929: <file>
930: <source>loncom/loncapa.conf</source>
931: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
1.769 raeburn 932: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/loncapa.conf</target>
1.85 harris41 933: <categoryname>conf</categoryname>
934: <description>
1.129 harris41 935: <p>
1.85 harris41 936: The goal of this file is to implement all LON-CAPA specific
1.129 harris41 937: customization of the Apache web server (most all of these values
938: require manual input from the system administrator at some point).
939: The values in this file, as opposed to loncapa_apache.conf, are
940: meant to be machine and institution specific.
941: </p>
942: <p>
943: For the LON-CAPA network server and perl module
944: handlers, it defines machine specific settings including lonHostID, lonRole,
945: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
946: </p>
947: <p>
948: This file should not be viewable by regular users of the system.
949: Only root and www should be able to view the contents of this file
950: since lonReceipt is sensitive.
951: </p>
1.4 harris41 952: </description>
953: <note>
954: <b>configure</b>
955: <br />
1.91 harris41 956: <table cellpadding='0' cellspacing='0' border='1'>
1.27 harris41 957: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
958: machine</td></tr>
959: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
960: access</td></tr>
1.4 harris41 961: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
962: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
963: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 964: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
965: seconds</td></tr>
1.10 harris41 966: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 967: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
968: MySQL database</td></tr>
1.4 harris41 969: </table>
970: </note>
1.129 harris41 971: </file>
972: <file>
973: <source>loncom/loncapa_apache.conf</source>
974: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
1.769 raeburn 975: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/loncapa_apache.conf</target>
1.129 harris41 976: <categoryname>static conf</categoryname>
977: <description>
978: The goal of this file is to implement all LON-CAPA specific
979: customization of the Apache web server that does not require
980: user input.
981:
982: For the Apache web server, it defines a global
983: access configuration which defines what server options (Indexes", "Includes",
984: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
985: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
986: and "/usr/doc"). For the LON-CAPA network server and perl module
987: handlers, it defines
988: and internal machine settings for specific directories, socket ports,
989: the www@localhost MySQL password, and browser detection logic.
990: </description>
1.4 harris41 991: </file>
992: <file>
993: <source>loncom/startup.pl</source>
1.5 harris41 994: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.769 raeburn 995: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/startup.pl</target>
1.4 harris41 996: <categoryname>static conf</categoryname>
997: <description>
998: This file provides initializations for perl handlers. It adjusts what
999: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
1000: well as causing the Apache module to be used for every perl handler.
1.171 harris41 1001: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4 harris41 1002: </description>
1003: </file>
1.654 raeburn 1004: <link>
1005: <linkto>etc/apache2</linkto>
1.727 raeburn 1006: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>
1.654 raeburn 1007: etc/apache2/conf
1008: </target>
1009: <categoryname>symbolic link</categoryname>
1010: <description>
1011: symbolic link to directory /etc/apache2 from /etc/apache2/conf
1012: </description>
1013: </link>
1.4 harris41 1014: <file>
1.753 raeburn 1015: <source>loncom/rewrites/loncapa_rewrite_off.conf</source>
1016: <target dist='default'>etc/httpd/conf/loncapa_rewrite.conf</target>
1.769 raeburn 1017: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/loncapa_rewrite.conf</target>
1.753 raeburn 1018: <categoryname>conf</categoryname>
1019: <description>
1020: Default rewrite file.
1021: Default is to disable rewriting of external requests for http:// to https://
1022: by setting: RewriteEngine off
1023: </description>
1024: </file>
1025: <file>
1.749 raeburn 1026: <source>loncom/rewrites/loncapa_rewrite_on.conf</source>
1027: <target dist='default'>etc/httpd/conf/rewrites/loncapa_rewrite_on.conf</target>
1028: <target dist='sles9'>etc/apache/rewrites/loncapa_rewrite_on.conf</target>
1.769 raeburn 1029: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/rewrites/loncapa_rewrite_on.conf</target>
1.749 raeburn 1030: <categoryname>static conf</categoryname>
1031: <description>
1032: File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to enable rewriting of
1033: external requests for http:// to https://
1034: </description>
1035: </file>
1036: <file>
1037: <source>loncom/rewrites/loncapa_rewrite_off.conf</source>
1038: <target dist='default'>etc/httpd/conf/rewrites/loncapa_rewrite_off.conf</target>
1039: <target dist='sles9'>etc/apache/rewrites/loncapa_rewrite_off.conf</target>
1.769 raeburn 1040: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/rewrites/loncapa_rewrite_off.conf</target>
1.749 raeburn 1041: <categoryname>static conf</categoryname>
1042: <description>
1043: File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to disable rewriting of
1044: external requests for http:// to https://
1045: </description>
1046: </file>
1047: <file>
1.139 matthew 1048: <source>loncom/thesaurus/thesaurus.db</source>
1049: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
1050: <categoryname>system file</categoryname>
1.46 harris41 1051: <description>
1.139 matthew 1052: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46 harris41 1053: </description>
1.271 matthew 1054: <build trigger='always run'>
1.139 matthew 1055: loncom/thesaurus/build_thesaurus_wrapper.sh
1056: </build>
1057: <dependencies>
1.360 albertel 1058: rawkey.txt;
1059: build_thesaurus_db.pl;
1060: build_thesaurus_wrapper.sh
1.139 matthew 1061: </dependencies>
1.46 harris41 1062: </file>
1063: <file>
1.10 harris41 1064: <source>loncom/interface/mydesk.tab</source>
1065: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
1066: <categoryname>static conf</categoryname>
1067: <description>
1068: Config file for "My Desk"
1069: </description>
1070: </file>
1071: <file>
1.4 harris41 1072: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 1073: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 1074: <categoryname>static conf</categoryname>
1075: <description>
1076: Descriptive list of file extensions, and extension groupings.
1.135 matthew 1077: </description>
1078: </file>
1079: <file>
1080: <source>loncom/interface/filecategories.tab</source>
1081: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
1082: <categoryname>static conf</categoryname>
1083: <description>
1084: Descriptive list of file extensions and broad categorization.
1.184 albertel 1085: </description>
1086: </file>
1087: <file>
1.201 albertel 1088: <source>loncom/cgi/barcode.png</source>
1089: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26 harris41 1090: <categoryname>script</categoryname>
1091: <description>
1092: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
1093: parameter.
1.293 taceyjo1 1094: </description>
1095: </file>
1096: <file>
1097: <source>loncom/cgi/decompress.pl</source>
1098: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
1099: <categoryname>script</categoryname>
1.295 taceyjo1 1100: <description>
1.294 taceyjo1 1101: Decompresses an archive into its files inside of the construction space
1.101 harris41 1102: </description>
1103: </file>
1104: <file>
1.280 www 1105: <source>loncom/cgi/takeoffline.pl</source>
1106: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
1107: <categoryname>script</categoryname>
1108: <description>
1109: Take machine offline
1110: </description>
1111: </file>
1112: <file>
1113: <source>loncom/cgi/takeonline.pl</source>
1114: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
1115: <categoryname>script</categoryname>
1116: <description>
1117: Take machine online
1118: </description>
1119: </file>
1120: <file>
1.131 www 1121: <source>loncom/cgi/thumbnail.gif</source>
1122: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
1123: <categoryname>script</categoryname>
1124: <description>
1125: Produces a thumbnail image of the url given
1126: </description>
1127: </file>
1128: <file>
1.101 harris41 1129: <source>loncom/cgi/clusterstatus.pl</source>
1130: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
1131: <categoryname>script</categoryname>
1132: <description>
1133: utility cgi script to view status of cluster
1.284 www 1134: </description>
1135: </file>
1136: <file>
1137: <source>loncom/cgi/translator.pl</source>
1138: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
1139: <categoryname>script</categoryname>
1140: <description>
1141: utility cgi script to enter translations
1.160 harris41 1142: </description>
1143: </file>
1144: <file>
1145: <source>loncom/build/system_dependencies/perltest.pl</source>
1146: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
1147: <categoryname>script</categoryname>
1.161 harris41 1148: <description>
1149: utility cgi script to view status of perl modules
1150: </description>
1151: </file>
1152: <file>
1153: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
1154: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
1155: <categoryname>interface file</categoryname>
1.160 harris41 1156: <description>
1157: utility cgi script to view status of perl modules
1.4 harris41 1158: </description>
1.289 matthew 1159: </file>
1160: <file>
1161: <source>loncom/cgi/loncgi.pm</source>
1162: <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
1163: <categoryname>system file</categoryname>
1164: <description>
1165: Provides a common interface to LON-CAPA cookies and environment.
1166: </description>
1.4 harris41 1167: </file>
1168: <file>
1.757 foxr 1169: <source>loncom/lonmap.pm</source>
1170: <target dist='default'>home/httpd/lib/perl/Apache/lonmap.pm</target>
1171: <categoryname>system file</categoryname>
1172: <description>
1173: Provides a module to read course files into hashes.
1174: </description>
1175: </file>
1176: <file>
1.625 raeburn 1177: <source>loncom/cgi/lonauthcgi.pm</source>
1178: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonauthcgi.pm</target>
1179: <categoryname>system file</categoryname>
1180: <description>
1181: Provides routines used in authorization of server status CGI scripts
1182: </description>
1183: </file>
1184: <file>
1.201 albertel 1185: <source>loncom/cgi/graph.png</source>
1186: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45 harris41 1187: <categoryname>script</categoryname>
1188: <description>
1189: Dynamically outputs a graph especially for lonstatistics.pm.
1190: </description>
1191: <note>
1192: Depends on perl modules:
1193: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 1194: </note>
1.100 harris41 1195: </file>
1196: <file>
1197: <source>loncom/cgi/lonversions.pl</source>
1198: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
1199: <categoryname>script</categoryname>
1200: <description>
1201: utility cgi script to view software versions of a remote server
1202: </description>
1203: </file>
1204: <file>
1205: <source>loncom/cgi/ping.pl</source>
1206: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
1207: <categoryname>script</categoryname>
1208: <description>
1209: cgi-script to ping other server
1210: </description>
1.65 harris41 1211: </file>
1212: <file>
1.66 harris41 1213: <source>loncom/cgi/plot.gif</source>
1.65 harris41 1214: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
1215: <categoryname>script</categoryname>
1216: <description>
1217: Dynamically outputs X-Y plots with point, line, etc functions.
1.213 www 1218: </description>
1219: </file>
1.501 albertel 1220: <link>
1221: <linkto>home/httpd/cgi-bin/plot.gif</linkto>
1222: <target dist='default'>home/httpd/cgi-bin/plot.png</target>
1223: <categoryname>symbolic link</categoryname>
1224: <description>symbolic link for plot.png to point at plot.gif</description>
1225: </link>
1.213 www 1226: <file>
1227: <source>loncom/cgi/imagechoice.pl</source>
1228: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
1229: <categoryname>script</categoryname>
1230: <description>
1231: Helper to select image coordinates in writing homework involving images.
1.65 harris41 1232: </description>
1.64 harris41 1233: </file>
1234: <file>
1235: <source>loncom/interface/printout.pl</source>
1236: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
1237: <categoryname>script</categoryname>
1238: <description>
1239: cgi script
1240: </description>
1241: <note>
1242: Depends on srm.conf entry:
1243: Alias /prtspool/ /home/httpd/prtspool/
1244: as well as a /home/httpd/prtspool directory.
1.45 harris41 1245: </note>
1246: </file>
1.540 albertel 1247:
1248: <file>
1249: <source>loncom/interface/multidownload.pl</source>
1.541 raeburn 1250: <target dist='default'>home/httpd/cgi-bin/multidownload.pl</target>
1.540 albertel 1251: <categoryname>script</categoryname>
1252: <description>
1253: cgi script to generate a zip file of all student submissions
1254: </description>
1255: <note>
1256: Depends on srm.conf entry:
1257: Alias /zipspool/ /home/httpd/zipspool/
1258: as well as a /home/httpd/zipspool directory.
1259: </note>
1260: </file>
1261:
1.45 harris41 1262: <file>
1.41 harris41 1263: <source>loncom/cgi/metadata_keywords.pl</source>
1264: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
1265: <categoryname>script</categoryname>
1266: <description>
1267: a cgi-script (not mod_perl), which contacts MySQL and pulls
1268: out all keywords in this format:
1269:
1270: coil,magnetic,transformer
1271: transformer,coils,current,amperes,voltage,transformers,coil
1272: flux,magnetic,current,transformer
1273: coil,loop,field,magnetic
1274:
1275: ... etc (one line per entry).
1276:
1277: and simply prints this text-only (no markup) to the browser
1.182 www 1278: </description>
1279: </file>
1280: <file>
1281: <source>loncom/cgi/metadata_harvest.pl</source>
1282: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
1283: <categoryname>script</categoryname>
1284: <description>
1285: a cgi-script (not mod_perl), which contacts MySQL and pulls
1286: out all records in "|"-separated format.
1287: To be used by very simple harvesting engines.
1.261 www 1288: </description>
1289: </file>
1290: <file>
1291: <source>loncom/homework/simpleproblem.problem</source>
1292: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
1293: <categoryname>interface file</categoryname>
1294: <description>
1295: Generic resource for DOCS "Simple Problem"
1296: </description>
1297: </file>
1298: <file>
1299: <source>loncom/homework/simpleproblem.problem.meta</source>
1300: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
1301: <categoryname>interface file</categoryname>
1302: <description>
1303: Meta file for generic resource for DOCS "Simple Problem"
1.41 harris41 1304: </description>
1305: </file>
1.260 www 1306: <file>
1.468 www 1307: <source>loncom/homework/templates/DropBox.problem</source>
1308: <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem</target>
1309: <categoryname>interface file</categoryname>
1310: <description>
1311: Generic resource for DOCS "Drop Box"
1312: </description>
1313: </file>
1314: <file>
1315: <source>loncom/homework/templates/DropBox.problem.meta</source>
1316: <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem.meta</target>
1317: <categoryname>interface file</categoryname>
1318: <description>
1319: Meta file for generic resource for DOCS "Drop Box"
1320: </description>
1321: </file>
1322:
1323: <file>
1.260 www 1324: <source>loncom/homework/templates/examupload.problem</source>
1325: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
1326: <categoryname>interface file</categoryname>
1327: <description>
1328: Generic resource for score upload
1329: </description>
1330: </file>
1331: <file>
1332: <source>loncom/homework/templates/examupload.problem.meta</source>
1333: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
1334: <categoryname>interface file</categoryname>
1335: <description>
1336: Meta file for generic resource for score upload
1337: </description>
1338: </file>
1.337 www 1339: <fileglob>
1.60 harris41 1340: <glob>*.*</glob>
1.43 harris41 1341: <sourcedir>loncom/homework/templates/</sourcedir>
1342: <targetdir dist='default'>
1343: home/httpd/html/res/adm/includes/templates/</targetdir>
1344: <categoryname>static conf</categoryname>
1345: <description>
1346: Template files for generating new resources.
1347: </description>
1348: <filenames>
1.689 www 1349: answerdependent.problem;
1350: answerdependent.problem.meta;
1.59 harris41 1351: blank.library;
1352: blank.library.meta;
1353: blank.problem;
1354: blank.problem.meta;
1.530 albertel 1355: blank.task;
1356: blank.task.meta;
1.690 www 1357: dynamicgraph.problem;
1358: dynamicgraph.problem.meta;
1359: extreme.problem;
1360: extreme.problem.meta;
1.536 rezaferr 1361: simple.task;
1362: simple.task.meta;
1.540 albertel 1363: multiple_instance.task;
1364: multiple_instance.task.meta;
1.550 www 1365: MultipleAnswerEither.problem;
1366: MultipleAnswerEither.problem.meta;
1367: MultipleAnswerUnordered.problem;
1368: MultipleAnswerUnordered.problem.meta;
1.536 rezaferr 1369: optional_criteria.task;
1370: optional_criteria.task.meta;
1.243 www 1371: ClickImageExample.problem;
1372: ClickImageExample.problem.meta;
1.681 www 1373: customhints.problem;
1374: customhints.problem.meta;
1.646 www 1375: custompartial.problem;
1376: custompartial.problem.meta;
1.496 www 1377: CustomResponse.problem;
1378: CustomResponse.problem.meta;
1.755 www 1379: customunit.problem;
1380: customunit.problem.meta;
1.156 albertel 1381: Essay.problem;
1382: Essay.problem.meta;
1.260 www 1383: examupload.problem;
1384: examupload.problem.meta;
1.710 www 1385: functionplotone.problem;
1386: functionplotone.problem.meta;
1.711 www 1387: functionplottwo.problem;
1388: functionplottwo.problem.meta;
1.712 www 1389: functionplotback.problem;
1390: functionplotback.problem.meta;
1.771 ! www 1391: functionplotvector.problem;
! 1392: functionplotvector.problem.meta;
1.521 www 1393: HintFormula.problem;
1394: HintFormula.problem.meta;
1395: HintMathResponse.problem;
1396: HintMathResponse.problem.meta;
1.243 www 1397: man1.jpg;
1.286 albertel 1398: man1.jpg.meta;
1.59 harris41 1399: numerical.problem;
1400: numerical.problem.meta;
1.754 www 1401: numPrePro.problem;
1402: numPrePro.problem.meta;
1.134 albertel 1403: Plot.problem.meta;
1.313 www 1404: Plot_curve.problem;
1405: Plot_curve.problem.meta;
1406: Plot_data.problem;
1407: Plot_data.problem.meta;
1.641 www 1408: Rnumerical.problem;
1409: Rnumerical.problem.meta;
1.59 harris41 1410: RadioResponse.problem;
1411: RadioResponse.problem.meta;
1.134 albertel 1412: RandomLabelExample.problem;
1413: RandomLabelExample.problem.meta;
1.706 www 1414: randomvalueradio.problem;
1415: randomvalueradio.problem.meta;
1.714 www 1416: sampleexternal.problem;
1417: sampleexternal.problem.meta;
1418: sampleexternal.pl;
1.59 harris41 1419: SelectFromOptions-4ConceptGoups.problem;
1420: SelectFromOptions-4ConceptGoups.problem.meta;
1421: SelectFromOptions-5ConceptGoups.problem;
1422: SelectFromOptions-5ConceptGoups.problem.meta;
1423: SelectFromOptions-6ConceptGoups.problem;
1424: SelectFromOptions-6ConceptGoups.problem.meta;
1425: SelectFromOptions-7ConceptGoups.problem;
1426: SelectFromOptions-7ConceptGoups.problem.meta;
1427: SelectFromOptions-8ConceptGoups.problem;
1428: SelectFromOptions-8ConceptGoups.problem.meta;
1429: SelectFromOptions-Simple.problem;
1430: SelectFromOptions-Simple.problem.meta;
1.333 www 1431: SimpleStringResponse.problem.meta;
1.63 harris41 1432: script.library;
1433: script.library.meta;
1.134 albertel 1434: SimpleFormula.problem;
1435: SimpleFormula.problem.meta;
1.521 www 1436: SimpleFormulaCAS.problem;
1.540 albertel 1437: SimpleFormulaCAS.problem.meta;
1.59 harris41 1438: StringResponse.problem;
1.214 albertel 1439: StringResponse.problem.meta;
1.754 www 1440: stringPrePro.problem;
1441: stringPrePro.problem.meta;
1.214 albertel 1442: SimpleMatching.problem;
1443: SimpleMatching.problem.meta;
1.585 www 1444: SimpleMathResponse.problem;
1445: SimpleMathResponse.problem.meta;
1.641 www 1446: SimpleMathResponseR.problem;
1447: SimpleMathResponseR.problem.meta;
1.214 albertel 1448: SimpleRank.problem;
1.220 www 1449: SimpleRank.problem.meta;
1450: SimpleTrueFalse.problem;
1.452 albertel 1451: SimpleTrueFalse.problem.meta;
1452: organic.problem;
1453: organic.problem.meta;
1.651 www 1454: organic_hint.problem;
1455: organic_hint.problem.meta;
1.452 albertel 1456: reaction.problem;
1.651 www 1457: reaction.problem.meta;
1458: reaction_hint.problem;
1459: reaction_hint.problem.meta
1.43 harris41 1460: </filenames>
1461: </fileglob>
1.523 albertel 1462:
1463: <file>
1464: <source>loncom/homework/insertlist.xml</source>
1465: <target dist='default'>home/httpd/lonTabs/insertlist.xml</target>
1466: <categoryname>static conf</categoryname>
1467: <description>
1.8 harris41 1468: Describes what tags are allowed inside other tags.
1.523 albertel 1469: </description>
1.4 harris41 1470: </file>
1.523 albertel 1471:
1.4 harris41 1472: <file>
1.47 harris41 1473: <source>CAPA/JavaTools/GLabel.class</source>
1474: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
1475: </target>
1476: <categoryname>static conf</categoryname>
1477: <description>
1478: Java applet for labelling graphs.
1479: </description>
1480: <note>
1481: Built from Glabel.java. Still working on build/dependency details.
1482: </note>
1483: </file>
1484: <file>
1.253 matthew 1485: <source>loncom/interface/spreadsheet/default_assesscalc</source>
1486: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27 harris41 1487: </target>
1.4 harris41 1488: <categoryname>static conf</categoryname>
1489: <description>
1490: Default spreadsheet for individual assessment.
1491: </description>
1492: </file>
1493: <file>
1.253 matthew 1494: <source>loncom/interface/spreadsheet/default_studentcalc</source>
1495: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27 harris41 1496: </target>
1.4 harris41 1497: <categoryname>static conf</categoryname>
1498: <description>
1499: Default spreadsheet for assessment of students.
1500: </description>
1501: </file>
1502: <file>
1.253 matthew 1503: <source>loncom/interface/spreadsheet/default_classcalc</source>
1504: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27 harris41 1505: </target>
1.10 harris41 1506: <categoryname>static conf</categoryname>
1507: <description>
1508: Default spreadsheet for assessment of a class.
1509: </description>
1510: </file>
1511: <file>
1.4 harris41 1512: <source>loncom/auth/roles.tab</source>
1.5 harris41 1513: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1514: <categoryname>static conf</categoryname>
1515: <description>
1.27 harris41 1516: List of privileges associated with users of multiple types (for example:
1517: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1518: </description>
1519: </file>
1520: <file>
1.5 harris41 1521: <source>loncom/auth/rolesplain.tab</source>
1522: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1523: <categoryname>static conf</categoryname>
1524: <description>
1.10 harris41 1525: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1526: and privileges available in the network with function
1527: </description>
1.4 harris41 1528: </file>
1.694 raeburn 1529: <file>
1.736 raeburn 1530: <source>loncom/managers.tab</source>
1531: <target dist='default'>home/httpd/lonTabs/managers.tab</target>
1532: <categoryname>static conf</categoryname>
1533: <description>
1534: List of machines allowed to pass along updates to dns_hosts.tab and dns_domain.tab
1535: </description>
1536: </file>
1537: <file>
1.694 raeburn 1538: <source>loncom/misc/releaseslist.xml</source>
1539: <target dist='default'>home/httpd/lonTabs/releaseslist.xml</target>
1540: <categoryname>static conf</categoryname>
1541: <description>
1542: XML specification of LON-CAPA version required for certain parameters,
1543: response types and course containers. Used to determine if a course
1544: needs a minimum LON-CAPA version to function correctly.
1545: </description>
1546: </file>
1.528 albertel 1547:
1548: <file type="private">
1549: <source>loncom/hosts.tab</source>
1550: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1551: <categoryname>www static conf</categoryname>
1552: <description>
1553: List of Machines in the lon-capa network.
1554: </description>
1555: </file>
1556: <file type="private">
1557: <source>loncom/domain.tab</source>
1558: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1559: <categoryname>www static conf</categoryname>
1560: <description>
1561: List of domains in the LON-CAPA network.
1562: Lists the name name of the domain and any multiple config options.
1563: </description>
1.360 albertel 1564: </file>
1.528 albertel 1565:
1.281 albertel 1566: <file type="private">
1.528 albertel 1567: <source>loncom/dns_hosts.tab</source>
1568: <target dist='default'>home/httpd/lonTabs/dns_hosts.tab</target>
1569: <categoryname>www static conf</categoryname>
1570: <description>
1571: List of all machines in the lon-capa network that is served up by the DNS mechanism.
1572: </description>
1.216 albertel 1573: </file>
1.281 albertel 1574: <file type="private">
1.528 albertel 1575: <source>loncom/dns_domain.tab</source>
1576: <target dist='default'>home/httpd/lonTabs/dns_domain.tab</target>
1577: <categoryname>www static conf</categoryname>
1578: <description>
1579: List of all domains in the LON-CAPA network that is served up by the DNS mechanism.
1580: </description>
1.4 harris41 1581: </file>
1.528 albertel 1582:
1.699 raeburn 1583: <file>
1.691 raeburn 1584: <source>loncom/loncaparevs.tab</source>
1585: <target dist='default'>home/httpd/lonTabs/loncaparevs.tab</target>
1.718 raeburn 1586: <categoryname>www conf</categoryname>
1.691 raeburn 1587: <description>
1588: File holds LON-CAPA version installed on all servers in the LON-CAPA network. Updated
1589: by loncron.
1590: </description>
1591: </file>
1592:
1.699 raeburn 1593: <file>
1.692 raeburn 1594: <source>loncom/serverhomeIDs.tab</source>
1595: <target dist='default'>home/httpd/lonTabs/serverhomeIDs.tab</target>
1.718 raeburn 1596: <categoryname>www conf</categoryname>
1.692 raeburn 1597: <description>
1598: File holds paired data -- hostname:lonHostID for all servers in the LON-CAPA network (useful for determining which domain should control server settings for a multi-domain server). Updated by loncron.
1599: </description>
1600: </file>
1601:
1.4 harris41 1602: <file>
1.5 harris41 1603: <source>loncom/spare.tab</source>
1604: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1605: <categoryname>conf</categoryname>
1606: <description>
1607: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1608: </description>
1609: <note>
1610: <b>configure</b><br />
1.91 harris41 1611: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1612: <tr><td>
1613: list elements are separated by newlines
1614: </td></tr>
1615: <tr><td>
1616: each list element consists of only one value; the value for <tt>lonHostID</tt>
1617: in <tt>access.conf</tt>
1618: </td></tr>
1619: </table>
1620: </note>
1.4 harris41 1621: </file>
1622: <file>
1.5 harris41 1623: <source>loncom/htpasswd</source>
1624: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1.280 www 1625: <categoryname>static conf</categoryname>
1.5 harris41 1626: <description>
1627: Basic auth password to access /lon-status and /server-status
1628: </description>
1.4 harris41 1629: </file>
1630: <file>
1.5 harris41 1631: <source>loncom/smb.conf</source>
1.152 harris41 1632: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1633: <categoryname>static conf</categoryname>
1.5 harris41 1634: <description>
1.27 harris41 1635: configuration file to make LON-CAPA server file space accessible to network
1636: neighborhood
1.5 harris41 1637: </description>
1.4 harris41 1638: </file>
1639: <file>
1.5 harris41 1640: <source>loncom/ntp.conf</source>
1.175 harris41 1641: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1642: <categoryname>static conf</categoryname>
1.5 harris41 1643: <description>
1644: which NTP server to contact for information (XNTP3 standard)
1645: </description>
1646: <note>
1.91 harris41 1647: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1648: <tr><td>
1649: only one line needs to be changed to specify a server ip address
1650: </td></tr>
1651: <tr><td>
1652: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1653: </td></tr>
1654: </table>
1655: </note>
1.4 harris41 1656: </file>
1657: <file>
1.490 albertel 1658: <source>loncom/misc/archive_old_files.pl</source>
1659: <target dist='default'>home/httpd/perl/archive_old_files.pl</target>
1660: <categoryname>script</categoryname>
1661: <description>
1662: Batch script for compressing older .db files
1663: </description>
1664: </file>
1665: <file>
1.5 harris41 1666: <source>loncom/metadata_database/searchcat.pl</source>
1667: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1668: <categoryname>script</categoryname>
1669: <description>
1670: Batch script for updating SQL metadata database.
1.149 matthew 1671: </description>
1672: </file>
1673: <file>
1674: <source>loncom/metadata_database/cleanup_database.pl</source>
1675: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1676: <categoryname>script</categoryname>
1677: <description>
1678: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1679: </description>
1680: </file>
1681: <file>
1.386 matthew 1682: <source>loncom/metadata_database/parse_activity_log.pl</source>
1683: <target dist='default'>home/httpd/perl/parse_activity_log.pl</target>
1684: <categoryname>script</categoryname>
1685: <description>
1686: Batch script to copy activy logs from native format into the SQL metadata database.
1687: </description>
1688: </file>
1689: <file>
1.351 albertel 1690: <source>loncom/misc/cleanup_file_caches.pl</source>
1691: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
1.190 matthew 1692: <categoryname>script</categoryname>
1693: <description>
1694: Batch script for removing files not accessed within 24 hours from the
1.351 albertel 1695: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
1.308 matthew 1696: </description>
1697: </file>
1698: <file>
1.678 raeburn 1699: <source>loncom/misc/refresh_courseids_db.pl</source>
1700: <target dist='default'>home/httpd/perl/refresh_courseids_db.pl</target>
1701: <categoryname>script</categoryname>
1702: <description>
1703: Batch script for refreshing course information in aggregating GDBM
1704: file: nohist_courseids.db found in /home/httpd/lonUsers on library servers.
1705: </description>
1706: </file>
1707: <file>
1.308 matthew 1708: <source>loncom/debugging_tools/seed_accesscount.pl</source>
1709: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
1710: <categoryname>script</categoryname>
1711: <description>
1712: Batch script for moving access count data from nohist_resevaldata.db to
1713: nohist_accesscount.db.
1.183 www 1714: </description>
1715: </file>
1716: <file>
1.383 matthew 1717: <source>loncom/debugging_tools/modify_config_files.pl</source>
1718: <target dist='default'>home/httpd/perl/modify_config_files.pl</target>
1719: <categoryname>script</categoryname>
1720: <description>
1721: Batch script to ensure certain LONCAPA configuration parameters for yum and
1722: MySQL are included in their configuration files.
1723: </description>
1724: </file>
1725: <file>
1.490 albertel 1726: <source>loncom/debugging_tools/updateclasslist.pl</source>
1727: <target dist='default'>home/httpd/perl/debug/updateclasslist.pl</target>
1728: <categoryname>script</categoryname>
1729: <description>
1730: propagate the ids in ids.db to all course classlists
1731: </description>
1732: </file>
1733: <file>
1.409 albertel 1734: <source>loncom/lonmemcached</source>
1735: <target dist='default'>home/httpd/perl/lonmemcached</target>
1736: <categoryname>script</categoryname>
1737: <description>
1738: small script to handle the start up of the memcached daemon
1739: </description>
1740: </file>
1741: <file>
1.486 albertel 1742: <source>loncom/lonmaxima</source>
1743: <target dist='default'>home/httpd/perl/lonmaxima</target>
1744: <categoryname>script</categoryname>
1745: <description>
1746: manages the existance and talking to the maxima processes
1747: </description>
1748: </file>
1749: <file>
1.642 www 1750: <source>loncom/lonr</source>
1751: <target dist='default'>home/httpd/perl/lonr</target>
1752: <categoryname>script</categoryname>
1753: <description>
1754: manages the existance and talking to the R processes
1755: </description>
1756: </file>
1757: <file>
1.400 albertel 1758: <source>loncom/request_ssl_key.sh</source>
1.447 albertel 1759: <target dist='default'>home/httpd/lonCerts/request_ssl_key.sh</target>
1.400 albertel 1760: <categoryname>script</categoryname>
1761: <description>
1762: Script that requests a Lon-CAPA ssl key.
1763: </description>
1764: </file>
1765: <file>
1.5 harris41 1766: <source>loncom/lond</source>
1767: <target dist='default'>home/httpd/perl/lond</target>
1768: <categoryname>script</categoryname>
1769: <description>
1770: This is a remote command interpreter on a TCP LON-CAPA network layer.
1771: It accepts and processes incoming requests from other LON-CAPA machines
1772: on the network. lond's functionality is self-contained in the sense
1773: that it does not reference (import, require, use) any other file
1774: described in this document. There are only 15 subroutines in this
1.115 harris41 1775: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1776: complex since it parses and responds about 29 different types of
1777: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1778: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1779: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1780: tmpput, tmpget, and ls).
1781: </description>
1.4 harris41 1782: </file>
1783: <file>
1.77 harris41 1784: <source>doc/man/lond.1</source>
1785: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1786: <categoryname>doc</categoryname>
1.77 harris41 1787: <description>man page for lond</description>
1788: <build trigger='always run'>
1.115 harris41 1789: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1790: echo 'manifying lond'
1.77 harris41 1791: </build>
1792: <status>works/unverified</status>
1793: <dependencies>
1794: ../../loncom/lond
1795: </dependencies>
1796: </file>
1797: <file>
1798: <source>doc/scripts/lond.html</source>
1799: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1800: <categoryname>doc</categoryname>
1.103 harris41 1801: <description>POD-derived page for lond</description>
1.77 harris41 1802: <build trigger='always run'>
1.115 harris41 1803: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1804: echo 'pod2html lond'
1.77 harris41 1805: </build>
1806: <status>works/unverified</status>
1807: <dependencies>
1808: ../../loncom/lond
1809: </dependencies>
1810: </file>
1811: <file>
1.509 raeburn 1812: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171 harris41 1813: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1814: <categoryname>script</categoryname>
1815: <description>CGI script that checks status of RPMs</description>
1.463 albertel 1816: <dependencies>
1.509 raeburn 1817: loncom/build/CHECKRPMS
1.463 albertel 1818: </dependencies>
1.171 harris41 1819: </file>
1820: <file>
1.35 harris41 1821: <source>loncom/cgi/loncron.pl</source>
1822: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1823: <categoryname>script</categoryname>
1824: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1825: </file>
1826: <file>
1827: <source>loncom/cgi/userstatus.pl</source>
1828: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1829: <categoryname>script</categoryname>
1830: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1831: </file>
1832: <file>
1.760 raeburn 1833: <source>loncom/cgi/listdomconfig.pl</source>
1834: <target dist='default'>home/httpd/cgi-bin/listdomconfig.pl</target>
1835: <categoryname>script</categoryname>
1836: <description>CGI script to display domain configuration as plain text.
1837: For use on the primary library server for a domain. Access control uses
1838: routines in lonauthcgi.pm
1839: </description>
1840: </file>
1841: <file>
1.714 www 1842: <source>loncom/homework/templates/sampleexternal.pl</source>
1843: <target dist='default'>home/httpd/cgi-bin/sampleexternal.pl</target>
1844: <categoryname>script</categoryname>
1845: <description>Sample External Response Script</description>
1846: </file>
1847: <file>
1.5 harris41 1848: <source>loncom/loncron</source>
1849: <target dist='default'>home/httpd/perl/loncron</target>
1850: <categoryname>script</categoryname>
1851: <description>housekeeping</description>
1.4 harris41 1852: </file>
1853: <file>
1.5 harris41 1854: <source>loncom/lonsql</source>
1855: <target dist='default'>home/httpd/perl/lonsql</target>
1856: <categoryname>script</categoryname>
1857: <description>maintain secondary database of metadata</description>
1.4 harris41 1858: </file>
1859: <file>
1.77 harris41 1860: <source>doc/man/lonsql.1</source>
1861: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1862: <categoryname>doc</categoryname>
1.77 harris41 1863: <description>man page for lonsql</description>
1864: <build trigger='always run'>
1.115 harris41 1865: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1866: echo 'manifying lonsql'
1.77 harris41 1867: </build>
1868: <status>works/unverified</status>
1869: <dependencies>
1870: ../../loncom/lonsql
1871: </dependencies>
1872: </file>
1873: <file>
1874: <source>doc/scripts/lonsql.html</source>
1875: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1876: <categoryname>doc</categoryname>
1.103 harris41 1877: <description>POD-derived page for lonsql</description>
1.77 harris41 1878: <build trigger='always run'>
1.115 harris41 1879: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1880: echo 'pod2html lonsql'
1.77 harris41 1881: </build>
1882: <status>works/unverified</status>
1883: <dependencies>
1884: ../../loncom/lonsql
1885: </dependencies>
1886: </file>
1887: <file>
1.371 albertel 1888: <source>loncom/CrGrant.pl</source>
1889: <target dist='default'>home/httpd/perl/CrGrant.pl</target>
1890: <categoryname>script</categoryname>
1891: <description>
1892: Script used to verify and grant an SSL certificate to a Lon-CAPA host
1893: </description>
1894: <status>in progress</status>
1895: </file>
1896: <file>
1897: <source>loncom/CrGenerate.pl</source>
1898: <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
1899: <categoryname>script</categoryname>
1900: <description>
1901: Script used to request an SSL certificate for a Lon-CAPA host.
1902: </description>
1903: <status>in progress</status>
1904: </file>
1905: <file>
1.373 albertel 1906: <source>loncom/apachereload</source>
1907: <target dist='default'>home/httpd/perl/apachereload</target>
1908: <categoryname>setuid script</categoryname>
1909: <description>
1910: Script to let www reload the webserver
1911: </description>
1912: <status>works/unverified</status>
1913: </file>
1914: <file>
1.5 harris41 1915: <source>loncom/lcpasswd</source>
1916: <target dist='default'>home/httpd/perl/lcpasswd</target>
1917: <categoryname>setuid script</categoryname>
1918: <description>
1.48 harris41 1919: Coordinates the system services and files in order to allow lond to change
1920: user passwords.
1.5 harris41 1921: </description>
1.48 harris41 1922: <status>being updated</status>
1923: </file>
1924: <file>
1.632 foxr 1925: <source>loncom/lcinstallfile</source>
1926: <target dist='default'>home/httpd/perl/lcinstallfile</target>
1927: <categoryname>setuid script</categoryname>
1928: <description>
1929: Set uid file that allows lond to install files in
1930: lonTab which is normally owned by root.
1931: </description>
1932: <status>under construction</status>
1933: </file>
1934: <file>
1.48 harris41 1935: <source>loncom/pwchange</source>
1936: <target dist='default'>home/httpd/perl/pwchange</target>
1937: <categoryname>setuid script</categoryname>
1938: <description>
1939: Allows www to change user passwords.
1940: </description>
1941: <status>being updated</status>
1.4 harris41 1942: </file>
1943: <file>
1.5 harris41 1944: <source>loncom/lcuseradd</source>
1945: <target dist='default'>home/httpd/perl/lcuseradd</target>
1946: <categoryname>setuid script</categoryname>
1947: <description>
1.48 harris41 1948: Coordinates the system services and files in order to allow lond to add a
1949: new user.
1.5 harris41 1950: </description>
1.48 harris41 1951: <status>being updated</status>
1.124 foxr 1952: </file>
1953: <file>
1.647 raeburn 1954: <source>loncom/lciptables</source>
1955: <target dist='default'>home/httpd/perl/lciptables</target>
1956: <categoryname>setuid script</categoryname>
1957: <description>
1958: Calls iptables to update firewall settings for port used for internal
1959: LON-CAPA communication to receive traffic from other servers in cluster
1960: </description>
1961: <status>New file</status>
1962: </file>
1963: <file>
1.768 raeburn 1964: <source>loncom/lchttpdlogs</source>
1965: <target dist='default'>home/httpd/perl/lchttpdlogs</target>
1966: <categoryname>setuid script</categoryname>
1967: <description>
1968: script called by loncron to tail latest web server access and error logs.
1969: </description>
1970: <status>works/verified</status>
1971: </file>
1972: <file>
1.5 harris41 1973: <source>loncom/lcuserdel</source>
1974: <target dist='default'>home/httpd/perl/lcuserdel</target>
1975: <categoryname>setuid script</categoryname>
1976: <description>
1.48 harris41 1977: Coordinates the system services and files in order to allow lond to delete a
1978: user.
1.5 harris41 1979: </description>
1.10 harris41 1980: <status>deprecated</status>
1.4 harris41 1981: </file>
1982: <file>
1.5 harris41 1983: <source>loncom/lcnfson</source>
1984: <target dist='default'>home/httpd/perl/lcnfson</target>
1985: <categoryname>setuid script</categoryname>
1986: <description>
1987: coordinates the system services and files in order to allow lond to enable NFS
1988: for a user
1989: </description>
1.10 harris41 1990: <status>deprecated</status>
1.4 harris41 1991: </file>
1992: <file>
1.5 harris41 1993: <source>loncom/lcnfsoff</source>
1994: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1995: <categoryname>setuid script</categoryname>
1996: <description>
1997: coordinates the system services and files in order to allow lond to disable NFS
1998: for a user
1999: </description>
1.10 harris41 2000: <status>deprecated</status>
1.53 harris41 2001: </file>
2002: <file>
2003: <source>loncom/license/gpl.txt</source>
2004: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
2005: <categoryname>interface file</categoryname>
2006: <description>
2007: GNU General Public License. Long live the cause of freeware!
2008: </description>
1.4 harris41 2009: </file>
2010: <file>
1.197 albertel 2011: <source>loncom/license/httpi.license</source>
2012: <target dist='default'>home/httpd/html/adm/httpi.license</target>
2013: <categoryname>interface file</categoryname>
2014: <description>
2015: HTTPi webserver license
2016: </description>
2017: </file>
2018: <file>
2019: <source>loncom/license/httpi.readme</source>
2020: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
2021: <categoryname>interface file</categoryname>
2022: <description>
2023: HTTPi webserver readme
2024: </description>
2025: </file>
2026: <file>
1.62 harris41 2027: <source>loncom/license/about.html</source>
2028: <target dist='default'>home/httpd/html/adm/about.html</target>
2029: <categoryname>interface file</categoryname>
2030: <description>
2031: The "About" Page.
2032: </description>
2033: </file>
2034: <file>
1.5 harris41 2035: <source>loncom/publisher/publisher.html</source>
2036: <target dist='default'>home/httpd/html/adm/publisher.html</target>
2037: <categoryname>interface file</categoryname>
2038: <description>
2039: HTML frame that presents a form element to allow for the publishing of
2040: resources, directories and underlying subdirectories.
2041: </description>
1.4 harris41 2042: </file>
2043: <file>
1.10 harris41 2044: <source>loncom/html/adm/noidea.html</source>
2045: <target dist='default'>home/httpd/html/adm/noidea.html</target>
2046: <categoryname>interface file</categoryname>
2047: <description>
2048: Interface file for responding to improper page flipping.
1.260 www 2049: </description>
2050: </file>
2051: <file>
2052: <source>loncom/html/adm/notinit.html</source>
2053: <target dist='default'>home/httpd/html/adm/notinit.html</target>
2054: <categoryname>interface file</categoryname>
2055: <description>
2056: Interface file for responding to accessing uploaded resources without
2057: re-initializing course.
1.174 www 2058: </description>
2059: </file>
2060: <file>
2061: <source>loncom/html/adm/overloaded.txt</source>
2062: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
2063: <categoryname>interface file</categoryname>
2064: <description>
2065: Interface file for responding to overload situations.
1.204 www 2066: </description>
2067: </file>
2068: <file>
2069: <source>loncom/html/adm/loginproblems.html</source>
2070: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
2071: <categoryname>interface file</categoryname>
2072: <description>
2073: Help page for login problems.
1.10 harris41 2074: </description>
2075: </file>
2076: <file>
1.28 harris41 2077: <source>loncom/xml/physnet.sty</source>
2078: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
2079: <categoryname>static conf</categoryname>
2080: <description>
2081: The relevant conditions and metadata to attach to PhysNet-specific tags.
2082: </description>
2083: </file>
2084: <file>
1.5 harris41 2085: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 2086: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
2087: </target>
1.5 harris41 2088: <categoryname>static conf</categoryname>
2089: <description>
2090: The relevant conditions and metadata to attach to LectureOnline-specific tags.
2091: </description>
1.4 harris41 2092: </file>
2093: <file>
1.139 matthew 2094: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 2095: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
2096: <categoryname>conf</categoryname>
2097: <description>
2098: File which contains words which should not be keywords used to specify resource
2099: content.
1.226 albertel 2100: </description>
2101: </file>
2102: <file>
1.227 albertel 2103: <source>loncom/homework/scantronformat.tab</source>
2104: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 2105: <categoryname>conf</categoryname>
2106: <description>
2107: Different configs for scantron input files.
1.5 harris41 2108: </description>
1.4 harris41 2109: </file>
2110: <file>
1.583 raeburn 2111: <source>loncom/homework/default_scantronformat.tab</source>
2112: <target dist='default'>home/httpd/lonTabs/default_scantronformat.tab</target>
2113: <categoryname>static conf</categoryname>
2114: <description>
2115: Default configurations for scantron input files.
2116: </description>
2117: </file>
2118: <file>
1.22 harris41 2119: <source>loncom/publisher/packages.tab</source>
2120: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 2121: <categoryname>static conf</categoryname>
1.22 harris41 2122: <description>
2123: Parameter packages, so that assessments can publish parameter packages
2124: needed, which are then expanded into individual parameters - allows to
2125: retroactively add new parameters to already published assessments.
2126: </description>
2127: </file>
2128: <file>
1.5 harris41 2129: <source>loncom/publisher/copyright.tab</source>
2130: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 2131: <categoryname>static conf</categoryname>
1.5 harris41 2132: <description>
2133: Table which contains list of copyright possibilities for educational resources.
2134: </description>
1.4 harris41 2135: </file>
2136: <file>
1.362 taceyjo1 2137: <source>loncom/publisher/source_copyright.tab</source>
2138: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
2139: <categoryname>static conf</categoryname>
2140: <description>
2141: Table which contains list of source copyright possibilities for educational resources.
2142: </description>
2143: </file>
2144: <file>
1.5 harris41 2145: <source>loncom/publisher/language.tab</source>
2146: <target dist='default'>home/httpd/lonTabs/language.tab</target>
2147: <categoryname>static conf</categoryname>
2148: <description>
2149: Table which contains string abbreviations of language::font rendering
2150: combinations.
2151: </description>
1.4 harris41 2152: </file>
2153: <file>
1.5 harris41 2154: <source>loncom/publisher/addid.tab</source>
2155: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
2156: <categoryname>static conf</categoryname>
2157: <description>
2158: Table which has hash data necessary for distinguishing IDs from indices.
2159: </description>
1.4 harris41 2160: </file>
2161: <file>
1.38 harris41 2162: <source>rat/lonwrapper.pm</source>
1.19 harris41 2163: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
2164: <categoryname>handler</categoryname>
2165: <description>
2166: Wrapper for external and binary files as standalone resources.
2167: Edit handler for rat maps; TeX content handler.
1.145 www 2168: </description>
2169: <status>works/unverified</status>
2170: </file>
2171: <file>
1.146 matthew 2172: <source>loncom/interface/londocs.pm</source>
1.145 www 2173: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
2174: <categoryname>handler</categoryname>
2175: <description>
2176: Handler for course documents
2177: </description>
2178: <status>works/unverified</status>
2179: </file>
2180: <file>
1.146 matthew 2181: <source>loncom/interface/lonchat.pm</source>
1.145 www 2182: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
2183: <categoryname>handler</categoryname>
2184: <description>
2185: Handler for chat
2186: </description>
2187: <status>works/unverified</status>
2188: </file>
2189: <file>
1.157 www 2190: <source>loncom/interface/lonchatfetch.pm</source>
2191: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
2192: <categoryname>handler</categoryname>
2193: <description>
2194: Handler for periodically fetch new lines of chat
2195: </description>
2196: <status>works/unverified</status>
2197: </file>
2198: <file>
1.474 raeburn 2199: <source>loncom/interface/longroupchat.pm</source>
2200: <target dist='default'>home/httpd/lib/perl/Apache/longroupchat.pm</target>
2201: <categoryname>handler</categoryname>
2202: <description>
2203: Handler for generation of frameset for display of group chat
2204: </description>
2205: <status>works/unverified</status>
2206: </file>
2207: <file>
1.146 matthew 2208: <source>loncom/interface/lonannounce.pm</source>
1.145 www 2209: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
2210: <categoryname>handler</categoryname>
2211: <description>
2212: Handler to put up announcements and calendar
1.167 www 2213: </description>
2214: <status>works/unverified</status>
2215: </file>
2216: <file>
2217: <source>loncom/interface/lonsyllabus.pm</source>
2218: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
2219: <categoryname>handler</categoryname>
2220: <description>
2221: Handler to put up syllabus
1.262 www 2222: </description>
2223: <status>works/unverified</status>
2224: </file>
2225: <file>
1.459 www 2226: <source>loncom/interface/lonrss.pm</source>
2227: <target dist='default'>home/httpd/lib/perl/Apache/lonrss.pm</target>
2228: <categoryname>handler</categoryname>
2229: <description>
2230: Handler for adding to and displaying RSS
2231: </description>
2232: <status>works/unverified</status>
2233: </file>
2234: <file>
1.263 www 2235: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262 www 2236: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
2237: <categoryname>handler</categoryname>
2238: <description>
2239: Handler to set parameters for simple homework problems
1.173 www 2240: </description>
2241: <status>works/unverified</status>
2242: </file>
2243: <file>
2244: <source>loncom/interface/lonsimplepage.pm</source>
2245: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
2246: <categoryname>handler</categoryname>
2247: <description>
2248: Handler to put up simple page
1.203 www 2249: </description>
2250: <status>works/unverified</status>
1.349 albertel 2251: </file>
2252: <file>
2253: <source>loncom/interface/lonpickcode.pm</source>
2254: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
2255: <categoryname>handler</categoryname>
2256: <description>
2257: Handler to pick a CODE from the list of possible CODEs
2258: </description>
2259: <status>works/unverified</status>
1.203 www 2260: </file>
2261: <file>
2262: <source>loncom/interface/lonpickstudent.pm</source>
2263: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
2264: <categoryname>handler</categoryname>
2265: <description>
2266: Handler to pick a student from classlist
1.225 www 2267: </description>
2268: <status>works/unverified</status>
2269: </file>
2270: <file>
2271: <source>loncom/interface/lonpickcourse.pm</source>
2272: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
2273: <categoryname>handler</categoryname>
2274: <description>
2275: Handler to pick a courseid from a list of courses
1.173 www 2276: </description>
2277: <status>works/unverified</status>
2278: </file>
2279: <file>
1.584 raeburn 2280: <source>loncom/interface/lonpickauthor.pm</source>
2281: <target dist='default'>home/httpd/lib/perl/Apache/lonpickauthor.pm</target>
2282: <categoryname>handler</categoryname>
2283: <description>
2284: Handler for a DC to pick an author from a list of authors in the domain for an ad hoc CA role
2285: </description>
2286: <status>works/unverified</status>
2287: </file>
2288: <file>
1.733 www 2289: <source>loncom/interface/lonpickresource.pm</source>
2290: <target dist='default'>home/httpd/lib/perl/Apache/lonpickresource.pm</target>
2291: <categoryname>handler</categoryname>
2292: <description>
1.750 raeburn 2293: Handler to pick a resource or folder from the course contents
1.733 www 2294: </description>
2295: <status>works/unverified</status>
2296: </file>
2297: <file>
1.655 raeburn 2298: <source>loncom/interface/lonpickuser.pm</source>
2299: <target dist='default'>home/httpd/lib/perl/Apache/lonpickuser.pm</target>
2300: <categoryname>handler</categoryname>
2301: <description>
2302: Handler to pick a user from a directory search
2303: </description>
2304: <status>works/unverified</status>
2305: </file>
2306: <file>
1.173 www 2307: <source>loncom/interface/lonbulletin.pm</source>
2308: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
2309: <categoryname>handler</categoryname>
2310: <description>
2311: Handler to put up bulletin board
1.167 www 2312: </description>
2313: <status>works/unverified</status>
2314: </file>
2315: <file>
2316: <source>loncom/interface/lonaboutme.pm</source>
2317: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
2318: <categoryname>handler</categoryname>
2319: <description>
2320: Handler to put up personal info
1.19 harris41 2321: </description>
2322: <status>works/unverified</status>
2323: </file>
2324: <file>
1.15 harris41 2325: <source>loncom/publisher/loncfile.pm</source>
2326: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
2327: <categoryname>handler</categoryname>
2328: <description>
2329: Provides web-based functionality for file copy, rename, mkdir, etc, in the
2330: construction space menu.
1.137 harris41 2331: </description>
2332: <status>works/unverified</status>
2333: </file>
2334: <file>
1.335 raeburn 2335: <source>loncom/publisher/testbankimport.pm</source>
2336: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
2337: <categoryname>handler</categoryname>
2338: <description>
2339: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
2340: Called by selecting testbank option when uploading file to construction space.
1.342 raeburn 2341: </description>
2342: <status>works/unverified</status>
2343: </file>
2344: <file>
2345: <source>loncom/imspackages/imsimport.pm</source>
2346: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
2347: <categoryname>handler</categoryname>
2348: <description>
2349: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2350: format into LON-CAPA Construction space.
2351: Called by selecting IMS package option when uploading file to construction space.
2352: </description>
2353: <status>works/unverified</status>
2354: </file>
2355: <file>
2356: <source>loncom/imspackages/imsimportdocs.pm</source>
2357: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
2358: <categoryname>handler</categoryname>
2359: <description>
2360: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2361: format into a LON-CAPA course via DOCS.
2362: Called using Import IMS package button displayed in Special documents column in DOCS display.
2363: </description>
2364: <status>works/unverified</status>
2365: </file>
2366: <file>
2367: <source>loncom/imspackages/imsprocessor.pm</source>
2368: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
2369: <categoryname>handler</categoryname>
2370: <description>
2371: Contains routines used by imsimport handlers when importing contents of IMS
2372: packages into construction space, or into a course directly via DOCS.
1.335 raeburn 2373: </description>
2374: <status>works/unverified</status>
2375: </file>
2376: <file>
1.404 raeburn 2377: <source>loncom/imspackages/imsexport.pm</source>
2378: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
2379: <categoryname>handler</categoryname>
2380: <description>
2381: Routines used in londocs to export templated files to an IMS package.
2382: </description>
2383: <status>works/unverified</status>
2384: </file>
2385: <file>
1.137 harris41 2386: <source>loncom/interface/lonhelp.pm</source>
2387: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
2388: <categoryname>handler</categoryname>
2389: <description>
2390: The .tex file help handler.
1.140 bowersj2 2391: </description>
2392: <status>works/unverified</status>
1.195 albertel 2393: <build trigger='always run'>
2394: loncom/html/adm/help/buildMakeWrapper
2395: </build>
2396: <dependencies>
1.197 albertel 2397: Makefile;
1.195 albertel 2398: buildMakeWrapper
2399: </dependencies>
1.141 bowersj2 2400: </file>
2401: <file>
1.593 raeburn 2402: <source>loncom/html/adm/help/help.png</source>
2403: <target dist='default'>home/httpd/html/adm/help/help.png</target>
2404: <categoryname>interface file</categoryname>
2405: <description>
2406: help icon
2407: </description>
2408: </file>
2409: <file>
1.158 bowersj2 2410: <source>loncom/html/adm/help/abouthelp.html</source>
2411: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
2412: <categoryname>interface file</categoryname>
2413: <description>
2414: Index file for the help system
2415: </description>
2416: </file>
2417: <file>
1.376 raeburn 2418: <source>loncom/html/adm/help/nohelptopic.html</source>
2419: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
2420: <categoryname>interface file</categoryname>
2421: <description>
2422: Page of links to help manuals - displayed when inline help is missing for a specific topic.
2423: </description>
2424: </file>
2425: <file>
1.158 bowersj2 2426: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 2427: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
2428: </target>
2429: <categoryname>interface file</categoryname>
1.158 bowersj2 2430: <description>
1.162 harris41 2431: The pseudo-LaTeX file to allow people to read the author's manual online, with
2432: a somewhat clumsy interface.
1.158 bowersj2 2433: </description>
2434: <status>works/unverified</status>
2435: </file>
2436: <file>
2437: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 2438: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
2439: </target>
2440: <categoryname>interface file</categoryname>
1.158 bowersj2 2441: <description>
1.162 harris41 2442: The pseudo-LaTeX file to allow people to read the course administrator's
2443: manual online, with a somewhat clumsy interface.
1.158 bowersj2 2444: </description>
2445: <status>works/unverified</status>
2446: </file>
2447: <file>
1.576 www 2448: <source>doc/help/domain.manual.access.tex</source>
2449: <target dist='default'>home/httpd/html/adm/help/tex/domain.manual.access.tex
2450: </target>
2451: <categoryname>interface file</categoryname>
2452: <description>
1.597 raeburn 2453: The pseudo-LaTeX file to allow people to read the domain coordination
1.576 www 2454: manual online, with a somewhat clumsy interface.
2455: </description>
2456: <status>works/unverified</status>
2457: </file>
2458: <file>
1.158 bowersj2 2459: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 2460: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 2461: <categoryname>interface file</categoryname>
1.141 bowersj2 2462: <description>
1.158 bowersj2 2463: The postscript Author's Manual
2464: </description>
2465: <status>works/unverified</status>
1.197 albertel 2466: <dependencies>
2467: doc/help/author.manual.texxml;
2468: doc/help/latexSplitter.py;
2469: doc/help/rebuildLabelHash.pl;
2470: doc/help/render.texxml.pl;
2471: doc/help/simpleEdit.py;
2472: doc/help/texxml2indextex.pl;
2473: doc/help/texxml2latex.pl;
2474: loncom/build/buildHelp.sh;
2475: loncom/build/help_graphics_converter.pl
2476: </dependencies>
1.158 bowersj2 2477: </file>
2478: <file>
2479: <source>doc/help/author.manual.pdf</source>
2480: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
2481: <categoryname>handler</categoryname>
2482: <description>
2483: The PDF Author's Manual
2484: </description>
2485: <status>works/unverified</status>
2486: </file>
2487: <file>
2488: <source>doc/help/course.manual.ps</source>
2489: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 2490: <categoryname>interface file</categoryname>
1.158 bowersj2 2491: <description>
2492: The postscript Course Manual
2493: </description>
2494: <status>works/unverified</status>
1.197 albertel 2495: <dependencies>
2496: doc/help/course.manual.texxml;
2497: doc/help/latexSplitter.py;
2498: doc/help/rebuildLabelHash.pl;
2499: doc/help/render.texxml.pl;
2500: doc/help/simpleEdit.py;
2501: doc/help/texxml2indextex.pl;
2502: doc/help/texxml2latex.pl;
2503: loncom/build/buildHelp.sh;
2504: loncom/build/help_graphics_converter.pl
2505: </dependencies>
1.158 bowersj2 2506: </file>
2507: <file>
2508: <source>doc/help/course.manual.pdf</source>
2509: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 2510: <categoryname>interface file</categoryname>
1.158 bowersj2 2511: <description>
2512: The PDF Course Manual
1.200 bowersj2 2513: </description>
2514: <status>works/unverified</status>
2515: </file>
1.371 albertel 2516: <file>
1.576 www 2517: <source>doc/help/domain.manual.ps</source>
2518: <target dist='default'>home/httpd/html/adm/help/domain.manual.ps</target>
2519: <categoryname>interface file</categoryname>
2520: <description>
2521: The postscript Domain Manual
2522: </description>
2523: <status>works/unverified</status>
2524: <dependencies>
2525: doc/help/domain.manual.texxml;
2526: doc/help/latexSplitter.py;
2527: doc/help/rebuildLabelHash.pl;
2528: doc/help/render.texxml.pl;
2529: doc/help/simpleEdit.py;
2530: doc/help/texxml2indextex.pl;
2531: doc/help/texxml2latex.pl;
2532: loncom/build/buildHelp.sh;
2533: loncom/build/help_graphics_converter.pl
2534: </dependencies>
2535: </file>
2536: <file>
2537: <source>doc/help/domain.manual.pdf</source>
2538: <target dist='default'>home/httpd/html/adm/help/domain.manual.pdf</target>
2539: <categoryname>interface file</categoryname>
2540: <description>
2541: The PDF Domain Manual
2542: </description>
2543: <status>works/unverified</status>
2544: </file>
2545: <file>
1.371 albertel 2546: <source>loncom/html/adm/help/ext_examples.html</source>
2547: <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
2548: <categoryname>interface file</categoryname>
2549: <description>
2550: Examples for using &EXT in HTML
2551: </description>
2552: </file>
2553: <file>
2554: <source>loncom/html/adm/help/ext_examples.html.meta</source>
2555: <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
2556: <categoryname>interface file</categoryname>
2557: <description>
2558: Examples for using &EXT in HTML metadata
2559: </description>
2560: </file>
2561: <file>
2562: <source>loncom/html/adm/help/ext_examples.library</source>
2563: <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
2564: <categoryname>interface file</categoryname>
2565: <description>
2566: Examples for using &EXT library
2567: </description>
2568: </file>
2569: <file>
2570: <source>loncom/html/adm/help/ext_examples.library.meta</source>
2571: <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
2572: <categoryname>interface file</categoryname>
2573: <description>
2574: Examples for using &EXT library metadata
2575: </description>
2576: </file>
2577: <file>
2578: <source>loncom/html/adm/help/ext_examples.problem</source>
2579: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
2580: <categoryname>interface file</categoryname>
2581: <description>
2582: Examples for using &EXT problem
2583: </description>
2584: </file>
2585: <file>
2586: <source>loncom/html/adm/help/ext_examples.problem.meta</source>
2587: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
2588: <categoryname>interface file</categoryname>
2589: <description>
2590: Examples for using &EXT problem metadata
2591: </description>
2592: </file>
1.615 amueller 2593: <file>
2594: <source>loncom/interface/lontemplate.pm</source>
2595: <target dist='default'>home/httpd/lib/perl/Apache/lontemplate.pm</target>
2596: <categoryname>handler</categoryname>
2597: <description>
2598: Handler to create templates
2599: </description>
2600: <status>works/unverified</status>
2601: </file>
1.140 bowersj2 2602: <fileglob>
2603: <glob>*.*</glob>
2604: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
2605: <targetdir dist='default'>
2606: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 2607: <categoryname>interface file</categoryname>
1.140 bowersj2 2608: <description>
2609: Gif files for the help system
2610: </description>
2611: <filenames>
1.360 albertel 2612: Authoring_Dynamic_Plot_Axis_Labels.gif;
2613: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
2614: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
2615: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
2616: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
2617: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
1.538 albertel 2618: BT_ScreenshotCriteria.gif;
2619: BT_ScreenshotQuestion.gif;
2620: BT_ScreenshotVariable.gif;
2621: flowchartBridgeTask.gif;
1.360 albertel 2622: Dynamic_Replication_Change.gif;
2623: Dynamic_Replication_Request.gif;
2624: Load_Balance_Example.gif;
2625: LONCAPA_Network_Diagram2.gif;
2626: LONCAPA_Network_Diagram.gif;
2627: Map_Example.gif;
2628: Resource_Assembly.gif;
1.703 raeburn 2629: aboutme.gif;
2630: addClickerInfoFile.gif;
2631: anno.gif;
2632: anot.gif;
2633: anot2.gif;
1.163 harris41 2634: authorRemote.gif;
1.703 raeburn 2635: bchat.gif;
2636: blog.gif;
2637: catalog.gif;
2638: ccat.gif;
2639: chat.gif;
2640: chrt.gif;
2641: com.gif;
1.163 harris41 2642: constructionSpace.gif;
2643: constructionSpaceForPublishing.gif;
1.703 raeburn 2644: coprplot.gif;
2645: cprv.gif;
1.163 harris41 2646: creatingANewCourse.gif;
2647: creatingNewProblemResource.gif;
1.703 raeburn 2648: crsconf.gif;
2649: docs.gif;
2650: document-open.gif;
2651: document-properties.gif;
2652: dump.gif;
1.163 harris41 2653: dynamic_piecewise.gif;
2654: dynamic_piecewise2.gif;
2655: dynamic_plot.gif;
2656: dynamic_plot2.gif;
1.703 raeburn 2657: edit-find-replace.gif;
2658: edit-redo.gif;
2659: edit-undo.gif;
2660: emblem-photos.gif;
2661: eval.gif;
2662: extres.gif;
2663: fdbk.gif;
2664: feedback.gif;
1.163 harris41 2665: formulaResponse.gif;
1.770 www 2666: FPRexamples.gif;
1.703 raeburn 2667: fromfile.gif;
2668: grds.gif;
2669: grps.gif;
2670: list-add.gif;
1.163 harris41 2671: login.gif;
2672: lonhelpheader.gif;
1.703 raeburn 2673: mail-message-new.gif;
2674: mail-reply-all.gif;
1.192 bowersj2 2675: mainCourseDocuments.gif;
1.163 harris41 2676: mapAdvancedEditorNew.gif;
2677: mapClickedStart.gif;
2678: mapEditFirstClick.gif;
2679: mapEditInitial.gif;
2680: mapEditingButton.gif;
2681: mapEditorDirectoryBrowser.gif;
2682: mapEditorResourceChosen.gif;
2683: mapEditorSelection.gif;
2684: mapInsertResource.gif;
2685: mapNewResource.gif;
2686: mapSecondWindowSecondResource.gif;
2687: mapSimpleEditor.gif;
2688: mapStraightened.gif;
2689: mapTwoResources.gif;
1.703 raeburn 2690: messalog.gif;
2691: mngcu.gif;
2692: nav.gif;
2693: navigation.gif;
2694: network-workgroup.gif;
2695: new.gif;
1.163 harris41 2696: numericalResponse1.gif;
2697: numericalResponseEditor.gif;
2698: numericalResponseSlopeProblem.gif;
2699: numericalResponseVarInText.gif;
2700: optionResponseEditing.gif;
2701: optionResponseProblem.gif;
1.703 raeburn 2702: page.gif;
2703: parm.gif;
2704: pgrd.gif;
2705: port.gif;
1.568 raeburn 2706: pref.gif;
1.703 raeburn 2707: preferences-desktop-font.gif;
2708: preferences-desktop-locale.gif;
2709: preferences-desktop-theme.gif;
2710: prt.gif;
1.163 harris41 2711: publishMetadata.gif;
2712: radioResponse2.gif;
2713: radioResponseHint.gif;
1.703 raeburn 2714: rcrs.gif;
2715: res.gif;
2716: resversion.gif;
2717: roles.gif;
2718: rsrv.gif;
2719: scoreupfrm.gif;
2720: sctr.gif;
2721: self_enroll.gif;
2722: simple.gif;
2723: simpprob.gif;
1.163 harris41 2724: smallHelp.gif;
2725: spreadsheet_hierarchy.gif;
1.703 raeburn 2726: sprs.gif;
2727: src.gif;
2728: stat.gif;
1.163 harris41 2729: stringResponseEditor.gif;
1.548 www 2730: studentInterface.gif;
1.703 raeburn 2731: subdocs.gif;
2732: subtimpl.gif;
2733: survey_rep.gif;
2734: syllabus.gif;
2735: system-users.gif;
2736: uploadscores.gif;
2737: uplusr.gif;
2738: vbkm.gif;
2739: verify.gif;
2740: wishlist.gif;
2741: wishlist-link.gif;
1.548 www 2742: iclicker.gif;
2743: interwrite1.gif;
2744: interwrite2.gif;
2745: interwrite3.gif;
2746: interwrite4.gif;
2747: interwrite5.gif;
1.140 bowersj2 2748: </filenames>
2749: </fileglob>
2750: <fileglob>
2751: <glob>*.*</glob>
2752: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
2753: <targetdir dist='default'>
2754: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 2755: <categoryname>interface file</categoryname>
1.140 bowersj2 2756: <description>
2757: EPS files for the help system
2758: </description>
2759: <filenames>
1.360 albertel 2760: Authoring_Dynamic_Plot_Axis_Labels.eps;
2761: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
2762: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
2763: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
2764: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
2765: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
1.538 albertel 2766: BT_ScreenshotCriteria.eps;
2767: BT_ScreenshotQuestion.eps;
2768: BT_ScreenshotVariable.eps;
2769: flowchartBridgeTask.eps;
1.360 albertel 2770: Dynamic_Replication_Change.eps;
2771: Dynamic_Replication_Request.eps;
2772: Load_Balance_Example.eps;
2773: LONCAPA_Network_Diagram2.eps;
2774: LONCAPA_Network_Diagram.eps;
2775: Map_Example.eps;
2776: Resource_Assembly.eps;
1.703 raeburn 2777: aboutme.eps;
2778: addClickerInfoFile.eps;
2779: anno.eps;
2780: anot.eps;
2781: anot2.eps;
1.163 harris41 2782: authorRemote.eps;
1.703 raeburn 2783: bchat.eps;
2784: blog.eps;
2785: catalog.eps;
2786: ccat.eps;
2787: chat.eps;
2788: chrt.eps;
2789: com.eps;
1.163 harris41 2790: constructionSpace.eps;
2791: constructionSpaceForPublishing.eps;
1.703 raeburn 2792: coprplot.eps;
2793: cprv.eps;
1.163 harris41 2794: creatingANewCourse.eps;
2795: creatingNewProblemResource.eps;
1.703 raeburn 2796: crsconf.eps;
2797: docs.eps;
2798: document-open.eps;
2799: document-properties.eps;
2800: dump.eps;
1.163 harris41 2801: dynamic_piecewise.eps;
2802: dynamic_piecewise2.eps;
2803: dynamic_plot.eps;
2804: dynamic_plot2.eps;
1.703 raeburn 2805: edit-find-replace.eps;
2806: edit-redo.eps;
2807: edit-undo.eps;
2808: emblem-photos.eps;
2809: eval.eps;
2810: extres.eps;
2811: fdbk.eps;
2812: feedback.eps;
1.163 harris41 2813: formulaResponse.eps;
1.770 www 2814: FPRexamples.eps;
1.703 raeburn 2815: fromfile.eps;
2816: grds.eps;
2817: grps.eps;
2818: list-add.eps;
1.163 harris41 2819: lonhelpheader.eps;
2820: login.eps;
1.703 raeburn 2821: mail-message-new.eps;
2822: mail-reply-all.eps;
1.192 bowersj2 2823: mainCourseDocuments.eps;
1.163 harris41 2824: mapAdvancedEditorNew.eps;
2825: mapClickedStart.eps;
2826: mapEditFirstClick.eps;
2827: mapEditInitial.eps;
2828: mapEditingButton.eps;
2829: mapEditorDirectoryBrowser.eps;
2830: mapEditorResourceChosen.eps;
2831: mapEditorSelection.eps;
2832: mapInsertResource.eps;
2833: mapNewResource.eps;
2834: mapSecondWindowSecondResource.eps;
2835: mapSimpleEditor.eps;
2836: mapStraightened.eps;
2837: mapTwoResources.eps;
1.703 raeburn 2838: messalog.eps;
2839: mngcu.eps;
2840: nav.eps;
2841: navigation.eps;
2842: network-workgroup.eps;
2843: new.eps;
1.163 harris41 2844: numericalResponse1.eps;
2845: numericalResponseEditor.eps;
2846: numericalResponseSlopeProblem.eps;
2847: numericalResponseVarInText.eps;
2848: optionResponseEditing.eps;
2849: optionResponseProblem.eps;
1.703 raeburn 2850: page.eps;
2851: parm.eps;
2852: pgrd.eps;
2853: port.eps;
2854: preferences-desktop-font.eps;
2855: preferences-desktop-locale.eps;
2856: preferences-desktop-theme.eps;
2857: prt.eps;
1.163 harris41 2858: publishMetadata.eps;
2859: radioResponse2.eps;
2860: radioResponseHint.eps;
1.703 raeburn 2861: rcrs.eps;
2862: res.eps;
2863: resversion.eps;
2864: roles.eps;
2865: rsrv.eps;
2866: scoreupfrm.eps;
2867: sctr.eps;
2868: self_enroll.eps;
2869: simple.eps;
2870: simpprob.eps;
1.163 harris41 2871: smallHelp.eps;
2872: spreadsheet_hierarchy.eps;
1.703 raeburn 2873: sprs.eps;
2874: src.eps;
2875: stat.eps;
1.163 harris41 2876: stringResponseEditor.eps;
1.548 www 2877: studentInterface.eps;
1.703 raeburn 2878: subdocs.eps;
2879: subtimpl.eps;
2880: survey_rep.eps;
2881: syllabus.eps;
2882: system-users.eps;
2883: uploadscores.eps;
2884: uplusr.eps;
2885: vbkm.eps;
2886: verify.eps;
2887: wishlist.eps;
2888: wishlist-link.eps;
1.548 www 2889: iclicker.eps;
2890: interwrite1.eps;
2891: interwrite2.eps;
2892: interwrite3.eps;
2893: interwrite4.eps;
2894: interwrite5.eps;
1.140 bowersj2 2895: </filenames>
2896: </fileglob>
2897: <fileglob>
2898: <glob>*.*</glob>
2899: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
2900: <targetdir dist='default'>
2901: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 2902: <categoryname>interface file</categoryname>
1.140 bowersj2 2903: <description>
2904: Tex files for the help system
2905: </description>
2906: <filenames>
1.163 harris41 2907: About_Authors_Manual.tex;
1.321 www 2908: About_Bombs.tex;
1.276 bowersj2 2909: About_Communication.tex;
2910: About_Developers_Manual.tex;
1.163 harris41 2911: About_Numerical_and_Formula_Response.tex;
1.519 albertel 2912: About_Symbs.tex;
1.350 www 2913: all_functions_table.tex;
1.371 albertel 2914: adaptive_hints.tex;
1.361 www 2915: Additional_Help.tex;
1.163 harris41 2916: Ambiguous_Reference.tex;
1.309 matthew 2917: Analysis_Analyze_Over.tex;
1.350 www 2918: Analyze_Problem.tex;
1.461 albertel 2919: Answer_Date.tex;
1.278 bowersj2 2920: Annotation.tex;
1.276 bowersj2 2921: Authentication.tex;
1.427 www 2922: Auth_Options.tex;
1.163 harris41 2923: Authoring_Adding_Pictures.tex;
1.248 bowersj2 2924: Authoring_DataResponse.tex;
1.350 www 2925: Authoring_Dynamic_Plot_Axes.tex;
1.461 albertel 2926: Authoring_Dynamic_Plot_Color_Selection.tex;
1.350 www 2927: Authoring_Dynamic_Plot_Curve_Data.tex;
2928: Authoring_Dynamic_Plot_Curve_Function.tex;
2929: Authoring_Dynamic_Plot_Curve.tex;
2930: Authoring_Dynamic_Plot_Gnuplot.tex;
2931: Authoring_Dynamic_Plot_Key.tex;
2932: Authoring_Dynamic_Plot_Label.tex;
2933: Authoring_Dynamic_Plot_Linestyle.tex;
1.163 harris41 2934: Authoring_Dynamic_Plot.tex;
1.350 www 2935: Authoring_Dynamic_Plot_Tics.tex;
2936: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248 bowersj2 2937: Authoring_ExternalResponse.tex;
2938: Authoring_Foil_Structure_Tags.tex;
1.350 www 2939: Authoring_Hint_Tags.tex;
1.163 harris41 2940: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 2941: Authoring_ImageResponse.tex;
2942: Authoring_Input_Tags.tex;
2943: Authoring_Internal_Tags.tex;
1.493 www 2944: Authoring_Intro.tex;
1.599 raeburn 2945: Authoring_Math_Editor.tex;
1.248 bowersj2 2946: Authoring_NumericalResponse.tex;
2947: Authoring_OptionResponse.tex;
2948: Authoring_Output_Tags.tex;
1.254 bowersj2 2949: Authoring_Pictures_EPS.tex;
1.163 harris41 2950: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 2951: Authoring_RadiobuttonResponse.tex;
2952: Authoring_Response_Attributes.tex;
1.350 www 2953: Authoring_Responseparam_Parameter.tex;
1.248 bowersj2 2954: Authoring_Response_Tag_Intro.tex;
2955: Authoring_Scripting_Tags.tex;
1.490 albertel 2956: Authoring_Spreadsheet.tex;
1.248 bowersj2 2957: Authoring_Structure_Tags.tex;
2958: Authoring_XML_Intro.tex;
1.350 www 2959: Author_LON-CAPA_Introduction.tex;
2960: Author_Manual_Title_Page.tex;
2961: Author_Numerical_and_Formula.tex;
2962: Author_Remote_Control.tex;
1.499 raeburn 2963: Batch_Creation.tex;
1.554 albertel 2964: BridgeTask_About.tex;
2965: BridgeTask_Conditions.tex;
2966: BridgeTask_Create.tex;
2967: BridgeTask_EditModeFinishing.tex;
2968: BridgeTask_EditModeIntroduction.tex;
2969: BridgeTask_EditModeQuestion.tex;
2970: BridgeTask_EditMode.tex;
2971: BridgeTask_EditModeVariable.tex;
2972: BridgeTask_Features.tex;
2973: BridgeTask_Intro.tex;
2974: BridgeTask_Portfolio.tex;
2975: BridgeTask_SetupResource.tex;
2976: BridgeTask_Slot.tex;
2977: BridgeTask_XMLFinishing.tex;
2978: BridgeTask_XMLHeader.tex;
2979: BridgeTask_XMLQuestions.tex;
2980: BridgeTask_XML.tex;
2981: BridgeTask_XMLVariable.tex;
1.461 albertel 2982: Browsing_Resources.tex;
1.278 bowersj2 2983: Bugzilla.tex;
1.267 www 2984: Caching.tex;
1.246 bowersj2 2985: Calendar_Add_Announcement.tex;
2986: Calendar_Remove_Announcement.tex;
1.163 harris41 2987: Calling_Functions.tex;
1.350 www 2988: CAPA_LON-CAPA_function_diffs.tex;
1.276 bowersj2 2989: Cascading_Parameters.tex;
1.461 albertel 2990: Catalog_Info.tex;
1.278 bowersj2 2991: Change_Colors.tex;
2992: Change_Password.tex;
1.249 matthew 2993: Chart_Description.tex;
1.374 albertel 2994: Change_Discussion_Display.tex;
1.461 albertel 2995: Chart_Enrollment_Status.tex;
1.249 matthew 2996: Chart_Output_Data.tex;
2997: Chart_Output_Formats.tex;
1.461 albertel 2998: Chart_Sections.tex;
2999: Chart_Sequences.tex;
3000: Chart_Student_Data.tex;
1.276 bowersj2 3001: Chatting.tex;
1.548 www 3002: Clicker_Registration.tex;
1.163 harris41 3003: Coauthor.tex;
3004: Construction_Space_Overview.tex;
1.493 www 3005: Contextual_Help.tex;
1.276 bowersj2 3006: Course_Add_Other.tex;
1.163 harris41 3007: Course_Add_Student.tex;
1.461 albertel 3008: Course_Automated_Enrollment.tex;
1.278 bowersj2 3009: Course_Broadcast_Message.tex;
3010: Course_Change_Privileges.tex;
1.163 harris41 3011: Course_Chart_To_Excel.tex;
1.254 bowersj2 3012: Course_Chat.tex;
1.163 harris41 3013: Course_Convert_To_CSV.tex;
1.493 www 3014: Course_Coordination_Intro.tex;
1.163 harris41 3015: Course_Create_Class_List.tex;
3016: Course_Critical_Message.tex;
3017: Course_Deleting.tex;
3018: Course_Disable_Discussion.tex;
3019: Course_Discussion_Board.tex;
3020: Course_Drop_Student.tex;
3021: Course_Edit_Content.tex;
1.276 bowersj2 3022: Course_Editing_Custom_Roles.tex;
1.461 albertel 3023: Course_Environment.tex;
1.278 bowersj2 3024: Course_Extending_Due_Dates.tex;
1.254 bowersj2 3025: Course_Face_To_Face_Records.tex;
1.163 harris41 3026: Course_Feedback_Addresses.tex;
3027: Course_Homework_Performance_Overview.tex;
1.350 www 3028: Course_Manually_Grade_Problem.tex;
1.197 albertel 3029: Course_Manual_Title_Page.tex;
1.566 raeburn 3030: Course_Manage_Group.tex;
1.264 bowersj2 3031: Course_Maximum_Collaborators.tex;
1.163 harris41 3032: Course_Message_Access.tex;
1.254 bowersj2 3033: Course_Modify_Student_Data.tex;
1.264 bowersj2 3034: Course_Parameter_Levels.tex;
1.461 albertel 3035: Course_Parameter_Table_Mode.tex;
1.721 www 3036: Course_Prefs_Bridgetasks.tex;
3037: Course_Prefs_Display.tex;
3038: Course_Prefs_Grading.tex;
3039: Course_Prefs_Printouts.tex;
3040: Course_Prefs_Classlists.tex;
3041: Course_Prefs_Feedback.tex;
3042: Course_Prefs_Language.tex;
3043: Course_Prefs_Spreadsheet.tex;
3044: Course_Prefs_Discussions.tex;
3045: Course_Prefs_General.tex;
3046: Course_Prefs_Other.tex;
1.163 harris41 3047: Course_Problem_Weight.tex;
1.742 raeburn 3048: Course_Requests.tex;
1.659 raeburn 3049: Course_Request_Access_End.tex;
3050: Course_Request_Access_Start.tex;
3051: Course_Request_Autoadd.tex;
3052: Course_Request_Autodrop.tex;
3053: Course_Request_Category.tex;
3054: Course_Request_Clone.tex;
3055: Course_Request_Crosslist.tex;
3056: Course_Request_Description.tex;
3057: Course_Request_Enroll_End.tex;
3058: Course_Request_Enroll_Start.tex;
3059: Course_Request_LCSection.tex;
3060: Course_Request_Personnel.tex;
1.660 raeburn 3061: Course_Request_RegAccess_End.tex;
3062: Course_Request_RegAccess_Start.tex;
1.661 raeburn 3063: Course_Request_Rolesection.tex;
1.659 raeburn 3064: Course_Request_Sections.tex;
1.658 raeburn 3065: Course_Roles.tex;
1.603 raeburn 3066: Course_Self_Enrollment.tex;
1.254 bowersj2 3067: Course_Set_Start_End_Date.tex;
1.163 harris41 3068: Course_Setting_Parameters.tex;
3069: Course_Student_Grade_Override.tex;
3070: Course_Student_Work.tex;
3071: Course_Toplevel_Seq.tex;
1.254 bowersj2 3072: Course_User_Evaluation.tex;
1.264 bowersj2 3073: Course_User_Parameter.tex;
1.278 bowersj2 3074: Course_View_Class_List.tex;
1.248 bowersj2 3075: Create_Course.tex;
1.163 harris41 3076: Creating_A_Course_Intro.tex;
1.597 raeburn 3077: Creating_Domain_Coordinators.tex;
1.499 raeburn 3078: Creating_Groups.tex;
1.163 harris41 3079: Creating_New_Content_Pages.tex;
3080: Creating_Online_Problems.tex;
3081: Creating_Radio_Response_Problems.tex;
1.496 www 3082: Custom_Response_Problems.tex;
1.746 raeburn 3083: Deleting_Domain_Coordinators.tex;
1.276 bowersj2 3084: Developer_Manual_Title_Page.tex;
3085: Developer_Tutorial.tex;
1.461 albertel 3086: Distribute_Messages.tex;
1.264 bowersj2 3087: Docs_About_Bulletin_Board.tex;
1.517 raeburn 3088: Docs_About_Group_Files.tex;
1.264 bowersj2 3089: Docs_About_My_Personal_Info.tex;
3090: Docs_About_Simple_Page.tex;
3091: Docs_About_Syllabus.tex;
1.200 bowersj2 3092: Docs_Adding_Course_Doc.tex;
3093: Docs_Adding_External_Resource.tex;
3094: Docs_Adding_Folders.tex;
1.400 albertel 3095: Docs_Adding_Pages.tex;
1.278 bowersj2 3096: Docs_Adding_Syllabus.tex;
1.264 bowersj2 3097: Docs_Alternatives.tex;
1.365 www 3098: Docs_Check_Resource_Versions.tex;
1.200 bowersj2 3099: Docs_Creating_From_Template.tex;
1.365 www 3100: Docs_Dump_Course_Docs.tex;
1.451 raeburn 3101: Docs_Export_Course_Docs.tex;
1.264 bowersj2 3102: Docs_Editing_Templated_Pages.tex;
1.365 www 3103: Docs_Essay.tex;
1.200 bowersj2 3104: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 3105: Docs_Load_Map.tex;
1.200 bowersj2 3106: Docs_Main_Course_Documents.tex;
3107: Docs_Navigate_Content.tex;
1.365 www 3108: Docs_Option_Response.tex;
1.200 bowersj2 3109: Docs_Overview.tex;
1.365 www 3110: Docs_Radio.tex;
1.265 bowersj2 3111: Docs_Score_Upload_Form.tex;
1.365 www 3112: Docs_Search.tex;
3113: Docs_Simple_Problem.tex;
3114: Docs_String_Response.tex;
1.200 bowersj2 3115: Docs_Supplemental.tex;
3116: Docs_Uploading_From_Harddrive.tex;
1.365 www 3117: Docs_Verify_Content.tex;
1.685 raeburn 3118: Domain_Configuration_Auto_Creation.tex;
1.597 raeburn 3119: Domain_Configuration_Auto_Enrollment.tex;
3120: Domain_Configuration_Auto_Updates.tex;
3121: Domain_Configuration_Cataloging_Courses.tex;
3122: Domain_Configuration_Color_Schemes.tex;
3123: Domain_Configuration_Contact_Info.tex;
1.720 raeburn 3124: Domain_Configuration_Course_Defaults.tex;
1.597 raeburn 3125: Domain_Configuration_InstDirectory_Search.tex;
3126: Domain_Configuration_LangTZAuth.tex;
3127: Domain_Configuration_Login_Page.tex;
3128: Domain_Configuration_Quotas.tex;
1.685 raeburn 3129: Domain_Configuration_Request_Courses.tex;
1.597 raeburn 3130: Domain_Configuration_Scantron_Format.tex;
1.720 raeburn 3131: Domain_Configuration_Server_Status.tex;
1.751 raeburn 3132: Domain_Configuration_SSL.tex;
1.597 raeburn 3133: Domain_Configuration_User_Creation.tex;
3134: Domain_Configuration_User_Modification.tex;
1.720 raeburn 3135: Domain_Configuration_User_Sessions.tex;
1.597 raeburn 3136: Domain_Coordination_Intro.tex;
1.600 raeburn 3137: Domain_Coordination_Overview.tex;
1.597 raeburn 3138: Domain_Crontab_Entries.tex;
3139: Domain_Manual_Title_Page.tex;
1.461 albertel 3140: Due_Date.tex;
1.365 www 3141: Edit_Syllabus.tex;
1.493 www 3142: Error.tex;
1.554 albertel 3143: exam_answers.tex;
1.372 albertel 3144: exam_basics.tex;
1.554 albertel 3145: exam_build.tex;
3146: exam_disable_com.tex;
3147: exam_how_scored.tex;
3148: exam_parameters.tex;
3149: exam_printing.tex;
3150: exam_question_type.tex;
3151: exam_scoring.tex;
1.365 www 3152: Exploring_Your_Course.tex;
1.461 albertel 3153: Feedback_Author.tex;
3154: Feedback_Content.tex;
3155: Feedback_Discuss_Anon.tex;
3156: Feedback_Discussion.tex;
3157: Feedback_Policy.tex;
1.276 bowersj2 3158: Finding_Resources.tex;
1.163 harris41 3159: Foils.tex;
1.572 www 3160: Formula_Answers.tex;
1.590 www 3161: Formula_Editor.tex;
1.248 bowersj2 3162: Formula_Response_Adv_Intro.tex;
1.163 harris41 3163: Formula_Response_Example.tex;
3164: Formula_Response_Limitations.tex;
3165: Formula_Response_Problems.tex;
3166: Formula_Response_Sampling.tex;
3167: Formula_Tolerance.tex;
1.719 www 3168: Function_Plot_Response_Background_Plot.tex;
3169: Function_Plot_Response_Evaluation_Rule.tex;
3170: Function_Plot_Response_Rule_Set.tex;
3171: Function_Plot_Response_Elements.tex;
3172: Function_Plot_Response_Question.tex;
3173: Function_Plot_Response_Spline.tex;
1.187 www 3174: General_Intro.tex;
1.330 www 3175: Generation.tex;
1.461 albertel 3176: Grade_All.tex;
3177: Grade_Intro.tex;
3178: Grade_One.tex;
3179: Grade_Scantron.tex;
3180: Grade_Sequence.tex;
3181: Grade_Upload.tex;
3182: Grade_Verify.tex;
1.331 www 3183: GradingOptions.tex;
1.219 albertel 3184: Greek_Symbols.tex;
1.276 bowersj2 3185: Guts_Apache_Env.tex;
3186: Guts_Apache_Modules.tex;
1.350 www 3187: Guts_Apache.tex;
1.276 bowersj2 3188: Guts_Authentication.tex;
3189: Guts_Authoring.tex;
3190: Guts_Coding_Guidelines.tex;
3191: Guts_Course_Dir.tex;
3192: Guts_User_Dir.tex;
1.365 www 3193: Help.tex;
3194: Helper_Course_Initialization.tex;
1.163 harris41 3195: How_To_Edit_Existing_Content_Pages.tex;
1.602 raeburn 3196: Institutional_Integration_Authentication.tex;
1.601 raeburn 3197: Institutional_Integration_Course_Codes.tex;
1.746 raeburn 3198: Institutional_Integration_Course_Requests.tex;
1.601 raeburn 3199: Institutional_Integration_Format_Checks.tex;
3200: Institutional_Integration_Identity_Management.tex;
1.602 raeburn 3201: Institutional_Integration_User_Categories.tex;
1.276 bowersj2 3202: Latex_Footer.tex;
3203: Latex_Header.tex;
1.254 bowersj2 3204: Leaving_Feedback.tex;
1.163 harris41 3205: Login_To_LON-CAPA.tex;
1.521 www 3206: Math_Response_Problems.tex;
1.591 www 3207: Maxima_Argument_Array.tex;
3208: Maxima_Libraries.tex;
1.163 harris41 3209: Metadata_Description.tex;
1.666 raeburn 3210: Modify_Community_Owner.tex;
3211: Modify_Course_Defaultauth.tex;
3212: Modify_Course_Instcode.tex;
3213: Modify_Course_Owner.tex;
3214: Modify_Course_Quota.tex;
1.365 www 3215: Navigation_Screen.tex;
1.178 bowersj2 3216: Navmap_Host_Down.tex;
1.376 raeburn 3217: NavMaps_MarkPosts_Read.tex;
1.163 harris41 3218: Numerical_Response_Advanced_Example.tex;
3219: Numerical_Response_Format.tex;
1.350 www 3220: Numerical_Response_Introduction.tex;
1.163 harris41 3221: Numerical_Response_Intro.tex;
3222: Numerical_Response_Parts_A.tex;
3223: Numerical_Response_Parts_B.tex;
3224: Numerical_Response_Problems.tex;
3225: Numerical_Response_Randomization.tex;
3226: Numerical_Response_Simple_Example.tex;
3227: Numerical_Response_Tutorial_A.tex;
3228: Numerical_Response_Units.tex;
1.371 albertel 3229: numerical_wrong_answers.tex;
1.461 albertel 3230: Open_Date.tex;
1.163 harris41 3231: Option_Response_Concept_Group_Example.tex;
3232: Option_Response_Matching_Example.tex;
3233: Option_Response_Problem_Creation.tex;
3234: Option_Response_Problem_Figure.tex;
3235: Option_Response_Problem_Parts.tex;
3236: Option_Response_Problems.tex;
3237: Option_Response_Simple.tex;
1.219 albertel 3238: Other_Symbols.tex;
1.561 albertel 3239: Parameter_encrypturl.tex;
1.461 albertel 3240: Parameter_Helper.tex;
1.495 www 3241: Parameter_Manager.tex;
1.461 albertel 3242: Parameter_Overview.tex;
1.722 www 3243: Parameter_Set_Folder.tex;
1.194 albertel 3244: Part_Tag_Edit_Help.tex;
1.264 bowersj2 3245: Personal_Info_Page.tex;
1.248 bowersj2 3246: Physical_Units.tex;
1.519 albertel 3247: Portfolio_About.tex;
3248: Portfolio_AddFiles.tex;
3249: Portfolio_Catalog.tex;
3250: Portfolio_ChangeDirectory.tex;
3251: Portfolio_CreateDirectory.tex;
3252: Portfolio_DeleteFile.tex;
3253: Portfolio_FileAction.tex;
3254: Portfolio_FileList.tex;
3255: Portfolio_OpenFile.tex;
3256: Portfolio_RenameFile.tex;
3257: Portfolio_ShareFile_ChangeSetting.tex;
1.561 albertel 3258: Portfolio_ShareFile_Conditional.tex;
1.519 albertel 3259: Portfolio_ShareFile_SetAccess.tex;
3260: Portfolio_ShareFile_StopAccess.tex;
3261: Portfolio_ShareFile.tex;
1.361 www 3262: Prefs_About_Me.tex;
1.254 bowersj2 3263: Prefs_Forwarding.tex;
1.361 www 3264: Prefs_Language.tex;
1.568 raeburn 3265: Prefs_Messages.tex;
1.569 raeburn 3266: Prefs_Notification.tex;
1.254 bowersj2 3267: Prefs_Screen_Name_Nickname.tex;
1.461 albertel 3268: Print_Library.tex;
1.388 sakharuk 3269: Print_Options.tex;
1.278 bowersj2 3270: Print_Resource.tex;
1.453 foxr 3271: Print_Tricks.tex;
1.163 harris41 3272: Problem_Editor_Testing_Area.tex;
3273: Problem_Editor_XML_Index.tex;
1.248 bowersj2 3274: Problem_LON-CAPA_Functions.tex;
1.405 foxr 3275: Problem_LON-CAPA_Image_Options.tex;
1.461 albertel 3276: Problem_Parameters.tex;
1.163 harris41 3277: Problem_Types.tex;
3278: Publishing_A_Resource.tex;
3279: Publishing_Author_Tutorial_Segue.tex;
3280: Publishing_Copyright.tex;
3281: Publishing_Intro.tex;
3282: Publishing_Keywords.tex;
1.461 albertel 3283: Quick_Grades_Description.tex;
1.191 bowersj2 3284: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 3285: Radio_Response_Problems.tex;
3286: Radio_Response_Randomization.tex;
1.248 bowersj2 3287: Ranking_Problems.tex;
1.266 www 3288: Receipt.tex;
1.361 www 3289: Remote_Menu.tex;
1.276 bowersj2 3290: Resource_Discussion.tex;
1.163 harris41 3291: Resource_Types.tex;
1.276 bowersj2 3292: Roles_About.tex;
1.361 www 3293: Roles_Screen.tex;
1.248 bowersj2 3294: Script_Functions.tex;
1.350 www 3295: Scripting_Help.tex;
1.163 harris41 3296: Script_Tutorial_Intro.tex;
1.248 bowersj2 3297: Script_Variables.tex;
1.360 albertel 3298: Search_Advanced.tex;
3299: Search_Basic.tex;
3300: Searching.tex;
1.278 bowersj2 3301: Sending_Email.tex;
1.163 harris41 3302: Sequence_Advanced_Editor_Creation.tex;
3303: Sequence_Definition.tex;
3304: Sequence_Editor_Selection.tex;
3305: Sequence_Page_Maps.tex;
3306: Sequence_Simple_Editor_Creation.tex;
3307: Sequence_Top-Level.tex;
3308: Significant_Figures.tex;
1.519 albertel 3309: Slot_About.tex;
3310: Slot_AddInterface.tex;
3311: Slot_ChoosingResources.tex;
3312: Slot_CommaDelimited.tex;
3313: Slot_EditDelete.tex;
3314: Slot_OptionalAttributes.tex;
3315: Slot_RequiredAttributes.tex;
1.553 albertel 3316: Slot_ResourceParameter.tex;
1.519 albertel 3317: Slot_RestrictAvailibility.tex;
3318: Slot_SelectingField.tex;
3319: Slot_SpecifyProctors.tex;
1.586 www 3320: Some_Items_Were_Not_Submitted.tex;
1.278 bowersj2 3321: Spreadsheet_About.tex;
1.279 matthew 3322: Spreadsheet_Calculation.tex;
3323: Spreadsheet_Calculation_Time.tex;
3324: Spreadsheet_Cell_Editing.tex;
3325: Spreadsheet_Editing.tex;
1.278 bowersj2 3326: Spreadsheet_Export_Row.tex;
1.279 matthew 3327: Spreadsheet_Files.tex;
1.278 bowersj2 3328: Spreadsheet_Functions.tex;
1.279 matthew 3329: Spreadsheet_Hierarchy.tex;
3330: Spreadsheet_HowTo_Assessments.tex;
3331: Spreadsheet_HowTo.tex;
3332: Spreadsheet_Layout.tex;
1.278 bowersj2 3333: Spreadsheet_Levels.tex;
3334: Spreadsheet_Max_Depth_Exceeded.tex;
3335: Spreadsheet_Parms.tex;
3336: Spreadsheet_Problem_Weight.tex;
1.279 matthew 3337: Spreadsheet_Referencing_Cells.tex;
3338: Spreadsheet_Referencing_Parameters.tex;
3339: Spreadsheet_Row_Numbers.tex;
3340: Spreadsheet_Student_View.tex;
1.278 bowersj2 3341: Spreadsheet_Student_Visible.tex;
3342: Spreadsheet_Template_Row.tex;
3343: Spreadsheet_Ternary_Operator.tex;
3344: Spreadsheet_Tries.tex;
1.329 matthew 3345: Statistics_Overall_Key.tex;
1.375 matthew 3346: Statistics_Sequence.tex;
1.368 matthew 3347: Statistics_Cache.tex;
1.163 harris41 3348: String_Response_Problem_Creation.tex;
3349: String_Response_Problems.tex;
1.493 www 3350: Student_Intro.tex;
1.461 albertel 3351: Submission_Time_Analysis.tex;
1.248 bowersj2 3352: Syllabus_ExtLink.tex;
3353: Syllabus_URLs.tex;
1.461 albertel 3354: Table_Mode.tex;
1.491 albertel 3355: Testbank_Formatting.tex;
1.392 sakharuk 3356: TEXDropEmptyColumns_attribute.tex;
1.399 albertel 3357: TEXitemgroupwidth_attribute.tex;
1.400 albertel 3358: TEXitemgroup_attribute.tex;
1.392 sakharuk 3359: TEXlayout_attribute.tex;
1.388 sakharuk 3360: TEXsize_attribute.tex;
1.392 sakharuk 3361: TEXtype_attribute.tex;
1.389 sakharuk 3362: TEXwidth_attribute.tex;
1.461 albertel 3363: Tries.tex;
1.163 harris41 3364: Tolerance.tex;
1.248 bowersj2 3365: Uploaded_Templates_PublicView.tex;
3366: Uploaded_Templates_TextBoxes.tex;
1.491 albertel 3367: Uploading_File_Options.tex;
1.662 raeburn 3368: Using_Clickers.tex;
1.163 harris41 3369: Variable_Naming_Conventions.tex;
3370: Variables_in_Scripts.tex;
3371: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 3372: Variables_in_the_Text_Block.tex;
1.350 www 3373: Variable_Tutorial_A.tex;
1.461 albertel 3374: View_All_Messages.tex;
3375: View_Critical_Messages.tex;
1.502 albertel 3376: View_recent_activity.tex;
1.276 bowersj2 3377: What_Is_LON-CAPA.tex;
3378: Why_LON-CAPA.tex;
1.698 wenzelju 3379: Wishlist.tex;
1.317 www 3380: </filenames>
3381: </fileglob>
3382: <fileglob>
3383: <glob>*.*</glob>
1.485 www 3384: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
3385: <targetdir dist='default'>
3386: home/httpd/html/adm/help/tex/de/</targetdir>
3387: <categoryname>interface file</categoryname>
3388: <description>
3389: German Tex files for the help system
3390: </description>
3391: <filenames>
1.518 www 3392: About_Bombs.tex;
3393: About_Communication.tex;
1.707 bisitz 3394: Auth_Options.tex;
1.605 bisitz 3395: Authoring_Math_Editor.tex;
1.573 raeburn 3396: Contextual_Help.tex;
1.578 bisitz 3397: Cascading_Parameters.tex;
1.707 bisitz 3398: Course_Convert_To_CSV.tex;
3399: Course_Create_Class_List.tex;
1.604 bisitz 3400: Course_Self_Enrollment.tex;
1.575 bisitz 3401: Docs_About_Bulletin_Board.tex;
1.573 raeburn 3402: Docs_About_Group_Files.tex;
1.575 bisitz 3403: Docs_About_My_Personal_Info.tex;
3404: Docs_About_Simple_Page.tex;
3405: Docs_About_Syllabus.tex;
1.573 raeburn 3406: Docs_Adding_Course_Doc.tex;
3407: Docs_Adding_Folders.tex;
1.575 bisitz 3408: Docs_Editing_Templated_Pages.tex;
3409: Docs_Navigate_Content.tex;
3410: Docs_Score_Upload_Form.tex;
3411: Docs_Verify_Content.tex;
1.604 bisitz 3412: Formula_Editor.tex;
1.573 raeburn 3413: General_Intro.tex;
1.605 bisitz 3414: Generation.tex;
1.604 bisitz 3415: Metadata_Description.tex;
1.573 raeburn 3416: Navigation_Screen.tex;
1.578 bisitz 3417: Parameter_Overview.tex;
3418: Problem_Parameters.tex;
1.604 bisitz 3419: Publishing_Copyright.tex;
3420: Publishing_Keywords.tex;
1.571 bisitz 3421: Quick_Grades_Possibly_Correct.tex;
1.575 bisitz 3422: Ranking_Problems.tex;
1.612 droeschl 3423: Receipt.tex;
1.578 bisitz 3424: Search_Advanced.tex;
3425: Search_Basic.tex;
1.573 raeburn 3426: Student_Intro.tex;
1.578 bisitz 3427: Syllabus_ExtLink.tex;
3428: Table_Mode.tex;
1.485 www 3429: Tries.tex;
1.575 bisitz 3430: Uploaded_Templates_PublicView.tex;
3431: Uploaded_Templates_TextBoxes.tex;
1.485 www 3432: </filenames>
3433: </fileglob>
3434: <fileglob>
3435: <glob>*.*</glob>
1.317 www 3436: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
3437: <targetdir dist='default'>
3438: home/httpd/html/adm/help/tex/ru/</targetdir>
3439: <categoryname>interface file</categoryname>
3440: <description>
3441: Russian Tex files for the help system
3442: </description>
3443: <filenames>
3444: About_Authors_Manual.tex;
1.319 www 3445: About_Communication.tex;
1.324 sakharuk 3446: About_Developers_Manual.tex;
1.319 www 3447: About_Numerical_and_Formula_Response.tex;
1.334 sakharuk 3448: CAPA_LON-CAPA_function_diffs.tex;
1.360 albertel 3449: Course_Maximum_Collaborators.tex;
1.324 sakharuk 3450: Course_Set_Start_End_Date.tex;
1.319 www 3451: Creating_A_Course_Intro.tex;
1.324 sakharuk 3452: Other_Symbols.tex;
1.319 www 3453: Physical_Units.tex;
1.317 www 3454: Print_Resource.tex;
1.324 sakharuk 3455: Authoring_Adding_Pictures.tex;
1.140 bowersj2 3456: </filenames>
3457: </fileglob>
3458: <file>
3459: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
3460: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 3461: <categoryname>interface file</categoryname>
1.140 bowersj2 3462: <description>
3463: A gdbm file containing a label->tex file hash.
1.15 harris41 3464: </description>
3465: <status>works/unverified</status>
1.487 albertel 3466: <build trigger='always run'>
3467: loncom/build/rebuild_label_hash.sh
3468: </build>
3469: <dependencies>
3470: rebuild_label_hash.sh
3471: </dependencies>
1.15 harris41 3472: </file>
1.407 albertel 3473: <fileglob>
1.748 raeburn 3474: <glob>*.*</glob>
1.407 albertel 3475: <sourcedir>loncom/html/adm/fonts/</sourcedir>
3476: <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
3477: <categoryname>interface file</categoryname>
3478: <description>
3479: Fonts for convertjme.pl
3480: </description>
3481: <filenames>
3482: DejaVuSerif-Roman.ttf;
1.552 albertel 3483: DejaVuSansMono-Bold.ttf;
1.551 albertel 3484: DejaVuSans.pfb;
3485: DejaVuSans.ttf;
3486: DejaVuSerif.pfb;
3487: DejaVuSerif.ttf;
1.744 raeburn 3488: status.txt;
3489: unicover.txt;
3490: </filenames>
3491: </fileglob>
1.15 harris41 3492: <file>
1.748 raeburn 3493: <source>loncom/html/adm/fonts/AUTHORS</source>
3494: <target dist='default'>home/httpd/html/adm/fonts/AUTHORS</target>
3495: <categoryname>interface file</categoryname>
3496: <description>
3497: Documentation for fonts
3498: </description>
3499: <status>works/unverified</status>
3500: </file>
3501: <file>
3502: <source>loncom/html/adm/fonts/BUGS</source>
3503: <target dist='default'>home/httpd/html/adm/fonts/BUGS</target>
3504: <categoryname>interface file</categoryname>
3505: <description>
3506: Documentation for fonts
3507: </description>
3508: </file>
3509: <file>
3510: <source>loncom/html/adm/fonts/LICENSE</source>
3511: <target dist='default'>home/httpd/html/adm/fonts/LICENSE</target>
3512: <categoryname>interface file</categoryname>
3513: <description>
3514: Documentation for fonts
3515: </description>
3516: </file>
3517: <file>
3518: <source>loncom/html/adm/fonts/NEWS</source>
3519: <target dist='default'>home/httpd/html/adm/fonts/NEWS</target>
3520: <categoryname>interface file</categoryname>
3521: <description>
3522: Documentation for fonts
3523: </description>
3524: </file>
3525: <file>
3526: <source>loncom/html/adm/fonts/README</source>
3527: <target dist='default'>home/httpd/html/adm/fonts/README</target>
3528: <categoryname>interface file</categoryname>
3529: <description>
3530: Documentation for fonts
3531: </description>
3532: </file>
3533: <file>
1.7 harris41 3534: <source>loncom/interface/lonstatistics.pm</source>
3535: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
3536: <categoryname>handler</categoryname>
3537: <description>
3538: Handler to show statistics on solving LON-CAPA problems.
1.326 matthew 3539: </description>
3540: <status>works/unverified</status>
3541: </file>
3542: <file>
3543: <source>loncom/interface/statistics/lonstathelpers.pm</source>
3544: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370 albertel 3545: <categoryname>handler</categoryname>
1.326 matthew 3546: <description>
3547: Utility module for statistics and data mining.
1.144 stredwic 3548: </description>
3549: <status>works/unverified</status>
3550: </file>
3551: <file>
1.400 albertel 3552: <source>loncom/interface/lontrackstudent.pm</source>
3553: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
3554: <categoryname>handler</categoryname>
3555: <description>
3556: Handler to parse and analyze activity.log
3557: </description>
3558: <status>works/unverified</status>
3559: </file>
3560: <file>
1.144 stredwic 3561: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 3562: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
3563: </target>
1.144 stredwic 3564: <categoryname>handler</categoryname>
3565: <description>
1.162 harris41 3566: The module that generate the html for the Problem Statistics web pages.
1.338 matthew 3567: </description>
3568: </file>
3569: <file>
1.366 matthew 3570: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
3571: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
3572: </target>
1.370 albertel 3573: <categoryname>handler</categoryname>
1.366 matthew 3574: <description>
3575: Gives instructors access to compiled survey results.
3576: </description>
3577: </file>
3578: <file>
1.338 matthew 3579: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
3580: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
3581: </target>
3582: <categoryname>handler</categoryname>
3583: <description>
3584: Generates excel file containing student submissions and correct answers.
1.332 matthew 3585: </description>
3586: </file>
3587: <file>
3588: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
3589: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
3590: </target>
3591: <categoryname>handler</categoryname>
3592: <description>
3593: The module that generate the html for the correct problems plot web pages.
1.169 stredwic 3594: </description>
3595: <status>works/unverified</status>
3596: </file>
3597: <file>
3598: <source>loncom/interface/statistics/lonpercentage.pm</source>
3599: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
3600: </target>
3601: <categoryname>handler</categoryname>
3602: <description>
3603: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 3604: </description>
3605: <status>works/unverified</status>
3606: </file>
3607: <file>
3608: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 3609: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
3610: </target>
1.144 stredwic 3611: <categoryname>handler</categoryname>
3612: <description>
1.296 matthew 3613: This module provides detailed analysis and raw data for submissions of various problem types.
3614: </description>
3615: <status>works/unverified</status>
3616: </file>
3617: <file>
1.470 albertel 3618: <source>loncom/interface/statistics/longradinganalysis.pm</source>
3619: <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
3620: <categoryname>handler</categoryname>
3621: <description>
3622: This module provides detailed analysis and raw data for submissions of various problem types.
3623: </description>
3624: <status>works/unverified</status>
3625: </file>
3626: <file>
1.296 matthew 3627: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
3628: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
3629: </target>
3630: <categoryname>handler</categoryname>
3631: <description>
3632: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 3633: </description>
3634: <status>works/unverified</status>
3635: </file>
3636: <file>
3637: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 3638: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
3639: </target>
1.144 stredwic 3640: <categoryname>handler</categoryname>
3641: <description>
3642: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 3643: </description>
3644: <status>works/unverified</status>
3645: </file>
3646: <file>
1.428 raeburn 3647: <source>loncom/interface/lonwhatsnew.pm</source>
3648: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
3649: </target>
3650: <categoryname>handler</categoryname>
3651: <description>
3652: Handler to display items in course requiring action.
3653: </description>
3654: <status>works/unverified</status>
3655: </file>
3656: <file>
1.5 harris41 3657: <source>loncom/publisher/londiff.pm</source>
3658: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
3659: <categoryname>handler</categoryname>
3660: <description>
3661: Handler to show difference between two files.
1.221 www 3662: </description>
3663: <status>works/unverified</status>
3664: </file>
3665: <file>
3666: <source>loncom/publisher/lonrights.pm</source>
3667: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
3668: <categoryname>handler</categoryname>
3669: <description>
3670: Handler to show and edit custom distribution rights
1.5 harris41 3671: </description>
3672: <status>works/unverified</status>
1.4 harris41 3673: </file>
3674: <file>
1.5 harris41 3675: <source>loncom/publisher/lonupload.pm</source>
3676: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
3677: <categoryname>handler</categoryname>
3678: <description>
3679: Handler to upload files through browser into construction space.
3680: </description>
3681: <status>works/unverified</status>
1.4 harris41 3682: </file>
3683: <file>
1.76 harris41 3684: <source>doc/man/Apache__lonupload.3</source>
3685: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 3686: <categoryname>doc</categoryname>
1.76 harris41 3687: <description>man page for lonupload.pm</description>
3688: <build trigger='always run'>
1.115 harris41 3689: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
3690: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 3691: </build>
3692: <status>works/unverified</status>
3693: <dependencies>
3694: ../../loncom/publisher/lonupload.pm
3695: </dependencies>
3696: </file>
3697: <file>
1.118 harris41 3698: <source>doc/lib/perl/Apache/lonupload.html</source>
3699: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 3700: </target>
1.83 harris41 3701: <categoryname>doc</categoryname>
1.76 harris41 3702: <description>POD-derived page for lonupload.pm</description>
3703: <build trigger='always run'>
1.115 harris41 3704: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 3705: ../../doc/lib/perl/Apache/lonupload.html && \
3706: echo 'pod2html lonupload.pm'
1.76 harris41 3707: </build>
3708: <status>works/unverified</status>
3709: <dependencies>
3710: ../../loncom/publisher/lonupload.pm
3711: </dependencies>
3712: </file>
3713: <file>
1.5 harris41 3714: <source>loncom/homework/essayresponse.pm</source>
3715: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
3716: <categoryname>handler</categoryname>
3717: <description>
3718: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 3719: </description>
3720: <status>works/unverified</status>
3721: </file>
3722: <file>
3723: <source>loncom/homework/externalresponse.pm</source>
3724: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
3725: <categoryname>handler</categoryname>
3726: <description>
3727: Handler to evaluate externally graded responses.
3728: </description>
3729: <status>works/unverified</status>
3730: </file>
3731: <file>
3732: <source>loncom/homework/loncapagrade.pm</source>
3733: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
3734: <categoryname>handler</categoryname>
3735: <description>
1.133 harris41 3736: Holds results and defines
3737: tag handlers needed by externalresponse.pm
1.5 harris41 3738: </description>
3739: <status>works/unverified</status>
1.4 harris41 3740: </file>
3741: <file>
1.461 albertel 3742: <source>loncom/homework/gradesubmission.pl</source>
1.464 albertel 3743: <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
1.461 albertel 3744: <categoryname>handler</categoryname>
3745: <description>
3746: Example script for use with external response.
3747: </description>
3748: <status>works/unverified</status>
3749: </file>
3750: <file>
1.5 harris41 3751: <source>loncom/publisher/lonpubdir.pm</source>
3752: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
3753: <categoryname>handler</categoryname>
3754: <description>
3755: Handler to publish directories.
1.172 www 3756: </description>
3757: </file>
3758: <file>
3759: <source>loncom/publisher/lonunauthorized.pm</source>
3760: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
3761: <categoryname>handler</categoryname>
3762: <description>
3763: Handler to explain failed contruction space access.
1.5 harris41 3764: </description>
1.4 harris41 3765: </file>
3766: <file>
1.76 harris41 3767: <source>doc/man/Apache__lonpubdir.3</source>
3768: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 3769: <categoryname>doc</categoryname>
1.76 harris41 3770: <description>man page for lonpubdir.pm</description>
3771: <build trigger='always run'>
1.115 harris41 3772: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
3773: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 3774: </build>
3775: <status>works/unverified</status>
3776: <dependencies>
3777: ../../loncom/lonnet/perl/lonnet.pm
3778: </dependencies>
3779: </file>
3780: <file>
1.118 harris41 3781: <source>doc/lib/perl/Apache/lonpubdir.html</source>
3782: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 3783: </target>
1.83 harris41 3784: <categoryname>doc</categoryname>
1.76 harris41 3785: <description>POD-derived page for lonpubdir.pm</description>
3786: <build trigger='always run'>
1.115 harris41 3787: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 3788: ../../doc/lib/perl/Apache/lonpubdir.html && \
3789: echo 'pod2html lonpubdir.pm'
1.76 harris41 3790: </build>
3791: <status>works/unverified</status>
3792: <dependencies>
3793: ../../loncom/publisher/lonpubdir.pm
3794: </dependencies>
3795: </file>
3796: <file>
1.5 harris41 3797: <source>loncom/publisher/lonretrieve.pm</source>
3798: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
3799: <categoryname>handler</categoryname>
3800: <description>
3801: Handler to retrieve old versions from resource space.
3802: </description>
3803: <status>works/unverified</status>
1.4 harris41 3804: </file>
3805: <file>
1.421 www 3806: <source>loncom/publisher/loncleanup.pm</source>
3807: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
3808: <categoryname>handler</categoryname>
3809: <description>
3810: Handler to clean up HTML files.
3811: </description>
3812: <status>works/unverified</status>
3813: </file>
3814: <file>
1.76 harris41 3815: <source>doc/man/Apache__lonretrieve.3</source>
3816: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 3817: <categoryname>doc</categoryname>
1.76 harris41 3818: <description>man page for lonretrieve.pm</description>
3819: <build trigger='always run'>
1.115 harris41 3820: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
3821: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 3822: </build>
3823: <status>works/unverified</status>
3824: <dependencies>
3825: ../../loncom/publisher/lonretrieve.pm
3826: </dependencies>
3827: </file>
3828: <file>
1.118 harris41 3829: <source>doc/lib/perl/Apache/lonretrieve.html</source>
3830: <target dist='default'>
3831: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 3832: </target>
1.83 harris41 3833: <categoryname>doc</categoryname>
1.76 harris41 3834: <description>POD-derived page for lonretrieve.pm</description>
3835: <build trigger='always run'>
1.115 harris41 3836: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 3837: ../../doc/lib/perl/Apache/lonretrieve.html && \
3838: echo 'pod2html lonretrieve.pm'
1.76 harris41 3839: </build>
3840: <status>works/unverified</status>
3841: <dependencies>
3842: ../../loncom/publisher/lonretrieve.pm
3843: </dependencies>
3844: </file>
3845: <file>
1.5 harris41 3846: <source>loncom/homework/edit.pm</source>
3847: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
3848: <categoryname>handler</categoryname>
3849: <description>
3850: Helper functions when in homework edit mode.
3851: </description>
1.4 harris41 3852: </file>
3853: <file>
1.86 harris41 3854: <source>doc/man/Apache__edit.3</source>
3855: <target dist='default'>usr/man/man3/Apache::edit.3</target>
3856: <categoryname>doc</categoryname>
3857: <description>man page for edit.pm</description>
3858: <build trigger='always run'>
1.115 harris41 3859: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 3860: echo 'manifying edit.pm'
1.86 harris41 3861: </build>
3862: <status>works/unverified</status>
3863: <dependencies>
3864: ../../loncom/homework/edit.pm
3865: </dependencies>
3866: </file>
3867: <file>
1.118 harris41 3868: <source>doc/lib/perl/Apache/edit.html</source>
3869: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
3870: </target>
1.86 harris41 3871: <categoryname>doc</categoryname>
3872: <description>POD-derived page for edit.pm</description>
3873: <build trigger='always run'>
1.118 harris41 3874: loncom/build/pod2html.sh ../homework/edit.pm > \
3875: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 3876: && echo 'pod2html edit.pm'
1.86 harris41 3877: </build>
3878: <status>works/unverified</status>
3879: <dependencies>
3880: ../../loncom/homework/edit.pm
3881: </dependencies>
3882: </file>
3883: <file>
1.5 harris41 3884: <source>loncom/interface/lonmeta.pm</source>
3885: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
3886: <categoryname>handler</categoryname>
3887: <description>Metadata display handler.</description>
3888: <status>works/unverified</status>
1.4 harris41 3889: </file>
3890: <file>
1.5 harris41 3891: <source>rat/lonambiguous.pm</source>
3892: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
3893: <categoryname>handler</categoryname>
3894: <description>
3895: Handler to resolve ambiguous file locations.
3896: </description>
3897: <status>works/unverified</status>
1.4 harris41 3898: </file>
3899: <file>
1.5 harris41 3900: <source>rat/lonratparms.pm</source>
3901: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
3902: <categoryname>handler</categoryname>
3903: <description>
3904: Handler to set resource parameters inside of the RAT based on metadata.
3905: </description>
3906: <status>works/unverified</status>
1.4 harris41 3907: </file>
3908: <file>
1.5 harris41 3909: <source>rat/lonsequence.pm</source>
3910: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
3911: <categoryname>handler</categoryname>
3912: <description>
3913: Handler for showing sequence objects of educational resources.
3914: </description>
3915: <status>works/unverified</status>
1.4 harris41 3916: </file>
3917: <file>
1.5 harris41 3918: <source>loncom/interface/loncreatecourse.pm</source>
3919: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
3920: <categoryname>handler</categoryname>
3921: <description>
1.72 harris41 3922: Allows domain coordinators to create new courses and assign course
3923: coordinators.
1.5 harris41 3924: </description>
1.10 harris41 3925: <status>works/unverified</status>
1.4 harris41 3926: </file>
3927: <file>
1.497 albertel 3928: <source>loncom/interface/lonclonecourse.pm</source>
3929: <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
3930: <categoryname>handler</categoryname>
3931: <description>
3932: Internal routines for creating a clone of an existing course.
3933: </description>
3934: <status>works/unverified</status>
3935: </file>
3936: <file>
1.655 raeburn 3937: <source>loncom/interface/lonrequestcourse.pm</source>
3938: <target dist='default'>home/httpd/lib/perl/Apache/lonrequestcourse.pm</target>
3939: <categoryname>handler</categoryname>
3940: <description>
3941: Allows submission of course requests by users with the right to request them
3942: </description>
3943: <status>works/unverified</status>
3944: </file>
3945: <file>
1.656 raeburn 3946: <source>loncom/interface/loncoursequeueadmin.pm</source>
3947: <target dist='default'>home/httpd/lib/perl/Apache/loncoursequeueadmin.pm</target>
3948: <categoryname>handler</categoryname>
3949: <description>
3950: Common routines for administration of queues containing user-submitted requests - either for self-enrollment in an existing course, or for creation of a new course.
3951: </description>
3952: <status>works/unverified</status>
3953: </file>
3954: <file>
1.5 harris41 3955: <source>loncom/interface/loncreateuser.pm</source>
3956: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
3957: <categoryname>handler</categoryname>
3958: <description>
1.72 harris41 3959: Allows users to within their own privileges create/edit users and give
3960: them roles.
1.5 harris41 3961: </description>
3962: <status>works/unverified</status>
1.143 stredwic 3963: </file>
3964: <file>
1.559 raeburn 3965: <source>loncom/interface/lonuserutils.pm</source>
3966: <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
3967: <categoryname>handler</categoryname>
3968: <description>
1.564 raeburn 3969: Common routines for user management including upload of lists of users in different formats, and to automatically create users (if they do not exist already), assign them roles within the privileges of the uploader to create/edit users. Also the ability to generate filtered lists of users with specific roles, as determined by the privileges of the viewer.
1.559 raeburn 3970: </description>
3971: <status>works/unverified</status>
3972: </file>
3973: <file>
1.574 raeburn 3974: <source>loncom/interface/selfenroll.pm</source>
3975: <target dist='default'>home/httpd/lib/perl/Apache/selfenroll.pm</target>
3976: <categoryname>handler</categoryname>
3977: <description>
3978: Users with accounts in LON-CAPA can self-enroll in courses between specified start and end dates, if the course has been configured to allow it, and the user's domain/institutional type satisfy the settings for self-enrollment in the course.
3979: </description>
3980: <status>works/unverified</status>
3981: </file>
3982: <file>
1.143 stredwic 3983: <source>loncom/interface/lonhtmlcommon.pm</source>
3984: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
3985: <categoryname>handler</categoryname>
3986: <description>
3987: Contains a set of functions that generate html controls and data layouts
1.282 www 3988: </description>
3989: </file>
3990: <file>
1.682 faziophi 3991: <source>loncom/interface/lonhtmlgateway.pm</source>
3992: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlgateway.pm</target>
1.730 raeburn 3993: <categoryname>handler</categoryname>
1.682 faziophi 3994: <description>
3995: Contains a set of functions to properly parse and handle HTML input and output
3996: </description>
3997: </file>
3998: <file>
1.382 www 3999: <source>loncom/interface/lonspeller.pm</source>
4000: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
4001: <categoryname>handler</categoryname>
4002: <description>
4003: Contains a set of functions to use Aspell
4004: </description>
4005: </file>
4006: <file>
1.282 www 4007: <source>loncom/localize/lonlocal.pm</source>
4008: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
4009: <categoryname>handler</categoryname>
4010: <description>
4011: Contains the &mt access function to Locale::Maketext
4012: </description>
4013: </file>
4014: <file>
1.476 albertel 4015: <source>loncom/localize/lonlocalize.pm</source>
4016: <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
4017: <categoryname>handler</categoryname>
4018: <description>
4019: handler for &mt()ing static files
4020: </description>
4021: </file>
4022: <file>
1.282 www 4023: <source>loncom/localize/localize.pm</source>
4024: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
4025: <categoryname>handler</categoryname>
4026: <description>
4027: Localization class for Locale::Maketext
1.138 stredwic 4028: </description>
4029: </file>
1.283 www 4030: <fileglob>
4031: <glob>*.pm</glob>
4032: <sourcedir>loncom/localize/localize/</sourcedir>
4033: <targetdir dist='default'>
4034: home/httpd/lib/perl/Apache/localize/</targetdir>
1.738 raeburn 4035: <categoryname>lexicon file</categoryname>
1.283 www 4036: <description>
4037: Translation files.
4038: </description>
4039: <filenames>
1.285 www 4040: de.pm;
1.288 www 4041: pt.pm;
1.336 www 4042: fr.pm;
1.288 www 4043: ja.pm;
1.297 www 4044: tr.pm;
1.305 www 4045: ru.pm;
4046: fa.pm;
4047: ar.pm;
1.314 www 4048: es.pm;
1.400 albertel 4049: x_chef.pm;
1.622 riegler 4050: zh.pm;
1.283 www 4051: </filenames>
4052: </fileglob>
1.138 stredwic 4053: <file>
4054: <source>loncom/interface/loncoursedata.pm</source>
4055: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
4056: <categoryname>handler</categoryname>
4057: <description>
4058: Common functions for handling student course data (download and process)
1.5 harris41 4059: </description>
1.4 harris41 4060: </file>
4061: <file>
1.5 harris41 4062: <source>loncom/interface/loncommon.pm</source>
4063: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
4064: <categoryname>handler</categoryname>
4065: <description>
4066: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 4067: user, domain, home_server, course_id.
1.5 harris41 4068: </description>
4069: <status>works/unverified</status>
1.4 harris41 4070: </file>
4071: <file>
1.76 harris41 4072: <source>doc/man/Apache__loncommon.3</source>
4073: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 4074: <categoryname>doc</categoryname>
1.76 harris41 4075: <description>man page for loncommon.pm</description>
4076: <build trigger='always run'>
1.115 harris41 4077: loncom/build/pod2man.sh ../interface/loncommon.pm > \
4078: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 4079: </build>
4080: <status>works/unverified</status>
4081: <dependencies>
4082: ../../loncom/interface/loncommon.pm
4083: </dependencies>
4084: </file>
4085: <file>
1.118 harris41 4086: <source>doc/lib/perl/Apache/loncommon.html</source>
4087: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 4088: </target>
1.83 harris41 4089: <categoryname>doc</categoryname>
1.76 harris41 4090: <description>POD-derived page for loncommon.pm</description>
4091: <build trigger='always run'>
1.115 harris41 4092: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 4093: ../../doc/lib/perl/Apache/loncommon.html && \
4094: echo 'pod2html loncommon.pm'
1.76 harris41 4095: </build>
4096: <status>works/unverified</status>
4097: <dependencies>
4098: ../../loncom/interface/loncommon.pm
4099: </dependencies>
4100: </file>
4101: <file>
1.5 harris41 4102: <source>loncom/homework/grades.pm</source>
4103: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
4104: <categoryname>handler</categoryname>
4105: <description>Handles the viewing of grades.</description>
1.4 harris41 4106: </file>
4107: <file>
1.5 harris41 4108: <source>loncom/homework/imageresponse.pm</source>
4109: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
4110: <categoryname>handler</categoryname>
4111: <description>
4112: Coordinates the response to clicking an image.
4113: </description>
4114: <status>works/unverified</status>
1.4 harris41 4115: </file>
4116: <file>
1.5 harris41 4117: <source>loncom/homework/optionresponse.pm</source>
4118: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
4119: <categoryname>handler</categoryname>
1.27 harris41 4120: <description>
4121: Handles tags associated with showing a list of options.</description>
1.4 harris41 4122: </file>
4123: <file>
1.708 www 4124: <source>loncom/homework/functionplotresponse.pm</source>
4125: <target dist='default'>home/httpd/lib/perl/Apache/functionplotresponse.pm</target>
4126: <categoryname>handler</categoryname>
4127: <description>
4128: Handles tags associated with function plots using GeoGebra.</description>
4129: </file>
4130: <file>
1.5 harris41 4131: <source>loncom/homework/outputtags.pm</source>
4132: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
4133: <categoryname>handler</categoryname>
4134: <description>
4135: Handles tags associated with output. Seems to relate to due dates of the
4136: assignment.
4137: </description>
1.10 harris41 4138: <status>works/unverified</status>
1.4 harris41 4139: </file>
1.255 albertel 4140:
4141: <file>
4142: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 4143: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 4144: <categoryname>handler</categoryname>
4145: <description>
4146: Handle the tags organicresponse/structure and reationresponse
4147: </description>
4148: <status>works/unverified</status>
4149: </file>
4150:
4151: <fileglob>
4152: <glob>*.*</glob>
4153: <sourcedir>loncom/html/adm/jme/</sourcedir>
4154: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
4155: <categoryname>interface file</categoryname>
4156: <description>
4157: JME files, for editing organic structures
4158: </description>
4159: <filenames>
4160: JME.jar;
4161: jme.gif;
1.258 albertel 4162: jme_help.html;
1.255 albertel 4163: nitro.gif;
4164: smiles.gif
4165: </filenames>
4166: </fileglob>
1.291 albertel 4167:
1.431 albertel 4168: <fileglob>
4169: <glob>*.*</glob>
1.708 www 4170: <sourcedir>loncom/html/adm/geogebra/</sourcedir>
4171: <targetdir dist='default'>home/httpd/html/adm/geogebra/</targetdir>
4172: <categoryname>interface file</categoryname>
4173: <description>
4174: Geogebra, for functionplotresponse
4175: </description>
4176: <filenames>
1.713 www 4177: geogebra_algos.jar;
4178: geogebra_algos.jar.pack.gz;
4179: geogebra_javascript.jar;
4180: geogebra_javascript.jar.pack.gz;
1.708 www 4181: geogebra_cas.jar;
4182: geogebra_export.jar.pack.gz;
4183: geogebra.jar;
4184: geogebra_main.jar.pack.gz;
4185: geogebra_cas.jar.pack.gz;
4186: geogebra_gui.jar;
4187: geogebra.jar.pack.gz;
4188: geogebra_properties.jar;
4189: geogebra_export.jar;
4190: geogebra_gui.jar.pack.gz;
4191: geogebra_main.jar;
1.713 www 4192: geogebra_properties.jar.pack.gz;
1.731 www 4193: geogebra_usb.jar;
4194: geogebra_usb.jar.pack.gz;
1.713 www 4195: jlatexmath.jar;
4196: jlatexmath.jar.pack.gz;
4197: jlm_cyrillic.jar;
4198: jlm_cyrillic.jar.pack.gz;
4199: jlm_greek.jar;
4200: jlm_greek.jar.pack.gz;
1.708 www 4201: </filenames>
4202: </fileglob>
4203:
4204: <fileglob>
4205: <glob>*.*</glob>
1.431 albertel 4206: <sourcedir>loncom/html/adm/jmol/</sourcedir>
4207: <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
4208: <categoryname>interface file</categoryname>
4209: <description>
4210: Jmol files, for displaying structures
4211: </description>
4212: <filenames>
4213: COPYRIGHT.txt;
4214: JmolApplet.jar;
4215: Jmol.js;
4216: LICENSE.txt;
1.558 albertel 4217: README.txt;
4218: JmolApplet0_Core.jar;
4219: JmolApplet0_i18n.jar;
4220: JmolApplet0.jar;
4221: JmolApplet0_Jars.jar;
4222: JmolApplet0_Jvxl.jar;
4223: JmolApplet0_Main.jar;
4224: JmolApplet0_Popup.jar;
4225: JmolApplet0_Quantum.jar;
4226: JmolApplet0_ReadersCifPdb.jar;
4227: JmolApplet0_ReadersMolXyz.jar;
4228: JmolApplet0_ReadersMore.jar;
4229: JmolApplet0_ReadersXml.jar;
4230: JmolApplet0_ShapeBio.jar;
4231: JmolApplet0_ShapeSpecial.jar;
4232: JmolApplet0_Smiles.jar;
4233: JmolApplet0_Viewer.jar;
1.431 albertel 4234: </filenames>
4235: </fileglob>
4236:
1.291 albertel 4237: <file>
4238: <source>loncom/homework/convertjme.pl</source>
4239: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
4240: <categoryname>script</categoryname>
4241: <description>
4242: Dynamically converts JME strings into either a png or ps file.
4243: </description>
4244: </file>
1.588 www 4245: <fileglob>
4246: <glob>*.*</glob>
4247: <sourcedir>loncom/html/adm/dragmath/applet/</sourcedir>
4248: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/</targetdir>
4249: <categoryname>interface file</categoryname>
4250: <description>
4251: Dragmath is a Java-based formula editor
4252: </description>
4253: <filenames>
4254: Latex.html;
4255: MathML.html;
4256: Maxima.html;
4257: MaximaPopup.html;
1.592 foxr 4258: EditMathPopup.html;
1.613 foxr 4259: FCKEditMathPopup.html
1.588 www 4260: </filenames>
4261: </fileglob>
4262: <fileglob>
4263: <glob>*.*</glob>
4264: <sourcedir>loncom/html/adm/dragmath/applet/classes/</sourcedir>
4265: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/</targetdir>
4266: <categoryname>interface file</categoryname>
4267: <description>
4268: Dragmath is a Java-based formula editor
4269: </description>
4270: <filenames>
4271: AbsoluteLayout.jar;
4272: jep.jar;
4273: Project.jar;
4274: Config.xml;
4275: jdom.jar;
4276: swing-layout-1.0.jar;
4277: </filenames>
4278: </fileglob>
4279: <fileglob>
4280: <glob>*.*</glob>
4281: <sourcedir>loncom/html/adm/dragmath/applet/HotEqn/</sourcedir>
4282: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn/</targetdir>
4283: <categoryname>interface file</categoryname>
4284: <description>
4285: Dragmath is a Java-based formula editor
4286: </description>
4287: <filenames>
4288: HotEqn.class;
4289: HotEqn.jar;
4290: </filenames>
4291: </fileglob>
4292: <fileglob>
4293: <glob>*.*</glob>
4294: <sourcedir>loncom/html/adm/dragmath/applet/classes/Display/</sourcedir>
4295: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display/</targetdir>
4296: <categoryname>interface file</categoryname>
4297: <description>
4298: Dragmath is a Java-based formula editor
4299: </description>
4300: <filenames>
4301: MainApplet.class;
4302: </filenames>
4303: </fileglob>
4304: <fileglob>
4305: <glob>*.*</glob>
4306: <sourcedir>loncom/html/adm/dragmath/applet/classes/formats/</sourcedir>
4307: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats/</targetdir>
4308: <categoryname>interface file</categoryname>
4309: <description>
4310: Dragmath is a Java-based formula editor
4311: </description>
4312: <filenames>
4313: ASCIIMathML.xml;
4314: Latex.xml;
4315: MathML.xml;
4316: MoodleTex.xml;
4317: Maple.xml;
4318: Maxima.xml;
4319: </filenames>
4320: </fileglob>
4321: <fileglob>
4322: <glob>*.*</glob>
4323: <sourcedir>loncom/html/adm/dragmath/applet/classes/lang/</sourcedir>
4324: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang/</targetdir>
4325: <categoryname>interface file</categoryname>
4326: <description>
4327: Dragmath is a Java-based formula editor
4328: </description>
4329: <filenames>
4330: ca.xml;
4331: cz.xml;
4332: en.xml;
4333: fr.xml;
4334: no.xml;
4335: pt-br.xml;
4336: sv.xml;
4337: de.xml;
4338: es.xml;
4339: nl.xml;
4340: pl.xml;
4341: ru.xml;
4342: </filenames>
4343: </fileglob>
1.414 albertel 4344: <fileglob>
4345: <glob>*.*</glob>
4346: <sourcedir>loncom/html/adm/jsMath/</sourcedir>
4347: <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
4348: <categoryname>interface file</categoryname>
4349: <description>
4350: jsMath is a Javascript solution to converting TeX to something the browser can see
4351: </description>
4352: <filenames>
4353: black.gif;
4354: blank.gif;
4355: COPYING.txt;
1.471 albertel 4356: jsMath-BaKoMa-fonts.js;
4357: jsMath-autoload.html;
4358: jsMath-controls.html;
1.414 albertel 4359: jsMath-fallback-mac.js;
4360: jsMath-fallback-mac-mozilla.js;
4361: jsMath-fallback-mac-msie.js;
4362: jsMath-fallback-pc.js;
1.462 albertel 4363: jsMath-fallback-symbols.js;
1.414 albertel 4364: jsMath-fallback-unix.js;
1.483 albertel 4365: jsMath-global-controls.html;
4366: jsMath-global.html;
1.414 albertel 4367: jsMath.js;
1.471 albertel 4368: jsMath-loader.html;
1.483 albertel 4369: jsMath-loader-omniweb4.js;
1.414 albertel 4370: jsMath-mozilla.js;
4371: jsMath-msie-mac.js;
1.471 albertel 4372: jsMath-old-browsers.js;
1.414 albertel 4373: </filenames>
4374: </fileglob>
4375:
1.4 harris41 4376: <file>
1.471 albertel 4377: <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
1.464 albertel 4378: <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
1.462 albertel 4379: <categoryname>script</categoryname>
4380: <description>
1.556 albertel 4381: Server side png fonts for use by jsMath
1.462 albertel 4382: </description>
1.464 albertel 4383: <installscript>
1.547 albertel 4384: commands /home/httpd/html/adm
1.464 albertel 4385: </installscript>
1.462 albertel 4386: <dependencies>
1.465 albertel 4387: loncom/html/adm/jsMath/commands;
1.471 albertel 4388: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
1.462 albertel 4389: </dependencies>
4390: </file>
4391:
1.556 albertel 4392: <file>
1.675 faziophi 4393: <source>loncom/html/adm/ckeditor/ckeditor_3.1.tar.gz</source>
1.671 faziophi 4394: <target dist='default'>home/httpd/html/adm/ckeditor</target>
4395: <categoryname>script</categoryname>
4396: <description>
4397: GUI HTML Editor, scripted installation decompress the tarball and
4398: installs the loncapa config.js file
4399: </description>
4400: <installscript>
4401: commands /home/httpd/html/
4402: </installscript>
4403: <dependencies>
4404: loncom/html/adm/ckeditor/commands;
1.675 faziophi 4405: loncom/html/adm/ckeditor/ckeditor_3.1.tar.gz;
1.671 faziophi 4406: loncom/html/adm/ckeditor/loncapaconfig.js;
4407: </dependencies>
4408: </file>
4409:
1.462 albertel 4410: <fileglob>
4411: <glob>*.*</glob>
1.471 albertel 4412: <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
4413: <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
4414: <categoryname>interface file</categoryname>
4415: <description>
4416: Additional jsMath functionality that can be used when needed.
4417: </description>
4418: <filenames>
1.555 albertel 4419: AMSmath.js;
1.471 albertel 4420: AMSsymbols.js;
4421: HTML.js;
1.483 albertel 4422: bbox.js;
4423: font.js;
1.471 albertel 4424: boldsymbol.js;
4425: double-click.js;
4426: fbox.js;
4427: leaders.js;
4428: mathchoice.js;
4429: mimeTeX.js;
4430: moreArrows.js;
4431: newcommand.js;
4432: underset-overset.js;
4433: </filenames>
4434: </fileglob>
4435:
4436: <fileglob>
4437: <glob>*.*</glob>
1.464 albertel 4438: <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
4439: <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
1.462 albertel 4440: <categoryname>interface file</categoryname>
4441: <description>
4442: jsMath is a Javascript solution to converting TeX to something the browser can see
4443: </description>
4444: <filenames>
4445: autoload.js;
1.483 albertel 4446: CHMmode.js;
4447: global.js;
1.462 albertel 4448: mimeTeX.js;
1.483 albertel 4449: noCache.js;
4450: noGlobal.js;
1.462 albertel 4451: noImageFonts.js;
1.555 albertel 4452: smallFonts.js;
1.483 albertel 4453: spriteImageFonts.js;
1.462 albertel 4454: tex2math.js;
4455: </filenames>
4456: </fileglob>
4457:
1.471 albertel 4458: <fileglob>
4459: <glob>*.*</glob>
4460: <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
4461: <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
4462: <categoryname>interface file</categoryname>
4463: <description>
4464: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
4465: </description>
4466: <filenames>
4467: def.js;
1.483 albertel 4468: font.js;
1.471 albertel 4469: jsMath-fallback-mac.js;
4470: jsMath-fallback-pc.js;
4471: jsMath-fallback-symbols.js;
4472: jsMath-fallback-unix.js;
4473: jsMath.js;
4474: </filenames>
4475: </fileglob>
4476:
1.671 faziophi 4477: <fileglob>
4478: <glob>*.*</glob>
4479: <sourcedir>loncom/html/adm/jQuery/js/</sourcedir>
4480: <targetdir dist='default'>home/httpd/html/adm/jQuery/js/</targetdir>
4481: <categoryname>interface file</categoryname>
4482: <description>
1.762 raeburn 4483: jQuery custom distribution of version 1.6.2, UI version 1.8.16
1.671 faziophi 4484: </description>
4485: <filenames>
1.762 raeburn 4486: jquery-1.6.2.min.js;
4487: jquery-ui-1.8.16.custom.min.js;
1.671 faziophi 4488: </filenames>
4489: </fileglob>
4490:
4491: <fileglob>
4492: <glob>*.*</glob>
1.674 faziophi 4493: <sourcedir>loncom/html/adm/jQuery/css/smoothness/</sourcedir>
4494: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/</targetdir>
4495: <categoryname>interface file</categoryname>
4496: <description>
1.762 raeburn 4497: jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- stylesheets
1.674 faziophi 4498: </description>
4499: <filenames>
1.762 raeburn 4500: jquery-ui-1.8.16.custom.css;
1.674 faziophi 4501: </filenames>
4502: </fileglob>
4503:
4504: <fileglob>
4505: <glob>*.*</glob>
4506: <sourcedir>loncom/html/adm/jQuery/css/smoothness/images/</sourcedir>
4507: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images/</targetdir>
4508: <categoryname>interface file</categoryname>
4509: <description>
1.762 raeburn 4510: jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- images for css.
1.674 faziophi 4511: </description>
4512: <filenames>
1.680 raeburn 4513: ui-bg_flat_0_aaaaaa_40x100.png;
4514: ui-bg_flat_75_ffffff_40x100.png;
4515: ui-bg_glass_55_fbf9ee_1x400.png;
4516: ui-bg_glass_65_ffffff_1x400.png;
4517: ui-bg_glass_75_dadada_1x400.png;
4518: ui-bg_glass_75_e6e6e6_1x400.png;
4519: ui-bg_glass_95_fef1ec_1x400.png;
4520: ui-bg_highlight-soft_75_cccccc_1x100.png;
4521: ui-icons_2e83ff_256x240.png;
4522: ui-icons_222222_256x240.png;
4523: ui-icons_454545_256x240.png;
4524: ui-icons_888888_256x240.png;
4525: ui-icons_cd0a0a_256x240.png;
1.674 faziophi 4526: </filenames>
4527: </fileglob>
4528:
1.462 albertel 4529: <file>
1.6 harris41 4530: <source>loncom/interface/lontest.pm</source>
4531: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
4532: <categoryname>handler</categoryname>
4533: <description>
4534: Used for debugging and testing the LON-CAPA system.
4535: </description>
1.10 harris41 4536: <status>works/unverified</status>
1.6 harris41 4537: </file>
4538: <file>
4539: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 4540: <target dist='default'>
4541: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 4542: <categoryname>handler</categoryname>
4543: <description>
4544: Handles multiple-choice style responses.
4545: </description>
1.10 harris41 4546: <status>works/unverified</status>
1.6 harris41 4547: </file>
4548: <file>
4549: <source>loncom/interface/loncommunicate.pm</source>
4550: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
4551: <categoryname>handler</categoryname>
1.72 harris41 4552: <description>
4553: Will be the access handler to email sending, as well as the planned
4554: chatrooms, etc.
4555: </description>
1.10 harris41 4556: <status>works/unverified</status>
1.6 harris41 4557: </file>
4558: <file>
4559: <source>loncom/interface/lonerrorhandler.pm</source>
4560: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
4561: <categoryname>handler</categoryname>
4562: <description>
4563: Handles errors.
4564: </description>
1.10 harris41 4565: <status>works/unverified</status>
1.6 harris41 4566: </file>
4567: <file>
4568: <source>loncom/interface/lonevaluate.pm</source>
4569: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
4570: <categoryname>handler</categoryname>
4571: <description>
4572: Handles evaluation.
4573: </description>
1.10 harris41 4574: <status>works/unverified</status>
1.6 harris41 4575: </file>
4576: <file>
4577: <source>loncom/interface/lonfeedback.pm</source>
4578: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
4579: <categoryname>handler</categoryname>
4580: <description>
4581: Handles feedback from students to instructors and system administrators.
1.72 harris41 4582: Provides a screenshot of the current
4583: resource, as well as previous attempts if the resource was a homework.
4584: Used by lonmsg.pm.
1.6 harris41 4585: </description>
1.10 harris41 4586: <status>works/unverified</status>
1.4 harris41 4587: </file>
4588: <file>
1.6 harris41 4589: <source>loncom/interface/lonnavmaps.pm</source>
4590: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
4591: <categoryname>handler</categoryname>
4592: <description>
4593: Handles navigational maps.
1.211 bowersj2 4594: </description>
4595: <status>works/unverified</status>
1.227 albertel 4596: </file>
4597: <file>
1.510 albertel 4598: <source>loncom/interface/lonnavdisplay.pm</source>
4599: <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
4600: <categoryname>handler</categoryname>
4601: <description>
4602: Displays the nav map to the user
4603: </description>
4604: <status>works/unverified</status>
4605: </file>
4606: <file>
1.227 albertel 4607: <source>doc/man/Apache__lonnavmaps.3</source>
4608: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
4609: <categoryname>doc</categoryname>
4610: <description>man page for lonnavmaps.pm</description>
4611: <build trigger='always run'>
4612: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
4613: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
4614: </build>
4615: <status>works/unverified</status>
4616: <dependencies>
4617: ../../loncom/interface/lonnavmaps.pm
4618: </dependencies>
4619: </file>
4620: <file>
4621: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
4622: <target dist='default'>
4623: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
4624: </target>
4625: <categoryname>doc</categoryname>
4626: <description>POD-derived page for lonnavmaps.pm</description>
4627: <build trigger='always run'>
4628: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
4629: ../../doc/lib/perl/Apache/lonnavmaps.html && \
4630: echo 'pod2html lonnavmaps.pm'
4631: </build>
4632: <status>works/unverified</status>
4633: <dependencies>
4634: ../../loncom/interface/lonnavmaps.pm
4635: </dependencies>
1.211 bowersj2 4636: </file>
4637: <file>
1.482 foxr 4638: <source>loncom/interface/lonselstudent.pm</source>
4639: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
4640: <categoryname>standard</categoryname>
4641: <description>
4642: re-usable student selection subs.
4643: </description>
4644: <status>testing/unverified</status>
4645: </file>
4646: <file>
1.231 bowersj2 4647: <source>loncom/interface/lonhelper.pm</source>
4648: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 4649: <categoryname>handler</categoryname>
4650: <description>
1.235 bowersj2 4651: Helper framework.
4652: </description>
4653: <status>works/unverified</status>
4654: </file>
4655: <file>
4656: <source>loncom/html/adm/helper/parameter.helper</source>
4657: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
4658: <categoryname>handler</categoryname>
4659: <description>
4660: Parameter setting helper.
1.242 bowersj2 4661: </description>
4662: <status>works/unverified</status>
4663: </file>
4664: <file>
4665: <source>loncom/html/adm/helper/course.initialization.helper</source>
4666: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
4667: <categoryname>handler</categoryname>
4668: <description>
4669: Course initialization helper.
1.189 bowersj2 4670: </description>
4671: <status>works/unverified</status>
4672: </file>
4673: <file>
1.406 albertel 4674: <source>loncom/html/adm/helper/resettimes.helper</source>
4675: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
4676: <categoryname>handler</categoryname>
4677: <description>
4678: Helper to resetting a student's first access time.
4679: </description>
4680: <status>works/unverified</status>
4681: </file>
4682: <file>
1.457 albertel 4683: <source>loncom/html/adm/helper/newslot.helper</source>
4684: <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
4685: <categoryname>handler</categoryname>
4686: <description>
4687: Slot creation and editing helper.
4688: </description>
4689: <status>works/unverified</status>
4690: </file>
4691: <file>
1.189 bowersj2 4692: <source>loncom/interface/lonquickgrades.pm</source>
4693: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
4694: <categoryname>handler</categoryname>
4695: <description>
4696: Student quick grades interface.
1.6 harris41 4697: </description>
1.10 harris41 4698: <status>works/unverified</status>
1.4 harris41 4699: </file>
4700: <file>
1.6 harris41 4701: <source>loncom/interface/lonpreferences.pm</source>
4702: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
4703: <categoryname>handler</categoryname>
4704: <description>
4705: Handles user preferences associated with customizing the online LON-CAPA
4706: educational environment.
4707: </description>
1.10 harris41 4708: <status>works/unverified</status>
1.6 harris41 4709: </file>
4710: <file>
4711: <source>loncom/interface/lonprintout.pm</source>
4712: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
4713: <categoryname>handler</categoryname>
4714: <description>
4715: Handles the production of printable files and resources.
4716: </description>
1.10 harris41 4717: <status>works/unverified</status>
1.340 matthew 4718: </file>
4719: <file>
1.582 foxr 4720: <source>loncom/interface/entities.pm</source>
4721: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
4722: <categoryname>handler</categoryname>
4723: <description>
4724: Converts html/xml entities to latex.
4725: </description>
4726: </file>
4727: <file>
1.340 matthew 4728: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
4729: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
4730: <categoryname>system file</categoryname>
4731: <description>
4732: Provides a common interface to LON-CAPA metadata.
4733: </description>
1.6 harris41 4734: </file>
4735: <file>
4736: <source>loncom/interface/lonsearchcat.pm</source>
4737: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
4738: <categoryname>handler</categoryname>
4739: <description>
4740: Handles a searchable catalogue.
1.148 matthew 4741: </description>
4742: <status>works/unverified</status>
4743: </file>
4744: <file>
1.724 www 4745: <source>loncom/interface/lonsearchcourse.pm</source>
4746: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcourse.pm</target>
4747: <categoryname>handler</categoryname>
4748: <description>
4749: Handles a searches inside courses/communities.
4750: </description>
4751: <status>works/unverified</status>
4752: </file>
4753: <file>
1.725 www 4754: <source>loncom/interface/lonindexcourse.pm</source>
4755: <target dist='default'>home/httpd/lib/perl/Apache/lonindexcourse.pm</target>
4756: <categoryname>handler</categoryname>
4757: <description>
4758: Course/community Indexer
4759: </description>
4760: <status>works/unverified</status>
4761: </file>
4762: <file>
1.148 matthew 4763: <source>loncom/interface/lonmysql.pm</source>
4764: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
4765: <categoryname>handler</categoryname>
4766: <description>
4767: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 4768: </description>
1.10 harris41 4769: <status>works/unverified</status>
1.4 harris41 4770: </file>
4771: <file>
1.76 harris41 4772: <source>doc/man/Apache__lonsearchcat.3</source>
4773: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 4774: <categoryname>doc</categoryname>
1.76 harris41 4775: <description>man page for lonsearchcat.pm</description>
4776: <build trigger='always run'>
1.115 harris41 4777: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
4778: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 4779: </build>
4780: <status>works/unverified</status>
4781: <dependencies>
4782: ../../loncom/interface/lonsearchcat.pm
4783: </dependencies>
4784: </file>
4785: <file>
1.118 harris41 4786: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
4787: <target dist='default'>
4788: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 4789: </target>
1.83 harris41 4790: <categoryname>doc</categoryname>
1.76 harris41 4791: <description>POD-derived page for lonsearchcat.pm</description>
4792: <build trigger='always run'>
1.115 harris41 4793: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 4794: ../../doc/lib/perl/Apache/lonsearchcat.html && \
4795: echo 'pod2html lonsearchcat.pm'
1.76 harris41 4796: </build>
4797: <status>works/unverified</status>
4798: <dependencies>
4799: ../../loncom/interface/lonsearchcat.pm
4800: </dependencies>
1.232 www 4801: </file>
4802: <file>
4803: <source>loncom/interface/lonmanagekeys.pm</source>
4804: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
4805: <categoryname>handler</categoryname>
4806: <description>
4807: Allows users with "mky" privileges to generate and manage course access keys.
4808: </description>
4809: <status>works/unverified</status>
1.76 harris41 4810: </file>
4811: <file>
1.380 matthew 4812: <source>loncom/interface/lonviewclasslist.pm</source>
4813: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
4814: <categoryname>handler</categoryname>
4815: <description>
4816: Allows users (including students) to view the classlist of their course.
4817: </description>
4818: <status>works/unverified</status>
4819: </file>
4820: <file>
1.460 raeburn 4821: <source>loncom/interface/loncoursegroups.pm</source>
4822: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
4823: <categoryname>handler</categoryname>
4824: <description>
4825: Allows course coordinators to create groups, modify existing groups (including
4826: adding, expiring or deleting group members, or modifying group member privileges.
4827: </description>
4828: <status>works/unverified</status>
4829: </file>
4830: <file>
1.484 raeburn 4831: <source>loncom/interface/longroup.pm</source>
4832: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
4833: <categoryname>handler</categoryname>
4834: <description>
4835: General routines used to gather information about courses in a group, and their settings, and also to perform auto-group adds/drops when a user's role assignment changes.
4836: </description>
4837: <status>works/unverified</status>
4838: </file>
4839: <file>
1.488 raeburn 4840: <source>loncom/interface/groupboards.pm</source>
4841: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
4842: <categoryname>handler</categoryname>
4843: <description>
4844: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
4845: </description>
4846: <status>works/unverified</status>
4847: </file>
4848: <file>
1.489 raeburn 4849: <source>loncom/interface/grouproster.pm</source>
4850: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
4851: <categoryname>handler</categoryname>
4852: <description>
4853: Display group membership information. Type of information available depends on group privileges of the user.
4854: </description>
4855: <status>works/unverified</status>
4856: </file>
4857: <file>
1.6 harris41 4858: <source>loncom/interface/lonmsg.pm</source>
4859: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
4860: <categoryname>handler</categoryname>
4861: <description>
1.72 harris41 4862: lonmsg.pm has several functions to send and receive internal messages.
4863: author_res_msg - send message to resource author.
4864: user_crit_msg - send a critical message to a user. A critical message
4865: will require acknowledgment by the recipient and the sender will be notified.
4866: user_crit_received - routine to trigger acknowledgment.
1.6 harris41 4867: </description>
1.10 harris41 4868: <status>works/unverified</status>
1.6 harris41 4869: </file>
4870: <file>
1.479 albertel 4871: <source>loncom/interface/lonmsgdisplay.pm</source>
4872: <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
4873: <categoryname>handler</categoryname>
4874: <description>
4875: statuschange - change the status of a message (read, replied, forwarded, etc).
4876: The handler displays messages, has routines to reply, etc.
4877: </description>
4878: <status>works/unverified</status>
4879: </file>
4880: <file>
1.643 raeburn 4881: <source>loncom/interface/courseprefs.pm</source>
4882: <target dist='default'>home/httpd/lib/perl/Apache/courseprefs.pm</target>
4883: <categoryname>handler</categoryname>
4884: <description>
4885: Interface for displaying/modifying course configuration
4886: </description>
4887: </file>
4888: <file>
1.6 harris41 4889: <source>loncom/homework/hint.pm</source>
4890: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
4891: <categoryname>handler</categoryname>
4892: <description>
4893: This handler coordinates the delivery of hints to students working on LON-CAPA
4894: problems and assignments.
4895: </description>
1.10 harris41 4896: <status>works/unverified</status>
1.6 harris41 4897: </file>
4898: <file>
1.244 matthew 4899: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 4900: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
4901: <categoryname>handler</categoryname>
4902: <description>
1.244 matthew 4903: The top level interface for the display and editing of spreadsheets. There
4904: are three levels of spreadsheet.
4905: </description>
4906: <status>works/unverified</status>
4907: </file>
4908: <file>
4909: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
4910: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
4911: <categoryname>handler</categoryname>
4912: <description>
4913: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
4914: assesscalc).
4915: </description>
4916: <status>works/unverified</status>
4917: </file>
4918: <file>
4919: <source>loncom/interface/spreadsheet/classcalc.pm</source>
4920: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
4921: <categoryname>handler</categoryname>
4922: <description>
4923: Defines the specifics of the course level spreadsheet.
4924: </description>
4925: <status>works/unverified</status>
4926: </file>
4927: <file>
4928: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
4929: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
4930: <categoryname>handler</categoryname>
4931: <description>
4932: Defines the specifics of the student level spreadsheet.
4933: </description>
4934: <status>works/unverified</status>
4935: </file>
4936: <file>
4937: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
4938: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
4939: <categoryname>handler</categoryname>
4940: <description>
4941: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 4942: </description>
1.10 harris41 4943: <status>works/unverified</status>
1.6 harris41 4944: </file>
4945: <file>
4946: <source>loncom/interface/lonparmset.pm</source>
4947: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
4948: <categoryname>handler</categoryname>
4949: <description>
1.424 albertel 4950: Handler for setting and modifying both course preferences and coure parameters
4951: </description>
4952: <status>works/unverified</status>
4953: </file>
4954: <file>
4955: <source>loncom/interface/slotrequest.pm</source>
4956: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
4957: <categoryname>handler</categoryname>
4958: <description>
4959: Handler for students to add access slots
1.6 harris41 4960: </description>
1.10 harris41 4961: <status>works/unverified</status>
1.6 harris41 4962: </file>
4963: <file>
1.76 harris41 4964: <source>doc/man/Apache__lonparmset.3</source>
4965: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 4966: <categoryname>doc</categoryname>
1.76 harris41 4967: <description>man page for lonparmset.pm</description>
4968: <build trigger='always run'>
1.115 harris41 4969: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
4970: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 4971: </build>
4972: <status>works/unverified</status>
4973: <dependencies>
4974: ../../loncom/interface/lonparmset.pm
4975: </dependencies>
4976: </file>
4977: <file>
1.118 harris41 4978: <source>doc/lib/perl/Apache/lonparmset.html</source>
4979: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 4980: </target>
1.83 harris41 4981: <categoryname>doc</categoryname>
1.76 harris41 4982: <description>POD-derived page for lonparmset.pm</description>
4983: <build trigger='always run'>
1.115 harris41 4984: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 4985: ../../doc/lib/perl/Apache/lonparmset.html && \
4986: echo 'pod2html lonparmset.pm'
1.76 harris41 4987: </build>
4988: <status>works/unverified</status>
4989: <dependencies>
4990: ../../loncom/interface/lonparmset.pm
4991: </dependencies>
4992: </file>
4993: <file>
1.6 harris41 4994: <source>loncom/publisher/lonpublisher.pm</source>
4995: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
4996: <categoryname>handler</categoryname>
4997: <description>
4998: Publishes an LON-CAPA educational resource complete with metadata
4999: (authorship, language, copyright, creation date, etc).
5000: </description>
1.10 harris41 5001: <status>works/unverified</status>
1.6 harris41 5002: </file>
5003: <file>
1.76 harris41 5004: <source>doc/man/Apache__lonpublisher.3</source>
5005: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 5006: <categoryname>doc</categoryname>
1.76 harris41 5007: <description>man page for lonpublisher.pm</description>
5008: <build trigger='always run'>
1.115 harris41 5009: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
5010: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 5011: </build>
5012: <status>works/unverified</status>
5013: <dependencies>
5014: ../../loncom/publisher/lonpublisher.pm
5015: </dependencies>
5016: </file>
5017: <file>
1.118 harris41 5018: <source>doc/lib/perl/Apache/lonpublisher.html</source>
5019: <target dist='default'>
5020: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 5021: </target>
1.83 harris41 5022: <categoryname>doc</categoryname>
1.76 harris41 5023: <description>POD-derived page for lonpublisher.pm</description>
5024: <build trigger='always run'>
1.115 harris41 5025: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 5026: ../../doc/lib/perl/Apache/lonpublisher.html && \
5027: echo 'pod2html lonpublisher.pm'
1.76 harris41 5028: </build>
5029: <status>works/unverified</status>
5030: <dependencies>
5031: ../../loncom/publisher/lonpublisher.pm
5032: </dependencies>
5033: </file>
5034: <file>
1.6 harris41 5035: <source>loncom/interface/lonmenu.pm</source>
5036: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
5037: <categoryname>handler</categoryname>
5038: <description>
1.679 droeschl 5039: Has routines which control the inline menu.
1.228 www 5040: </description>
5041: <status>works/unverified</status>
5042: </file>
5043: <file>
1.478 albertel 5044: <source>loncom/interface/lonmainmenu.pm</source>
5045: <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
5046: <categoryname>handler</categoryname>
5047: <description>
5048: Displays the Main menu
5049: </description>
5050: <status>works/unverified</status>
5051: </file>
5052: <file>
1.367 matthew 5053: <source>loncom/interface/portfolio.pm</source>
5054: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
5055: <categoryname>handler</categoryname>
5056: <description>
5057: Handler to manage user portfolios
5058: </description>
5059: <status>unverified</status>
5060: </file>
5061: <file>
1.6 harris41 5062: <source>rat/lonpageflip.pm</source>
5063: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
5064: <categoryname>handler</categoryname>
5065: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 5066: <status>works/unverified</status>
1.6 harris41 5067: </file>
5068: <file>
5069: <source>rat/lonratedt.pm</source>
5070: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
5071: <categoryname>handler</categoryname>
5072: <description>
5073: Builds up frame set and loads in the right thing.
5074: </description>
1.10 harris41 5075: <status>works/unverified</status>
1.6 harris41 5076: </file>
5077: <file>
1.498 albertel 5078: <source>rat/map.pm</source>
5079: <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
5080: <categoryname>handler</categoryname>
5081: <description>
5082: Functions for manipulating the contents of maps
5083: </description>
5084: <status>works/unverified</status>
5085: </file>
5086: <file>
1.397 raeburn 5087: <source>rat/lonratmenu.pm</source>
5088: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
5089: <categoryname>handler</categoryname>
5090: <description>
5091: Creates horizontal menubar in advanced RAT
5092: </description>
5093: <status>works/unverified</status>
5094: </file>
5095: <file>
1.157 www 5096: <source>loncom/html/res/adm/pages/chatroom.html</source>
5097: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
5098: <categoryname>handler</categoryname>
5099: <description>
5100: Establishes frameset for chatroom
1.6 harris41 5101: </description>
1.10 harris41 5102: <status>works/unverified</status>
1.6 harris41 5103: </file>
5104: <file>
5105: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
5106: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
5107: <categoryname>handler</categoryname>
5108: <description>
1.10 harris41 5109: This will take annotations and then plug them into a page.
1.6 harris41 5110: </description>
1.10 harris41 5111: <status>works/unverified</status>
1.6 harris41 5112: </file>
5113: <file>
5114: <source>rat/lonratsrv.pm</source>
5115: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
5116: <categoryname>handler</categoryname>
5117: <description>
1.27 harris41 5118: Handler that takes output from RAT and stores it on disk. Handles the upper
5119: hidden frame of the added window that comes up in RAT. (3 frames come up in
5120: RAT server, code, and output. This module handles server connection.)
1.6 harris41 5121: </description>
1.10 harris41 5122: <status>works/unverified</status>
1.6 harris41 5123: </file>
5124: <file>
5125: <source>rat/lonpage.pm</source>
5126: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
5127: <categoryname>handler</categoryname>
5128: <description>
5129: bundles pages into one page
5130: </description>
1.10 harris41 5131: <status>works/unverified</status>
1.6 harris41 5132: </file>
5133: <file>
1.76 harris41 5134: <source>doc/man/Apache__lonpage.3</source>
5135: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 5136: <categoryname>doc</categoryname>
1.76 harris41 5137: <description>man page for lonpage.pm</description>
5138: <build trigger='always run'>
1.115 harris41 5139: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
5140: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 5141: </build>
5142: <status>works/unverified</status>
5143: <dependencies>
5144: ../../rat/lonpage.pm
5145: </dependencies>
5146: </file>
5147: <file>
1.118 harris41 5148: <source>doc/lib/perl/Apache/lonpage.html</source>
5149: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 5150: </target>
1.83 harris41 5151: <categoryname>doc</categoryname>
1.76 harris41 5152: <description>POD-derived page for lonnet.pm</description>
5153: <build trigger='always run'>
1.115 harris41 5154: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 5155: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 5156: </build>
5157: <status>works/unverified</status>
5158: <dependencies>
5159: ../../rat/lonpage.pm
5160: </dependencies>
5161: </file>
5162: <file>
1.6 harris41 5163: <source>rat/lonuserstate.pm</source>
5164: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
5165: <categoryname>handler</categoryname>
5166: <description>
1.133 harris41 5167: compile course into binary data structure
1.6 harris41 5168: </description>
1.10 harris41 5169: <status>works/unverified</status>
1.6 harris41 5170: </file>
5171: <file>
1.76 harris41 5172: <source>doc/man/Apache__lonuserstate.3</source>
5173: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 5174: <categoryname>doc</categoryname>
1.76 harris41 5175: <description>man page for lonnet.pm</description>
5176: <build trigger='always run'>
1.115 harris41 5177: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
5178: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 5179: </build>
5180: <status>works/unverified</status>
5181: <dependencies>
5182: ../../rat/lonuserstate.pm
5183: </dependencies>
5184: </file>
5185: <file>
1.118 harris41 5186: <source>doc/lib/perl/Apache/lonuserstate.html</source>
5187: <target dist='default'>
5188: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 5189: </target>
1.83 harris41 5190: <categoryname>doc</categoryname>
1.76 harris41 5191: <description>POD-derived page for lonuserstate.pm</description>
5192: <build trigger='always run'>
1.115 harris41 5193: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 5194: ../../doc/lib/perl/Apache/lonuserstate.html && \
5195: echo 'pod2html lonuserstate.pm'
1.76 harris41 5196: </build>
5197: <status>works/unverified</status>
5198: <dependencies>
5199: ../../rat/lonuserstate.pm
5200: </dependencies>
5201: </file>
5202: <file>
1.6 harris41 5203: <source>loncom/xml/lontex.pm</source>
5204: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
5205: <categoryname>handler</categoryname>
5206: <description>
1.133 harris41 5207: Handler for tex files
1.6 harris41 5208: </description>
1.10 harris41 5209: <status>works/unverified</status>
1.6 harris41 5210: </file>
5211: <file>
5212: <source>loncom/xml/lontexconvert.pm</source>
5213: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
5214: <categoryname>handler</categoryname>
5215: <description>
5216: Access to tth/ttm
5217: </description>
1.10 harris41 5218: <status>works/unverified</status>
1.6 harris41 5219: </file>
5220: <file>
5221: <source>loncom/xml/lonxml.pm</source>
5222: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
5223: <categoryname>handler</categoryname>
5224: <description>
5225: XML Parsing Module
1.78 harris41 5226: </description>
5227: <status>works/unverified</status>
5228: </file>
5229: <file>
5230: <source>loncom/xml/lonplot.pm</source>
5231: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
5232: <categoryname>handler</categoryname>
5233: <description>
5234: XML-based plotter of graphs
1.6 harris41 5235: </description>
1.10 harris41 5236: <status>works/unverified</status>
1.6 harris41 5237: </file>
5238: <file>
5239: <source>loncom/xml/style.pm</source>
5240: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
5241: <categoryname>handler</categoryname>
5242: <description>
5243: Style Parsing Module
5244: </description>
1.10 harris41 5245: <status>works/unverified</status>
1.6 harris41 5246: </file>
5247: <file>
5248: <source>loncom/xml/londefdef.pm</source>
5249: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
5250: <categoryname>handler</categoryname>
5251: <description>
5252: Tags Default Definition Module
5253: </description>
1.10 harris41 5254: <status>works/unverified</status>
1.4 harris41 5255: </file>
5256: <file>
1.627 foxr 5257: <source>loncom/xml/lontable.pm</source>
5258: <target dist='default'>home/httpd/lib/perl/Apache/lontable.pm</target>
5259: <categoryname>server standard</categoryname>
5260: <description>
5261: Table object
5262: </description>
1.704 foxr 5263: <status>works</status>
5264: </file>
5265: <file>
5266: <source>loncom/xml/lonlatextable.pm</source>
5267: <target dist='default'>home/httpd/lib/perl/Apache/lonlatextable.pm</target>
5268: <categoryname>server standard</categoryname>
5269: <description>
5270: Simple subset replacement for LaTeX::Table
5271: </description>
5272: <status>works</status>
1.627 foxr 5273: </file>
5274: <file>
1.6 harris41 5275: <source>loncom/xml/run.pm</source>
5276: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
5277: <categoryname>handler</categoryname>
5278: <description>
5279: used to prevent poorly written problems from causing lingering after effects
5280: </description>
1.10 harris41 5281: <status>works/unverified</status>
1.4 harris41 5282: </file>
5283: <file>
1.6 harris41 5284: <source>loncom/xml/scripttag.pm</source>
5285: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
5286: <categoryname>handler</categoryname>
5287: <description>
5288: implements <script>, <scriptlib>, <parserlib>, and
5289: <import>
1.290 www 5290: </description>
5291: <status>works/unverified</status>
5292: </file>
5293: <file>
5294: <source>loncom/xml/languagetags.pm</source>
5295: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
5296: <categoryname>handler</categoryname>
5297: <description>
5298: implements <mt>
1.6 harris41 5299: </description>
1.10 harris41 5300: <status>works/unverified</status>
1.185 albertel 5301: </file>
5302: <file>
5303: <source>loncom/homework/randomlylabel.pm</source>
5304: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
5305: <categoryname>handler</categoryname>
5306: <description>
5307: Handler for compositing images, and text together.
1.339 albertel 5308: </description>
5309: </file>
5310: <file>
5311: <source>loncom/homework/drawimage.pm</source>
5312: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
5313: <categoryname>handler</categoryname>
5314: <description>
5315: Handler for programtically defining an image
1.318 albertel 5316: </description>
5317: </file>
5318: <file>
5319: <source>loncom/homework/imagechoice.pm</source>
5320: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
5321: <categoryname>handler</categoryname>
5322: <description>
5323: Handler for picking out locations on an image.
1.207 www 5324: </description>
5325: </file>
5326: <file>
5327: <source>loncom/homework/rankresponse.pm</source>
5328: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
5329: <categoryname>handler</categoryname>
5330: <description>
5331: Handler for rankresponse
1.209 albertel 5332: </description>
5333: </file>
5334: <file>
5335: <source>loncom/homework/matchresponse.pm</source>
5336: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
5337: <categoryname>handler</categoryname>
5338: <description>
5339: Handler for matchresponse
1.185 albertel 5340: </description>
1.4 harris41 5341: </file>
5342: <file>
1.33 harris41 5343: <source>loncom/homework/randomlabel.pm</source>
5344: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
5345: <categoryname>handler</categoryname>
5346: <description>
5347: Interface for producing applet code which randomizes the labelling of an
5348: image.
5349: </description>
5350: </file>
5351: <file>
1.6 harris41 5352: <source>loncom/homework/lonhomework.pm</source>
5353: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
5354: <categoryname>handler</categoryname>
1.27 harris41 5355: <description>
5356: handles requests for output, evaluation, and alteration of a homework resource
5357: </description>
1.95 harris41 5358: <status>works/unverified</status>
1.4 harris41 5359: </file>
5360: <file>
1.6 harris41 5361: <source>loncom/homework/inputtags.pm</source>
5362: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
5363: <categoryname>handler</categoryname>
5364: <description>
5365: produces HTML input tags (<INPUT>) for rendering homework resources
5366: </description>
1.10 harris41 5367: <status>works/unverified</status>
1.4 harris41 5368: </file>
5369: <file>
1.6 harris41 5370: <source>loncom/homework/structuretags.pm</source>
5371: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
5372: <categoryname>handler</categoryname>
5373: <description>
1.27 harris41 5374: produces HTML tags necessary for structuring the presentation of homework
5375: resources
1.6 harris41 5376: </description>
1.10 harris41 5377: <status>works/unverified</status>
1.4 harris41 5378: </file>
5379: <file>
1.418 albertel 5380: <source>loncom/homework/bridgetask.pm</source>
5381: <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
5382: <categoryname>handler</categoryname>
5383: <description>
5384: implements the tags for supporting bridge tasks
5385: </description>
5386: <status>works/unverified</status>
5387: </file>
5388: <file>
1.6 harris41 5389: <source>loncom/homework/response.pm</source>
5390: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
5391: <categoryname>handler</categoryname>
5392: <description>
1.27 harris41 5393: defines different types of responses given to student as well as syntax for
5394: producing response values
1.6 harris41 5395: </description>
1.10 harris41 5396: <status>works/unverified</status>
1.4 harris41 5397: </file>
5398: <file>
1.6 harris41 5399: <source>loncom/homework/caparesponse/caparesponse.pm</source>
5400: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
5401: <categoryname>handler</categoryname>
5402: <description>
5403: handles request to the CAPA homework processing engine
5404: </description>
1.10 harris41 5405: <status>works/unverified</status>
1.4 harris41 5406: </file>
5407: <file>
1.486 albertel 5408: <source>loncom/homework/lonmaxima.pm</source>
5409: <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
5410: <categoryname>handler</categoryname>
5411: <description>
5412: routines to simplify talking to the maxima client
5413: </description>
5414: <status>works/unverified</status>
5415: </file>
5416: <file>
1.640 www 5417: <source>loncom/homework/lonr.pm</source>
5418: <target dist='default'>home/httpd/lib/perl/Apache/lonr.pm</target>
5419: <categoryname>handler</categoryname>
5420: <description>
5421: routines to simplify talking to the R client
5422: </description>
5423: <status>works/unverified</status>
5424: </file>
5425: <file>
1.113 harris41 5426: <source>loncom/xml/Safe.pm</source>
5427: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
5428: <categoryname>handler</categoryname>
5429: <description>
5430: Meant to safely substitute for CPAN version of Safe.
5431: Allows for safely executing embedded perl comands in
5432: a way that does not threaten the operating system.
5433: </description>
5434: <status>works/unverified</status>
5435: </file>
5436: <file>
1.241 albertel 5437: <source>loncom/auth/localauth.pm</source>
5438: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
5439: <categoryname>handler</categoryname>
5440: <description>
1.208 harris41 5441: Local authentication mechanism. The target file is meant as a template
5442: for a localauth.pm file. The target file with the -std suffix is not
5443: used directly by any software program; it is just a template file.
1.241 albertel 5444: </description>
5445: <status>works/unverified</status>
5446: </file>
5447: <file>
5448: <source>loncom/auth/localauth.pm</source>
5449: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
5450: <categoryname>conf</categoryname>
5451: <description>
5452: Local authentication mechanism.
5453: </description>
5454: <status>works/unverified</status>
1.30 harris41 5455: </file>
5456: <file>
1.6 harris41 5457: <source>loncom/auth/lonacc.pm</source>
5458: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
5459: <categoryname>handler</categoryname>
5460: <description>
5461: (This module, like loncacc.pm also authenticates with cookies.)
5462: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
5463: functions (e.g. roles, logout, annotations, and bookmarks) as well
5464: as coordinating access to educational resources.
5465: </description>
1.10 harris41 5466: <status>works/unverified</status>
1.4 harris41 5467: </file>
5468: <file>
1.76 harris41 5469: <source>doc/man/Apache__lonacc.3</source>
5470: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 5471: <categoryname>doc</categoryname>
1.76 harris41 5472: <description>man page for lonacc.pm</description>
5473: <build trigger='always run'>
1.115 harris41 5474: loncom/build/pod2man.sh ../auth/lonacc.pm > \
5475: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 5476: </build>
5477: <status>works/unverified</status>
5478: <dependencies>
5479: ../../loncom/auth/lonacc.pm
5480: </dependencies>
5481: </file>
5482: <file>
1.118 harris41 5483: <source>doc/lib/perl/Apache/lonacc.html</source>
5484: <target dist='default'>
5485: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 5486: <categoryname>doc</categoryname>
1.76 harris41 5487: <description>POD-derived page for lonacc.pm</description>
5488: <build trigger='always run'>
1.115 harris41 5489: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 5490: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 5491: </build>
5492: <status>works/unverified</status>
5493: <dependencies>
5494: ../../loncom/auth/lonacc.pm
5495: </dependencies>
5496: </file>
5497: <file>
1.6 harris41 5498: <source>loncom/auth/lonracc.pm</source>
5499: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
5500: <categoryname>handler</categoryname>
5501: <description>
5502: access handler for file transfers
1.151 www 5503: </description>
5504: <status>works/unverified</status>
5505: </file>
5506: <file>
5507: <source>loncom/auth/lontokacc.pm</source>
5508: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
5509: <categoryname>handler</categoryname>
5510: <description>
1.154 www 5511: handler for inter-server transfer of token accessed files, includes
5512: cleanup handler to remove file when successfully done
5513: </description>
5514: <status>works/unverified</status>
5515: </file>
5516: <file>
5517: <source>loncom/auth/lonuploadedacc.pm</source>
5518: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
5519: <categoryname>handler</categoryname>
5520: <description>
5521: access handler for user uploaded files
5522: </description>
5523: <status>works/unverified</status>
5524: </file>
5525: <file>
5526: <source>loncom/lontrans.pm</source>
5527: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
5528: <categoryname>handler</categoryname>
5529: <description>
5530: URI to filename translation
1.347 www 5531: </description>
5532: <status>works/unverified</status>
5533: </file>
5534: <file>
5535: <source>loncom/lonenc.pm</source>
5536: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
5537: <categoryname>handler</categoryname>
5538: <description>
5539: Encryption and decryption of URIs
1.6 harris41 5540: </description>
1.10 harris41 5541: <status>works/unverified</status>
1.87 harris41 5542: </file>
5543: <file>
1.477 albertel 5544: <source>loncom/lonencurl.pm</source>
5545: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
5546: <categoryname>handler</categoryname>
5547: <description>
5548: Handler that takes care of decrypting request URL's
5549: </description>
5550: <status>works/unverified</status>
5551: </file>
5552: <file>
1.87 harris41 5553: <source>doc/man/Apache__lonracc.3</source>
5554: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
5555: <categoryname>doc</categoryname>
5556: <description>man page for lonracc.pm</description>
5557: <build trigger='always run'>
1.115 harris41 5558: loncom/build/pod2man.sh ../auth/lonracc.pm > \
5559: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 5560: </build>
5561: <status>works/unverified</status>
5562: <dependencies>
5563: ../../loncom/auth/lonracc.pm
5564: </dependencies>
5565: </file>
5566: <file>
1.118 harris41 5567: <source>doc/lib/perl/Apache/lonracc.html</source>
5568: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 5569: </target>
1.87 harris41 5570: <categoryname>doc</categoryname>
5571: <description>POD-derived page for lonracc.pm</description>
5572: <build trigger='always run'>
1.115 harris41 5573: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 5574: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 5575: </build>
5576: <status>works/unverified</status>
5577: <dependencies>
5578: ../../loncom/auth/lonracc.pm
5579: </dependencies>
1.4 harris41 5580: </file>
5581: <file>
1.6 harris41 5582: <source>loncom/auth/loncacc.pm</source>
5583: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
5584: <categoryname>handler</categoryname>
5585: <description>
5586: This module provides access to an educational resource construction area.
5587: This module is invoked by the URL-related pattern syntax
5588: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
5589: Authentication of user identity
5590: is coordinated through cookies. The abbreviation "cacc" corresponds
5591: to "construction-space access"). If the cookie handle is invalid, then
5592: this module returns a forbidden status and makes appropriate log entries.
5593: If the cookie handle is valid, status is determined to be okay (and,
5594: for the "priv"-type access, the resource is delivered by the
5595: <tt>lonconstruct</tt> module).
5596: </description>
1.10 harris41 5597: <status>works/unverified</status>
1.4 harris41 5598: </file>
5599: <file>
1.86 harris41 5600: <source>doc/man/Apache__loncacc.3</source>
5601: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
5602: <categoryname>doc</categoryname>
5603: <description>man page for loncacc.pm</description>
5604: <build trigger='always run'>
1.115 harris41 5605: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
5606: && echo 'manifying loncacc.pm'
1.86 harris41 5607: </build>
5608: <status>works/unverified</status>
5609: <dependencies>
5610: ../../loncom/auth/loncacc.pm
5611: </dependencies>
5612: </file>
5613: <file>
1.118 harris41 5614: <source>doc/lib/perl/Apache/loncacc.html</source>
5615: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 5616: </target>
1.86 harris41 5617: <categoryname>doc</categoryname>
5618: <description>POD-derived page for loncacc.pm</description>
5619: <build trigger='always run'>
1.115 harris41 5620: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 5621: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 5622: </build>
5623: <status>works/unverified</status>
5624: <dependencies>
5625: ../../loncom/auth/loncacc.pm
5626: </dependencies>
5627: </file>
5628: <file>
1.616 raeburn 5629: <source>loncom/auth/lonstatusacc.pm</source>
5630: <target dist='default'>home/httpd/lib/perl/Apache/lonstatusacc.pm</target>
5631: <categoryname>handler</categoryname>
5632: <description>
5633: This module provides access to server status - Apache's server-status and
5634: files in the /home/httpd/html/lon-status directory, for which it is invoked
5635: by the URL-related pattern syntax:
5636: <tt>LocationMatch "^/+lon-status/.*"</tt>.
5637: </description>
5638: <status>works/unverified</status>
5639: </file>
5640: <file>
1.6 harris41 5641: <source>loncom/auth/lonauth.pm</source>
5642: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
5643: <categoryname>handler</categoryname>
5644: <description>authenticate, set up session environment</description>
1.10 harris41 5645: <status>works/unverified</status>
1.4 harris41 5646: </file>
5647: <file>
1.6 harris41 5648: <source>loncom/auth/lonlogin.pm</source>
5649: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
5650: <categoryname>handler</categoryname>
5651: <description>login screen</description>
1.10 harris41 5652: <status>works/unverified</status>
1.4 harris41 5653: </file>
5654: <file>
1.492 raeburn 5655: <source>loncom/auth/restrictedaccess.pm</source>
5656: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
5657: <categoryname>handler</categoryname>
5658: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
5659: <status>works/unverified</status>
5660: </file>
5661: <file>
1.520 raeburn 5662: <source>loncom/auth/blockedaccess.pm</source>
5663: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
5664: <categoryname>handler</categoryname>
5665: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
5666: <status>works/unverified</status>
5667: </file>
5668: <file>
1.610 raeburn 5669: <source>loncom/auth/lonipcheck.pm</source>
5670: <target dist='default'>home/httpd/lib/perl/Apache/lonipcheck.pm</target>
5671: <categoryname>handler</categoryname>
5672: <description>Checks IP-based access control settings - disable subsequent PerlHandlers if client's IP is blocked</description>
5673: <status>works/unverified</status>
5674: </file>
5675: <file>
1.355 matthew 5676: <source>loncom/auth/londatecheck.pm</source>
5677: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
5678: <categoryname>handler</categoryname>
1.356 albertel 5679: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
5680: <status>works/unverified</status>
1.355 matthew 5681: </file>
5682: <file>
1.473 albertel 5683: <source>loncom/auth/publiccheck.pm</source>
5684: <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
5685: <categoryname>handler</categoryname>
5686: <description>Checks if resource is public and allows unauthenticated access if it is.</description>
5687: <status>works/unverified</status>
5688: </file>
5689: <file>
1.6 harris41 5690: <source>loncom/auth/lonlogout.pm</source>
5691: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
5692: <categoryname>handler</categoryname>
5693: <description>logout</description>
1.10 harris41 5694: <status>works/unverified</status>
1.4 harris41 5695: </file>
5696: <file>
1.458 albertel 5697: <source>loncom/auth/migrateuser.pm</source>
5698: <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
5699: <categoryname>handler</categoryname>
1.682 faziophi 5700: <description>auto logs in a remote user</description>
1.458 albertel 5701: <status>works/unverified</status>
5702: </file>
5703: <file>
5704: <source>loncom/auth/switchserver.pm</source>
5705: <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
5706: <categoryname>handler</categoryname>
5707: <description>Setups the transfer of a user between servers</description>
5708: <status>works/unverified</status>
5709: </file>
5710: <file>
1.461 albertel 5711: <source>loncom/auth/checkauthen.pm</source>
5712: <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
5713: <categoryname>handler</categoryname>
5714: <description>Checks if a user's cookie exists and is valid</description>
5715: <status>works/unverified</status>
5716: </file>
5717: <file>
1.475 albertel 5718: <source>loncom/auth/simpleauthen.pm</source>
5719: <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
5720: <categoryname>handler</categoryname>
5721: <description>Always returns DENIED</description>
5722: <status>works/unverified</status>
5723: </file>
5724: <file>
1.6 harris41 5725: <source>loncom/lonnet/perl/lonrep.pm</source>
5726: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
5727: <categoryname>handler</categoryname>
5728: <description>replication</description>
1.345 raeburn 5729: </file>
5730: <file>
5731: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
5732: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
5733: <categoryname>handler</categoryname>
5734: <description>copying of uploaded files</description>
1.4 harris41 5735: </file>
5736: <file>
1.6 harris41 5737: <source>loncom/auth/lonroles.pm</source>
5738: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
5739: <categoryname>handler</categoryname>
5740: <description>
5741: This perl handling module reads in the available roles available
5742: for a LON-CAPA user (different courses, different privileges, etc)
5743: and produces a form-element HTML page which allows the user to select
5744: which role he wishes to exercise in the LON-CAPA system. For instance,
5745: a user may want to select between being a student in a thermodynamics
5746: physics course or a teaching assistant for an introductory calculus
5747: class.
5748: </description>
1.86 harris41 5749: </file>
5750: <file>
5751: <source>doc/man/Apache__lonroles.3</source>
5752: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
5753: <categoryname>doc</categoryname>
5754: <description>man page for lonroles.pm</description>
5755: <build trigger='always run'>
1.115 harris41 5756: loncom/build/pod2man.sh ../auth/lonroles.pm > \
5757: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 5758: </build>
5759: <status>works/unverified</status>
5760: <dependencies>
5761: ../../loncom/auth/lonroles.pm
5762: </dependencies>
5763: </file>
5764: <file>
1.118 harris41 5765: <source>doc/lib/perl/Apache/lonroles.html</source>
5766: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 5767: </target>
1.86 harris41 5768: <categoryname>doc</categoryname>
5769: <description>POD-derived page for lonroles.pm</description>
5770: <build trigger='always run'>
1.115 harris41 5771: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 5772: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 5773: </build>
5774: <status>works/unverified</status>
5775: <dependencies>
5776: ../../loncom/auth/lonroles.pm
5777: </dependencies>
1.4 harris41 5778: </file>
5779: <file>
1.363 albertel 5780: <source>loncom/interface/lonsource.pm</source>
5781: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
5782: <categoryname>handler</categoryname>
5783: <description>
5784: Problem source code viewer
5785: </description>
5786: <status>works/unverified</status>
5787: </file>
5788: <file>
1.6 harris41 5789: <source>loncom/interface/lonindexer.pm</source>
5790: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
5791: <categoryname>handler</categoryname>
5792: <description>
5793: cross server filesystem browser
5794: </description>
1.10 harris41 5795: <status>works/unverified</status>
1.76 harris41 5796: </file>
5797: <file>
5798: <source>doc/man/Apache__lonindexer.3</source>
5799: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 5800: <categoryname>doc</categoryname>
1.76 harris41 5801: <description>man page for lonindexer.pm</description>
5802: <build trigger='always run'>
1.115 harris41 5803: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
5804: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 5805: </build>
5806: <status>works/unverified</status>
5807: <dependencies>
5808: ../../loncom/interface/lonindexer.pm
5809: </dependencies>
5810: </file>
5811: <file>
1.118 harris41 5812: <source>doc/lib/perl/Apache/lonindexer.html</source>
5813: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 5814: </target>
1.83 harris41 5815: <categoryname>doc</categoryname>
1.76 harris41 5816: <description>POD-derived page for lonindexer.pm</description>
5817: <build trigger='always run'>
1.115 harris41 5818: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 5819: ../../doc/lib/perl/Apache/lonindexer.html && \
5820: echo 'pod2html lonindexer.pm'
1.76 harris41 5821: </build>
5822: <status>works/unverified</status>
5823: <dependencies>
5824: ../../loncom/interface/lonindexer.pm
5825: </dependencies>
1.4 harris41 5826: </file>
5827: <file>
1.24 harris41 5828: <source>loncom/interface/groupsort.pm</source>
5829: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
5830: <categoryname>handler</categoryname>
5831: <description>
5832: Implements a second phase of importing multiple resources into the RAT.
5833: Allows for reordering the sequence of resources.
5834: </description>
5835: <status>works/unverified</status>
5836: </file>
5837: <file>
1.6 harris41 5838: <source>loncom/lonnet/perl/lonnet.pm</source>
5839: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
5840: <categoryname>handler</categoryname>
5841: <description>
5842: This file is an interface to the lonc processes of the LON-CAPA network
5843: as well as set of elaborated functions for handling information necessary
5844: for navigating through a given cluster of LON-CAPA machines within a domain.
5845: There are over 40 specialized functions in this module which handle
5846: the reading and transmission of metadata, user information
5847: (ids, names, environments, roles, logs), file information (storage, reading,
5848: directories, extensions, replication, embedded styles and descriptors),
5849: educational resources (course descriptions, section names and numbers),
5850: url hashing (to assign roles on a url basis), and translating abbreviated
5851: symbols to and from more descriptive phrases or explanations.
5852: </description>
1.10 harris41 5853: <status>works/unverified</status>
1.73 harris41 5854: </file>
5855: <file>
5856: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 5857: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 5858: <categoryname>doc</categoryname>
1.73 harris41 5859: <description>man page for lonnet.pm</description>
5860: <build trigger='always run'>
1.115 harris41 5861: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
5862: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 5863: </build>
5864: <status>works/unverified</status>
5865: <dependencies>
5866: ../../loncom/lonnet/perl/lonnet.pm
5867: </dependencies>
5868: </file>
5869: <file>
1.118 harris41 5870: <source>doc/lib/perl/Apache/lonnet.html</source>
5871: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
5872: </target>
1.83 harris41 5873: <categoryname>doc</categoryname>
1.73 harris41 5874: <description>POD-derived page for lonnet.pm</description>
5875: <build trigger='always run'>
1.115 harris41 5876: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 5877: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 5878: </build>
5879: <status>works/unverified</status>
5880: <dependencies>
5881: ../../loncom/lonnet/perl/lonnet.pm
5882: </dependencies>
1.4 harris41 5883: </file>
5884: <file>
1.525 albertel 5885: <source>loncom/lonnet/perl/londns.pm</source>
5886: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
5887: <categoryname>handler</categoryname>
5888: <description>
5889: Domain information serving.
5890: </description>
5891: <status>works/unverified</status>
5892: </file>
5893: <file>
1.6 harris41 5894: <source>loncom/html/index.html</source>
5895: <target dist='default'>home/httpd/html/index.html</target>
5896: <categoryname>interface file</categoryname>
5897: <description>bumps to login</description>
1.280 www 5898: </file>
5899: <file>
5900: <source>loncom/html/index.html</source>
5901: <target dist='default'>home/httpd/html/origindex.html</target>
5902: <categoryname>interface file</categoryname>
5903: <description>bumps to login, backup for takeonline</description>
1.181 www 5904: </file>
5905: <file>
5906: <source>loncom/html/favicon.ico</source>
5907: <target dist='default'>home/httpd/html/favicon.ico</target>
5908: <categoryname>interface file</categoryname>
5909: <description>Bookmark and tab icon</description>
1.4 harris41 5910: </file>
1.419 matthew 5911: <file>
5912: <source>loncom/mime.types</source>
1.6 harris41 5913: <target dist='default'>etc/httpd/conf/mime.types</target>
1.769 raeburn 5914: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/apache2/mime.types</target>
1.419 matthew 5915: <categoryname>www static conf</categoryname>
1.506 raeburn 5916: <description>Expanded mime.types</description>
1.419 matthew 5917: </file>
1.6 harris41 5918: <link>
5919: <linkto>home/httpd/html/res</linkto>
5920: <target dist='default'>home/httpd/html/raw</target>
5921: <categoryname>symbolic link</categoryname>
5922: <description>symbolic link to /home/httpd/html/res</description>
5923: </link>
1.4 harris41 5924: <file>
1.6 harris41 5925: <source>loncom/html/adm/notfound.html</source>
5926: <target dist='default'>home/httpd/html/adm/notfound.html</target>
5927: <categoryname>interface file</categoryname>
5928: <description>
5929: static html page that is shown when an attempt is made to access a document
5930: not present on the web server
5931: </description>
1.4 harris41 5932: </file>
5933: <file>
1.6 harris41 5934: <source>loncom/html/adm/unauthorized.html</source>
5935: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
5936: <categoryname>interface file</categoryname>
5937: <description>
1.27 harris41 5938: static html page that is shown when an attempt is made to access a document
5939: which is restricted based on file or server configurations
1.32 harris41 5940: </description>
5941: </file>
5942: <file>
5943: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 5944: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 5945: <categoryname>interface file</categoryname>
5946: <description>
5947: Help page for the search engine.
1.6 harris41 5948: </description>
1.4 harris41 5949: </file>
5950: <file>
1.6 harris41 5951: <source>rat/client/rat.html</source>
5952: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
5953: <categoryname>interface file</categoryname>
5954: <description>
5955: frameset
5956: </description>
1.4 harris41 5957: </file>
5958: <file>
1.6 harris41 5959: <source>rat/client/parameter.html</source>
5960: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
5961: <categoryname>interface file</categoryname>
5962: <description>
5963: Parameter input window.
5964: </description>
1.4 harris41 5965: </file>
5966: <file>
1.398 raeburn 5967: <source>rat/client/ratcode.js</source>
5968: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170 www 5969: <categoryname>interface file</categoryname>
5970: <description>
1.397 raeburn 5971: javascript for horizontal menubar in RAT
1.170 www 5972: </description>
5973: </file>
5974: <file>
5975: <source>rat/client/extpickcode.html</source>
5976: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
5977: <categoryname>interface file</categoryname>
5978: <description>
5979: javascript
5980: </description>
5981: </file>
5982: <file>
5983: <source>rat/client/extpickframe.html</source>
5984: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 5985: <categoryname>interface file</categoryname>
5986: <description>
5987: javascript
5988: </description>
1.4 harris41 5989: </file>
5990: <file>
1.6 harris41 5991: <source>rat/client/map.html</source>
5992: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
5993: <categoryname>interface file</categoryname>
5994: <description>
5995: bumper
5996: </description>
1.4 harris41 5997: </file>
5998: <file>
1.6 harris41 5999: <source>rat/client/empty.html</source>
6000: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
6001: <categoryname>interface file</categoryname>
6002: <description>
6003: A blank page with very minimal HTML structural elements.
1.217 www 6004: </description>
6005: </file>
6006: <file>
6007: <source>rat/client/loading.html</source>
6008: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
6009: <categoryname>interface file</categoryname>
6010: <description>
6011: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 6012: </description>
1.4 harris41 6013: </file>
1.636 foxr 6014: <file>
6015: <source>loncom/includepsheader.ps</source>
6016: <target dist='default'>home/httpd/lib/includepsheader.ps</target>
6017: <categoryname>interface file</categoryname>
6018: <description>
6019: Extra header for dvips
6020: </description>
6021: </file>
1.10 harris41 6022: <fileglob>
6023: <glob>*.gif</glob>
6024: <sourcedir>rat/images/</sourcedir>
6025: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
6026: <categoryname>graphic file</categoryname>
6027: <description>
6028: icons for providing a HTML-tabled view of a course map
6029: </description>
6030: <filenames>
1.37 harris41 6031: 1.1.dt.gif;
6032: 1.1.empty.gif;
6033: 1.1.ld.gif;
6034: 1.1.lr.gif;
6035: 1.1.rd.gif;
1.60 harris41 6036: 1.1.rl.gif;
1.37 harris41 6037: 1.1.td.gif;
6038: 1.1.tdrl.gif;
6039: 1.1.tl.gif;
6040: 1.1.tr.gif;
6041: 1.1.utd.gif;
6042: 1.2.ctd.gif;
6043: 1.2.dt.gif;
6044: 1.2.empty.gif;
6045: 1.2.ld.gif;
6046: 1.2.lr.gif;
6047: 1.2.lrd.gif;
6048: 1.2.lrtd.gif;
6049: 1.2.rd.gif;
6050: 1.2.rl.gif;
6051: 1.2.rld.gif;
6052: 1.2.rltd.gif;
6053: 1.2.rtd.gif;
6054: 1.2.rtdl.gif;
6055: 1.2.rtl.gif;
6056: 1.2.td.gif;
6057: 1.2.tdl.gif;
6058: 1.2.tdrl.gif;
6059: 1.2.tl.gif;
6060: 1.2.tr.gif;
6061: 1.2.utd.gif;
6062: 2.1.dt.gif;
6063: 2.1.empty.gif;
6064: 2.1.ld.gif;
6065: 2.1.lr.gif;
6066: 2.1.rd.gif;
6067: 2.1.rl.gif;
6068: 2.1.td.gif;
6069: 2.1.tdrl.gif;
6070: 2.1.tl.gif;
6071: 2.1.tr.gif;
6072: 2.2.dt.gif;
6073: 2.2.empty.gif;
6074: 2.2.ld.gif;
6075: 2.2.lr.gif;
6076: 2.2.lrd.gif;
6077: 2.2.lrt.gif;
6078: 2.2.rd.gif;
6079: 2.2.rl.gif;
6080: 2.2.rld.gif;
6081: 2.2.rlt.gif;
6082: 2.2.td.gif;
6083: 2.2.tdl.gif;
6084: 2.2.tdr.gif;
6085: 2.2.tdrl.gif;
6086: 2.2.tl.gif;
6087: 2.2.tr.gif;
6088: 2.2.url.gif;
6089: 2.2.utd.gif;
6090: arrow.gif;
6091: bdt.gif;
6092: bempty.gif;
6093: bld.gif;
6094: blr.gif;
6095: blrd.gif;
6096: blrt.gif;
1.60 harris41 6097: bottom.gif;
1.37 harris41 6098: brd.gif;
6099: brl.gif;
6100: brld.gif;
6101: brlt.gif;
6102: btd.gif;
6103: btdl.gif;
6104: btdr.gif;
6105: btdrl.gif;
6106: btl.gif;
6107: btr.gif;
6108: burl.gif;
6109: butd.gif;
6110: condition.gif;
6111: edit.gif;
6112: finish.gif;
6113: info.gif;
6114: inscol.gif;
6115: inscond.gif;
6116: insres.gif;
6117: insrow.gif;
6118: left.gif;
6119: middle.gif;
6120: resource.gif;
6121: right.gif;
6122: sctd.gif;
6123: sdt.gif;
6124: sempty.gif;
6125: sld.gif;
6126: slr.gif;
6127: slrd.gif;
6128: slrtd.gif;
6129: srd.gif;
6130: srl.gif;
6131: srld.gif;
6132: srltd.gif;
6133: srtd.gif;
6134: srtdl.gif;
6135: srtl.gif;
6136: start.gif;
6137: std.gif;
6138: stdl.gif;
1.10 harris41 6139: sutd.gif
6140: </filenames>
6141: </fileglob>
6142: <fileglob>
1.60 harris41 6143: <glob>*.*</glob>
1.10 harris41 6144: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
6145: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
6146: <categoryname>graphic file</categoryname>
6147: <description>
6148: icons to indicate an unexpected result
6149: </description>
6150: <filenames>
1.37 harris41 6151: lonconstruct.gif;
6152: lonlogo_broken.gif;
6153: lonlogo_broken_tsp.gif;
6154: lonlogo_broken.eps;
6155: lonlogo_broken.jpg;
1.469 raeburn 6156: lonlogo_broken.mov;
6157: genericstudent_tn.gif
1.10 harris41 6158: </filenames>
6159: </fileglob>
6160: <fileglob>
1.60 harris41 6161: <glob>*.*</glob>
1.10 harris41 6162: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
6163: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
6164: <categoryname>graphic file</categoryname>
6165: <description>
1.132 harris41 6166: logos and general widget icons
1.10 harris41 6167: </description>
6168: <filenames>
1.68 harris41 6169: SMETE_white.gif;
1.117 harris41 6170: aboutlon.gif;
1.630 droeschl 6171: aboutlon_de.gif;
1.288 www 6172: aboutlon_pt.gif;
1.117 harris41 6173: accessbutton.gif;
1.630 droeschl 6174: accessbutton_de.gif;
1.288 www 6175: accessbutton_pt.gif;
1.224 www 6176: angry.gif;
1.630 droeschl 6177: arrow.closed.gif;
6178: arrow.open.gif;
1.633 schulted 6179: arrow.up.gif;
1.60 harris41 6180: arrow_up.gif;
1.630 droeschl 6181: avi.gif;
1.360 albertel 6182: baeh.gif;
1.224 www 6183: bigsmile.gif;
1.177 bowersj2 6184: branch.gif;
1.37 harris41 6185: cab.gif;
6186: cab_big.gif;
1.62 harris41 6187: capapanel.gif;
1.224 www 6188: check.gif;
1.37 harris41 6189: class.gif;
6190: class_big.gif;
1.379 albertel 6191: closepage.gif;
1.494 www 6192: clickhere.gif;
1.224 www 6193: coolindiff.gif;
6194: coolsmile.gif;
6195: cry.gif;
1.343 www 6196: doc.gif;
6197: doc_big.gif;
1.37 harris41 6198: dvi.gif;
6199: dvi_big.gif;
6200: eps.gif;
6201: eps_big.gif;
6202: exam.gif;
6203: exam_big.gif;
1.709 raeburn 6204: face-angel.png;
6205: face-angry.png;
6206: face-cool.png;
6207: face-crying.png;
6208: face-embarrassed.png;
6209: face-glasses.png;
6210: face-kiss.png;
6211: face-plain.png;
6212: face-quiet.png;
6213: face-raspberry.png;
6214: face-sad.png;
6215: face-sick.png;
6216: face-smile.png;
6217: face-smile-big.png;
6218: face-surprise.png;
6219: face-uncertain.png;
6220: face-wink.png;
1.117 harris41 6221: fillbottom.gif;
6222: fillleft.gif;
6223: fillright.gif;
6224: filltop.gif;
1.37 harris41 6225: folder_closed.gif;
6226: folder_opened.gif;
6227: folder_pointer_closed.gif;
6228: folder_pointer_opened.gif;
1.709 raeburn 6229: food-cake.png;
6230: face-ninja.png;
6231: face-pirate.png;
6232: food-pizza.png;
1.37 harris41 6233: form.gif;
6234: form_big.gif;
1.224 www 6235: frowny.gif;
1.37 harris41 6236: gif.gif;
6237: gif_big.gif;
1.117 harris41 6238: header.gif;
1.455 albertel 6239: header.png;
1.709 raeburn 6240: heart.png;
1.387 raeburn 6241: helpdesk.gif;
6242: helpgateway.gif;
1.224 www 6243: hrrm.gif;
1.37 harris41 6244: htm.gif;
6245: html.gif;
6246: html_big.gif;
1.224 www 6247: huh.gif;
1.52 harris41 6248: jar.gif;
6249: jar_big.gif;
1.630 droeschl 6250: jpeg.gif;
1.37 harris41 6251: jpg.gif;
6252: jpg_big.gif;
1.62 harris41 6253: latex.gif;
1.269 www 6254: library.gif;
1.619 harmsja 6255: lightGreyBG.png;
1.224 www 6256: lipsrsealed.gif;
1.117 harris41 6257: lite.gif;
1.37 harris41 6258: liteani.gif;
1.117 harris41 6259: litetext.gif;
1.62 harris41 6260: lolpanel.gif;
1.37 harris41 6261: lonanim.gif;
6262: lonanimend.gif;
1.117 harris41 6263: loncapalogo.gif;
1.37 harris41 6264: lonhelplogos.gif;
1.60 harris41 6265: lonhelptop.gif;
1.37 harris41 6266: lonlogo.gif;
6267: lonlogos.gif;
1.619 harmsja 6268: lonUtilityIcon.png;
1.117 harris41 6269: lowerleft.gif;
6270: lowerright.gif;
1.360 albertel 6271: mailbkgrd.gif;
6272: mailto.gif;
1.236 www 6273: minilogo.gif;
1.37 harris41 6274: meta.gif;
6275: meta_big.gif;
6276: mov.gif;
6277: mov_big.gif;
6278: move_up.gif;
6279: move_down.gif;
1.630 droeschl 6280: mpeg.gif;
6281: mpg.gif;
1.177 bowersj2 6282: navmap.correct.gif;
1.467 www 6283: navmap.partial.gif;
1.251 bowersj2 6284: navmap.ellipsis.gif;
1.177 bowersj2 6285: navmap.open.gif;
1.251 bowersj2 6286: navmap.page.open.gif;
6287: navmap.page.closed.gif;
6288: navmap.page.open.nomanip.gif;
6289: navmap.page.closed.nomanip.gif;
1.177 bowersj2 6290: navmap.wrong.gif;
1.180 bowersj2 6291: navmap.folder.open.gif;
6292: navmap.folder.closed.gif;
1.229 bowersj2 6293: navmap.folder.open.nomanip.gif;
6294: navmap.folder.closed.nomanip.gif;
1.292 www 6295: neutral.gif;
1.688 raeburn 6296: open.gif;
1.709 raeburn 6297: opinion-agree.png;
6298: opinion-disagree.png;
1.37 harris41 6299: page.gif;
6300: page_big.gif;
6301: pdf.gif;
6302: pdf_big.gif;
1.54 harris41 6303: png.gif;
6304: png_big.gif;
1.343 www 6305: ppt.gif;
6306: ppt_big.gif;
1.37 harris41 6307: problem.gif;
6308: problem_big.gif;
6309: ps.gif;
6310: ps_big.gif;
1.224 www 6311: rolleyes.gif;
1.709 raeburn 6312: rose.png;
1.630 droeschl 6313: qt.gif;
6314: qti.gif;
6315: qtm.gif;
1.37 harris41 6316: quill.gif;
6317: quiz.gif;
6318: quiz_big.gif;
6319: select.gif;
6320: sequence.gif;
6321: sequence_big.gif;
6322: server.gif;
6323: server_big.gif;
1.224 www 6324: shocked.gif;
6325: smiley.gif;
1.630 droeschl 6326: spreadsheet.gif;
1.37 harris41 6327: srvbad.gif;
6328: srvempty.gif;
6329: srvgood.gif;
6330: srvhalf.gif;
6331: srvnull.gif;
1.609 riegler 6332: stift.gif;
1.37 harris41 6333: survey.gif;
6334: survey_big.gif;
1.688 raeburn 6335: tabbgleft.gif;
6336: tabbgright.gif;
1.429 www 6337: task.gif;
6338: task_big.gif;
1.37 harris41 6339: tex.gif;
6340: tex_big.gif;
1.210 www 6341: tth.gif;
1.630 droeschl 6342: text.gif;
1.697 raeburn 6343: transparent1x1.gif;
1.37 harris41 6344: txt.gif;
6345: txt_big.gif;
1.57 harris41 6346: unknown.gif;
6347: unknown_big.gif;
1.117 harris41 6348: upperleft.gif;
6349: upperright.gif;
1.37 harris41 6350: user.gif;
6351: user_big.gif;
6352: wav.gif;
6353: wav_big.gif;
6354: white_space_20_22.gif;
1.629 droeschl 6355: whitespace_21.gif;
1.37 harris41 6356: whitespace1.gif;
6357: whitespace10.gif;
6358: whitespace2.gif;
6359: whitespace3.gif;
6360: whitespace4.gif;
6361: whitespace5.gif;
6362: whitespace6.gif;
6363: whitespace7.gif;
6364: whitespace8.gif;
6365: whitespace9.gif;
1.224 www 6366: wink.gif;
1.630 droeschl 6367: wmv.gif;
1.343 www 6368: xls.gif;
6369: xls_big.gif;
1.37 harris41 6370: xml.gif;
6371: xml_big.gif;
6372: zip.gif;
1.10 harris41 6373: zip_big.gif
6374: </filenames>
6375: </fileglob>
6376: <fileglob>
1.60 harris41 6377: <glob>*.*</glob>
1.10 harris41 6378: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
6379: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
6380: <categoryname>graphic file</categoryname>
6381: <description>
1.132 harris41 6382: Miscellaneous resources.
1.10 harris41 6383: </description>
6384: <filenames>
1.80 harris41 6385: authorfeed.gif;
1.373 albertel 6386: blackdot.gif;
1.80 harris41 6387: bomb.gif;
1.320 www 6388: smallFAQ.gif;
6389: smallBug.gif;
1.40 harris41 6390: cat_button.gif;
1.539 www 6391: cat_button.png;
1.80 harris41 6392: chat.gif;
1.111 harris41 6393: eval_button.gif;
1.539 www 6394: eval_button.png;
1.80 harris41 6395: feedback.gif;
1.40 harris41 6396: pprm_button.gif;
1.539 www 6397: pprm_button.png;
1.40 harris41 6398: pgrd_button.gif;
1.539 www 6399: pgrd_button.png;
1.540 albertel 6400: subm_button.gif;
1.539 www 6401: subm_button.png;
1.10 harris41 6402: </filenames>
6403: </fileglob>
6404: <file>
1.413 albertel 6405: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411 albertel 6406: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
6407: <categoryname>system file</categoryname>
6408: <description>
6409: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
6410: </description>
6411: <status>works/unverified</status>
6412: </file>
6413: <file>
1.299 matthew 6414: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298 matthew 6415: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 6416: <categoryname>system file</categoryname>
6417: <description>
6418: perl module for invoking functions specific to TeX-to-HTML conversion
6419: </description>
6420: <note>
6421: Has the same dependencies and build process as tth.so.
6422: Currently, only the tth.so file specifications invoke
1.49 harris41 6423: the build process however. A static version is checked into loncom/xml
6424: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 6425: </note>
1.113 harris41 6426: <status>works/unverified</status>
6427: </file>
6428: <file>
6429: <source>loncom/xml/LCParser.pm</source>
6430: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 6431: <categoryname>system file</categoryname>
6432: <description>
6433: perl module for parsing HTML in a way that really works and is thoroughly
6434: tested
6435: </description>
6436: <status>works/unverified</status>
1.234 foxr 6437: </file>
6438: <file>
1.360 albertel 6439: <source>loncom/lonlocal.pm</source>
6440: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
6441: <categoryname>system file</categoryname>
6442: <description>
6443: lonc/d handler for doing a local filesystem based init:
6444: </description>
6445: <status>works/verified</status>
6446: </file>
6447: <file>
6448: <source>loncom/lonssl.pm</source>
6449: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
6450: <categoryname>system file</categoryname>
6451: <description>
6452: lonc/d handler for doing a remote SSL based init:
6453: </description>
6454: <status>works/verified</status>
6455: </file>
6456: <file>
1.234 foxr 6457: <source>loncom/LondConnection.pm</source>
1.239 albertel 6458: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 6459: <categoryname>system file</categoryname>
6460: <description>
6461: Manages a connection between a lonc proxy daemon and the lond server
6462: in the remote node.
1.252 www 6463: </description>
6464: <status>works/verified</status>
6465: </file>
6466: <file>
6467: <source>loncom/LondTransaction.pm</source>
6468: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
6469: <categoryname>system file</categoryname>
6470: <description>
6471: Handles a single lon-capa insternal transaction
1.234 foxr 6472: </description>
6473: <status>works/verified</status>
6474: </file>
6475: <file>
6476: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 6477: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 6478: <categoryname>system file</categoryname>
6479: <description>
6480: Provides support to iterate through opaque hashes hidden e.g. within
6481: object private data.
6482: </description>
6483: <status>works/verified</status>
6484: </file>
6485: <file>
6486: <source>loncom/types/Queue.pm</source>
1.239 albertel 6487: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 6488: <categoryname>system file</categoryname>
6489: <description>
6490: Provides a FIFO queue class.
6491: </description>
6492: <status>works/verified</status>
6493: </file>
6494: <file>
6495: <source>loncom/types/Stack.pm</source>
1.239 albertel 6496: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 6497: <categoryname>system file</categoryname>
6498: <description>
6499: Provides a LIFO stack class.
6500: </description>
6501: <status>works/verified</status>
1.239 albertel 6502: </file>
1.234 foxr 6503: <file>
6504: <source>loncom/loncnew</source>
1.240 albertel 6505: <target dist='default'>home/httpd/perl/loncnew</target>
6506: <categoryname>script</categoryname>
1.234 foxr 6507: <description>
6508: Proxy server for remote loncapa requests.
1.250 albertel 6509: Needs CPAN Event module.
1.234 foxr 6510: </description>
1.125 harris41 6511: </file>
6512: <file>
6513: <source>loncom/configuration/Configuration.pm</source>
6514: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 6515: <categoryname>system file</categoryname>
6516: <description>
1.126 harris41 6517: Configuration file reader (looks in /etc/httpd/conf/); accepts
6518: a list of *.conf files to inspect for PerlSetVar key/value
6519: entries.
1.316 www 6520: </description>
6521: <status>works/unverified</status>
6522: </file>
6523: <file>
1.647 raeburn 6524: <source>loncom/configuration/Firewall.pm</source>
6525: <target dist='default'>home/httpd/lib/perl/LONCAPA/Firewall.pm</target>
6526: <categoryname>system file</categoryname>
6527: <description>
6528: Provides methods to open and close firewall ports used for
6529: for socket-based communication between LON-CAPA servers
6530: </description>
6531: <status>works/unverified</status>
6532: </file>
6533: <file>
1.316 www 6534: <source>loncom/ConfigFileEdit.pm</source>
6535: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
6536: <categoryname>system file</categoryname>
6537: <description>
6538: Configuration file editing module
1.113 harris41 6539: </description>
1.10 harris41 6540: <status>works/unverified</status>
6541: </file>
6542: <file>
6543: <source>modules/TexConvert/tthperl/tth.so</source>
1.298 matthew 6544: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 6545: <categoryname>system file</categoryname>
6546: <description>
6547: shared library file for dynamic loading and unloading
6548: </description>
6549: <note>
6550: The source and file dependencies are not available to most
6551: CVS users. (You can safely rely on the existing binaries
6552: present on your system... don't worry about warnings
6553: related to this file during the build process.)
6554: </note>
1.441 albertel 6555: <build trigger='always run'>
1.10 harris41 6556: modules/TexConvert/tthperl/commands
6557: </build>
6558: <status>works/unverified</status>
1.439 albertel 6559: <dependencies>
1.440 albertel 6560: commands;
1.439 albertel 6561: compiles/tth.so.i386;
1.598 raeburn 6562: compiles/tth.so.x86_64;
1.649 raeburn 6563: compiles/tth.so.i386.perl.5.10;
6564: compiles/tth.so.x86_64.perl.5.10;
1.715 raeburn 6565: compiles/tth.so.i386.perl.5.12;
6566: compiles/tth.so.x86_64.perl.5.12;
1.765 raeburn 6567: compiles/tth.so.i386.perl.5.14;
6568: compiles/tth.so.x86_64.perl.5.14;
1.739 raeburn 6569: compiles/tth.so.i386.debian5;
6570: compiles/tth.so.x86_64.debian5
1.439 albertel 6571: </dependencies>
1.10 harris41 6572: </file>
6573: <file>
6574: <source>loncom/homework/caparesponse/capa.pm</source>
1.298 matthew 6575: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 6576: <categoryname>system file</categoryname>
6577: <description>
6578: perl module for invoking functions specific to CAPA
6579: </description>
1.49 harris41 6580: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 6581: <note>
6582: Has the same dependencies and build process as capa.so.
6583: Currently, only the capa.so file specifications invoke
6584: the build process however.
6585: </note>
6586: </file>
6587: <file>
6588: <source>loncom/homework/caparesponse/capa.bs</source>
1.298 matthew 6589: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 6590: <categoryname>system file</categoryname>
6591: <description>
1.27 harris41 6592: bootstrap file associated with dynamic loading of this module on multiple
6593: architectures
1.10 harris41 6594: </description>
1.49 harris41 6595: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 6596: <note>
6597: Has the same dependencies and build process as capa.so.
6598: Currently, only the capa.so file specifications invoke
6599: the build process however.
6600: </note>
6601: </file>
6602: <file>
6603: <source>loncom/homework/caparesponse/capa.so</source>
1.298 matthew 6604: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 6605: <categoryname>system file</categoryname>
6606: <description>
6607: shared library file for dynamic loading and unloading
6608: </description>
6609: <build trigger='always run'>
6610: loncom/homework/caparesponse/commands
6611: </build>
6612: <dependencies>
1.39 harris41 6613: caparesponse.c;
1.119 harris41 6614: caparesponse.pm;
6615: README;
6616: Makefile.PL;
6617: capa.i;
1.120 harris41 6618: commands;
1.222 albertel 6619: ../../../CAPA/pProj/Makefile;
1.120 harris41 6620: ../../../CAPA/pProj/capaGrammarDef.y;
6621: ../../../CAPA/pProj/capaFormula.y;
6622: ../../../CAPA/pProj/capaLexerDef.flex;
6623: ../../../CAPA/pProj/capaFunction.c;
6624: ../../../CAPA/pProj/capaParserUtils.c;
6625: ../../../CAPA/pProj/capaMapExpr.c;
6626: ../../../CAPA/pProj/capaUnit.c;
6627: ../../../CAPA/pProj/com.c;
6628: ../../../CAPA/pProj/linpack.c;
6629: ../../../CAPA/pProj/ranlib.c;
6630: ../../../CAPA/pProj/capaCgiUtils.c;
6631: ../../../CAPA/pProj/capaSubjective.c;
6632: ../../../CAPA/pProj/capaRQO.c;
6633: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 6634: ../../../CAPA/pProj/capaCommon.c;
6635: ../../../CAPA/pProj/capaCommon.h;
6636: ../../../CAPA/pProj/ranlib.h;
6637: ../../../CAPA/pProj/capaCGI.h;
6638: ../../../CAPA/pProj/capaFunction.h;
6639: ../../../CAPA/pProj/capaRQO.h;
6640: ../../../CAPA/pProj/capaParser.h;
6641: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 6642: </dependencies>
6643: </file>
1.416 albertel 6644: <file>
6645: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
6646: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
6647: <categoryname>script</categoryname>
6648: <description>
6649: cgi binary for doing TeX -> math translation
6650: </description>
6651: <build trigger='always run'>
6652: loncom/cgi/mimeTeX/commands
6653: </build>
6654: <dependencies>
1.439 albertel 6655: commands;
6656: gfuntype.c;
6657: gifsave.c;
1.608 raeburn 6658: loncapanewcommands.h;
1.439 albertel 6659: mimetex.c;
6660: mimetex.h;
6661: mimetex.html;
6662: README;
6663: texfonts.h;
1.461 albertel 6664: LICENSE;
1.626 raeburn 6665: VERSION;
1.416 albertel 6666: </dependencies>
6667: </file>
1.10 harris41 6668: <fileglob>
6669: <glob>*.ent</glob>
6670: <sourcedir>loncom/MathML/</sourcedir>
6671: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
6672: <categoryname>system file</categoryname>
6673: <description>
1.27 harris41 6674: xml files which assign unicode numbers to mathematical symbols using
6675: <! ENTITY... > type syntax.
1.10 harris41 6676: </description>
6677: <filenames>
1.37 harris41 6678: isoamsa.ent;
6679: isoamsb.ent;
6680: isoamsc.ent;
6681: isoamsn.ent;
6682: isoamso.ent;
6683: isoamsr.ent;
6684: isobox.ent;
6685: isocyr1.ent;
6686: isocyr2.ent;
6687: isodia.ent;
6688: isogrk1.ent;
6689: isogrk2.ent;
6690: isogrk3.ent;
6691: isogrk4.ent;
6692: isolat1.ent;
6693: isolat2.ent;
6694: isomfrk.ent;
6695: isomopf.ent;
6696: isomscr.ent;
6697: isonum.ent;
6698: isopub.ent;
6699: isotech.ent;
6700: mmlalias.ent;
1.10 harris41 6701: mmlextra.ent
6702: </filenames>
1.37 harris41 6703: </fileglob>
1.10 harris41 6704: <file>
6705: <source>loncom/MathML/mathml.css</source>
6706: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
6707: <categoryname>system file</categoryname>
6708: <description>
6709: cascading style sheet
6710: </description>
6711: </file>
6712: <file>
6713: <source>loncom/MathML/mathml.dtd</source>
6714: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
6715: <categoryname>system file</categoryname>
6716: <description>
6717: document type definition
6718: </description>
6719: </file>
1.4 harris41 6720: <file>
1.10 harris41 6721: <source>loncom/auth/londes.js</source>
6722: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
6723: <categoryname>interface file</categoryname>
1.6 harris41 6724: <description>
1.27 harris41 6725: Encryption Routines according to Data Encryption Standard DES, written in
6726: javascript.
1.6 harris41 6727: </description>
1.4 harris41 6728: </file>
6729: <file>
1.10 harris41 6730: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 6731: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
6732: </target>
1.10 harris41 6733: <categoryname>handler</categoryname>
1.6 harris41 6734: <description>
1.115 harris41 6735: Intended for providing perl functions for the <script></script>
6736: environment in a problem that was converted from lectureonline.
1.6 harris41 6737: </description>
1.4 harris41 6738: </file>
6739: <file>
1.10 harris41 6740: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 6741: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
6742: </target>
1.10 harris41 6743: <categoryname>handler</categoryname>
1.6 harris41 6744: <description>
1.14 harris41 6745: Provides many functions for the <script> environment in a .problem.
1.11 harris41 6746: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 6747: </description>
1.4 harris41 6748: </file>
1.472 albertel 6749:
6750: <file>
6751: <source>loncom/homework/task.css</source>
1.475 albertel 6752: <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472 albertel 6753: <categoryname>handler</categoryname>
6754: <description>
6755: Style definitions for task display
6756: </description>
6757: </file>
6758: <file>
1.514 albertel 6759: <source>loncom/homework/task_ie.css</source>
6760: <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
6761: <categoryname>handler</categoryname>
6762: <description>
6763: Style definitions for task display for IE 6 and earlier
6764: </description>
6765: </file>
6766: <file>
1.515 albertel 6767: <source>loncom/homework/task_ie7.css</source>
1.514 albertel 6768: <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
6769: <categoryname>handler</categoryname>
6770: <description>
6771: Style definitions for task display for IE 7
6772: </description>
6773: </file>
6774: <file>
1.472 albertel 6775: <source>loncom/homework/task_grading.js</source>
1.475 albertel 6776: <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472 albertel 6777: <categoryname>handler</categoryname>
6778: <description>
6779: Javascript to make the grading screen of task easier to use
6780: </description>
6781: </file>
1.4 harris41 6782: <file>
1.10 harris41 6783: <source>loncom/homework/capa.units</source>
6784: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
6785: <categoryname>static conf</categoryname>
1.6 harris41 6786: <description>
1.10 harris41 6787: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 6788: </description>
1.4 harris41 6789: </file>
1.165 www 6790: <fileglob>
6791: <glob>*.jpg</glob>
6792: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
6793: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
6794: <categoryname>graphic file</categoryname>
6795: <description>Pages headers</description>
6796: <filenames>
6797: admin.jpg;
6798: author.jpg;
6799: coordinator.jpg;
6800: header.jpg;
6801: student.jpg;
1.166 www 6802: </filenames>
6803: </fileglob>
6804: <fileglob>
1.230 www 6805: <glob>*.jpg</glob>
6806: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
6807: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
6808: <categoryname>graphic file</categoryname>
6809: <description>Logos of LON-CAPA domains (jpg)</description>
6810: <filenames>
6811: headermsu.jpg;
1.422 www 6812: headertccfl.jpg;
1.442 www 6813: header_fsu.jpg;
6814: header_fsuK12.jpg;
1.444 www 6815: headerhope.jpg;
1.466 www 6816: jmsbanner.jpg;
1.230 www 6817: </filenames>
6818: </fileglob>
6819: <fileglob>
1.166 www 6820: <glob>*.gif</glob>
6821: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
6822: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
6823: <categoryname>graphic file</categoryname>
1.230 www 6824: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 6825: <filenames>
1.197 albertel 6826: 103.gif;
6827: gerd.gif;
6828: mio.gif;
6829: msuvu.gif;
6830: ohiou.gif;
6831: rhs.gif;
6832: sfu.gif;
6833: tmcc.gif;
6834: umich.gif;
6835: worf.gif;
6836: annarbor.gif;
6837: elps.gif;
6838: gwu.gif;
6839: msudemo.gif;
6840: ndsu.gif;
6841: physnet.gif;
6842: sc.gif;
6843: Selwyn.gif;
6844: ucf.gif;
6845: unihalle.gif;
6846: wscc.gif;
6847: cps.gif;
6848: fsu.gif;
1.442 www 6849: fsuK12.gif;
1.444 www 6850: hope.gif;
1.410 www 6851: vcu.gif;
1.197 albertel 6852: lsd.gif;
6853: msu.gif;
1.466 www 6854: jms.gif;
1.197 albertel 6855: nsdl.gif;
6856: pmm.gif;
6857: sunysb.gif;
6858: udel.gif;
1.223 albertel 6859: uz.gif;
6860: fvl.gif;
1.270 www 6861: csm.gif;
1.272 www 6862: nau.gif;
1.344 www 6863: nagoya.gif;
1.415 www 6864: kanazawa.gif;
1.381 www 6865: colorado.gif;
1.352 www 6866: acadiau.gif;
1.354 www 6867: psuerie.gif;
1.353 www 6868: redford.gif;
1.341 www 6869: huji.gif;
6870: ifusp.gif;
6871: ucsc.gif;
1.403 www 6872: uiuc.gif;
1.438 albertel 6873: uiucheader.gif;
1.445 www 6874: koinonia.gif;
1.303 www 6875: waverly.gif;
1.302 www 6876: cmich.gif;
1.285 www 6877: UNICAMP.gif;
1.364 www 6878: lakefenton.gif;
6879: grandblanc.gif;
1.223 albertel 6880: glps.gif;
1.275 www 6881: BCHS.gif;
1.223 albertel 6882: headersfu.gif;
1.311 albertel 6883: uwsp.gif;
1.417 www 6884: tccfl.gif;
1.325 www 6885: bsu.gif;
6886: wmston.gif;
1.423 www 6887: headerharvard.gif;
6888: harvard.gif;
1.426 www 6889: uga.gif;
6890: headeruga.gif;
1.433 albertel 6891: covenantchristianhs.gif;
1.168 www 6892: </filenames>
6893: </fileglob>
6894: <fileglob>
6895: <glob>*.tab</glob>
6896: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
6897: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
6898: <categoryname>conf</categoryname>
6899: <description>Designs of LON-CAPA domains</description>
1.166 www 6900: <filenames>
1.197 albertel 6901: annarbor.tab;
6902: default.tab;
6903: msu.tab;
1.270 www 6904: csm.tab;
1.341 www 6905: huji.tab;
1.272 www 6906: nau.tab;
1.344 www 6907: nagoya.tab;
1.445 www 6908: koinonia.tab;
1.415 www 6909: kanazawa.tab;
1.381 www 6910: colorado.tab;
1.352 www 6911: acadiau.tab;
1.354 www 6912: psuerie.tab;
1.353 www 6913: redford.tab;
1.302 www 6914: cmich.tab;
1.341 www 6915: ifusp.tab;
1.466 www 6916: jms.tab;
1.341 www 6917: ucsc.tab;
1.403 www 6918: uiuc.tab;
1.285 www 6919: UNICAMP.tab;
1.364 www 6920: lakefenton.tab;
6921: grandblanc.tab;
1.274 www 6922: fsu.tab;
1.442 www 6923: fsuK12.tab;
1.444 www 6924: hope.tab;
1.410 www 6925: vcu.tab;
1.197 albertel 6926: sfu.tab;
1.325 www 6927: wmston.tab;
6928: worf.tab;
1.417 www 6929: tccfl.tab;
1.423 www 6930: harvard.tab;
1.426 www 6931: uga.tab;
1.455 albertel 6932: tmcc.tab;
1.165 www 6933: </filenames>
6934: </fileglob>
1.10 harris41 6935: <fileglob>
6936: <glob>*.gif</glob>
1.304 www 6937: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
6938: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
6939: <categoryname>graphic file</categoryname>
6940: <description>icons used for the Portuguese LON-CAPA user interface</description>
6941: <filenames>
6942: anno_pt.gif;
6943: anot_pt.gif;
6944: bchat_pt.gif;
6945: catalog_pt.gif;
6946: ccrs_pt.gif;
6947: chrt_pt.gif;
6948: com_pt.gif;
6949: courses_pt.gif;
6950: cprv_pt.gif;
6951: cstr_pt.gif;
6952: docs_pt.gif;
6953: egrd_pt.gif;
6954: enrl_pt.gif;
6955: eval_pt.gif;
6956: fdbk_pt.gif;
6957: grds_pt.gif;
6958: keys_pt.gif;
6959: logout_pt.gif;
6960: nav_pt.gif;
6961: parm_pt.gif;
6962: pref_pt.gif;
6963: prt_pt.gif;
6964: res_pt.gif;
6965: roles_pt.gif;
6966: sbkm_pt.gif;
6967: spacer_pt.gif;
6968: sprs_pt.gif;
6969: src_pt.gif;
6970: stat_pt.gif;
6971: vbkm_pt.gif;
1.159 www 6972: </filenames>
6973: </fileglob>
6974: <fileglob>
6975: <glob>*.gif</glob>
6976: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
6977: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
6978: <categoryname>graphic file</categoryname>
6979: <description>icons used for the entire LON-CAPA user interface</description>
6980: <filenames>
1.37 harris41 6981: chat.gif;
1.631 schulted 6982: close-all-folders.gif;
1.37 harris41 6983: dempty.gif;
6984: empty.gif;
6985: feedback.gif;
6986: group.gif;
6987: help.gif;
6988: info.gif;
6989: ledblink.gif;
6990: ledgreen.gif;
6991: ledoff.gif;
6992: ledon.gif;
1.631 schulted 6993: mark-discussionentries-read.gif;
1.37 harris41 6994: next.gif;
1.131 www 6995: nothumb.gif;
1.631 schulted 6996: open-all-folders.gif;
6997: open-first-problem.gif;
1.37 harris41 6998: qempty.gif;
1.631 schulted 6999: show-all.gif;
7000: show-incomplete-problems.gif;
1.10 harris41 7001: </filenames>
7002: </fileglob>
1.532 www 7003: <fileglob>
7004: <glob>*.png</glob>
7005: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
7006: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
7007: <categoryname>graphic file</categoryname>
7008: <description>main menu graphical icons</description>
7009: <filenames>
7010: anno.png;
7011: bchat.png;
1.567 raeburn 7012: ccat.png;
1.532 www 7013: ccrs.png;
1.537 www 7014: clst.png;
1.532 www 7015: conf.png;
1.549 albertel 7016: courses.png;
1.687 bisitz 7017: crsconf.png;
1.532 www 7018: docs.png;
7019: eval.png;
1.537 www 7020: grds.png;
1.532 www 7021: grps.png;
7022: mail.png;
7023: new.png;
7024: pgrd.png;
7025: pref.png;
7026: roles.png;
7027: sprs.png;
7028: vbkm.png;
7029: anot.png;
1.611 tempelho 7030: anot2.png;
1.532 www 7031: blog.png;
7032: chrt.png;
7033: cprv.png;
1.533 www 7034: del.png;
1.532 www 7035: egrd.png;
7036: fdbk.png;
7037: keys.png;
1.533 www 7038: list.png;
1.532 www 7039: mcrs.png;
7040: parm.png;
7041: port.png;
7042: prt.png;
1.628 raeburn 7043: rcrs.png;
1.637 raeburn 7044: rsrv.png;
1.532 www 7045: sbkm.png;
7046: src.png;
1.623 raeburn 7047: srvr.png;
1.537 www 7048: subm.png;
1.532 www 7049: back.png;
7050: catalog.png;
7051: com.png;
7052: cstr.png;
7053: enrl.png;
7054: forw.png;
7055: logout.png;
7056: nav.png;
7057: pcstr.png;
7058: pparm.png;
1.533 www 7059: pub.png;
1.532 www 7060: res.png;
1.533 www 7061: rtrv.png;
1.532 www 7062: sctr.png;
7063: stat.png;
1.645 bisitz 7064: pdfupload.png;
1.683 wenzelju 7065: course_ini.png;
7066: dismath.png;
7067: feedback.png;
7068: mngcu.png;
7069: prob_ana.png;
7070: role_hotlist.png;
1.723 www 7071: reload.png;
1.683 wenzelju 7072: self_enroll.png;
7073: survey_rep.png;
7074: subdocs.png;
7075: uplusr.png;
1.532 www 7076: </filenames>
7077: </fileglob>
1.617 droeschl 7078: <fileglob>
7079: <glob>*.png</glob>
7080: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
7081: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
7082: <categoryname>graphic file</categoryname>
7083: <description>graphical icons used in submenus</description>
7084: <filenames>
1.664 droeschl 7085: aboutme.png;
1.620 diwert 7086: addClickerInfoFile.png;
1.702 raeburn 7087: anonsurveythreshold.png;
1.705 wenzelju 7088: bubblesheet.png;
1.687 bisitz 7089: ccatconf.png;
1.732 raeburn 7090: chat.png;
1.620 diwert 7091: comblock.png;
1.617 droeschl 7092: contact-new.png;
7093: coprplot.png;
1.687 bisitz 7094: crsnew.png;
1.617 droeschl 7095: dialog-information.png;
7096: document-open.png;
7097: document-properties.png;
1.705 wenzelju 7098: download_sub.png;
1.664 droeschl 7099: dropbox.png;
7100: dump.png;
1.617 droeschl 7101: edit-copy.png;
1.664 droeschl 7102: edit-find-replace.png;
1.617 droeschl 7103: edit-find.png;
1.696 wenzelju 7104: edit-mode-22x22.png;
1.617 droeschl 7105: edit-redo.png;
7106: edit-select-all.png;
7107: edit-undo.png;
7108: emblem-photos.png;
7109: emblem-readonly.png;
7110: emblem-system.png;
1.664 droeschl 7111: extres.png;
1.617 droeschl 7112: folder-new.png;
1.696 wenzelju 7113: folder-new-22x22.png;
1.617 droeschl 7114: format-justify-fill.png;
1.770 www 7115: FPRexamples.png;
1.620 diwert 7116: fromfile.png;
1.705 wenzelju 7117: grade_PageFolder.png;
7118: grade_students.png;
7119: grading_table.png;
1.664 droeschl 7120: groupportfolio.png;
1.687 bisitz 7121: groupportfolioquota.png;
1.667 wenzelju 7122: grp_add.png;
7123: grp_settings.png;
7124: grp_tools.png;
1.664 droeschl 7125: ims.png;
7126: imsexport.png;
1.696 wenzelju 7127: link-new-22x22.png;
1.617 droeschl 7128: list-add.png;
1.664 droeschl 7129: log.png;
1.617 droeschl 7130: mail-message-new.png;
7131: mail-reply-all.png;
1.620 diwert 7132: mail-reply-sender.png;
7133: messalog.png;
1.696 wenzelju 7134: move-22x22.png;
1.664 droeschl 7135: myaboutme.png;
7136: navigation.png;
1.617 droeschl 7137: network-workgroup.png;
1.665 droeschl 7138: page.png;
1.617 droeschl 7139: preferences-desktop-font.png;
7140: preferences-desktop-locale.png;
7141: preferences-desktop-remote-desktop.png;
7142: preferences-desktop-theme.png;
7143: preferences-desktop-wallpaper.png;
7144: preferences-system-windows.png;
1.705 wenzelju 7145: receipt_number.png;
1.664 droeschl 7146: recover.png;
1.663 raeburn 7147: remotecontrol.png;
1.664 droeschl 7148: resversion.png;
1.696 wenzelju 7149: save-22x22.png;
1.664 droeschl 7150: scoreupfrm.png;
1.668 bisitz 7151: selfenrl-queue.png;
1.664 droeschl 7152: sequence.png;
7153: simple.png;
7154: simpprob.png;
1.617 droeschl 7155: start-here.png;
7156: subtimpl.png;
1.664 droeschl 7157: syllabus.png;
7158: symbs.png;
1.617 droeschl 7159: system-lock-screen.png;
7160: system-users.png;
1.705 wenzelju 7161: ungrade_sub.png;
1.687 bisitz 7162: uplcrs.png;
1.664 droeschl 7163: uploadscores.png;
7164: verify.png;
1.696 wenzelju 7165: view-mode-22x22.png;
7166: wishlist.png;
7167: wishlist-link.png;
1.617 droeschl 7168: </filenames>
7169: </fileglob>
1.4 harris41 7170: <file>
1.450 albertel 7171: <source>loncom/html/res/adm/pages/math_example.tex</source>
7172: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
7173: <categoryname>interface file</categoryname>
7174: <description>
7175: file with an example math equation in it.
7176: </description>
7177: </file>
7178: <file>
1.10 harris41 7179: <source>loncom/html/res/adm/pages/index.html</source>
7180: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
7181: <categoryname>interface file</categoryname>
1.6 harris41 7182: <description>
1.10 harris41 7183: welcoming page to the LON-CAPA system upon login
1.6 harris41 7184: </description>
1.4 harris41 7185: </file>
1.10 harris41 7186: <fileglob>
7187: <glob>*.gif</glob>
7188: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 7189: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
7190: </targetdir>
1.10 harris41 7191: <categoryname>graphic file</categoryname>
7192: <description>
1.132 harris41 7193: icons used for directory indexing and login screen
1.10 harris41 7194: </description>
7195: <filenames>
1.37 harris41 7196: a.gif;
7197: alert.black.gif;
7198: alert.red.gif;
7199: back.gif;
7200: ball.gray.gif;
7201: ball.red.gif;
7202: binary.gif;
7203: binhex.gif;
7204: blank.gif;
7205: bomb.gif;
7206: box1.gif;
7207: box2.gif;
7208: broken.gif;
7209: burst.gif;
7210: c.gif;
7211: comp.blue.gif;
7212: comp.gray.gif;
7213: compressed.gif;
7214: continued.gif;
7215: course.gif;
7216: dir.gif;
7217: down.gif;
7218: dvi.gif;
7219: f.gif;
7220: folder.gif;
7221: folder.open.gif;
7222: folder.sec.gif;
7223: folder_closed.gif;
7224: folder_closed_pressed.gif;
7225: folder_new.gif;
7226: folder_opened.gif;
7227: folder_opened_pressed.gif;
7228: folder_pointer_closed.gif;
7229: folder_pointer_opened.gif;
7230: folder_spacer.gif;
7231: folder_trash.gif;
7232: forward.gif;
7233: generic.gif;
7234: generic.red.gif;
7235: generic.sec.gif;
7236: hand.right.gif;
7237: hand.up.gif;
7238: html.gif;
7239: image1.gif;
7240: image2.gif;
7241: image3.gif;
7242: index.gif;
7243: layout.gif;
7244: left.gif;
7245: link.gif;
7246: mov.gif;
7247: movie1.gif;
7248: p.gif;
7249: patch.gif;
7250: pdf.gif;
7251: portal.gif;
7252: problem.gif;
7253: ps.gif;
7254: quill.gif;
7255: right.gif;
7256: screw1.gif;
7257: screw2.gif;
7258: script.gif;
7259: sound1.gif;
7260: sound2.gif;
7261: sphere1.gif;
7262: sphere2.gif;
7263: tar.gif;
7264: tex.gif;
7265: text.gif;
7266: transfer.gif;
7267: unknown.gif;
7268: up.gif;
7269: uu.gif;
7270: uuencoded.gif;
7271: white_space_20_22.gif;
7272: white_space_22_22.gif;
7273: whitespace1.gif;
7274: whitespace10.gif;
7275: whitespace2.gif;
7276: whitespace3.gif;
7277: whitespace4.gif;
7278: whitespace5.gif;
7279: whitespace6.gif;
7280: whitespace7.gif;
7281: whitespace8.gif;
7282: whitespace9.gif;
7283: world1.gif;
1.10 harris41 7284: world2.gif
7285: </filenames>
7286: </fileglob>
7287: <fileglob>
1.300 albertel 7288: <glob>*.*</glob>
7289: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
7290: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
7291: <categoryname>interface file</categoryname>
7292: <description>
7293: Associated file for answering reactionresponse style questions
7294: </description>
7295: <filenames>
7296: reaction_editor.html;
7297: reaction_frame.html;
7298: reaction_help.html;
7299: reaction_viewer.html;
7300: reaction_window.html
1.10 harris41 7301: </filenames>
7302: </fileglob>
1.4 harris41 7303: <file>
1.509 raeburn 7304: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171 harris41 7305: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 7306: <categoryname>system script</categoryname>
1.171 harris41 7307: <description>
1.509 raeburn 7308: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171 harris41 7309: </description>
7310: <status>tested/documented/beta</status>
1.103 harris41 7311: </file>
7312: <file>
7313: <source>loncom/build/check-rpms</source>
1.152 harris41 7314: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 7315: <categoryname>system script</categoryname>
1.103 harris41 7316: <description>
7317: compare installed rpms with up-to-date distribution
7318: </description>
7319: <status>tested/documented/beta</status>
7320: </file>
7321: <file>
7322: <source>doc/man/check-rpms.1</source>
7323: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
7324: <categoryname>doc</categoryname>
7325: <description>man page for check-rpms</description>
7326: <build trigger='always run'>
1.115 harris41 7327: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 7328: echo 'manifying check-rpms'
1.103 harris41 7329: </build>
7330: <status>beta</status>
7331: <dependencies>
7332: ../../loncom/build/check-rpms
7333: </dependencies>
7334: </file>
7335: <file>
7336: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 7337: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
7338: </target>
1.103 harris41 7339: <categoryname>doc</categoryname>
7340: <description>POD-derived page for check-rpms</description>
7341: <build trigger='always run'>
1.118 harris41 7342: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
7343: && echo 'pod2html checkrpms'
1.103 harris41 7344: </build>
7345: <status>works/unverified</status>
7346: <dependencies>
7347: ../../loncom/build/check-rpms
7348: </dependencies>
1.4 harris41 7349: </file>
7350: <file>
1.10 harris41 7351: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 7352: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
7353: </target>
1.10 harris41 7354: <categoryname>script</categoryname>
1.6 harris41 7355: <description>
1.206 harris41 7356: Updates .lpmlnew files with previous settings. Also supports alternative
7357: schemes of settings-updating and file-overwriting.
1.6 harris41 7358: </description>
1.206 harris41 7359: <status>works/unverified</status>
1.4 harris41 7360: </file>
7361: <file>
1.348 albertel 7362: <source>loncom/cron/loncapa.built</source>
7363: <target dist='default'>etc/cron.d/loncapa</target>
7364: <categoryname>conf</categoryname>
7365: <description>
7366: file that specifies periodic processes to run for the LON-CAPA machine
7367: </description>
7368: <build trigger='always run'>
7369: loncom/cron/preserve_local_loncapa_cron
7370: </build>
7371: <dependencies>
7372: loncapa;
7373: preserve_local_loncapa_cron
7374: </dependencies>
1.10 harris41 7375: </file>
7376: <file>
1.686 raeburn 7377: <source>loncom/cron/loncapa</source>
7378: <target dist='default'>home/httpd/lib/perl/loncapa_cron-std</target>
7379: <categoryname>handler</categoryname>
7380: <description>
7381: Back-up of standard loncapa cron file (the actual file in use: /etc/cron.d/loncapa may contain local modifications).
7382: </description>
7383: </file>
7384: <file>
1.10 harris41 7385: <source>loncom/ntp/step-tickers</source>
1.175 harris41 7386: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
7387: </target>
7388: <categoryname>static conf</categoryname>
1.10 harris41 7389: <description>
7390: file that stimulates running of ntpdate upon init.d/xntpd initiation
7391: </description>
7392: <note>
7393: <table cellpadding='0' cellspacing='0' border='1'>
7394: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
7395: </table>
7396: </note>
1.48 harris41 7397: </file>
7398: <file>
7399: <source>loncom/pam.d/pwauth</source>
7400: <target dist='default'>etc/pam.d/pwauth</target>
7401: <categoryname>static conf</categoryname>
7402: <description>
7403: file that allows setuid password privileges for pwauth executable
7404: </description>
7405: </file>
7406: <file>
7407: <source>loncom/pam.d/pwchange</source>
7408: <target dist='default'>etc/pam.d/pwchange</target>
7409: <categoryname>static conf</categoryname>
7410: <description>
7411: file that allows setuid password privileges for pwchange (lcpasswd) executable
7412: </description>
1.10 harris41 7413: </file>
7414: <file>
7415: <source>loncom/init.d/loncontrol</source>
7416: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.769 raeburn 7417: <target dist='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/init.d/loncontrol</target>
1.10 harris41 7418: <categoryname>root script</categoryname>
7419: <description>
7420: Controls the launching/halting of lonc, lond, and lonsql processes.
7421: </description>
7422: </file>
7423: <link>
1.545 albertel 7424: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
1.769 raeburn 7425: <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>etc/init.d/loncontrol</linkto>
1.10 harris41 7426: <target dist='default'>
1.37 harris41 7427: etc/rc.d/rc0.d/K05loncontrol;
7428: etc/rc.d/rc1.d/K05loncontrol;
7429: etc/rc.d/rc2.d/K05loncontrol;
7430: etc/rc.d/rc3.d/S95loncontrol;
7431: etc/rc.d/rc4.d/S95loncontrol;
7432: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 7433: etc/rc.d/rc6.d/K05loncontrol
1.729 raeburn 7434: </target>
1.769 raeburn 7435: <target='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1'>
1.735 raeburn 7436: etc/rc.d/rc0.d/K05loncontrol;
7437: etc/rc.d/rc1.d/K05loncontrol;
7438: etc/rc.d/rc2.d/K05loncontrol;
7439: etc/rc.d/rc3.d/S95loncontrol;
7440: etc/rc.d/rc5.d/S95loncontrol;
7441: etc/rc.d/rc6.d/K05loncontrol
7442: </target>
1.727 raeburn 7443: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10'>
7444: etc/rc0.d/K05loncontrol;
7445: etc/rc1.d/K05loncontrol;
1.747 raeburn 7446: etc/rc2.d/S95loncontrol;
1.727 raeburn 7447: etc/rc3.d/S95loncontrol;
7448: etc/rc4.d/S95loncontrol;
7449: etc/rc5.d/S95loncontrol;
7450: etc/rc6.d/K05loncontrol
1.10 harris41 7451: </target>
7452: <categoryname>symbolic link</categoryname>
1.27 harris41 7453: <description>
1.654 raeburn 7454: symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
7455: </description>
1.10 harris41 7456: </link>
1.545 albertel 7457:
1.769 raeburn 7458: <file dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 sles9 sles10 sles11">
1.545 albertel 7459: <source>loncom/init.d/loncontrol</source>
7460: <target>etc/rc.d/</target>
7461: <description>
7462: setup loncontrol to run at boot
7463: </description>
1.769 raeburn 7464: <installscript dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 sles9 sles10 sles11">
1.735 raeburn 7465: -c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'
1.545 albertel 7466: </installscript>
7467: <dependencies>
7468: loncom/init.d/loncontrol
7469: </dependencies>
7470: </file>
7471:
1.580 raeburn 7472: <file>
1.579 raeburn 7473: <source>doc/latex/utf8.def</source>
1.581 raeburn 7474: <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
7475: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
1.579 raeburn 7476: <categoryname>system file</categoryname>
7477: <description>
7478: utf8 definitions for LaTeX
7479: </description>
7480: </file>
7481:
1.10 harris41 7482: <file>
1.580 raeburn 7483: <source>doc/latex/utf8enc.dfu</source>
1.581 raeburn 7484: <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
7485: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
1.580 raeburn 7486: <categoryname>system file</categoryname>
7487: <description>
7488: utf8 declarations for LaTeX
7489: </description>
7490: </file>
7491:
7492: <file>
1.10 harris41 7493: <source>loncom/atalk/config</source>
1.152 harris41 7494: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 7495: <categoryname>static conf</categoryname>
1.6 harris41 7496: <description>
1.27 harris41 7497: configuration file to make LON-CAPA server file space accessible to
7498: Appleshares access (Macintosh)
1.6 harris41 7499: </description>
1.315 albertel 7500: </file>
7501: <file>
1.480 albertel 7502: <source>loncom/interface/loncss.pm</source>
7503: <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
7504: <categoryname>handler</categoryname>
7505: <description>
7506: Generates standard LON-CAPA CSS
7507: </description>
7508: </file>
7509: <file>
1.481 albertel 7510: <source>loncom/LONCAPA.pm</source>
7511: <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
7512: <categoryname>handler</categoryname>
7513: <description>
7514: Some basic Lon-CAPA functionality
7515: </description>
7516: </file>
7517: <file>
1.456 raeburn 7518: <source>loncom/interface/lonnotify.pm</source>
7519: <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
7520: <categoryname>handler</categoryname>
7521: <description>
7522: Interface for Domain Coordinators to (a) send broadcast e-mail to groups
7523: of users, and (b) to display e-mail of this type sent in the past.
7524: </description>
7525: </file>
7526: <file>
1.373 albertel 7527: <source>loncom/interface/lonhelpmenu.pm</source>
7528: <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
7529: <categoryname>handler</categoryname>
7530: <description>
7531: Creates a multipage help screen to help users out.
7532: </description>
7533: </file>
7534: <file>
7535: <source>loncom/interface/lonsupportreq.pm</source>
7536: <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
7537: <categoryname>handler</categoryname>
7538: <description>
1.500 raeburn 7539: Handler to make it easy for users to send a request to the helpdesk
7540: </description>
7541: </file>
7542: <file>
1.511 raeburn 7543: <source>loncom/interface/courseclassifier.pm</source>
7544: <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
7545: <categoryname>handler</categoryname>
7546: <description>
7547: Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
7548: </description>
7549: </file>
7550: <file>
1.500 raeburn 7551: <source>loncom/interface/coursecatalog.pm</source>
7552: <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
7553: <categoryname>handler</categoryname>
7554: <description>
7555: Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373 albertel 7556: </description>
7557: </file>
7558: <file>
1.516 raeburn 7559: <source>loncom/interface/resetpw.pm</source>
7560: <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
7561: <categoryname>handler</categoryname>
7562: <description>
7563: A user with an internally authenticated account and a recorded e-mail address can use a two-step process to set a new password via a token sent to his/her e-mail address.
7564: </description>
7565: </file>
7566: <file>
1.570 raeburn 7567: <source>loncom/interface/createaccount.pm</source>
7568: <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
7569: <categoryname>handler</categoryname>
7570: <description>
7571: An e-mail address can be used to create a LON-CAPA account via a two-step process employing a token sent to the e-mail address (the address will be the username). Alternatively, an institutional login can be used (after successful authentication) to create a corresponding LON-CAPA account, if one is missing.
7572: </description>
7573: </file>
7574: <file>
1.315 albertel 7575: <source>loncom/interface/lonmodifycourse.pm</source>
7576: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
7577: <categoryname>handler</categoryname>
7578: <description>
7579: Interface to modifying a course's internal ENV values for automated
1.500 raeburn 7580: enrollment
1.315 albertel 7581: </description>
1.306 albertel 7582: </file>
7583: <file>
1.524 raeburn 7584: <source>loncom/interface/domainprefs.pm</source>
7585: <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
7586: <categoryname>handler</categoryname>
7587: <description>
7588: Interface for modifying domain configuration
7589: </description>
7590: </file>
7591: <file>
1.623 raeburn 7592: <source>loncom/interface/domainstatus.pm</source>
7593: <target dist='default'>home/httpd/lib/perl/Apache/domainstatus.pm</target>
7594: <categoryname>handler</categoryname>
7595: <description>
7596: Handler for generation of a menu of links to server status utilities
7597: </description>
7598: </file>
1.638 raeburn 7599: <file>
7600: <source>loncom/interface/lonconfigsettings.pm</source>
7601: <target dist='default'>home/httpd/lib/perl/Apache/lonconfigsettings.pm</target>
7602: <categoryname>handler</categoryname>
7603: <description>
7604: Common routines for generating menus to set default configuration settings -
7605: for a domain or for a course.
7606: </description>
7607: </file>
1.623 raeburn 7608: <file>
1.639 raeburn 7609: <source>loncom/interface/lonpdfupload.pm</source>
7610: <target dist='default'>home/httpd/lib/perl/Apache/lonpdfupload.pm</target>
7611: <categoryname>handler</categoryname>
7612: <description>
7613: Interface to upload a PDF form containing responses to problems entered offline using a PDF reader for storage as submissions.
7614: </description>
7615: </file>
7616: <file>
1.306 albertel 7617: <source>loncom/interface/lonpopulate.pm</source>
7618: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
7619: <categoryname>handler</categoryname>
7620: <description>
7621: Handler for configuring automated enrollment
7622: </description>
7623: </file>
7624: <file>
7625: <source>loncom/enrollment/Enrollment.pm</source>
7626: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
7627: <categoryname>handler</categoryname>
7628: <description>
7629: Handler for automated enrollment
7630: </description>
7631: </file>
7632: <file>
7633: <source>loncom/enrollment/localenroll.pm</source>
7634: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
7635: <categoryname>conf</categoryname>
7636: <description>
7637: Local handler for automated enrollment.
7638: </description>
7639: </file>
7640: <file>
7641: <source>loncom/enrollment/localenroll.pm</source>
7642: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
7643: <categoryname>handler</categoryname>
7644: <description>
7645: Local handler for automated enrollment, standard version.
7646: </description>
7647: </file>
7648: <file>
7649: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 7650: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 7651: <categoryname>script</categoryname>
7652: <description>
1.542 raeburn 7653: Script to perform automated enrollments from institutional classlists.
1.306 albertel 7654: </description>
1.4 harris41 7655: </file>
1.395 albertel 7656: <file>
1.543 raeburn 7657: <source>loncom/enrollment/Autoupdate.pl</source>
7658: <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
7659: <categoryname>script</categoryname>
7660: <description>
7661: Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
7662: </description>
7663: </file>
7664: <file>
1.395 albertel 7665: <source>loncom/auth/localstudentphoto.pm</source>
7666: <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
7667: <categoryname>conf</categoryname>
7668: <description>
7669: Local handler for automated enrollment.
7670: </description>
7671: </file>
7672: <file>
7673: <source>loncom/auth/localstudentphoto.pm</source>
7674: <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
7675: <categoryname>handler</categoryname>
7676: <description>
7677: Local handler for automated enrollment, standard version.
7678: </description>
7679: </file>
1.436 raeburn 7680: <file>
7681: <source>loncom/automation/batchcreatecourse.pm</source>
7682: <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
7683: <categoryname>handler</categoryname>
7684: <description>
7685: Handler for batch creation of courses.
7686: </description>
7687: </file>
7688: <file>
1.650 droeschl 7689: <source>loncom/interface/lonblockingstatus.pm</source>
7690: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingstatus.pm</target>
7691: <categoryname>handler</categoryname>
7692: <description>
7693: Used for displaying the communication blocking status.
7694: </description>
7695: </file>
7696: <file>
1.696 wenzelju 7697: <source>loncom/interface/lonwishlist.pm</source>
7698: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlist.pm</target>
7699: <categoryname>handler</categoryname>
7700: <description>
1.726 wenzelju 7701: Utilities to modify the wishlist (add new links and folders,
1.696 wenzelju 7702: edit, move, sort or delete existing links and folders).
7703: Links from the wishlist can be imported into courses.</description>
7704: <status>works/unverified</status>
7705: </file>
7706: <file>
1.726 wenzelju 7707: <source>loncom/interface/lonwishlistdisplay.pm</source>
7708: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlistdisplay.pm</target>
7709: <categoryname>handler</categoryname>
7710: <description>
7711: Module for displaying the wishlist.</description>
7712: <status>works/unverified</status>
7713: </file>
7714: <file>
1.436 raeburn 7715: <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
7716: <target dist='default'>home/httpd/perl/Autocreate.pl</target>
7717: <categoryname>script</categoryname>
7718: <description>
7719: Script for automated course creation.
7720: </description>
7721: </file>
1.400 albertel 7722: <fileglob>
1.512 albertel 7723: <glob>*.pl</glob>
1.401 albertel 7724: <sourcedir>loncom/debugging_tools/</sourcedir>
1.402 albertel 7725: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400 albertel 7726: <categoryname>script</categoryname>
7727: <description>
7728: Tools for helping debug Lon-CAPA
7729: </description>
7730: <filenames>
7731: activity_to_accesscount.pl;
1.420 albertel 7732: clean_db.pl;
1.513 albertel 7733: db_copy.pl;
1.400 albertel 7734: dump_db.pl;
7735: escape.pl;
7736: excise_from_db.pl;
7737: getties.pl;
7738: login_count.pl;
7739: modify_config_files.pl;
1.767 raeburn 7740: move_construction_spaces.pl;
1.400 albertel 7741: parse_scantron.pl;
7742: seed_accesscount.pl;
7743: stress.pl;
1.644 raeburn 7744: testkerberos.pl;
1.400 albertel 7745: unescape.pl;
7746: user_login_count.pl;
7747: </filenames>
7748: </fileglob>
1.513 albertel 7749: <fileglob>
1.748 raeburn 7750: <glob>*.*</glob>
1.513 albertel 7751: <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
7752: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
7753: <categoryname>script</categoryname>
7754: <description>
7755: Binary tools for LON-CAPA
7756: </description>
7757: <filenames>
1.544 albertel 7758: create_db_dynamic_64_so.3;
1.513 albertel 7759: </filenames>
7760: </fileglob>
1.430 albertel 7761: <file>
1.748 raeburn 7762: <source>loncom/debugging_tools/compiled/create_db_dynamic</source>
7763: <target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
7764: <categoryname>script</categoryname>
7765: <description>
7766: Binary tool for LON-CAPA
7767: </description>
7768: </file>
7769: <file>
7770: <source>loncom/debugging_tools/compiled/create_db_dynamic_64</source>
7771: <target dist='default'>home/httpd/perl/debug/create_db_dynamic_64</target>
7772: <categoryname>script</categoryname>
7773: <description>
7774: Binary tool for LON-CAPA
7775: </description>
7776: </file>
7777: <file>
7778: <source>loncom/debugging_tools/compiled/dump_db_static_32</source>
7779: <target dist='default'>home/httpd/perl/debug/dump_db_static_32</target>
7780: <categoryname>script</categoryname>
7781: <description>
7782: Binary tool for LON-CAPA
7783: </description>
7784: </file>
7785: <file>
1.430 albertel 7786: <source>loncom/build/distprobe</source>
7787: <target dist='default'>home/httpd/perl/distprobe</target>
7788: <categoryname>script</categoryname>
7789: <description>
7790: for probing operating system flavor and version
7791: </description>
7792: <note>
7793: </note>
7794: </file>
1.740 raeburn 7795: <file>
7796: <source>loncom/clusteradmin</source>
7797: <target dist='default'>home/httpd/perl/manage_dns/clusteradmin</target>
1.742 raeburn 7798: <categoryname>root script</categoryname>
1.740 raeburn 7799: <description>
7800: Script to update cluster tables: dns_hosts.tab and dns_domain.tab
7801: on a LON-CAPA DNS server.
7802: </description>
1.742 raeburn 7803: <status>works/unverified</status>
1.740 raeburn 7804: </file>
1.14 harris41 7805: </files>
1.1 harris41 7806: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>