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