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