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