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