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