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