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