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