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