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