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