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