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