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