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