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