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