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