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