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