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