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