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