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