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