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