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