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