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