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