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