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