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