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