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