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