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