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