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