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