Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.929
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.929 ! raeburn 5: <!-- $Id: loncapafiles.lpml,v 1.928 2016/02/19 21:09:39 raeburn Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
43: !!! This sometimes happens (bad): !!!
44: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
45: !!! Should be: !!!
46: !!! 127.0.0.1 localhost.localdomain localhost !!!
47: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
48: </specialnotice>
1.94 harris41 49: </specialnotices>
1.1 harris41 50: <targetroot>/</targetroot>
51: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 52: <categories>
1.1 harris41 53: <category name="interface file" type="runtime">
1.5 harris41 54: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 55: <abbreviation>interfacefile</abbreviation>
1.1 harris41 56: </category>
57: <category name="interface file" type="development">
1.5 harris41 58: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 59: <abbreviation>interfacefile</abbreviation>
1.1 harris41 60: </category>
61: <category name="setuid script" type="runtime">
1.5 harris41 62: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 63: <abbreviation>setuid</abbreviation>
1.1 harris41 64: </category>
65: <category name="setuid script" type="development">
1.5 harris41 66: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 67: <abbreviation>setuid</abbreviation>
1.1 harris41 68: </category>
69: <category name="handler" type="runtime">
1.5 harris41 70: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 71: <abbreviation>handler</abbreviation>
1.1 harris41 72: </category>
73: <category name="handler" type="development">
1.89 harris41 74: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 75: <abbreviation>handler</abbreviation>
1.1 harris41 76: </category>
77: <category name="static conf" type="runtime">
1.5 harris41 78: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 79: <abbreviation>static</abbreviation>
1.1 harris41 80: </category>
81: <category name="static conf" type="development">
1.5 harris41 82: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 83: <abbreviation>static</abbreviation>
1.1 harris41 84: </category>
1.301 albertel 85: <category name="www static conf" type="runtime">
86: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
87: <abbreviation>static</abbreviation>
88: </category>
89: <category name="www static conf" type="development">
90: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
91: <abbreviation>static</abbreviation>
92: </category>
1.1 harris41 93: <category name="conf" type="runtime">
1.5 harris41 94: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 95: <abbreviation>configurable</abbreviation>
1.1 harris41 96: </category>
97: <category name="conf" type="development">
1.5 harris41 98: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 99: <abbreviation>configurable</abbreviation>
1.1 harris41 100: </category>
1.718 raeburn 101: <category name="www conf" type="runtime">
102: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
103: <abbreviation>configurable</abbreviation>
104: </category>
105: <category name="www conf" type="development">
106: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
107: <abbreviation>configurable</abbreviation>
108: </category>
1.1 harris41 109: <category name="script" type="runtime">
1.89 harris41 110: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 111: <abbreviation>script</abbreviation>
1.1 harris41 112: </category>
113: <category name="script" type="development">
1.89 harris41 114: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 115: <abbreviation>script</abbreviation>
1.1 harris41 116: </category>
117: <category name="graphic file" type="runtime">
1.5 harris41 118: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 119: <abbreviation>graphicfile</abbreviation>
1.1 harris41 120: </category>
121: <category name="graphic file" type="development">
1.89 harris41 122: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 123: <abbreviation>graphicfile</abbreviation>
1.1 harris41 124: </category>
1.738 raeburn 125: <category name="lexicon file" type="runtime">
126: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
127: <abbreviation>lexicon</abbreviation>
128: </category>
129: <category name="lexicon file" type="development">
130: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
131: <abbreviation>lexicon</abbreviation>
132: </category>
1.83 harris41 133: <category name="doc" type="runtime">
134: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
135: <abbreviation>systemfile</abbreviation>
136: </category>
137: <category name="doc" type="development">
138: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
139: <abbreviation>systemfile</abbreviation>
140: </category>
1.1 harris41 141: <category name="system file" type="runtime">
1.5 harris41 142: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 143: <abbreviation>systemfile</abbreviation>
1.1 harris41 144: </category>
145: <category name="system file" type="development">
1.5 harris41 146: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 147: <abbreviation>systemfile</abbreviation>
1.1 harris41 148: </category>
1.188 harris41 149: <category name="system script" type="runtime">
150: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
151: <abbreviation>systemscript</abbreviation>
152: </category>
153: <category name="system script" type="development">
154: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
155: <abbreviation>systemscript</abbreviation>
156: </category>
1.1 harris41 157: <category name="root script" type="runtime">
1.89 harris41 158: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 159: <abbreviation>rootscript</abbreviation>
1.1 harris41 160: </category>
161: <category name="root script" type="development">
1.89 harris41 162: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 163: <abbreviation>rootscript</abbreviation>
1.1 harris41 164: </category>
165: <category name="symbolic link" type="runtime">
1.5 harris41 166: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 167: <abbreviation>link</abbreviation>
1.1 harris41 168: </category>
169: <category name="symbolic link" type="development">
1.5 harris41 170: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 171: <abbreviation>link</abbreviation>
1.1 harris41 172: </category>
173: <category name="standard" type="runtime">
1.5 harris41 174: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 175: <abbreviation>directory</abbreviation>
1.1 harris41 176: </category>
177: <category name="standard" type="development">
1.5 harris41 178: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 179: <abbreviation>directory</abbreviation>
1.1 harris41 180: </category>
181: <category name="server standard" type="runtime">
1.5 harris41 182: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 183: <abbreviation>directory</abbreviation>
1.1 harris41 184: </category>
185: <category name="server standard" type="development">
1.5 harris41 186: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 187: <abbreviation>directory</abbreviation>
1.1 harris41 188: </category>
189: <category name="server readonly" type="runtime">
1.5 harris41 190: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 191: <abbreviation>directory</abbreviation>
1.1 harris41 192: </category>
193: <category name="server readonly" type="development">
1.89 harris41 194: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 195: <abbreviation>directory</abbreviation>
1.1 harris41 196: </category>
1.784 raeburn 197: <category name="pdf manual" type="runtime">
198: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
199: <abbreviation>manual</abbreviation>
200: </category>
201: <category name="pdf manual" type="development">
202: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
203: <abbreviation>manual</abbreviation>
204: </category>
1.14 harris41 205: </categories>
1.2 harris41 206: <rpm>
1.3 harris41 207: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
208: <rpmName>LON-CAPA-base</rpmName>
209: <rpmVersion>3.1</rpmVersion>
210: <rpmRelease>1</rpmRelease>
1.27 harris41 211: <rpmVendor>Laboratory for Instructional Technology Education,
212: Division of Science and Mathematics Education, Michigan State University.
213: </rpmVendor>
1.3 harris41 214: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
215: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
216: <rpmGroup>Utilities/System</rpmGroup>
217: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
218: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 219: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
220: files in their directories.\n
221: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
222: </rpmdescription>
1.10 harris41 223: <rpmpre>echo '***********************************************************************'\n
224: echo 'LON-CAPA LearningOnline with CAPA'\n
225: echo 'http://www.lon-capa.org/'\n
226: echo 'Gerd Kortemeyer, et al'\n
227: echo 'Laboratory for Instructional Technology Education'\n
228: echo 'Michigan State University'\n
229: echo 'General Public License, Version 2, June 1991'\n
230: echo '** Michigan State University patents may apply **'\n
231: echo ' '\n
232: echo 'This installation assumes an installation of Redhat 6.2'\n
233: echo ' '\n
234: echo 'The server computer should be currently connected to the ethernet'\n
235: echo ' '\n
236: echo '***********************************************************************'\n
237: </rpmpre>
1.83 harris41 238: <rpmRequires>
239: <item>PreReq: LON-CAPA-setup</item>
240: <item>PreReq: apache</item>
1.129 harris41 241: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 242: </rpmRequires>
1.2 harris41 243: </rpm>
1.14 harris41 244: <directories>
1.115 harris41 245: <directory dist='default'>
1.179 harris41 246: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 247: <targetdir dist='default'>etc</targetdir>
248: <categoryname>standard</categoryname>
249: <description>standard linux directory for configuration files</description>
250: </directory>
1.115 harris41 251: <directory dist='default'>
1.179 harris41 252: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 253: <targetdir dist='default'>etc/cron.d</targetdir>
254: <categoryname>standard</categoryname>
255: <description>standard linux directory for running time-based "jobs"
256: </description>
257: </directory>
1.115 harris41 258: <directory dist='default'>
1.179 harris41 259: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 260: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.749 raeburn 261: <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd</targetdir>
1.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.927 raeburn 2514: <source>loncom/interface/lonexttool.pm</source>
2515: <target dist='default'>home/httpd/lib/perl/Apache/lonexttool.pm</target>
2516: <categoryname>handler</categoryname>
2517: <description>
2518: Handler to allow LON-CAPA to operate as an LTI Tool Consumer
2519: </description>
2520: <status>works/unverified</status>
2521: </file>
2522: <file>
1.349 albertel 2523: <source>loncom/interface/lonpickcode.pm</source>
2524: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
2525: <categoryname>handler</categoryname>
2526: <description>
2527: Handler to pick a CODE from the list of possible CODEs
2528: </description>
2529: <status>works/unverified</status>
1.203 www 2530: </file>
2531: <file>
2532: <source>loncom/interface/lonpickstudent.pm</source>
2533: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
2534: <categoryname>handler</categoryname>
2535: <description>
2536: Handler to pick a student from classlist
1.225 www 2537: </description>
2538: <status>works/unverified</status>
2539: </file>
2540: <file>
2541: <source>loncom/interface/lonpickcourse.pm</source>
2542: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
2543: <categoryname>handler</categoryname>
2544: <description>
2545: Handler to pick a courseid from a list of courses
1.173 www 2546: </description>
2547: <status>works/unverified</status>
2548: </file>
2549: <file>
1.584 raeburn 2550: <source>loncom/interface/lonpickauthor.pm</source>
2551: <target dist='default'>home/httpd/lib/perl/Apache/lonpickauthor.pm</target>
2552: <categoryname>handler</categoryname>
2553: <description>
2554: Handler for a DC to pick an author from a list of authors in the domain for an ad hoc CA role
2555: </description>
2556: <status>works/unverified</status>
2557: </file>
2558: <file>
1.733 www 2559: <source>loncom/interface/lonpickresource.pm</source>
2560: <target dist='default'>home/httpd/lib/perl/Apache/lonpickresource.pm</target>
2561: <categoryname>handler</categoryname>
2562: <description>
1.750 raeburn 2563: Handler to pick a resource or folder from the course contents
1.733 www 2564: </description>
2565: <status>works/unverified</status>
2566: </file>
2567: <file>
1.655 raeburn 2568: <source>loncom/interface/lonpickuser.pm</source>
2569: <target dist='default'>home/httpd/lib/perl/Apache/lonpickuser.pm</target>
2570: <categoryname>handler</categoryname>
2571: <description>
2572: Handler to pick a user from a directory search
2573: </description>
2574: <status>works/unverified</status>
2575: </file>
2576: <file>
1.795 raeburn 2577: <source>loncom/interface/loncourserespicker.pm</source>
2578: <target dist='default'>home/httpd/lib/perl/Apache/loncourserespicker.pm</target>
2579: <categoryname>handler</categoryname>
2580: <description>
2581: Provides interface to select resources/folders from a course
2582: (e.g., for IMS export, or choosing content for exam blocking).
2583: </description>
2584: <status>works/unverified</status>
2585: </file>
2586: <file>
1.797 raeburn 2587: <source>loncom/interface/londependencies.pm</source>
2588: <target dist='default'>home/httpd/lib/perl/Apache/londependencies.pm</target>
2589: <categoryname>handler</categoryname>
2590: <description>
2591: Provides interface for uploading, replacing and deleting files which
2592: are (or used to be) dependencies for an HTML page uploaded directly to a course.
2593: </description>
2594: <status>works/unverified</status>
2595: </file>
2596: <file>
1.173 www 2597: <source>loncom/interface/lonbulletin.pm</source>
2598: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
2599: <categoryname>handler</categoryname>
2600: <description>
2601: Handler to put up bulletin board
1.167 www 2602: </description>
2603: <status>works/unverified</status>
2604: </file>
2605: <file>
2606: <source>loncom/interface/lonaboutme.pm</source>
2607: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
2608: <categoryname>handler</categoryname>
2609: <description>
2610: Handler to put up personal info
1.19 harris41 2611: </description>
2612: <status>works/unverified</status>
2613: </file>
2614: <file>
1.15 harris41 2615: <source>loncom/publisher/loncfile.pm</source>
2616: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
2617: <categoryname>handler</categoryname>
2618: <description>
2619: Provides web-based functionality for file copy, rename, mkdir, etc, in the
2620: construction space menu.
1.137 harris41 2621: </description>
2622: <status>works/unverified</status>
2623: </file>
2624: <file>
1.335 raeburn 2625: <source>loncom/publisher/testbankimport.pm</source>
2626: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
2627: <categoryname>handler</categoryname>
2628: <description>
2629: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
2630: Called by selecting testbank option when uploading file to construction space.
1.342 raeburn 2631: </description>
2632: <status>works/unverified</status>
2633: </file>
2634: <file>
2635: <source>loncom/imspackages/imsimport.pm</source>
2636: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
2637: <categoryname>handler</categoryname>
2638: <description>
2639: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2640: format into LON-CAPA Construction space.
2641: Called by selecting IMS package option when uploading file to construction space.
2642: </description>
2643: <status>works/unverified</status>
2644: </file>
2645: <file>
2646: <source>loncom/imspackages/imsimportdocs.pm</source>
2647: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
2648: <categoryname>handler</categoryname>
2649: <description>
2650: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2651: format into a LON-CAPA course via DOCS.
2652: Called using Import IMS package button displayed in Special documents column in DOCS display.
2653: </description>
2654: <status>works/unverified</status>
2655: </file>
2656: <file>
2657: <source>loncom/imspackages/imsprocessor.pm</source>
2658: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
2659: <categoryname>handler</categoryname>
2660: <description>
2661: Contains routines used by imsimport handlers when importing contents of IMS
2662: packages into construction space, or into a course directly via DOCS.
1.335 raeburn 2663: </description>
2664: <status>works/unverified</status>
2665: </file>
2666: <file>
1.404 raeburn 2667: <source>loncom/imspackages/imsexport.pm</source>
2668: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
2669: <categoryname>handler</categoryname>
2670: <description>
2671: Routines used in londocs to export templated files to an IMS package.
2672: </description>
2673: <status>works/unverified</status>
2674: </file>
2675: <file>
1.137 harris41 2676: <source>loncom/interface/lonhelp.pm</source>
2677: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
2678: <categoryname>handler</categoryname>
2679: <description>
2680: The .tex file help handler.
1.140 bowersj2 2681: </description>
2682: <status>works/unverified</status>
1.195 albertel 2683: <build trigger='always run'>
2684: loncom/html/adm/help/buildMakeWrapper
2685: </build>
2686: <dependencies>
1.197 albertel 2687: Makefile;
1.195 albertel 2688: buildMakeWrapper
2689: </dependencies>
1.141 bowersj2 2690: </file>
2691: <file>
1.593 raeburn 2692: <source>loncom/html/adm/help/help.png</source>
2693: <target dist='default'>home/httpd/html/adm/help/help.png</target>
2694: <categoryname>interface file</categoryname>
2695: <description>
2696: help icon
2697: </description>
2698: </file>
2699: <file>
1.158 bowersj2 2700: <source>loncom/html/adm/help/abouthelp.html</source>
2701: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
2702: <categoryname>interface file</categoryname>
2703: <description>
2704: Index file for the help system
2705: </description>
2706: </file>
2707: <file>
1.376 raeburn 2708: <source>loncom/html/adm/help/nohelptopic.html</source>
2709: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
2710: <categoryname>interface file</categoryname>
2711: <description>
2712: Page of links to help manuals - displayed when inline help is missing for a specific topic.
2713: </description>
2714: </file>
2715: <file>
1.158 bowersj2 2716: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 2717: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
2718: </target>
2719: <categoryname>interface file</categoryname>
1.158 bowersj2 2720: <description>
1.162 harris41 2721: The pseudo-LaTeX file to allow people to read the author's manual online, with
2722: a somewhat clumsy interface.
1.158 bowersj2 2723: </description>
2724: <status>works/unverified</status>
2725: </file>
2726: <file>
2727: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 2728: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
2729: </target>
2730: <categoryname>interface file</categoryname>
1.158 bowersj2 2731: <description>
1.162 harris41 2732: The pseudo-LaTeX file to allow people to read the course administrator's
2733: manual online, with a somewhat clumsy interface.
1.158 bowersj2 2734: </description>
2735: <status>works/unverified</status>
2736: </file>
2737: <file>
1.576 www 2738: <source>doc/help/domain.manual.access.tex</source>
2739: <target dist='default'>home/httpd/html/adm/help/tex/domain.manual.access.tex
2740: </target>
2741: <categoryname>interface file</categoryname>
2742: <description>
1.597 raeburn 2743: The pseudo-LaTeX file to allow people to read the domain coordination
1.576 www 2744: manual online, with a somewhat clumsy interface.
2745: </description>
2746: <status>works/unverified</status>
2747: </file>
2748: <file>
1.158 bowersj2 2749: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 2750: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 2751: <categoryname>interface file</categoryname>
1.141 bowersj2 2752: <description>
1.158 bowersj2 2753: The postscript Author's Manual
2754: </description>
2755: <status>works/unverified</status>
1.197 albertel 2756: <dependencies>
2757: doc/help/author.manual.texxml;
2758: doc/help/latexSplitter.py;
2759: doc/help/rebuildLabelHash.pl;
2760: doc/help/render.texxml.pl;
2761: doc/help/simpleEdit.py;
2762: doc/help/texxml2indextex.pl;
2763: doc/help/texxml2latex.pl;
2764: loncom/build/buildHelp.sh;
2765: loncom/build/help_graphics_converter.pl
2766: </dependencies>
1.158 bowersj2 2767: </file>
2768: <file>
2769: <source>doc/help/author.manual.pdf</source>
2770: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
1.784 raeburn 2771: <categoryname>pdf manual</categoryname>
1.158 bowersj2 2772: <description>
2773: The PDF Author's Manual
2774: </description>
2775: <status>works/unverified</status>
2776: </file>
2777: <file>
2778: <source>doc/help/course.manual.ps</source>
2779: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 2780: <categoryname>interface file</categoryname>
1.158 bowersj2 2781: <description>
2782: The postscript Course Manual
2783: </description>
2784: <status>works/unverified</status>
1.197 albertel 2785: <dependencies>
2786: doc/help/course.manual.texxml;
2787: doc/help/latexSplitter.py;
2788: doc/help/rebuildLabelHash.pl;
2789: doc/help/render.texxml.pl;
2790: doc/help/simpleEdit.py;
2791: doc/help/texxml2indextex.pl;
2792: doc/help/texxml2latex.pl;
2793: loncom/build/buildHelp.sh;
2794: loncom/build/help_graphics_converter.pl
2795: </dependencies>
1.158 bowersj2 2796: </file>
2797: <file>
2798: <source>doc/help/course.manual.pdf</source>
2799: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.784 raeburn 2800: <categoryname>pdf manual</categoryname>
1.158 bowersj2 2801: <description>
2802: The PDF Course Manual
1.200 bowersj2 2803: </description>
2804: <status>works/unverified</status>
2805: </file>
1.371 albertel 2806: <file>
1.576 www 2807: <source>doc/help/domain.manual.ps</source>
2808: <target dist='default'>home/httpd/html/adm/help/domain.manual.ps</target>
2809: <categoryname>interface file</categoryname>
2810: <description>
2811: The postscript Domain Manual
2812: </description>
2813: <status>works/unverified</status>
2814: <dependencies>
2815: doc/help/domain.manual.texxml;
2816: doc/help/latexSplitter.py;
2817: doc/help/rebuildLabelHash.pl;
2818: doc/help/render.texxml.pl;
2819: doc/help/simpleEdit.py;
2820: doc/help/texxml2indextex.pl;
2821: doc/help/texxml2latex.pl;
2822: loncom/build/buildHelp.sh;
2823: loncom/build/help_graphics_converter.pl
2824: </dependencies>
2825: </file>
2826: <file>
2827: <source>doc/help/domain.manual.pdf</source>
2828: <target dist='default'>home/httpd/html/adm/help/domain.manual.pdf</target>
1.784 raeburn 2829: <categoryname>pdf manual</categoryname>
1.576 www 2830: <description>
2831: The PDF Domain Manual
2832: </description>
2833: <status>works/unverified</status>
2834: </file>
2835: <file>
1.371 albertel 2836: <source>loncom/html/adm/help/ext_examples.html</source>
2837: <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
2838: <categoryname>interface file</categoryname>
2839: <description>
2840: Examples for using &EXT in HTML
2841: </description>
2842: </file>
2843: <file>
2844: <source>loncom/html/adm/help/ext_examples.html.meta</source>
2845: <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
2846: <categoryname>interface file</categoryname>
2847: <description>
2848: Examples for using &EXT in HTML metadata
2849: </description>
2850: </file>
2851: <file>
2852: <source>loncom/html/adm/help/ext_examples.library</source>
2853: <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
2854: <categoryname>interface file</categoryname>
2855: <description>
2856: Examples for using &EXT library
2857: </description>
2858: </file>
2859: <file>
2860: <source>loncom/html/adm/help/ext_examples.library.meta</source>
2861: <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
2862: <categoryname>interface file</categoryname>
2863: <description>
2864: Examples for using &EXT library metadata
2865: </description>
2866: </file>
2867: <file>
2868: <source>loncom/html/adm/help/ext_examples.problem</source>
2869: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
2870: <categoryname>interface file</categoryname>
2871: <description>
2872: Examples for using &EXT problem
2873: </description>
2874: </file>
2875: <file>
2876: <source>loncom/html/adm/help/ext_examples.problem.meta</source>
2877: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
2878: <categoryname>interface file</categoryname>
2879: <description>
2880: Examples for using &EXT problem metadata
2881: </description>
2882: </file>
1.615 amueller 2883: <file>
2884: <source>loncom/interface/lontemplate.pm</source>
2885: <target dist='default'>home/httpd/lib/perl/Apache/lontemplate.pm</target>
2886: <categoryname>handler</categoryname>
2887: <description>
2888: Handler to create templates
2889: </description>
2890: <status>works/unverified</status>
2891: </file>
1.140 bowersj2 2892: <fileglob>
2893: <glob>*.*</glob>
2894: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
2895: <targetdir dist='default'>
2896: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 2897: <categoryname>interface file</categoryname>
1.140 bowersj2 2898: <description>
2899: Gif files for the help system
2900: </description>
2901: <filenames>
1.360 albertel 2902: Authoring_Dynamic_Plot_Axis_Labels.gif;
2903: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
2904: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
2905: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
2906: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
2907: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
1.538 albertel 2908: BT_ScreenshotCriteria.gif;
2909: BT_ScreenshotQuestion.gif;
2910: BT_ScreenshotVariable.gif;
2911: flowchartBridgeTask.gif;
1.360 albertel 2912: Dynamic_Replication_Change.gif;
2913: Dynamic_Replication_Request.gif;
2914: Load_Balance_Example.gif;
2915: LONCAPA_Network_Diagram2.gif;
2916: LONCAPA_Network_Diagram.gif;
2917: Map_Example.gif;
2918: Resource_Assembly.gif;
1.703 raeburn 2919: aboutme.gif;
2920: addClickerInfoFile.gif;
2921: anno.gif;
2922: anot.gif;
2923: anot2.gif;
1.163 harris41 2924: authorRemote.gif;
1.844 raeburn 2925: author_example_directory.gif;
2926: author_new_content.gif;
2927: author_top_menu.gif;
1.850 raeburn 2928: back.gif;
1.703 raeburn 2929: bchat.gif;
2930: blog.gif;
1.873 raeburn 2931: bomb.gif;
1.703 raeburn 2932: catalog.gif;
2933: ccat.gif;
2934: chat.gif;
1.850 raeburn 2935: chkrole.gif;
1.703 raeburn 2936: chrt.gif;
2937: com.gif;
1.163 harris41 2938: constructionSpace.gif;
2939: constructionSpaceForPublishing.gif;
1.703 raeburn 2940: coprplot.gif;
2941: cprv.gif;
1.163 harris41 2942: creatingANewCourse.gif;
2943: creatingNewProblemResource.gif;
1.703 raeburn 2944: crsconf.gif;
2945: docs.gif;
2946: document-open.gif;
2947: document-properties.gif;
2948: dump.gif;
1.163 harris41 2949: dynamic_piecewise.gif;
2950: dynamic_piecewise2.gif;
2951: dynamic_plot.gif;
2952: dynamic_plot2.gif;
1.863 raeburn 2953: edit.gif;
1.852 raeburn 2954: editmap.gif;
1.863 raeburn 2955: editwishlist.gif;
1.703 raeburn 2956: edit-find-replace.gif;
2957: edit-redo.gif;
2958: edit-undo.gif;
2959: emblem-photos.gif;
2960: eval.gif;
2961: extres.gif;
2962: fdbk.gif;
2963: feedback.gif;
1.163 harris41 2964: formulaResponse.gif;
1.850 raeburn 2965: forw.gif;
1.770 www 2966: FPRexamples.gif;
1.703 raeburn 2967: fromfile.gif;
2968: grds.gif;
2969: grps.gif;
1.838 lira 2970: help.gif;
1.833 lira 2971: html_page_plaintext.gif;
2972: html_page_richtext.gif;
1.703 raeburn 2973: list-add.gif;
1.163 harris41 2974: login.gif;
2975: lonhelpheader.gif;
1.703 raeburn 2976: mail-message-new.gif;
2977: mail-reply-all.gif;
1.192 bowersj2 2978: mainCourseDocuments.gif;
1.163 harris41 2979: mapAdvancedEditorNew.gif;
2980: mapClickedStart.gif;
2981: mapEditFirstClick.gif;
2982: mapEditInitial.gif;
2983: mapEditingButton.gif;
2984: mapEditorDirectoryBrowser.gif;
2985: mapEditorResourceChosen.gif;
2986: mapEditorSelection.gif;
2987: mapInsertResource.gif;
2988: mapNewResource.gif;
2989: mapSecondWindowSecondResource.gif;
2990: mapSimpleEditor.gif;
2991: mapStraightened.gif;
2992: mapTwoResources.gif;
1.703 raeburn 2993: messalog.gif;
2994: mngcu.gif;
1.833 lira 2995: multiple_choice_problem_menu.gif;
1.703 raeburn 2996: nav.gif;
2997: navigation.gif;
2998: network-workgroup.gif;
2999: new.gif;
1.853 raeburn 3000: newmsg.gif;
1.163 harris41 3001: numericalResponse1.gif;
3002: numericalResponseEditor.gif;
3003: numericalResponseSlopeProblem.gif;
3004: numericalResponseVarInText.gif;
3005: optionResponseEditing.gif;
3006: optionResponseProblem.gif;
1.703 raeburn 3007: page.gif;
3008: parm.gif;
3009: pgrd.gif;
3010: port.gif;
1.568 raeburn 3011: pref.gif;
1.703 raeburn 3012: preferences-desktop-font.gif;
3013: preferences-desktop-locale.gif;
3014: preferences-desktop-theme.gif;
1.844 raeburn 3015: problem_editing_colorful.gif;
3016: problem_editing_xml.gif;
3017: problem_testing.gif;
1.703 raeburn 3018: prt.gif;
1.163 harris41 3019: publishMetadata.gif;
3020: radioResponse2.gif;
3021: radioResponseHint.gif;
1.703 raeburn 3022: rcrs.gif;
3023: res.gif;
3024: resversion.gif;
3025: roles.gif;
3026: rsrv.gif;
3027: scoreupfrm.gif;
3028: sctr.gif;
3029: self_enroll.gif;
3030: simple.gif;
3031: simpprob.gif;
1.163 harris41 3032: smallHelp.gif;
3033: spreadsheet_hierarchy.gif;
1.703 raeburn 3034: sprs.gif;
3035: src.gif;
3036: stat.gif;
1.163 harris41 3037: stringResponseEditor.gif;
1.548 www 3038: studentInterface.gif;
1.703 raeburn 3039: subdocs.gif;
3040: subtimpl.gif;
3041: survey_rep.gif;
3042: syllabus.gif;
3043: system-users.gif;
1.852 raeburn 3044: tolastloc.gif;
1.775 www 3045: turning.gif;
1.703 raeburn 3046: uploadscores.gif;
3047: uplusr.gif;
3048: verify.gif;
1.917 raeburn 3049: webdavcentosauth.gif;
3050: webdavcentosdirectory.gif;
3051: webdavcentosmenu.gif;
3052: webdavcentosurl.gif;
3053: webdavforkliftdirectory.gif;
3054: webdavforkliftedit.gif;
3055: webdavforkliftmenu.gif;
3056: webdavforklifturl.gif;
3057: webdavmacauth.gif;
3058: webdavmacconnect.gif;
3059: webdavmacdirectory.gif;
3060: webdavmacedit.gif;
3061: webdavmacfinder.gif;
1.918 raeburn 3062: webdavwin7auth.gif;
1.917 raeburn 3063: webdavwin7directory.gif;
3064: webdavwin7map.gif;
3065: webdavwin7menu.gif;
3066: webdavwin7url.gif;
1.865 raeburn 3067: webpage.gif;
1.703 raeburn 3068: wishlist.gif;
3069: wishlist-link.gif;
1.548 www 3070: iclicker.gif;
3071: interwrite1.gif;
3072: interwrite2.gif;
3073: interwrite3.gif;
3074: interwrite4.gif;
3075: interwrite5.gif;
1.140 bowersj2 3076: </filenames>
3077: </fileglob>
3078: <fileglob>
3079: <glob>*.*</glob>
3080: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
3081: <targetdir dist='default'>
3082: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 3083: <categoryname>interface file</categoryname>
1.140 bowersj2 3084: <description>
3085: EPS files for the help system
3086: </description>
3087: <filenames>
1.360 albertel 3088: Authoring_Dynamic_Plot_Axis_Labels.eps;
3089: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
3090: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
3091: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
3092: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
3093: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
1.538 albertel 3094: BT_ScreenshotCriteria.eps;
3095: BT_ScreenshotQuestion.eps;
3096: BT_ScreenshotVariable.eps;
3097: flowchartBridgeTask.eps;
1.360 albertel 3098: Dynamic_Replication_Change.eps;
3099: Dynamic_Replication_Request.eps;
3100: Load_Balance_Example.eps;
3101: LONCAPA_Network_Diagram2.eps;
3102: LONCAPA_Network_Diagram.eps;
3103: Map_Example.eps;
3104: Resource_Assembly.eps;
1.703 raeburn 3105: aboutme.eps;
3106: addClickerInfoFile.eps;
3107: anno.eps;
3108: anot.eps;
3109: anot2.eps;
1.163 harris41 3110: authorRemote.eps;
1.844 raeburn 3111: author_example_directory.eps;
3112: author_new_content.eps;
3113: author_top_menu.eps;
1.858 raeburn 3114: back.eps;
1.703 raeburn 3115: bchat.eps;
3116: blog.eps;
1.873 raeburn 3117: bomb.eps;
1.703 raeburn 3118: catalog.eps;
3119: ccat.eps;
3120: chat.eps;
1.858 raeburn 3121: chkrole.eps;
1.703 raeburn 3122: chrt.eps;
3123: com.eps;
1.163 harris41 3124: constructionSpace.eps;
3125: constructionSpaceForPublishing.eps;
1.703 raeburn 3126: coprplot.eps;
3127: cprv.eps;
1.163 harris41 3128: creatingANewCourse.eps;
3129: creatingNewProblemResource.eps;
1.703 raeburn 3130: crsconf.eps;
3131: docs.eps;
3132: document-open.eps;
3133: document-properties.eps;
3134: dump.eps;
1.163 harris41 3135: dynamic_piecewise.eps;
3136: dynamic_piecewise2.eps;
3137: dynamic_plot.eps;
3138: dynamic_plot2.eps;
1.863 raeburn 3139: edit.eps;
1.852 raeburn 3140: editmap.eps;
1.863 raeburn 3141: editwishlist.eps;
1.703 raeburn 3142: edit-find-replace.eps;
3143: edit-redo.eps;
3144: edit-undo.eps;
3145: emblem-photos.eps;
3146: eval.eps;
3147: extres.eps;
3148: fdbk.eps;
3149: feedback.eps;
1.163 harris41 3150: formulaResponse.eps;
1.858 raeburn 3151: forw.eps;
1.770 www 3152: FPRexamples.eps;
1.703 raeburn 3153: fromfile.eps;
3154: grds.eps;
3155: grps.eps;
1.838 lira 3156: help.eps;
1.833 lira 3157: html_page_plaintext.eps;
3158: html_page_richtext.eps;
1.703 raeburn 3159: list-add.eps;
1.163 harris41 3160: lonhelpheader.eps;
3161: login.eps;
1.703 raeburn 3162: mail-message-new.eps;
3163: mail-reply-all.eps;
1.192 bowersj2 3164: mainCourseDocuments.eps;
1.163 harris41 3165: mapAdvancedEditorNew.eps;
3166: mapClickedStart.eps;
3167: mapEditFirstClick.eps;
3168: mapEditInitial.eps;
3169: mapEditingButton.eps;
3170: mapEditorDirectoryBrowser.eps;
3171: mapEditorResourceChosen.eps;
3172: mapEditorSelection.eps;
3173: mapInsertResource.eps;
3174: mapNewResource.eps;
3175: mapSecondWindowSecondResource.eps;
3176: mapSimpleEditor.eps;
3177: mapStraightened.eps;
3178: mapTwoResources.eps;
1.703 raeburn 3179: messalog.eps;
3180: mngcu.eps;
1.833 lira 3181: multiple_choice_problem_menu.eps;
1.703 raeburn 3182: nav.eps;
3183: navigation.eps;
3184: network-workgroup.eps;
3185: new.eps;
1.853 raeburn 3186: newmsg.eps;
1.163 harris41 3187: numericalResponse1.eps;
3188: numericalResponseEditor.eps;
3189: numericalResponseSlopeProblem.eps;
3190: numericalResponseVarInText.eps;
3191: optionResponseEditing.eps;
3192: optionResponseProblem.eps;
1.703 raeburn 3193: page.eps;
3194: parm.eps;
3195: pgrd.eps;
3196: port.eps;
3197: preferences-desktop-font.eps;
3198: preferences-desktop-locale.eps;
3199: preferences-desktop-theme.eps;
1.844 raeburn 3200: problem_editing_colorful.eps;
3201: problem_editing_xml.eps;
3202: problem_testing.eps;
1.703 raeburn 3203: prt.eps;
1.163 harris41 3204: publishMetadata.eps;
3205: radioResponse2.eps;
3206: radioResponseHint.eps;
1.703 raeburn 3207: rcrs.eps;
3208: res.eps;
3209: resversion.eps;
3210: roles.eps;
3211: rsrv.eps;
3212: scoreupfrm.eps;
3213: sctr.eps;
3214: self_enroll.eps;
3215: simple.eps;
3216: simpprob.eps;
1.163 harris41 3217: smallHelp.eps;
3218: spreadsheet_hierarchy.eps;
1.703 raeburn 3219: sprs.eps;
3220: src.eps;
3221: stat.eps;
1.163 harris41 3222: stringResponseEditor.eps;
1.548 www 3223: studentInterface.eps;
1.703 raeburn 3224: subdocs.eps;
3225: subtimpl.eps;
3226: survey_rep.eps;
3227: syllabus.eps;
3228: system-users.eps;
1.852 raeburn 3229: tolastloc.eps;
1.775 www 3230: turning.eps;
1.703 raeburn 3231: uploadscores.eps;
3232: uplusr.eps;
3233: verify.eps;
1.917 raeburn 3234: webdavcentosauth.eps;
3235: webdavcentosdirectory.eps;
3236: webdavcentosmenu.eps;
3237: webdavcentosurl.eps;
3238: webdavforkliftdirectory.eps;
3239: webdavforkliftedit.eps;
3240: webdavforkliftmenu.eps;
3241: webdavforklifturl.eps;
3242: webdavmacauth.eps;
3243: webdavmacconnect.eps;
3244: webdavmacdirectory.eps;
3245: webdavmacedit.eps;
3246: webdavmacfinder.eps;
1.918 raeburn 3247: webdavwin7auth.eps;
1.917 raeburn 3248: webdavwin7directory.eps;
3249: webdavwin7map.eps;
3250: webdavwin7menu.eps;
3251: webdavwin7url.eps;
1.865 raeburn 3252: webpage.eps;
1.703 raeburn 3253: wishlist.eps;
3254: wishlist-link.eps;
1.548 www 3255: iclicker.eps;
3256: interwrite1.eps;
3257: interwrite2.eps;
3258: interwrite3.eps;
3259: interwrite4.eps;
3260: interwrite5.eps;
1.140 bowersj2 3261: </filenames>
3262: </fileglob>
3263: <fileglob>
3264: <glob>*.*</glob>
3265: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
3266: <targetdir dist='default'>
3267: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 3268: <categoryname>interface file</categoryname>
1.140 bowersj2 3269: <description>
3270: Tex files for the help system
3271: </description>
3272: <filenames>
1.163 harris41 3273: About_Authors_Manual.tex;
1.321 www 3274: About_Bombs.tex;
1.276 bowersj2 3275: About_Communication.tex;
3276: About_Developers_Manual.tex;
1.163 harris41 3277: About_Numerical_and_Formula_Response.tex;
1.519 albertel 3278: About_Symbs.tex;
1.350 www 3279: all_functions_table.tex;
1.371 albertel 3280: adaptive_hints.tex;
1.361 www 3281: Additional_Help.tex;
1.163 harris41 3282: Ambiguous_Reference.tex;
1.309 matthew 3283: Analysis_Analyze_Over.tex;
1.350 www 3284: Analyze_Problem.tex;
1.461 albertel 3285: Answer_Date.tex;
1.834 lira 3286: Answer_Display_Overview.tex;
1.278 bowersj2 3287: Annotation.tex;
1.276 bowersj2 3288: Authentication.tex;
1.427 www 3289: Auth_Options.tex;
1.163 harris41 3290: Authoring_Adding_Pictures.tex;
1.248 bowersj2 3291: Authoring_DataResponse.tex;
1.350 www 3292: Authoring_Dynamic_Plot_Axes.tex;
1.461 albertel 3293: Authoring_Dynamic_Plot_Color_Selection.tex;
1.350 www 3294: Authoring_Dynamic_Plot_Curve_Data.tex;
3295: Authoring_Dynamic_Plot_Curve_Function.tex;
3296: Authoring_Dynamic_Plot_Curve.tex;
3297: Authoring_Dynamic_Plot_Gnuplot.tex;
3298: Authoring_Dynamic_Plot_Key.tex;
3299: Authoring_Dynamic_Plot_Label.tex;
3300: Authoring_Dynamic_Plot_Linestyle.tex;
1.163 harris41 3301: Authoring_Dynamic_Plot.tex;
1.350 www 3302: Authoring_Dynamic_Plot_Tics.tex;
3303: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248 bowersj2 3304: Authoring_ExternalResponse.tex;
3305: Authoring_Foil_Structure_Tags.tex;
1.350 www 3306: Authoring_Hint_Tags.tex;
1.163 harris41 3307: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 3308: Authoring_ImageResponse.tex;
3309: Authoring_Input_Tags.tex;
3310: Authoring_Internal_Tags.tex;
1.493 www 3311: Authoring_Intro.tex;
1.851 raeburn 3312: Authoring_Library_Scripts.tex;
1.599 raeburn 3313: Authoring_Math_Editor.tex;
1.889 bisitz 3314: Authoring_Multilingual_Problems.tex;
1.248 bowersj2 3315: Authoring_NumericalResponse.tex;
3316: Authoring_OptionResponse.tex;
3317: Authoring_Output_Tags.tex;
1.254 bowersj2 3318: Authoring_Pictures_EPS.tex;
1.163 harris41 3319: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 3320: Authoring_RadiobuttonResponse.tex;
3321: Authoring_Response_Attributes.tex;
1.350 www 3322: Authoring_Responseparam_Parameter.tex;
1.248 bowersj2 3323: Authoring_Response_Tag_Intro.tex;
3324: Authoring_Scripting_Tags.tex;
1.490 albertel 3325: Authoring_Spreadsheet.tex;
1.248 bowersj2 3326: Authoring_Structure_Tags.tex;
1.835 lira 3327: Authoring_Surveys.tex;
1.917 raeburn 3328: Authoring_WebDAV.tex;
1.919 raeburn 3329: Authoring_WebDAV_Mac_10v6.tex;
3330: Authoring_WebDAV_Mac_10v10.tex;
3331: Authoring_WebDAV_Windows_v7.tex;
3332: Authoring_WebDAV_Linux_Centos.tex;
1.248 bowersj2 3333: Authoring_XML_Intro.tex;
1.350 www 3334: Author_LON-CAPA_Introduction.tex;
3335: Author_Manual_Title_Page.tex;
1.832 lira 3336: Author_Menu.tex;
1.350 www 3337: Author_Numerical_and_Formula.tex;
3338: Author_Remote_Control.tex;
1.499 raeburn 3339: Batch_Creation.tex;
1.554 albertel 3340: BridgeTask_About.tex;
3341: BridgeTask_Conditions.tex;
3342: BridgeTask_Create.tex;
3343: BridgeTask_EditModeFinishing.tex;
3344: BridgeTask_EditModeIntroduction.tex;
3345: BridgeTask_EditModeQuestion.tex;
3346: BridgeTask_EditMode.tex;
3347: BridgeTask_EditModeVariable.tex;
3348: BridgeTask_Features.tex;
3349: BridgeTask_Intro.tex;
3350: BridgeTask_Portfolio.tex;
3351: BridgeTask_SetupResource.tex;
3352: BridgeTask_Slot.tex;
3353: BridgeTask_XMLFinishing.tex;
3354: BridgeTask_XMLHeader.tex;
3355: BridgeTask_XMLQuestions.tex;
3356: BridgeTask_XML.tex;
3357: BridgeTask_XMLVariable.tex;
1.461 albertel 3358: Browsing_Resources.tex;
1.278 bowersj2 3359: Bugzilla.tex;
1.267 www 3360: Caching.tex;
1.246 bowersj2 3361: Calendar_Add_Announcement.tex;
3362: Calendar_Remove_Announcement.tex;
1.163 harris41 3363: Calling_Functions.tex;
1.350 www 3364: CAPA_LON-CAPA_function_diffs.tex;
1.276 bowersj2 3365: Cascading_Parameters.tex;
1.461 albertel 3366: Catalog_Info.tex;
1.278 bowersj2 3367: Change_Colors.tex;
3368: Change_Password.tex;
1.249 matthew 3369: Chart_Description.tex;
1.374 albertel 3370: Change_Discussion_Display.tex;
1.461 albertel 3371: Chart_Enrollment_Status.tex;
1.249 matthew 3372: Chart_Output_Data.tex;
3373: Chart_Output_Formats.tex;
1.461 albertel 3374: Chart_Sections.tex;
3375: Chart_Sequences.tex;
3376: Chart_Student_Data.tex;
1.276 bowersj2 3377: Chatting.tex;
1.548 www 3378: Clicker_Registration.tex;
1.163 harris41 3379: Coauthor.tex;
3380: Construction_Space_Overview.tex;
1.844 raeburn 3381: Content_Page_Overview.tex;
1.493 www 3382: Contextual_Help.tex;
1.276 bowersj2 3383: Course_Add_Other.tex;
1.163 harris41 3384: Course_Add_Student.tex;
1.461 albertel 3385: Course_Automated_Enrollment.tex;
1.278 bowersj2 3386: Course_Broadcast_Message.tex;
3387: Course_Change_Privileges.tex;
1.163 harris41 3388: Course_Chart_To_Excel.tex;
1.254 bowersj2 3389: Course_Chat.tex;
1.163 harris41 3390: Course_Convert_To_CSV.tex;
1.493 www 3391: Course_Coordination_Intro.tex;
1.163 harris41 3392: Course_Create_Class_List.tex;
1.873 raeburn 3393: Course_Creation_Log.tex;
1.163 harris41 3394: Course_Critical_Message.tex;
3395: Course_Deleting.tex;
3396: Course_Disable_Discussion.tex;
1.929 ! raeburn 3397: Course_Disable_Anonymous_Discussion.tex;
1.163 harris41 3398: Course_Discussion_Board.tex;
3399: Course_Drop_Student.tex;
3400: Course_Edit_Content.tex;
1.276 bowersj2 3401: Course_Editing_Custom_Roles.tex;
1.461 albertel 3402: Course_Environment.tex;
1.278 bowersj2 3403: Course_Extending_Due_Dates.tex;
1.254 bowersj2 3404: Course_Face_To_Face_Records.tex;
1.163 harris41 3405: Course_Feedback_Addresses.tex;
3406: Course_Homework_Performance_Overview.tex;
1.350 www 3407: Course_Manually_Grade_Problem.tex;
1.197 albertel 3408: Course_Manual_Title_Page.tex;
1.566 raeburn 3409: Course_Manage_Group.tex;
1.264 bowersj2 3410: Course_Maximum_Collaborators.tex;
1.163 harris41 3411: Course_Message_Access.tex;
1.254 bowersj2 3412: Course_Modify_Student_Data.tex;
1.264 bowersj2 3413: Course_Parameter_Levels.tex;
1.461 albertel 3414: Course_Parameter_Table_Mode.tex;
1.721 www 3415: Course_Prefs_Bridgetasks.tex;
3416: Course_Prefs_Display.tex;
3417: Course_Prefs_Grading.tex;
3418: Course_Prefs_Printouts.tex;
3419: Course_Prefs_Classlists.tex;
3420: Course_Prefs_Feedback.tex;
3421: Course_Prefs_Language.tex;
3422: Course_Prefs_Spreadsheet.tex;
3423: Course_Prefs_Discussions.tex;
3424: Course_Prefs_General.tex;
3425: Course_Prefs_Other.tex;
1.858 raeburn 3426: Course_Prefs_Settings.tex;
1.163 harris41 3427: Course_Problem_Weight.tex;
1.742 raeburn 3428: Course_Requests.tex;
1.659 raeburn 3429: Course_Request_Access_End.tex;
3430: Course_Request_Access_Start.tex;
3431: Course_Request_Autoadd.tex;
3432: Course_Request_Autodrop.tex;
3433: Course_Request_Category.tex;
3434: Course_Request_Clone.tex;
3435: Course_Request_Crosslist.tex;
3436: Course_Request_Description.tex;
3437: Course_Request_Enroll_End.tex;
3438: Course_Request_Enroll_Start.tex;
3439: Course_Request_LCSection.tex;
3440: Course_Request_Personnel.tex;
1.660 raeburn 3441: Course_Request_RegAccess_End.tex;
3442: Course_Request_RegAccess_Start.tex;
1.661 raeburn 3443: Course_Request_Rolesection.tex;
1.659 raeburn 3444: Course_Request_Sections.tex;
1.658 raeburn 3445: Course_Roles.tex;
1.603 raeburn 3446: Course_Self_Enrollment.tex;
1.254 bowersj2 3447: Course_Set_Start_End_Date.tex;
1.163 harris41 3448: Course_Setting_Parameters.tex;
3449: Course_Student_Grade_Override.tex;
3450: Course_Student_Work.tex;
3451: Course_Toplevel_Seq.tex;
1.254 bowersj2 3452: Course_User_Evaluation.tex;
1.264 bowersj2 3453: Course_User_Parameter.tex;
1.278 bowersj2 3454: Course_View_Class_List.tex;
1.248 bowersj2 3455: Create_Course.tex;
1.163 harris41 3456: Creating_A_Course_Intro.tex;
1.844 raeburn 3457: Creating_Content_Overview.tex;
1.597 raeburn 3458: Creating_Domain_Coordinators.tex;
1.833 lira 3459: Creating_Formula_Response.tex;
1.499 raeburn 3460: Creating_Groups.tex;
1.858 raeburn 3461: Creating_Math_Response_Problems.tex;
1.163 harris41 3462: Creating_New_Content_Pages.tex;
3463: Creating_Online_Problems.tex;
3464: Creating_Radio_Response_Problems.tex;
1.844 raeburn 3465: Custom_Response_Problem_Creation.tex;
1.496 www 3466: Custom_Response_Problems.tex;
1.746 raeburn 3467: Deleting_Domain_Coordinators.tex;
1.276 bowersj2 3468: Developer_Manual_Title_Page.tex;
3469: Developer_Tutorial.tex;
1.461 albertel 3470: Distribute_Messages.tex;
1.264 bowersj2 3471: Docs_About_Bulletin_Board.tex;
1.517 raeburn 3472: Docs_About_Group_Files.tex;
1.264 bowersj2 3473: Docs_About_My_Personal_Info.tex;
3474: Docs_About_Simple_Page.tex;
3475: Docs_About_Syllabus.tex;
1.200 bowersj2 3476: Docs_Adding_Course_Doc.tex;
3477: Docs_Adding_External_Resource.tex;
3478: Docs_Adding_Folders.tex;
1.400 albertel 3479: Docs_Adding_Pages.tex;
1.278 bowersj2 3480: Docs_Adding_Syllabus.tex;
1.264 bowersj2 3481: Docs_Alternatives.tex;
1.365 www 3482: Docs_Check_Resource_Versions.tex;
1.200 bowersj2 3483: Docs_Creating_From_Template.tex;
1.852 raeburn 3484: Docs_Course_Roster.tex;
1.841 raeburn 3485: Docs_Dropbox.tex;
1.365 www 3486: Docs_Dump_Course_Docs.tex;
1.451 raeburn 3487: Docs_Export_Course_Docs.tex;
1.264 bowersj2 3488: Docs_Editing_Templated_Pages.tex;
1.365 www 3489: Docs_Essay.tex;
1.845 lira 3490: Docs_Import_Stored_Link.tex;
1.839 lira 3491: Docs_Importing_IMS_Course.tex;
1.200 bowersj2 3492: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 3493: Docs_Load_Map.tex;
1.200 bowersj2 3494: Docs_Main_Course_Documents.tex;
3495: Docs_Navigate_Content.tex;
1.854 raeburn 3496: Docs_Numerical_Response.tex;
1.365 www 3497: Docs_Option_Response.tex;
1.200 bowersj2 3498: Docs_Overview.tex;
1.365 www 3499: Docs_Radio.tex;
1.265 bowersj2 3500: Docs_Score_Upload_Form.tex;
1.365 www 3501: Docs_Search.tex;
3502: Docs_Simple_Problem.tex;
3503: Docs_String_Response.tex;
1.200 bowersj2 3504: Docs_Supplemental.tex;
3505: Docs_Uploading_From_Harddrive.tex;
1.365 www 3506: Docs_Verify_Content.tex;
1.843 lira 3507: Docs_Web_Page.tex;
1.685 raeburn 3508: Domain_Configuration_Auto_Creation.tex;
1.597 raeburn 3509: Domain_Configuration_Auto_Enrollment.tex;
3510: Domain_Configuration_Auto_Updates.tex;
3511: Domain_Configuration_Cataloging_Courses.tex;
3512: Domain_Configuration_Color_Schemes.tex;
3513: Domain_Configuration_Contact_Info.tex;
1.720 raeburn 3514: Domain_Configuration_Course_Defaults.tex;
1.873 raeburn 3515: Domain_Configuration_Help_Settings.tex;
1.597 raeburn 3516: Domain_Configuration_InstDirectory_Search.tex;
3517: Domain_Configuration_LangTZAuth.tex;
1.873 raeburn 3518: Domain_Configuration_Load_Balancing.tex;
1.597 raeburn 3519: Domain_Configuration_Login_Page.tex;
3520: Domain_Configuration_Quotas.tex;
1.873 raeburn 3521: Domain_Configuration_Request_Author.tex;
1.685 raeburn 3522: Domain_Configuration_Request_Courses.tex;
1.597 raeburn 3523: Domain_Configuration_Scantron_Format.tex;
1.896 raeburn 3524: Domain_Configuration_Self_Creation.tex;
3525: Domain_Configuration_Selfenrollment.tex;
1.720 raeburn 3526: Domain_Configuration_Server_Status.tex;
1.751 raeburn 3527: Domain_Configuration_SSL.tex;
1.597 raeburn 3528: Domain_Configuration_User_Creation.tex;
3529: Domain_Configuration_User_Modification.tex;
1.720 raeburn 3530: Domain_Configuration_User_Sessions.tex;
1.597 raeburn 3531: Domain_Coordination_Intro.tex;
1.600 raeburn 3532: Domain_Coordination_Overview.tex;
1.597 raeburn 3533: Domain_Crontab_Entries.tex;
3534: Domain_Manual_Title_Page.tex;
1.461 albertel 3535: Due_Date.tex;
1.833 lira 3536: Dynamic_Plot_Overview.tex;
1.365 www 3537: Edit_Syllabus.tex;
1.493 www 3538: Error.tex;
1.554 albertel 3539: exam_answers.tex;
1.372 albertel 3540: exam_basics.tex;
1.554 albertel 3541: exam_build.tex;
3542: exam_disable_com.tex;
3543: exam_how_scored.tex;
3544: exam_parameters.tex;
3545: exam_printing.tex;
3546: exam_question_type.tex;
3547: exam_scoring.tex;
1.365 www 3548: Exploring_Your_Course.tex;
1.461 albertel 3549: Feedback_Author.tex;
3550: Feedback_Content.tex;
3551: Feedback_Discuss_Anon.tex;
3552: Feedback_Discussion.tex;
3553: Feedback_Policy.tex;
1.276 bowersj2 3554: Finding_Resources.tex;
1.163 harris41 3555: Foils.tex;
1.879 raeburn 3556: ForceIDChange.tex;
1.572 www 3557: Formula_Answers.tex;
1.590 www 3558: Formula_Editor.tex;
1.248 bowersj2 3559: Formula_Response_Adv_Intro.tex;
1.163 harris41 3560: Formula_Response_Example.tex;
3561: Formula_Response_Limitations.tex;
3562: Formula_Response_Problems.tex;
3563: Formula_Response_Sampling.tex;
3564: Formula_Tolerance.tex;
1.844 raeburn 3565: Function_Plot_Response_Overview.tex;
1.719 www 3566: Function_Plot_Response_Background_Plot.tex;
3567: Function_Plot_Response_Evaluation_Rule.tex;
3568: Function_Plot_Response_Rule_Set.tex;
3569: Function_Plot_Response_Elements.tex;
3570: Function_Plot_Response_Question.tex;
3571: Function_Plot_Response_Spline.tex;
1.772 www 3572: Function_Plot_Response_Custom_Rule.tex;
3573: Function_Plot_Response_Object.tex;
3574: Function_Plot_Response_Vector.tex;
3575: Function_Plot_Response_Vector_Rule.tex;
3576: Function_Plot_Response_Vector_Sum_Rule.tex;
1.187 www 3577: General_Intro.tex;
1.330 www 3578: Generation.tex;
1.461 albertel 3579: Grade_All.tex;
3580: Grade_Intro.tex;
3581: Grade_One.tex;
3582: Grade_Scantron.tex;
3583: Grade_Sequence.tex;
3584: Grade_Upload.tex;
3585: Grade_Verify.tex;
1.331 www 3586: GradingOptions.tex;
1.219 albertel 3587: Greek_Symbols.tex;
1.276 bowersj2 3588: Guts_Apache_Env.tex;
3589: Guts_Apache_Modules.tex;
1.350 www 3590: Guts_Apache.tex;
1.276 bowersj2 3591: Guts_Authentication.tex;
3592: Guts_Authoring.tex;
3593: Guts_Coding_Guidelines.tex;
3594: Guts_Course_Dir.tex;
3595: Guts_User_Dir.tex;
1.365 www 3596: Help.tex;
3597: Helper_Course_Initialization.tex;
1.163 harris41 3598: How_To_Edit_Existing_Content_Pages.tex;
1.602 raeburn 3599: Institutional_Integration_Authentication.tex;
1.911 raeburn 3600: Institutional_Integration_CAS.tex;
1.601 raeburn 3601: Institutional_Integration_Course_Codes.tex;
1.746 raeburn 3602: Institutional_Integration_Course_Requests.tex;
1.601 raeburn 3603: Institutional_Integration_Format_Checks.tex;
3604: Institutional_Integration_Identity_Management.tex;
1.906 raeburn 3605: Institutional_Integration_Shibboleth.tex;
1.602 raeburn 3606: Institutional_Integration_User_Categories.tex;
1.276 bowersj2 3607: Latex_Footer.tex;
3608: Latex_Header.tex;
1.254 bowersj2 3609: Leaving_Feedback.tex;
1.163 harris41 3610: Login_To_LON-CAPA.tex;
1.521 www 3611: Math_Response_Problems.tex;
1.591 www 3612: Maxima_Argument_Array.tex;
3613: Maxima_Libraries.tex;
1.163 harris41 3614: Metadata_Description.tex;
1.666 raeburn 3615: Modify_Community_Owner.tex;
3616: Modify_Course_Defaultauth.tex;
3617: Modify_Course_Instcode.tex;
3618: Modify_Course_Owner.tex;
3619: Modify_Course_Quota.tex;
1.365 www 3620: Navigation_Screen.tex;
1.178 bowersj2 3621: Navmap_Host_Down.tex;
1.376 raeburn 3622: NavMaps_MarkPosts_Read.tex;
1.163 harris41 3623: Numerical_Response_Advanced_Example.tex;
3624: Numerical_Response_Format.tex;
1.350 www 3625: Numerical_Response_Introduction.tex;
1.163 harris41 3626: Numerical_Response_Intro.tex;
3627: Numerical_Response_Parts_A.tex;
3628: Numerical_Response_Parts_B.tex;
3629: Numerical_Response_Problems.tex;
3630: Numerical_Response_Randomization.tex;
3631: Numerical_Response_Simple_Example.tex;
3632: Numerical_Response_Tutorial_A.tex;
3633: Numerical_Response_Units.tex;
1.371 albertel 3634: numerical_wrong_answers.tex;
1.461 albertel 3635: Open_Date.tex;
1.163 harris41 3636: Option_Response_Concept_Group_Example.tex;
3637: Option_Response_Matching_Example.tex;
3638: Option_Response_Problem_Creation.tex;
3639: Option_Response_Problem_Figure.tex;
3640: Option_Response_Problem_Parts.tex;
3641: Option_Response_Problems.tex;
3642: Option_Response_Simple.tex;
1.219 albertel 3643: Other_Symbols.tex;
1.561 albertel 3644: Parameter_encrypturl.tex;
1.461 albertel 3645: Parameter_Helper.tex;
1.495 www 3646: Parameter_Manager.tex;
1.461 albertel 3647: Parameter_Overview.tex;
1.722 www 3648: Parameter_Set_Folder.tex;
1.194 albertel 3649: Part_Tag_Edit_Help.tex;
1.264 bowersj2 3650: Personal_Info_Page.tex;
1.248 bowersj2 3651: Physical_Units.tex;
1.519 albertel 3652: Portfolio_About.tex;
3653: Portfolio_AddFiles.tex;
3654: Portfolio_Catalog.tex;
3655: Portfolio_ChangeDirectory.tex;
3656: Portfolio_CreateDirectory.tex;
3657: Portfolio_DeleteFile.tex;
3658: Portfolio_FileAction.tex;
3659: Portfolio_FileList.tex;
3660: Portfolio_OpenFile.tex;
3661: Portfolio_RenameFile.tex;
3662: Portfolio_ShareFile_ChangeSetting.tex;
1.561 albertel 3663: Portfolio_ShareFile_Conditional.tex;
1.519 albertel 3664: Portfolio_ShareFile_SetAccess.tex;
3665: Portfolio_ShareFile_StopAccess.tex;
3666: Portfolio_ShareFile.tex;
1.361 www 3667: Prefs_About_Me.tex;
1.254 bowersj2 3668: Prefs_Forwarding.tex;
1.361 www 3669: Prefs_Language.tex;
1.568 raeburn 3670: Prefs_Messages.tex;
1.569 raeburn 3671: Prefs_Notification.tex;
1.254 bowersj2 3672: Prefs_Screen_Name_Nickname.tex;
1.461 albertel 3673: Print_Library.tex;
1.388 sakharuk 3674: Print_Options.tex;
1.278 bowersj2 3675: Print_Resource.tex;
1.453 foxr 3676: Print_Tricks.tex;
1.163 harris41 3677: Problem_Editor_Testing_Area.tex;
3678: Problem_Editor_XML_Index.tex;
1.248 bowersj2 3679: Problem_LON-CAPA_Functions.tex;
1.405 foxr 3680: Problem_LON-CAPA_Image_Options.tex;
1.461 albertel 3681: Problem_Parameters.tex;
1.163 harris41 3682: Problem_Types.tex;
3683: Publishing_A_Resource.tex;
3684: Publishing_Author_Tutorial_Segue.tex;
3685: Publishing_Copyright.tex;
3686: Publishing_Intro.tex;
3687: Publishing_Keywords.tex;
1.461 albertel 3688: Quick_Grades_Description.tex;
1.191 bowersj2 3689: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 3690: Radio_Response_Problems.tex;
3691: Radio_Response_Randomization.tex;
1.248 bowersj2 3692: Ranking_Problems.tex;
1.266 www 3693: Receipt.tex;
1.361 www 3694: Remote_Menu.tex;
1.276 bowersj2 3695: Resource_Discussion.tex;
1.163 harris41 3696: Resource_Types.tex;
1.276 bowersj2 3697: Roles_About.tex;
1.361 www 3698: Roles_Screen.tex;
1.248 bowersj2 3699: Script_Functions.tex;
1.350 www 3700: Scripting_Help.tex;
1.163 harris41 3701: Script_Tutorial_Intro.tex;
1.248 bowersj2 3702: Script_Variables.tex;
1.360 albertel 3703: Search_Advanced.tex;
3704: Search_Basic.tex;
3705: Searching.tex;
1.278 bowersj2 3706: Sending_Email.tex;
1.163 harris41 3707: Sequence_Advanced_Editor_Creation.tex;
3708: Sequence_Definition.tex;
3709: Sequence_Editor_Selection.tex;
3710: Sequence_Page_Maps.tex;
3711: Sequence_Simple_Editor_Creation.tex;
3712: Sequence_Top-Level.tex;
3713: Significant_Figures.tex;
1.519 albertel 3714: Slot_About.tex;
3715: Slot_AddInterface.tex;
3716: Slot_ChoosingResources.tex;
3717: Slot_CommaDelimited.tex;
3718: Slot_EditDelete.tex;
3719: Slot_OptionalAttributes.tex;
3720: Slot_RequiredAttributes.tex;
1.553 albertel 3721: Slot_ResourceParameter.tex;
1.519 albertel 3722: Slot_RestrictAvailibility.tex;
3723: Slot_SelectingField.tex;
3724: Slot_SpecifyProctors.tex;
1.586 www 3725: Some_Items_Were_Not_Submitted.tex;
1.278 bowersj2 3726: Spreadsheet_About.tex;
1.279 matthew 3727: Spreadsheet_Calculation.tex;
3728: Spreadsheet_Calculation_Time.tex;
3729: Spreadsheet_Cell_Editing.tex;
3730: Spreadsheet_Editing.tex;
1.278 bowersj2 3731: Spreadsheet_Export_Row.tex;
1.279 matthew 3732: Spreadsheet_Files.tex;
1.278 bowersj2 3733: Spreadsheet_Functions.tex;
1.279 matthew 3734: Spreadsheet_Hierarchy.tex;
3735: Spreadsheet_HowTo_Assessments.tex;
3736: Spreadsheet_HowTo.tex;
3737: Spreadsheet_Layout.tex;
1.278 bowersj2 3738: Spreadsheet_Levels.tex;
3739: Spreadsheet_Max_Depth_Exceeded.tex;
3740: Spreadsheet_Parms.tex;
3741: Spreadsheet_Problem_Weight.tex;
1.279 matthew 3742: Spreadsheet_Referencing_Cells.tex;
3743: Spreadsheet_Referencing_Parameters.tex;
3744: Spreadsheet_Row_Numbers.tex;
3745: Spreadsheet_Student_View.tex;
1.278 bowersj2 3746: Spreadsheet_Student_Visible.tex;
3747: Spreadsheet_Template_Row.tex;
3748: Spreadsheet_Ternary_Operator.tex;
3749: Spreadsheet_Tries.tex;
1.329 matthew 3750: Statistics_Overall_Key.tex;
1.375 matthew 3751: Statistics_Sequence.tex;
1.368 matthew 3752: Statistics_Cache.tex;
1.163 harris41 3753: String_Response_Problem_Creation.tex;
3754: String_Response_Problems.tex;
1.493 www 3755: Student_Intro.tex;
1.461 albertel 3756: Submission_Time_Analysis.tex;
1.248 bowersj2 3757: Syllabus_ExtLink.tex;
3758: Syllabus_URLs.tex;
1.461 albertel 3759: Table_Mode.tex;
1.491 albertel 3760: Testbank_Formatting.tex;
1.392 sakharuk 3761: TEXDropEmptyColumns_attribute.tex;
1.399 albertel 3762: TEXitemgroupwidth_attribute.tex;
1.392 sakharuk 3763: TEXlayout_attribute.tex;
1.388 sakharuk 3764: TEXsize_attribute.tex;
1.392 sakharuk 3765: TEXtype_attribute.tex;
1.389 sakharuk 3766: TEXwidth_attribute.tex;
1.461 albertel 3767: Tries.tex;
1.163 harris41 3768: Tolerance.tex;
1.248 bowersj2 3769: Uploaded_Templates_PublicView.tex;
3770: Uploaded_Templates_TextBoxes.tex;
1.491 albertel 3771: Uploading_File_Options.tex;
1.662 raeburn 3772: Using_Clickers.tex;
1.163 harris41 3773: Variable_Naming_Conventions.tex;
3774: Variables_in_Scripts.tex;
3775: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 3776: Variables_in_the_Text_Block.tex;
1.350 www 3777: Variable_Tutorial_A.tex;
1.461 albertel 3778: View_All_Messages.tex;
3779: View_Critical_Messages.tex;
1.502 albertel 3780: View_recent_activity.tex;
1.276 bowersj2 3781: What_Is_LON-CAPA.tex;
3782: Why_LON-CAPA.tex;
1.698 wenzelju 3783: Wishlist.tex;
1.901 raeburn 3784: Wrong_Num_Boxes_Checked.tex;
1.317 www 3785: </filenames>
3786: </fileglob>
3787: <fileglob>
3788: <glob>*.*</glob>
1.485 www 3789: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
3790: <targetdir dist='default'>
3791: home/httpd/html/adm/help/tex/de/</targetdir>
3792: <categoryname>interface file</categoryname>
3793: <description>
3794: German Tex files for the help system
3795: </description>
3796: <filenames>
1.518 www 3797: About_Bombs.tex;
3798: About_Communication.tex;
1.707 bisitz 3799: Auth_Options.tex;
1.888 bisitz 3800: Authoring_ExternalResponse.tex;
1.605 bisitz 3801: Authoring_Math_Editor.tex;
1.892 bisitz 3802: Authoring_Multilingual_Problems.tex;
1.862 bisitz 3803: Caching.tex;
1.578 bisitz 3804: Cascading_Parameters.tex;
1.831 bisitz 3805: Change_Colors.tex;
3806: Change_Discussion_Display.tex;
3807: Change_Password.tex;
1.862 bisitz 3808: Contextual_Help.tex;
3809: Course_Change_Privileges.tex;
1.707 bisitz 3810: Course_Convert_To_CSV.tex;
3811: Course_Create_Class_List.tex;
1.878 bisitz 3812: Course_Critical_Message.tex;
1.604 bisitz 3813: Course_Self_Enrollment.tex;
1.869 bisitz 3814: Creating_Math_Response_Problems.tex;
1.575 bisitz 3815: Docs_About_Bulletin_Board.tex;
1.573 raeburn 3816: Docs_About_Group_Files.tex;
1.575 bisitz 3817: Docs_About_My_Personal_Info.tex;
3818: Docs_About_Simple_Page.tex;
3819: Docs_About_Syllabus.tex;
1.573 raeburn 3820: Docs_Adding_Course_Doc.tex;
3821: Docs_Adding_Folders.tex;
1.575 bisitz 3822: Docs_Editing_Templated_Pages.tex;
1.884 bisitz 3823: Docs_Import_Stored_Link.tex;
1.575 bisitz 3824: Docs_Navigate_Content.tex;
3825: Docs_Score_Upload_Form.tex;
3826: Docs_Verify_Content.tex;
1.881 bisitz 3827: ForceIDChange.tex;
1.878 bisitz 3828: Formula_Answers.tex;
1.604 bisitz 3829: Formula_Editor.tex;
1.573 raeburn 3830: General_Intro.tex;
1.605 bisitz 3831: Generation.tex;
1.604 bisitz 3832: Metadata_Description.tex;
1.573 raeburn 3833: Navigation_Screen.tex;
1.578 bisitz 3834: Parameter_Overview.tex;
1.892 bisitz 3835: Parameter_Set_Folder.tex;
1.890 bisitz 3836: Physical_Units.tex;
1.829 raeburn 3837: Portfolio_About.tex;
1.828 raeburn 3838: Portfolio_AddFiles.tex;
3839: Portfolio_Catalog.tex;
3840: Portfolio_ChangeDirectory.tex;
3841: Portfolio_CreateDirectory.tex;
3842: Portfolio_DeleteFile.tex;
3843: Portfolio_FileAction.tex;
3844: Portfolio_FileList.tex;
3845: Portfolio_OpenFile.tex;
3846: Portfolio_RenameFile.tex;
3847: Portfolio_ShareFile.tex;
3848: Portfolio_ShareFile_ChangeSetting.tex;
3849: Portfolio_ShareFile_Conditional.tex;
3850: Portfolio_ShareFile_SetAccess.tex;
3851: Portfolio_ShareFile_StopAccess.tex;
1.831 bisitz 3852: Prefs_About_Me.tex;
1.890 bisitz 3853: Prefs_Forwarding.tex;
1.831 bisitz 3854: Prefs_Language.tex;
3855: Prefs_Messages.tex;
1.890 bisitz 3856: Prefs_Notification.tex;
1.831 bisitz 3857: Prefs_Screen_Name_Nickname.tex;
1.892 bisitz 3858: Problem_Editor_XML_Index.tex;
1.578 bisitz 3859: Problem_Parameters.tex;
1.604 bisitz 3860: Publishing_Copyright.tex;
3861: Publishing_Keywords.tex;
1.571 bisitz 3862: Quick_Grades_Possibly_Correct.tex;
1.575 bisitz 3863: Ranking_Problems.tex;
1.612 droeschl 3864: Receipt.tex;
1.578 bisitz 3865: Search_Advanced.tex;
3866: Search_Basic.tex;
1.887 bisitz 3867: Sending_Email.tex;
1.862 bisitz 3868: Some_Items_Were_Not_Submitted.tex;
1.573 raeburn 3869: Student_Intro.tex;
1.578 bisitz 3870: Syllabus_ExtLink.tex;
3871: Table_Mode.tex;
1.485 www 3872: Tries.tex;
1.575 bisitz 3873: Uploaded_Templates_PublicView.tex;
3874: Uploaded_Templates_TextBoxes.tex;
1.887 bisitz 3875: View_recent_activity.tex;
1.884 bisitz 3876: Wishlist.tex;
1.485 www 3877: </filenames>
3878: </fileglob>
3879: <fileglob>
3880: <glob>*.*</glob>
1.317 www 3881: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
3882: <targetdir dist='default'>
3883: home/httpd/html/adm/help/tex/ru/</targetdir>
3884: <categoryname>interface file</categoryname>
3885: <description>
3886: Russian Tex files for the help system
3887: </description>
3888: <filenames>
3889: About_Authors_Manual.tex;
1.319 www 3890: About_Communication.tex;
1.324 sakharuk 3891: About_Developers_Manual.tex;
1.319 www 3892: About_Numerical_and_Formula_Response.tex;
1.334 sakharuk 3893: CAPA_LON-CAPA_function_diffs.tex;
1.360 albertel 3894: Course_Maximum_Collaborators.tex;
1.324 sakharuk 3895: Course_Set_Start_End_Date.tex;
1.319 www 3896: Creating_A_Course_Intro.tex;
1.324 sakharuk 3897: Other_Symbols.tex;
1.319 www 3898: Physical_Units.tex;
1.317 www 3899: Print_Resource.tex;
1.324 sakharuk 3900: Authoring_Adding_Pictures.tex;
1.140 bowersj2 3901: </filenames>
3902: </fileglob>
3903: <file>
3904: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
3905: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 3906: <categoryname>interface file</categoryname>
1.140 bowersj2 3907: <description>
3908: A gdbm file containing a label->tex file hash.
1.15 harris41 3909: </description>
3910: <status>works/unverified</status>
1.487 albertel 3911: <build trigger='always run'>
3912: loncom/build/rebuild_label_hash.sh
3913: </build>
3914: <dependencies>
3915: rebuild_label_hash.sh
3916: </dependencies>
1.15 harris41 3917: </file>
1.407 albertel 3918: <fileglob>
1.748 raeburn 3919: <glob>*.*</glob>
1.407 albertel 3920: <sourcedir>loncom/html/adm/fonts/</sourcedir>
3921: <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
3922: <categoryname>interface file</categoryname>
3923: <description>
3924: Fonts for convertjme.pl
3925: </description>
3926: <filenames>
3927: DejaVuSerif-Roman.ttf;
1.552 albertel 3928: DejaVuSansMono-Bold.ttf;
1.551 albertel 3929: DejaVuSans.pfb;
3930: DejaVuSans.ttf;
3931: DejaVuSerif.pfb;
3932: DejaVuSerif.ttf;
1.744 raeburn 3933: status.txt;
3934: unicover.txt;
3935: </filenames>
3936: </fileglob>
1.900 golterma 3937:
3938: <fileglob>
3939: <glob>*.js</glob>
3940: <sourcedir>loncom/html/adm/quicksearch/</sourcedir>
3941: <targetdir dist='default'>home/httpd/html/adm/quicksearch/</targetdir>
3942: <description>
3943: Search to enable the quicksearch function in the author space
3944: </description>
3945: <filenames>
3946: quicksearch.js
3947: </filenames>
3948: </fileglob>
3949:
1.15 harris41 3950: <file>
1.748 raeburn 3951: <source>loncom/html/adm/fonts/AUTHORS</source>
3952: <target dist='default'>home/httpd/html/adm/fonts/AUTHORS</target>
3953: <categoryname>interface file</categoryname>
3954: <description>
3955: Documentation for fonts
3956: </description>
3957: <status>works/unverified</status>
3958: </file>
3959: <file>
3960: <source>loncom/html/adm/fonts/BUGS</source>
3961: <target dist='default'>home/httpd/html/adm/fonts/BUGS</target>
3962: <categoryname>interface file</categoryname>
3963: <description>
3964: Documentation for fonts
3965: </description>
3966: </file>
3967: <file>
3968: <source>loncom/html/adm/fonts/LICENSE</source>
3969: <target dist='default'>home/httpd/html/adm/fonts/LICENSE</target>
3970: <categoryname>interface file</categoryname>
3971: <description>
3972: Documentation for fonts
3973: </description>
3974: </file>
3975: <file>
3976: <source>loncom/html/adm/fonts/NEWS</source>
3977: <target dist='default'>home/httpd/html/adm/fonts/NEWS</target>
3978: <categoryname>interface file</categoryname>
3979: <description>
3980: Documentation for fonts
3981: </description>
3982: </file>
3983: <file>
3984: <source>loncom/html/adm/fonts/README</source>
3985: <target dist='default'>home/httpd/html/adm/fonts/README</target>
3986: <categoryname>interface file</categoryname>
3987: <description>
3988: Documentation for fonts
3989: </description>
3990: </file>
3991: <file>
1.7 harris41 3992: <source>loncom/interface/lonstatistics.pm</source>
3993: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
3994: <categoryname>handler</categoryname>
3995: <description>
3996: Handler to show statistics on solving LON-CAPA problems.
1.326 matthew 3997: </description>
3998: <status>works/unverified</status>
3999: </file>
4000: <file>
4001: <source>loncom/interface/statistics/lonstathelpers.pm</source>
4002: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370 albertel 4003: <categoryname>handler</categoryname>
1.326 matthew 4004: <description>
4005: Utility module for statistics and data mining.
1.144 stredwic 4006: </description>
4007: <status>works/unverified</status>
4008: </file>
4009: <file>
1.400 albertel 4010: <source>loncom/interface/lontrackstudent.pm</source>
4011: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
4012: <categoryname>handler</categoryname>
4013: <description>
4014: Handler to parse and analyze activity.log
4015: </description>
4016: <status>works/unverified</status>
4017: </file>
4018: <file>
1.144 stredwic 4019: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 4020: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
4021: </target>
1.144 stredwic 4022: <categoryname>handler</categoryname>
4023: <description>
1.162 harris41 4024: The module that generate the html for the Problem Statistics web pages.
1.338 matthew 4025: </description>
4026: </file>
4027: <file>
1.366 matthew 4028: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
4029: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
4030: </target>
1.370 albertel 4031: <categoryname>handler</categoryname>
1.366 matthew 4032: <description>
4033: Gives instructors access to compiled survey results.
4034: </description>
4035: </file>
4036: <file>
1.338 matthew 4037: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
4038: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
4039: </target>
4040: <categoryname>handler</categoryname>
4041: <description>
4042: Generates excel file containing student submissions and correct answers.
1.332 matthew 4043: </description>
4044: </file>
4045: <file>
4046: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
4047: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
4048: </target>
4049: <categoryname>handler</categoryname>
4050: <description>
4051: The module that generate the html for the correct problems plot web pages.
1.169 stredwic 4052: </description>
4053: <status>works/unverified</status>
4054: </file>
4055: <file>
4056: <source>loncom/interface/statistics/lonpercentage.pm</source>
4057: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
4058: </target>
4059: <categoryname>handler</categoryname>
4060: <description>
4061: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 4062: </description>
4063: <status>works/unverified</status>
4064: </file>
4065: <file>
4066: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 4067: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
4068: </target>
1.144 stredwic 4069: <categoryname>handler</categoryname>
4070: <description>
1.296 matthew 4071: This module provides detailed analysis and raw data for submissions of various problem types.
4072: </description>
4073: <status>works/unverified</status>
4074: </file>
4075: <file>
1.470 albertel 4076: <source>loncom/interface/statistics/longradinganalysis.pm</source>
4077: <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
4078: <categoryname>handler</categoryname>
4079: <description>
4080: This module provides detailed analysis and raw data for submissions of various problem types.
4081: </description>
4082: <status>works/unverified</status>
4083: </file>
4084: <file>
1.296 matthew 4085: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
4086: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
4087: </target>
4088: <categoryname>handler</categoryname>
4089: <description>
4090: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 4091: </description>
4092: <status>works/unverified</status>
4093: </file>
4094: <file>
4095: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 4096: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
4097: </target>
1.144 stredwic 4098: <categoryname>handler</categoryname>
4099: <description>
4100: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 4101: </description>
4102: <status>works/unverified</status>
4103: </file>
4104: <file>
1.428 raeburn 4105: <source>loncom/interface/lonwhatsnew.pm</source>
4106: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
4107: </target>
4108: <categoryname>handler</categoryname>
4109: <description>
4110: Handler to display items in course requiring action.
4111: </description>
4112: <status>works/unverified</status>
4113: </file>
4114: <file>
1.5 harris41 4115: <source>loncom/publisher/londiff.pm</source>
4116: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
4117: <categoryname>handler</categoryname>
4118: <description>
4119: Handler to show difference between two files.
1.221 www 4120: </description>
4121: <status>works/unverified</status>
4122: </file>
4123: <file>
4124: <source>loncom/publisher/lonrights.pm</source>
4125: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
4126: <categoryname>handler</categoryname>
4127: <description>
4128: Handler to show and edit custom distribution rights
1.5 harris41 4129: </description>
4130: <status>works/unverified</status>
1.4 harris41 4131: </file>
4132: <file>
1.5 harris41 4133: <source>loncom/publisher/lonupload.pm</source>
4134: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
4135: <categoryname>handler</categoryname>
4136: <description>
4137: Handler to upload files through browser into construction space.
4138: </description>
4139: <status>works/unverified</status>
1.4 harris41 4140: </file>
4141: <file>
1.76 harris41 4142: <source>doc/man/Apache__lonupload.3</source>
4143: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 4144: <categoryname>doc</categoryname>
1.76 harris41 4145: <description>man page for lonupload.pm</description>
4146: <build trigger='always run'>
1.115 harris41 4147: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
4148: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 4149: </build>
4150: <status>works/unverified</status>
4151: <dependencies>
4152: ../../loncom/publisher/lonupload.pm
4153: </dependencies>
4154: </file>
4155: <file>
1.118 harris41 4156: <source>doc/lib/perl/Apache/lonupload.html</source>
4157: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 4158: </target>
1.83 harris41 4159: <categoryname>doc</categoryname>
1.76 harris41 4160: <description>POD-derived page for lonupload.pm</description>
4161: <build trigger='always run'>
1.115 harris41 4162: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 4163: ../../doc/lib/perl/Apache/lonupload.html && \
4164: echo 'pod2html lonupload.pm'
1.76 harris41 4165: </build>
4166: <status>works/unverified</status>
4167: <dependencies>
4168: ../../loncom/publisher/lonupload.pm
4169: </dependencies>
4170: </file>
4171: <file>
1.5 harris41 4172: <source>loncom/homework/essayresponse.pm</source>
4173: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
4174: <categoryname>handler</categoryname>
4175: <description>
4176: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 4177: </description>
4178: <status>works/unverified</status>
4179: </file>
4180: <file>
4181: <source>loncom/homework/externalresponse.pm</source>
4182: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
4183: <categoryname>handler</categoryname>
4184: <description>
4185: Handler to evaluate externally graded responses.
4186: </description>
4187: <status>works/unverified</status>
4188: </file>
4189: <file>
4190: <source>loncom/homework/loncapagrade.pm</source>
4191: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
4192: <categoryname>handler</categoryname>
4193: <description>
1.133 harris41 4194: Holds results and defines
4195: tag handlers needed by externalresponse.pm
1.5 harris41 4196: </description>
4197: <status>works/unverified</status>
1.4 harris41 4198: </file>
4199: <file>
1.461 albertel 4200: <source>loncom/homework/gradesubmission.pl</source>
1.464 albertel 4201: <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
1.461 albertel 4202: <categoryname>handler</categoryname>
4203: <description>
4204: Example script for use with external response.
4205: </description>
4206: <status>works/unverified</status>
4207: </file>
4208: <file>
1.5 harris41 4209: <source>loncom/publisher/lonpubdir.pm</source>
4210: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
4211: <categoryname>handler</categoryname>
4212: <description>
4213: Handler to publish directories.
1.172 www 4214: </description>
4215: </file>
4216: <file>
4217: <source>loncom/publisher/lonunauthorized.pm</source>
4218: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
4219: <categoryname>handler</categoryname>
4220: <description>
4221: Handler to explain failed contruction space access.
1.5 harris41 4222: </description>
1.4 harris41 4223: </file>
4224: <file>
1.76 harris41 4225: <source>doc/man/Apache__lonpubdir.3</source>
4226: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 4227: <categoryname>doc</categoryname>
1.76 harris41 4228: <description>man page for lonpubdir.pm</description>
4229: <build trigger='always run'>
1.115 harris41 4230: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
4231: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 4232: </build>
4233: <status>works/unverified</status>
4234: <dependencies>
4235: ../../loncom/lonnet/perl/lonnet.pm
4236: </dependencies>
4237: </file>
4238: <file>
1.118 harris41 4239: <source>doc/lib/perl/Apache/lonpubdir.html</source>
4240: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 4241: </target>
1.83 harris41 4242: <categoryname>doc</categoryname>
1.76 harris41 4243: <description>POD-derived page for lonpubdir.pm</description>
4244: <build trigger='always run'>
1.115 harris41 4245: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 4246: ../../doc/lib/perl/Apache/lonpubdir.html && \
4247: echo 'pod2html lonpubdir.pm'
1.76 harris41 4248: </build>
4249: <status>works/unverified</status>
4250: <dependencies>
4251: ../../loncom/publisher/lonpubdir.pm
4252: </dependencies>
4253: </file>
4254: <file>
1.5 harris41 4255: <source>loncom/publisher/lonretrieve.pm</source>
4256: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
4257: <categoryname>handler</categoryname>
4258: <description>
4259: Handler to retrieve old versions from resource space.
4260: </description>
4261: <status>works/unverified</status>
1.4 harris41 4262: </file>
4263: <file>
1.421 www 4264: <source>loncom/publisher/loncleanup.pm</source>
4265: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
4266: <categoryname>handler</categoryname>
4267: <description>
4268: Handler to clean up HTML files.
4269: </description>
4270: <status>works/unverified</status>
4271: </file>
4272: <file>
1.76 harris41 4273: <source>doc/man/Apache__lonretrieve.3</source>
4274: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 4275: <categoryname>doc</categoryname>
1.76 harris41 4276: <description>man page for lonretrieve.pm</description>
4277: <build trigger='always run'>
1.115 harris41 4278: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
4279: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 4280: </build>
4281: <status>works/unverified</status>
4282: <dependencies>
4283: ../../loncom/publisher/lonretrieve.pm
4284: </dependencies>
4285: </file>
4286: <file>
1.118 harris41 4287: <source>doc/lib/perl/Apache/lonretrieve.html</source>
4288: <target dist='default'>
4289: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 4290: </target>
1.83 harris41 4291: <categoryname>doc</categoryname>
1.76 harris41 4292: <description>POD-derived page for lonretrieve.pm</description>
4293: <build trigger='always run'>
1.115 harris41 4294: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 4295: ../../doc/lib/perl/Apache/lonretrieve.html && \
4296: echo 'pod2html lonretrieve.pm'
1.76 harris41 4297: </build>
4298: <status>works/unverified</status>
4299: <dependencies>
4300: ../../loncom/publisher/lonretrieve.pm
4301: </dependencies>
4302: </file>
4303: <file>
1.5 harris41 4304: <source>loncom/homework/edit.pm</source>
4305: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
4306: <categoryname>handler</categoryname>
4307: <description>
4308: Helper functions when in homework edit mode.
4309: </description>
1.4 harris41 4310: </file>
4311: <file>
1.86 harris41 4312: <source>doc/man/Apache__edit.3</source>
4313: <target dist='default'>usr/man/man3/Apache::edit.3</target>
4314: <categoryname>doc</categoryname>
4315: <description>man page for edit.pm</description>
4316: <build trigger='always run'>
1.115 harris41 4317: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 4318: echo 'manifying edit.pm'
1.86 harris41 4319: </build>
4320: <status>works/unverified</status>
4321: <dependencies>
4322: ../../loncom/homework/edit.pm
4323: </dependencies>
4324: </file>
4325: <file>
1.118 harris41 4326: <source>doc/lib/perl/Apache/edit.html</source>
4327: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
4328: </target>
1.86 harris41 4329: <categoryname>doc</categoryname>
4330: <description>POD-derived page for edit.pm</description>
4331: <build trigger='always run'>
1.118 harris41 4332: loncom/build/pod2html.sh ../homework/edit.pm > \
4333: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 4334: && echo 'pod2html edit.pm'
1.86 harris41 4335: </build>
4336: <status>works/unverified</status>
4337: <dependencies>
4338: ../../loncom/homework/edit.pm
4339: </dependencies>
4340: </file>
4341: <file>
1.5 harris41 4342: <source>loncom/interface/lonmeta.pm</source>
4343: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
4344: <categoryname>handler</categoryname>
4345: <description>Metadata display handler.</description>
4346: <status>works/unverified</status>
1.4 harris41 4347: </file>
4348: <file>
1.5 harris41 4349: <source>rat/lonambiguous.pm</source>
4350: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
4351: <categoryname>handler</categoryname>
4352: <description>
4353: Handler to resolve ambiguous file locations.
4354: </description>
4355: <status>works/unverified</status>
1.4 harris41 4356: </file>
4357: <file>
1.5 harris41 4358: <source>rat/lonratparms.pm</source>
4359: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
4360: <categoryname>handler</categoryname>
4361: <description>
4362: Handler to set resource parameters inside of the RAT based on metadata.
4363: </description>
4364: <status>works/unverified</status>
1.4 harris41 4365: </file>
4366: <file>
1.5 harris41 4367: <source>rat/lonsequence.pm</source>
4368: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
4369: <categoryname>handler</categoryname>
4370: <description>
4371: Handler for showing sequence objects of educational resources.
4372: </description>
4373: <status>works/unverified</status>
1.4 harris41 4374: </file>
4375: <file>
1.5 harris41 4376: <source>loncom/interface/loncreatecourse.pm</source>
4377: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
4378: <categoryname>handler</categoryname>
4379: <description>
1.72 harris41 4380: Allows domain coordinators to create new courses and assign course
4381: coordinators.
1.5 harris41 4382: </description>
1.10 harris41 4383: <status>works/unverified</status>
1.4 harris41 4384: </file>
4385: <file>
1.497 albertel 4386: <source>loncom/interface/lonclonecourse.pm</source>
4387: <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
4388: <categoryname>handler</categoryname>
4389: <description>
4390: Internal routines for creating a clone of an existing course.
4391: </description>
4392: <status>works/unverified</status>
4393: </file>
4394: <file>
1.655 raeburn 4395: <source>loncom/interface/lonrequestcourse.pm</source>
4396: <target dist='default'>home/httpd/lib/perl/Apache/lonrequestcourse.pm</target>
4397: <categoryname>handler</categoryname>
4398: <description>
4399: Allows submission of course requests by users with the right to request them
4400: </description>
4401: <status>works/unverified</status>
4402: </file>
4403: <file>
1.656 raeburn 4404: <source>loncom/interface/loncoursequeueadmin.pm</source>
4405: <target dist='default'>home/httpd/lib/perl/Apache/loncoursequeueadmin.pm</target>
4406: <categoryname>handler</categoryname>
4407: <description>
4408: 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.
4409: </description>
4410: <status>works/unverified</status>
4411: </file>
4412: <file>
1.5 harris41 4413: <source>loncom/interface/loncreateuser.pm</source>
4414: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
4415: <categoryname>handler</categoryname>
4416: <description>
1.72 harris41 4417: Allows users to within their own privileges create/edit users and give
4418: them roles.
1.5 harris41 4419: </description>
4420: <status>works/unverified</status>
1.143 stredwic 4421: </file>
4422: <file>
1.559 raeburn 4423: <source>loncom/interface/lonuserutils.pm</source>
4424: <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
4425: <categoryname>handler</categoryname>
4426: <description>
1.564 raeburn 4427: 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 4428: </description>
4429: <status>works/unverified</status>
4430: </file>
4431: <file>
1.574 raeburn 4432: <source>loncom/interface/selfenroll.pm</source>
4433: <target dist='default'>home/httpd/lib/perl/Apache/selfenroll.pm</target>
4434: <categoryname>handler</categoryname>
4435: <description>
4436: 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.
4437: </description>
4438: <status>works/unverified</status>
4439: </file>
4440: <file>
1.143 stredwic 4441: <source>loncom/interface/lonhtmlcommon.pm</source>
4442: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
4443: <categoryname>handler</categoryname>
4444: <description>
4445: Contains a set of functions that generate html controls and data layouts
1.282 www 4446: </description>
4447: </file>
4448: <file>
1.682 faziophi 4449: <source>loncom/interface/lonhtmlgateway.pm</source>
4450: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlgateway.pm</target>
1.730 raeburn 4451: <categoryname>handler</categoryname>
1.682 faziophi 4452: <description>
4453: Contains a set of functions to properly parse and handle HTML input and output
4454: </description>
4455: </file>
4456: <file>
1.382 www 4457: <source>loncom/interface/lonspeller.pm</source>
4458: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
4459: <categoryname>handler</categoryname>
4460: <description>
4461: Contains a set of functions to use Aspell
4462: </description>
4463: </file>
4464: <file>
1.282 www 4465: <source>loncom/localize/lonlocal.pm</source>
4466: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
4467: <categoryname>handler</categoryname>
4468: <description>
4469: Contains the &mt access function to Locale::Maketext
4470: </description>
4471: </file>
4472: <file>
1.476 albertel 4473: <source>loncom/localize/lonlocalize.pm</source>
4474: <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
4475: <categoryname>handler</categoryname>
4476: <description>
4477: handler for &mt()ing static files
4478: </description>
4479: </file>
4480: <file>
1.282 www 4481: <source>loncom/localize/localize.pm</source>
4482: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
4483: <categoryname>handler</categoryname>
4484: <description>
4485: Localization class for Locale::Maketext
1.138 stredwic 4486: </description>
4487: </file>
1.283 www 4488: <fileglob>
4489: <glob>*.pm</glob>
4490: <sourcedir>loncom/localize/localize/</sourcedir>
4491: <targetdir dist='default'>
4492: home/httpd/lib/perl/Apache/localize/</targetdir>
1.738 raeburn 4493: <categoryname>lexicon file</categoryname>
1.283 www 4494: <description>
4495: Translation files.
4496: </description>
4497: <filenames>
1.855 raeburn 4498: en.pm;
1.285 www 4499: de.pm;
1.288 www 4500: pt.pm;
1.336 www 4501: fr.pm;
1.288 www 4502: ja.pm;
1.297 www 4503: tr.pm;
1.305 www 4504: ru.pm;
4505: fa.pm;
4506: ar.pm;
1.314 www 4507: es.pm;
1.855 raeburn 4508: he.pm;
1.400 albertel 4509: x_chef.pm;
1.622 riegler 4510: zh.pm;
1.283 www 4511: </filenames>
4512: </fileglob>
1.138 stredwic 4513: <file>
4514: <source>loncom/interface/loncoursedata.pm</source>
4515: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
4516: <categoryname>handler</categoryname>
4517: <description>
4518: Common functions for handling student course data (download and process)
1.5 harris41 4519: </description>
1.4 harris41 4520: </file>
4521: <file>
1.5 harris41 4522: <source>loncom/interface/loncommon.pm</source>
4523: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
4524: <categoryname>handler</categoryname>
4525: <description>
4526: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 4527: user, domain, home_server, course_id.
1.5 harris41 4528: </description>
4529: <status>works/unverified</status>
1.4 harris41 4530: </file>
4531: <file>
1.76 harris41 4532: <source>doc/man/Apache__loncommon.3</source>
4533: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 4534: <categoryname>doc</categoryname>
1.76 harris41 4535: <description>man page for loncommon.pm</description>
4536: <build trigger='always run'>
1.115 harris41 4537: loncom/build/pod2man.sh ../interface/loncommon.pm > \
4538: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 4539: </build>
4540: <status>works/unverified</status>
4541: <dependencies>
4542: ../../loncom/interface/loncommon.pm
4543: </dependencies>
4544: </file>
4545: <file>
1.118 harris41 4546: <source>doc/lib/perl/Apache/loncommon.html</source>
4547: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 4548: </target>
1.83 harris41 4549: <categoryname>doc</categoryname>
1.76 harris41 4550: <description>POD-derived page for loncommon.pm</description>
4551: <build trigger='always run'>
1.115 harris41 4552: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 4553: ../../doc/lib/perl/Apache/loncommon.html && \
4554: echo 'pod2html loncommon.pm'
1.76 harris41 4555: </build>
4556: <status>works/unverified</status>
4557: <dependencies>
4558: ../../loncom/interface/loncommon.pm
4559: </dependencies>
4560: </file>
4561: <file>
1.5 harris41 4562: <source>loncom/homework/grades.pm</source>
4563: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
4564: <categoryname>handler</categoryname>
4565: <description>Handles the viewing of grades.</description>
1.4 harris41 4566: </file>
4567: <file>
1.5 harris41 4568: <source>loncom/homework/imageresponse.pm</source>
4569: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
4570: <categoryname>handler</categoryname>
4571: <description>
4572: Coordinates the response to clicking an image.
4573: </description>
4574: <status>works/unverified</status>
1.4 harris41 4575: </file>
4576: <file>
1.5 harris41 4577: <source>loncom/homework/optionresponse.pm</source>
4578: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
4579: <categoryname>handler</categoryname>
1.27 harris41 4580: <description>
4581: Handles tags associated with showing a list of options.</description>
1.4 harris41 4582: </file>
4583: <file>
1.708 www 4584: <source>loncom/homework/functionplotresponse.pm</source>
4585: <target dist='default'>home/httpd/lib/perl/Apache/functionplotresponse.pm</target>
4586: <categoryname>handler</categoryname>
4587: <description>
4588: Handles tags associated with function plots using GeoGebra.</description>
4589: </file>
4590: <file>
1.5 harris41 4591: <source>loncom/homework/outputtags.pm</source>
4592: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
4593: <categoryname>handler</categoryname>
4594: <description>
4595: Handles tags associated with output. Seems to relate to due dates of the
4596: assignment.
4597: </description>
1.10 harris41 4598: <status>works/unverified</status>
1.4 harris41 4599: </file>
1.255 albertel 4600:
4601: <file>
4602: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 4603: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 4604: <categoryname>handler</categoryname>
4605: <description>
4606: Handle the tags organicresponse/structure and reationresponse
4607: </description>
4608: <status>works/unverified</status>
4609: </file>
4610:
1.897 raeburn 4611: <file>
1.908 raeburn 4612: <source>loncom/html/adm/jsme/JSME_2015-02-09.zip</source>
1.897 raeburn 4613: <target dist='default'>home/httpd/html/adm/jsme</target>
4614: <categoryname>script</categoryname>
4615: <description>
4616: JSME files (Javascript version of JME) for editing organic structures
4617: NOTE: the commands file `mv`'s the files out of the original location provided
4618: unzipping the file, making it look cleaner in the /home/.../adm/ directory
4619: </description>
4620: <installscript>
4621: commands
4622: </installscript>
4623: <dependencies>
4624: loncom/html/adm/jsme/commands;
4625: loncom/html/adm/jsme/VERSION;
1.908 raeburn 4626: loncom/html/adm/jsme/JSME_2015-02-09.zip;
1.897 raeburn 4627: </dependencies>
4628: </file>
4629:
1.255 albertel 4630: <fileglob>
4631: <glob>*.*</glob>
4632: <sourcedir>loncom/html/adm/jme/</sourcedir>
4633: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
4634: <categoryname>interface file</categoryname>
4635: <description>
4636: JME files, for editing organic structures
4637: </description>
4638: <filenames>
4639: JME.jar;
4640: jme.gif;
1.258 albertel 4641: jme_help.html;
1.255 albertel 4642: nitro.gif;
4643: smiles.gif
4644: </filenames>
4645: </fileglob>
1.291 albertel 4646:
1.431 albertel 4647: <fileglob>
4648: <glob>*.*</glob>
1.708 www 4649: <sourcedir>loncom/html/adm/geogebra/</sourcedir>
4650: <targetdir dist='default'>home/httpd/html/adm/geogebra/</targetdir>
4651: <categoryname>interface file</categoryname>
4652: <description>
4653: Geogebra, for functionplotresponse
4654: </description>
4655: <filenames>
1.713 www 4656: geogebra_algos.jar;
4657: geogebra_algos.jar.pack.gz;
4658: geogebra_javascript.jar;
4659: geogebra_javascript.jar.pack.gz;
1.708 www 4660: geogebra_cas.jar;
4661: geogebra_export.jar.pack.gz;
4662: geogebra.jar;
4663: geogebra_main.jar.pack.gz;
4664: geogebra_cas.jar.pack.gz;
4665: geogebra_gui.jar;
4666: geogebra.jar.pack.gz;
4667: geogebra_properties.jar;
4668: geogebra_export.jar;
4669: geogebra_gui.jar.pack.gz;
4670: geogebra_main.jar;
1.713 www 4671: geogebra_properties.jar.pack.gz;
4672: jlatexmath.jar;
4673: jlatexmath.jar.pack.gz;
4674: jlm_cyrillic.jar;
4675: jlm_cyrillic.jar.pack.gz;
4676: jlm_greek.jar;
4677: jlm_greek.jar.pack.gz;
1.708 www 4678: </filenames>
4679: </fileglob>
4680:
1.905 raeburn 4681: <file>
4682: <source>loncom/html/adm/jmol/jmol-loncapa.zip</source>
4683: <target dist='default'>home/httpd/html/adm/jmol</target>
4684: <categoryname>script</categoryname>
1.431 albertel 4685: <description>
1.905 raeburn 4686: Jmol for displaying structures, scripted installation that unzips installation file
4687: in the appropriate location
4688: NOTE: the commands file `mv`'s the files out of the original location provided
4689: unzipping the file, making it look cleaner in the /home/.../adm/ directory
1.431 albertel 4690: </description>
1.905 raeburn 4691: <installscript>
4692: commands
4693: </installscript>
4694: <dependencies>
4695: loncom/html/adm/jmol/commands;
4696: loncom/html/adm/jmol/VERSION;
4697: loncom/html/adm/jmol/jmol-loncapa.zip;
4698: </dependencies>
4699: </file>
1.431 albertel 4700:
1.291 albertel 4701: <file>
4702: <source>loncom/homework/convertjme.pl</source>
4703: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
4704: <categoryname>script</categoryname>
4705: <description>
4706: Dynamically converts JME strings into either a png or ps file.
4707: </description>
4708: </file>
1.875 raeburn 4709:
1.588 www 4710: <fileglob>
4711: <glob>*.*</glob>
4712: <sourcedir>loncom/html/adm/dragmath/applet/</sourcedir>
1.875 raeburn 4713: <targetdir dist='default'>home/httpd/html/adm/dragmath/</targetdir>
1.588 www 4714: <categoryname>interface file</categoryname>
4715: <description>
4716: Dragmath is a Java-based formula editor
4717: </description>
4718: <filenames>
4719: MaximaPopup.html;
1.592 foxr 4720: EditMathPopup.html;
1.613 foxr 4721: FCKEditMathPopup.html
1.588 www 4722: </filenames>
4723: </fileglob>
1.875 raeburn 4724:
4725: <file>
4726: <source>loncom/html/adm/dragmath/dragmath-0.7.9.zip</source>
4727: <target dist='default'>home/httpd/html/adm/dragmath</target>
4728: <categoryname>script</categoryname>
1.588 www 4729: <description>
1.875 raeburn 4730: dragmath formula editor, scripted installation unzips installation file
4731: in the appropriate location
1.588 www 4732: </description>
1.875 raeburn 4733: <installscript>
4734: commands
4735: </installscript>
4736: <dependencies>
4737: loncom/html/adm/dragmath/commands;
4738: loncom/html/adm/dragmath/dragmath-0.7.9.zip;
4739: </dependencies>
4740: </file>
4741:
1.899 raeburn 4742: <file>
4743: <source>loncom/html/adm/LC_math_editor/dist/LC_math_editor.min.js</source>
4744: <target dist='default'>home/httpd/html/adm/LC_math_editor/LC_math_editor.min.js</target>
1.898 damieng 4745: <categoryname>interface file</categoryname>
4746: <description>
4747: LON-CAPA math editor
4748: </description>
1.899 raeburn 4749: </file>
1.898 damieng 4750:
1.920 musolffc 4751: <file>
1.924 damieng 4752: <source>loncom/html/adm/daxe/daxe.tar.gz</source>
4753: <target dist='default'>home/httpd/html/adm/daxe</target>
4754: <categoryname>script</categoryname>
4755: <description>
4756: Daxe XML editor
4757: </description>
4758: <installscript>
4759: commands
4760: </installscript>
4761: <dependencies>
4762: loncom/html/adm/daxe/commands;
4763: loncom/html/adm/daxe/daxe.tar.gz;
4764: </dependencies>
4765: </file>
4766:
4767: <file>
1.920 musolffc 4768: <source>loncom/javascriptlib/file_upload.js</source>
4769: <target dist='default'>home/httpd/html/res/adm/includes/file_upload.js</target>
4770: <categoryname>interface file</categoryname>
4771: <description>
4772: JavaScript dealing with file uploads
4773: </description>
4774: </file>
4775:
1.898 damieng 4776: <fileglob>
1.414 albertel 4777: <glob>*.*</glob>
4778: <sourcedir>loncom/html/adm/jsMath/</sourcedir>
4779: <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
4780: <categoryname>interface file</categoryname>
4781: <description>
4782: jsMath is a Javascript solution to converting TeX to something the browser can see
4783: </description>
4784: <filenames>
4785: black.gif;
4786: blank.gif;
4787: COPYING.txt;
1.821 raeburn 4788: FONTSVERSION;
1.471 albertel 4789: jsMath-BaKoMa-fonts.js;
4790: jsMath-autoload.html;
4791: jsMath-controls.html;
1.414 albertel 4792: jsMath-fallback-mac.js;
4793: jsMath-fallback-mac-mozilla.js;
4794: jsMath-fallback-mac-msie.js;
4795: jsMath-fallback-pc.js;
1.462 albertel 4796: jsMath-fallback-symbols.js;
1.414 albertel 4797: jsMath-fallback-unix.js;
1.483 albertel 4798: jsMath-global-controls.html;
4799: jsMath-global.html;
1.414 albertel 4800: jsMath.js;
1.471 albertel 4801: jsMath-loader.html;
1.483 albertel 4802: jsMath-loader-omniweb4.js;
1.414 albertel 4803: jsMath-mozilla.js;
4804: jsMath-msie-mac.js;
1.471 albertel 4805: jsMath-old-browsers.js;
1.414 albertel 4806: </filenames>
4807: </fileglob>
4808:
1.4 harris41 4809: <file>
1.471 albertel 4810: <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
1.464 albertel 4811: <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
1.462 albertel 4812: <categoryname>script</categoryname>
4813: <description>
1.556 albertel 4814: Server side png fonts for use by jsMath
1.462 albertel 4815: </description>
1.464 albertel 4816: <installscript>
1.820 raeburn 4817: commands
1.464 albertel 4818: </installscript>
1.462 albertel 4819: <dependencies>
1.465 albertel 4820: loncom/html/adm/jsMath/commands;
1.471 albertel 4821: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
1.462 albertel 4822: </dependencies>
4823: </file>
4824:
1.556 albertel 4825: <file>
1.928 raeburn 4826: <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.6.0.zip</source>
1.773 dseaton 4827: <target dist='default'>home/httpd/html/adm/MathJax</target>
4828: <categoryname>script</categoryname>
4829: <description>
4830: MathJax for processing Tex, scripted installation that unzips installation file
4831: in the appropriate location
4832: NOTE: the commands file `mv`'s the files out of the original location provided
4833: unzipping the file, making it look cleaner in the /home/.../adm/ directory
4834: </description>
4835: <installscript>
1.820 raeburn 4836: commands
1.773 dseaton 4837: </installscript>
4838: <dependencies>
4839: loncom/html/adm/MathJax/commands;
1.800 raeburn 4840: loncom/html/adm/MathJax/VERSION;
1.928 raeburn 4841: loncom/html/adm/MathJax/mathjax-MathJax-v2.6.0.zip;
1.773 dseaton 4842: </dependencies>
4843: </file>
4844:
4845: <file>
1.916 raeburn 4846: <source>loncom/html/adm/geogebra/geogebraweb_5.0.tar.gz</source>
1.808 www 4847: <target dist='default'>home/httpd/html/adm/geogebra/web</target>
4848: <categoryname>script</categoryname>
4849: <description>
4850: HTML5/JavaScript Version of GeoGebra
4851: </description>
4852: <installscript>
1.820 raeburn 4853: commands
1.808 www 4854: </installscript>
4855: <dependencies>
4856: loncom/html/adm/geogebra/commands;
4857: loncom/html/adm/geogebra/VERSION;
1.916 raeburn 4858: loncom/html/adm/geogebra/geogebraweb_5.0.tar.gz;
1.808 www 4859: </dependencies>
4860: </file>
4861:
4862: <file>
1.912 damieng 4863: <source>loncom/html/adm/ckeditor/ckeditor_4.4.7.tar.gz</source>
1.842 raeburn 4864: <target dist='default'>home/httpd/html/ckeditor</target>
1.671 faziophi 4865: <categoryname>script</categoryname>
4866: <description>
4867: GUI HTML Editor, scripted installation decompress the tarball and
4868: installs the loncapa config.js file
4869: </description>
4870: <installscript>
1.820 raeburn 4871: commands
1.671 faziophi 4872: </installscript>
4873: <dependencies>
4874: loncom/html/adm/ckeditor/commands;
1.912 damieng 4875: loncom/html/adm/ckeditor/ckeditor_4.4.7.tar.gz;
1.671 faziophi 4876: loncom/html/adm/ckeditor/loncapaconfig.js;
1.842 raeburn 4877: loncom/html/adm/ckeditor/VERSION;
1.912 damieng 4878: loncom/html/adm/ckeditor/plugins/lcm/plugin.js;
4879: loncom/html/adm/ckeditor/plugins/lcm/dialogs/lcm.js;
4880: loncom/html/adm/ckeditor/plugins/lcm/icons/lcm.png;
4881: loncom/html/adm/ckeditor/plugins/lcm/icons/hidpi/lcm.png;
4882: loncom/html/adm/ckeditor/plugins/lcm/images/loader.gif;
4883: loncom/html/adm/ckeditor/plugins/lcm/lang/af.js;
4884: loncom/html/adm/ckeditor/plugins/lcm/lang/ar.js;
4885: loncom/html/adm/ckeditor/plugins/lcm/lang/ca.js;
4886: loncom/html/adm/ckeditor/plugins/lcm/lang/cs.js;
4887: loncom/html/adm/ckeditor/plugins/lcm/lang/cy.js;
4888: loncom/html/adm/ckeditor/plugins/lcm/lang/da.js;
4889: loncom/html/adm/ckeditor/plugins/lcm/lang/de.js;
4890: loncom/html/adm/ckeditor/plugins/lcm/lang/el.js;
4891: loncom/html/adm/ckeditor/plugins/lcm/lang/en-gb.js;
4892: loncom/html/adm/ckeditor/plugins/lcm/lang/en.js;
4893: loncom/html/adm/ckeditor/plugins/lcm/lang/eo.js;
4894: loncom/html/adm/ckeditor/plugins/lcm/lang/es.js;
4895: loncom/html/adm/ckeditor/plugins/lcm/lang/fa.js;
4896: loncom/html/adm/ckeditor/plugins/lcm/lang/fi.js;
4897: loncom/html/adm/ckeditor/plugins/lcm/lang/fr.js;
4898: loncom/html/adm/ckeditor/plugins/lcm/lang/gl.js;
4899: loncom/html/adm/ckeditor/plugins/lcm/lang/he.js;
4900: loncom/html/adm/ckeditor/plugins/lcm/lang/hr.js;
4901: loncom/html/adm/ckeditor/plugins/lcm/lang/hu.js;
4902: loncom/html/adm/ckeditor/plugins/lcm/lang/it.js;
4903: loncom/html/adm/ckeditor/plugins/lcm/lang/ja.js;
4904: loncom/html/adm/ckeditor/plugins/lcm/lang/km.js;
4905: loncom/html/adm/ckeditor/plugins/lcm/lang/ku.js;
4906: loncom/html/adm/ckeditor/plugins/lcm/lang/lt.js;
4907: loncom/html/adm/ckeditor/plugins/lcm/lang/nb.js;
4908: loncom/html/adm/ckeditor/plugins/lcm/lang/nl.js;
4909: loncom/html/adm/ckeditor/plugins/lcm/lang/no.js;
4910: loncom/html/adm/ckeditor/plugins/lcm/lang/pl.js;
4911: loncom/html/adm/ckeditor/plugins/lcm/lang/pt-br.js;
4912: loncom/html/adm/ckeditor/plugins/lcm/lang/pt.js;
4913: loncom/html/adm/ckeditor/plugins/lcm/lang/ro.js;
4914: loncom/html/adm/ckeditor/plugins/lcm/lang/ru.js;
4915: loncom/html/adm/ckeditor/plugins/lcm/lang/sk.js;
4916: loncom/html/adm/ckeditor/plugins/lcm/lang/sl.js;
4917: loncom/html/adm/ckeditor/plugins/lcm/lang/sq.js;
4918: loncom/html/adm/ckeditor/plugins/lcm/lang/sv.js;
4919: loncom/html/adm/ckeditor/plugins/lcm/lang/tr.js;
4920: loncom/html/adm/ckeditor/plugins/lcm/lang/tt.js;
4921: loncom/html/adm/ckeditor/plugins/lcm/lang/uk.js;
4922: loncom/html/adm/ckeditor/plugins/lcm/lang/vi.js;
4923: loncom/html/adm/ckeditor/plugins/lcm/lang/zh-cn.js;
4924: loncom/html/adm/ckeditor/plugins/lcm/lang/zh.js;
1.913 damieng 4925: loncom/html/adm/ckeditor/plugins/chem/plugin.js;
4926: loncom/html/adm/ckeditor/plugins/chem/dialogs/chem.js;
4927: loncom/html/adm/ckeditor/plugins/chem/icons/chem.png;
4928: loncom/html/adm/ckeditor/plugins/chem/icons/hidpi/chem.png;
4929: loncom/html/adm/ckeditor/plugins/chem/lang/de.js;
4930: loncom/html/adm/ckeditor/plugins/chem/lang/en.js;
4931: loncom/html/adm/ckeditor/plugins/chem/lang/es.js;
4932: loncom/html/adm/ckeditor/plugins/chem/lang/fr.js;
4933: loncom/html/adm/ckeditor/plugins/chem/lang/ja.js;
4934: loncom/html/adm/ckeditor/plugins/chem/lang/pt-br.js;
4935: loncom/html/adm/ckeditor/plugins/chem/lang/pt.js;
4936: loncom/html/adm/ckeditor/plugins/chem/lang/ru.js;
4937: loncom/html/adm/ckeditor/plugins/chem/lang/zh-cn.js;
4938: loncom/html/adm/ckeditor/plugins/chem/lang/zh.js;
1.671 faziophi 4939: </dependencies>
4940: </file>
4941:
1.462 albertel 4942: <fileglob>
4943: <glob>*.*</glob>
1.471 albertel 4944: <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
4945: <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
4946: <categoryname>interface file</categoryname>
4947: <description>
4948: Additional jsMath functionality that can be used when needed.
4949: </description>
4950: <filenames>
1.555 albertel 4951: AMSmath.js;
1.471 albertel 4952: AMSsymbols.js;
4953: HTML.js;
1.483 albertel 4954: bbox.js;
4955: font.js;
1.471 albertel 4956: boldsymbol.js;
4957: double-click.js;
4958: fbox.js;
4959: leaders.js;
4960: mathchoice.js;
4961: mimeTeX.js;
4962: moreArrows.js;
4963: newcommand.js;
4964: underset-overset.js;
4965: </filenames>
4966: </fileglob>
4967:
4968: <fileglob>
4969: <glob>*.*</glob>
1.464 albertel 4970: <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
4971: <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
1.462 albertel 4972: <categoryname>interface file</categoryname>
4973: <description>
4974: jsMath is a Javascript solution to converting TeX to something the browser can see
4975: </description>
4976: <filenames>
4977: autoload.js;
1.483 albertel 4978: CHMmode.js;
4979: global.js;
1.462 albertel 4980: mimeTeX.js;
1.483 albertel 4981: noCache.js;
4982: noGlobal.js;
1.462 albertel 4983: noImageFonts.js;
1.555 albertel 4984: smallFonts.js;
1.483 albertel 4985: spriteImageFonts.js;
1.462 albertel 4986: tex2math.js;
4987: </filenames>
4988: </fileglob>
4989:
1.471 albertel 4990: <fileglob>
4991: <glob>*.*</glob>
4992: <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
4993: <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
4994: <categoryname>interface file</categoryname>
4995: <description>
4996: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
4997: </description>
4998: <filenames>
4999: def.js;
1.483 albertel 5000: font.js;
1.471 albertel 5001: jsMath-fallback-mac.js;
5002: jsMath-fallback-pc.js;
5003: jsMath-fallback-symbols.js;
5004: jsMath-fallback-unix.js;
5005: jsMath.js;
5006: </filenames>
5007: </fileglob>
5008:
1.671 faziophi 5009: <fileglob>
1.786 foxr 5010: <glob>*.js</glob>
5011: <sourcedir>loncom/html/adm/jpicker/</sourcedir>
5012: <targetdir dist='default'>home/httpd/html/adm/jpicker/js/</targetdir>
5013: <categoryname>interface file</categoryname>
5014: <description>
5015: JQuery colorpicker javascript library
5016: </description>
5017: <filenames>
5018: jpicker-1.1.6.min.js;
5019: </filenames>
5020: </fileglob>
5021:
5022: <fileglob>
5023: <glob>*.css</glob>
5024: <sourcedir>loncom/html/adm/jpicker/css/</sourcedir>
5025: <targetdir dist='default'>home/httpd/html/adm/jpicker/css/</targetdir>
5026: <categoryname>interface file</categoryname>
5027: <description>
5028: JQuery colorpicker javascript library css files
5029: </description>
5030: <filenames>
1.799 raeburn 5031: jPicker-1.1.6.min.css;
1.786 foxr 5032: </filenames>
5033: </fileglob>
5034:
5035: <fileglob>
5036: <glob>*.*</glob>
5037: <sourcedir>loncom/html/adm/jpicker/images/</sourcedir>
5038: <targetdir dist='default'>home/httpd/html/adm/jpicker/images/</targetdir>
5039: <categoryname>interface file</categoryname>
5040: <description>
5041: JQuery color picker javascript library image files
5042: </description>
5043: <filenames>
5044: AlphaBar.png;
5045: bar-opacity.png;
5046: Bars.png;
5047: map-opacity.png;
5048: mappoint.gif;
5049: Maps.png;
5050: NoColor.png;
5051: picker.gif;
5052: preview-opacity.png;
5053: rangearrows.gif;
5054: </filenames>
5055: </fileglob>
5056:
1.794 foxr 5057: <fileglob>
5058: <glob>*.js</glob>
5059: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5060: <targetdir dist='default'>home/httpd/html/adm/countdown/js/</targetdir>
5061: <categoryname>interface file </categoryname>
5062: <description>
5063: JQuery countdown timer javascript files
5064: </description>
5065: <filenames>
1.798 raeburn 5066: jquery.countdown-ar.js;
5067: jquery.countdown-bg.js;
5068: jquery.countdown-bn.js;
1.877 raeburn 5069: jquery.countdown-bs.js;
1.798 raeburn 5070: jquery.countdown-ca.js;
5071: jquery.countdown-cs.js;
1.877 raeburn 5072: jquery.countdown-cy.js;
1.798 raeburn 5073: jquery.countdown-da.js;
5074: jquery.countdown-de.js;
5075: jquery.countdown-el.js;
5076: jquery.countdown-es.js;
5077: jquery.countdown-et.js;
5078: jquery.countdown-fa.js;
5079: jquery.countdown-fi.js;
5080: jquery.countdown-fr.js;
5081: jquery.countdown-gl.js;
1.877 raeburn 5082: jquery.countdown-gu.js;
1.798 raeburn 5083: jquery.countdown-he.js;
5084: jquery.countdown-hr.js;
5085: jquery.countdown-hu.js;
1.877 raeburn 5086: jquery.countdown-hy.js;
1.798 raeburn 5087: jquery.countdown-id.js;
5088: jquery.countdown-it.js;
5089: jquery.countdown-ja.js;
5090: jquery.countdown.js;
1.877 raeburn 5091: jquery.countdown-kn.js;
1.798 raeburn 5092: jquery.countdown-ko.js;
5093: jquery.countdown-lt.js;
5094: jquery.countdown-lv.js;
5095: jquery.countdown.min.js;
1.877 raeburn 5096: jquery.countdown-ml.js;
1.798 raeburn 5097: jquery.countdown-ms.js;
5098: jquery.countdown-my.js;
5099: jquery.countdown-nb.js;
5100: jquery.countdown-nl.js;
5101: jquery.countdown-pl.js;
5102: jquery.countdown-pt-BR.js;
5103: jquery.countdown-ro.js;
5104: jquery.countdown-ru.js;
5105: jquery.countdown-sk.js;
5106: jquery.countdown-sl.js;
1.877 raeburn 5107: jquery.countdown-sq.js;
1.798 raeburn 5108: jquery.countdown-sr.js;
5109: jquery.countdown-sr-SR.js;
5110: jquery.countdown-sv.js;
5111: jquery.countdown-th.js;
5112: jquery.countdown-tr.js;
5113: jquery.countdown-uk.js;
1.877 raeburn 5114: jquery.countdown-uz.js;
1.798 raeburn 5115: jquery.countdown-vi.js;
5116: jquery.countdown-zh-CN.js;
5117: jquery.countdown-zh-TW.js;
1.794 foxr 5118: </filenames>
5119: </fileglob>
5120: <fileglob>
5121: <glob>*.css</glob>
5122: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5123: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
5124: <categoryname>interface file</categoryname>
5125: <description>
5126: JQuery countdown timer CSS files
5127: </description>
5128: <filenames>
1.817 raeburn 5129: jquery.countdown.css;
1.794 foxr 5130: </filenames>
5131: </fileglob>
5132: <fileglob>
5133: <glob>*.gif</glob>
5134: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5135: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
5136: <categoryname>interface file</categoryname>
5137: <description>
5138: JQuery countdown timer Image file for Glowing countdown
5139: </description>
5140: <filenames>
1.817 raeburn 5141: countdownGlowing.gif;
1.794 foxr 5142: </filenames>
5143: </fileglob>
5144: <fileglob>
5145: <glob>*.png</glob>
5146: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5147: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
5148: <categoryname>interface file</categoryname>
5149: <description>
5150: JQuery countdown timer Image file for LED style countdown
5151: </description>
5152: <filenames>
1.817 raeburn 5153: countdownLED.png;
1.794 foxr 5154: </filenames>
5155: </fileglob>
1.904 golterma 5156: <fileglob>
5157: <glob>*.*</glob>
5158: <sourcedir>loncom/html/adm/jQuery/addons/</sourcedir>
5159: <targetdir>home/httpd/html/adm/jQuery/addons/</targetdir>
5160: <categoryname>script</categoryname>
5161: <description>
5162: Addons for jQuery
5163: </description>
5164: </fileglob>
1.810 foxr 5165: <!-- JQuery spellchecker plugin -->
5166:
5167: <fileglob>
5168: <glob>*.js</glob>
5169: <sourcedir>loncom/html/adm/spellcheck/js/</sourcedir>
5170: <targetdir dist='default'>home/httpd/html/adm/spellchecker/js/</targetdir>
5171: <categoryname>interface file</categoryname>
5172: <description>
5173: JQuery spellchecker plugin
5174: </description>
5175: <filenames>
1.817 raeburn 5176: jquery.spellchecker.min.js;
1.810 foxr 5177: </filenames>
5178: </fileglob>
5179: <fileglob>
5180: <glob>*.css</glob>
5181: <sourcedir>loncom/html/adm/spellcheck/css/</sourcedir>
5182: <targetdir dist='default'>home/httpd/html/adm/spellchecker/css/</targetdir>
5183: <categoryname>interface file</categoryname>
5184: <description>
5185: JQuery spellchecker plugin
5186: </description>
5187: <filenames>
1.817 raeburn 5188: spellchecker.css;
1.810 foxr 5189: </filenames>
5190: </fileglob>
5191: <fileglob>
5192: <glob>*.png</glob>
5193: <sourcedir>loncom/html/adm/spellcheck/img/</sourcedir>
5194: <targetdir dist='default'>home/httpd/html/adm/spellchecker/img/</targetdir>
5195: <categoryname>interface file</categoryname>
5196: <description>
5197: JQuery spellchecker plugin
5198: </description>
5199: <filenames>
1.817 raeburn 5200: spellchecker_shadow.png;
1.818 raeburn 5201: spellcheck.png;
1.810 foxr 5202: </filenames>
5203: </fileglob>
5204: <fileglob>
5205: <glob>*.gif</glob>
5206: <sourcedir>loncom/html/adm/spellcheck/img/</sourcedir>
5207: <targetdir dist='default'>home/httpd/html/adm/spellchecker/img/</targetdir>
5208: <categoryname>interface file</categoryname>
5209: <description>
5210: JQuery spellchecker plugin
5211: </description>
5212: <filenames>
1.817 raeburn 5213: spellchecker_bg.gif;
1.810 foxr 5214: </filenames>
5215: </fileglob>
5216:
1.786 foxr 5217:
5218: <fileglob>
1.671 faziophi 5219: <glob>*.*</glob>
5220: <sourcedir>loncom/html/adm/jQuery/js/</sourcedir>
5221: <targetdir dist='default'>home/httpd/html/adm/jQuery/js/</targetdir>
5222: <categoryname>interface file</categoryname>
5223: <description>
1.922 musolffc 5224: jQuery custom distribution of version 1.11.3, UI version 1.11.4
1.671 faziophi 5225: </description>
5226: <filenames>
1.922 musolffc 5227: jquery-1.11.3.min.js;
5228: jquery-ui-1.11.4.custom.min.js;
1.671 faziophi 5229: </filenames>
5230: </fileglob>
5231:
5232: <fileglob>
5233: <glob>*.*</glob>
1.674 faziophi 5234: <sourcedir>loncom/html/adm/jQuery/css/smoothness/</sourcedir>
5235: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/</targetdir>
5236: <categoryname>interface file</categoryname>
5237: <description>
1.922 musolffc 5238: jQuery custom distribution of version 1.11.3, UI version 1.11.4 -- stylesheets
1.674 faziophi 5239: </description>
5240: <filenames>
1.922 musolffc 5241: jquery-ui-1.11.4.custom.css;
1.674 faziophi 5242: </filenames>
5243: </fileglob>
5244:
5245: <fileglob>
5246: <glob>*.*</glob>
5247: <sourcedir>loncom/html/adm/jQuery/css/smoothness/images/</sourcedir>
5248: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images/</targetdir>
5249: <categoryname>interface file</categoryname>
5250: <description>
1.922 musolffc 5251: jQuery custom distribution of version 1.11.3, UI version 1.11.4 -- images for css.
1.674 faziophi 5252: </description>
5253: <filenames>
1.680 raeburn 5254: ui-bg_flat_0_aaaaaa_40x100.png;
5255: ui-bg_flat_75_ffffff_40x100.png;
5256: ui-bg_glass_55_fbf9ee_1x400.png;
5257: ui-bg_glass_65_ffffff_1x400.png;
5258: ui-bg_glass_75_dadada_1x400.png;
5259: ui-bg_glass_75_e6e6e6_1x400.png;
5260: ui-bg_glass_95_fef1ec_1x400.png;
5261: ui-bg_highlight-soft_75_cccccc_1x100.png;
5262: ui-icons_2e83ff_256x240.png;
5263: ui-icons_222222_256x240.png;
5264: ui-icons_454545_256x240.png;
5265: ui-icons_888888_256x240.png;
5266: ui-icons_cd0a0a_256x240.png;
1.674 faziophi 5267: </filenames>
5268: </fileglob>
5269:
1.836 raeburn 5270: <!-- JQuery nicescroll plugin -->
5271:
1.837 raeburn 5272: <fileglob>
5273: <glob>*.js</glob>
5274: <sourcedir>loncom/html/adm/nicescroll/js/</sourcedir>
5275: <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
1.836 raeburn 5276: <categoryname>interface file</categoryname>
5277: <description>
5278: jQuery nicescroll plugin javascript
5279: </description>
1.837 raeburn 5280: <filenames>
5281: jquery.nicescroll.min.js;
5282: </filenames>
5283: </fileglob>
1.836 raeburn 5284:
1.837 raeburn 5285: <fileglob>
5286: <glob>*.png</glob>
5287: <sourcedir>loncom/html/adm/nicescroll/images/</sourcedir>
5288: <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
1.836 raeburn 5289: <categoryname>interface file</categoryname>
5290: <description>
5291: jQuery nicescroll plugin image
5292: </description>
1.837 raeburn 5293: <filenames>
5294: zoomico.png;
5295: </filenames>
5296: </fileglob>
1.836 raeburn 5297:
1.462 albertel 5298: <file>
1.6 harris41 5299: <source>loncom/interface/lontest.pm</source>
5300: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
5301: <categoryname>handler</categoryname>
5302: <description>
5303: Used for debugging and testing the LON-CAPA system.
5304: </description>
1.10 harris41 5305: <status>works/unverified</status>
1.6 harris41 5306: </file>
5307: <file>
5308: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 5309: <target dist='default'>
5310: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 5311: <categoryname>handler</categoryname>
5312: <description>
5313: Handles multiple-choice style responses.
5314: </description>
1.10 harris41 5315: <status>works/unverified</status>
1.6 harris41 5316: </file>
5317: <file>
5318: <source>loncom/interface/loncommunicate.pm</source>
5319: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
5320: <categoryname>handler</categoryname>
1.72 harris41 5321: <description>
5322: Will be the access handler to email sending, as well as the planned
5323: chatrooms, etc.
5324: </description>
1.10 harris41 5325: <status>works/unverified</status>
1.6 harris41 5326: </file>
5327: <file>
5328: <source>loncom/interface/lonerrorhandler.pm</source>
5329: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
5330: <categoryname>handler</categoryname>
5331: <description>
5332: Handles errors.
5333: </description>
1.10 harris41 5334: <status>works/unverified</status>
1.6 harris41 5335: </file>
5336: <file>
5337: <source>loncom/interface/lonevaluate.pm</source>
5338: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
5339: <categoryname>handler</categoryname>
5340: <description>
5341: Handles evaluation.
5342: </description>
1.10 harris41 5343: <status>works/unverified</status>
1.6 harris41 5344: </file>
5345: <file>
5346: <source>loncom/interface/lonfeedback.pm</source>
5347: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
5348: <categoryname>handler</categoryname>
5349: <description>
5350: Handles feedback from students to instructors and system administrators.
1.72 harris41 5351: Provides a screenshot of the current
5352: resource, as well as previous attempts if the resource was a homework.
5353: Used by lonmsg.pm.
1.6 harris41 5354: </description>
1.10 harris41 5355: <status>works/unverified</status>
1.4 harris41 5356: </file>
5357: <file>
1.6 harris41 5358: <source>loncom/interface/lonnavmaps.pm</source>
5359: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
5360: <categoryname>handler</categoryname>
5361: <description>
5362: Handles navigational maps.
1.211 bowersj2 5363: </description>
5364: <status>works/unverified</status>
1.227 albertel 5365: </file>
5366: <file>
1.510 albertel 5367: <source>loncom/interface/lonnavdisplay.pm</source>
5368: <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
5369: <categoryname>handler</categoryname>
5370: <description>
5371: Displays the nav map to the user
5372: </description>
5373: <status>works/unverified</status>
5374: </file>
5375: <file>
1.227 albertel 5376: <source>doc/man/Apache__lonnavmaps.3</source>
5377: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
5378: <categoryname>doc</categoryname>
5379: <description>man page for lonnavmaps.pm</description>
5380: <build trigger='always run'>
5381: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
5382: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
5383: </build>
5384: <status>works/unverified</status>
5385: <dependencies>
5386: ../../loncom/interface/lonnavmaps.pm
5387: </dependencies>
5388: </file>
5389: <file>
5390: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
5391: <target dist='default'>
5392: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
5393: </target>
5394: <categoryname>doc</categoryname>
5395: <description>POD-derived page for lonnavmaps.pm</description>
5396: <build trigger='always run'>
5397: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
5398: ../../doc/lib/perl/Apache/lonnavmaps.html && \
5399: echo 'pod2html lonnavmaps.pm'
5400: </build>
5401: <status>works/unverified</status>
5402: <dependencies>
5403: ../../loncom/interface/lonnavmaps.pm
5404: </dependencies>
1.211 bowersj2 5405: </file>
5406: <file>
1.482 foxr 5407: <source>loncom/interface/lonselstudent.pm</source>
5408: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
1.909 raeburn 5409: <categoryname>handler</categoryname>
1.482 foxr 5410: <description>
5411: re-usable student selection subs.
5412: </description>
5413: <status>testing/unverified</status>
5414: </file>
5415: <file>
1.231 bowersj2 5416: <source>loncom/interface/lonhelper.pm</source>
5417: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 5418: <categoryname>handler</categoryname>
5419: <description>
1.235 bowersj2 5420: Helper framework.
5421: </description>
5422: <status>works/unverified</status>
5423: </file>
5424: <file>
5425: <source>loncom/html/adm/helper/parameter.helper</source>
5426: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
5427: <categoryname>handler</categoryname>
5428: <description>
5429: Parameter setting helper.
1.242 bowersj2 5430: </description>
5431: <status>works/unverified</status>
5432: </file>
5433: <file>
5434: <source>loncom/html/adm/helper/course.initialization.helper</source>
5435: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
5436: <categoryname>handler</categoryname>
5437: <description>
5438: Course initialization helper.
1.189 bowersj2 5439: </description>
5440: <status>works/unverified</status>
5441: </file>
5442: <file>
1.406 albertel 5443: <source>loncom/html/adm/helper/resettimes.helper</source>
5444: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
5445: <categoryname>handler</categoryname>
5446: <description>
5447: Helper to resetting a student's first access time.
5448: </description>
5449: <status>works/unverified</status>
5450: </file>
5451: <file>
1.457 albertel 5452: <source>loncom/html/adm/helper/newslot.helper</source>
5453: <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
5454: <categoryname>handler</categoryname>
5455: <description>
5456: Slot creation and editing helper.
5457: </description>
5458: <status>works/unverified</status>
5459: </file>
5460: <file>
1.189 bowersj2 5461: <source>loncom/interface/lonquickgrades.pm</source>
5462: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
5463: <categoryname>handler</categoryname>
5464: <description>
5465: Student quick grades interface.
1.6 harris41 5466: </description>
1.10 harris41 5467: <status>works/unverified</status>
1.4 harris41 5468: </file>
5469: <file>
1.6 harris41 5470: <source>loncom/interface/lonpreferences.pm</source>
5471: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
5472: <categoryname>handler</categoryname>
5473: <description>
5474: Handles user preferences associated with customizing the online LON-CAPA
5475: educational environment.
5476: </description>
1.10 harris41 5477: <status>works/unverified</status>
1.6 harris41 5478: </file>
5479: <file>
5480: <source>loncom/interface/lonprintout.pm</source>
5481: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
5482: <categoryname>handler</categoryname>
5483: <description>
5484: Handles the production of printable files and resources.
5485: </description>
1.10 harris41 5486: <status>works/unverified</status>
1.340 matthew 5487: </file>
5488: <file>
1.582 foxr 5489: <source>loncom/interface/entities.pm</source>
5490: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
5491: <categoryname>handler</categoryname>
5492: <description>
5493: Converts html/xml entities to latex.
5494: </description>
5495: </file>
5496: <file>
1.340 matthew 5497: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
5498: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
5499: <categoryname>system file</categoryname>
5500: <description>
5501: Provides a common interface to LON-CAPA metadata.
5502: </description>
1.6 harris41 5503: </file>
5504: <file>
5505: <source>loncom/interface/lonsearchcat.pm</source>
5506: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
5507: <categoryname>handler</categoryname>
5508: <description>
5509: Handles a searchable catalogue.
1.148 matthew 5510: </description>
5511: <status>works/unverified</status>
5512: </file>
5513: <file>
1.724 www 5514: <source>loncom/interface/lonsearchcourse.pm</source>
5515: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcourse.pm</target>
5516: <categoryname>handler</categoryname>
5517: <description>
5518: Handles a searches inside courses/communities.
5519: </description>
5520: <status>works/unverified</status>
5521: </file>
5522: <file>
1.725 www 5523: <source>loncom/interface/lonindexcourse.pm</source>
5524: <target dist='default'>home/httpd/lib/perl/Apache/lonindexcourse.pm</target>
5525: <categoryname>handler</categoryname>
5526: <description>
5527: Course/community Indexer
5528: </description>
5529: <status>works/unverified</status>
5530: </file>
5531: <file>
1.148 matthew 5532: <source>loncom/interface/lonmysql.pm</source>
5533: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
5534: <categoryname>handler</categoryname>
5535: <description>
5536: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 5537: </description>
1.10 harris41 5538: <status>works/unverified</status>
1.4 harris41 5539: </file>
5540: <file>
1.76 harris41 5541: <source>doc/man/Apache__lonsearchcat.3</source>
5542: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 5543: <categoryname>doc</categoryname>
1.76 harris41 5544: <description>man page for lonsearchcat.pm</description>
5545: <build trigger='always run'>
1.115 harris41 5546: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
5547: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 5548: </build>
5549: <status>works/unverified</status>
5550: <dependencies>
5551: ../../loncom/interface/lonsearchcat.pm
5552: </dependencies>
5553: </file>
5554: <file>
1.118 harris41 5555: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
5556: <target dist='default'>
5557: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 5558: </target>
1.83 harris41 5559: <categoryname>doc</categoryname>
1.76 harris41 5560: <description>POD-derived page for lonsearchcat.pm</description>
5561: <build trigger='always run'>
1.115 harris41 5562: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 5563: ../../doc/lib/perl/Apache/lonsearchcat.html && \
5564: echo 'pod2html lonsearchcat.pm'
1.76 harris41 5565: </build>
5566: <status>works/unverified</status>
5567: <dependencies>
5568: ../../loncom/interface/lonsearchcat.pm
5569: </dependencies>
1.232 www 5570: </file>
5571: <file>
5572: <source>loncom/interface/lonmanagekeys.pm</source>
5573: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
5574: <categoryname>handler</categoryname>
5575: <description>
5576: Allows users with "mky" privileges to generate and manage course access keys.
5577: </description>
5578: <status>works/unverified</status>
1.76 harris41 5579: </file>
5580: <file>
1.380 matthew 5581: <source>loncom/interface/lonviewclasslist.pm</source>
5582: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
5583: <categoryname>handler</categoryname>
5584: <description>
5585: Allows users (including students) to view the classlist of their course.
5586: </description>
5587: <status>works/unverified</status>
5588: </file>
5589: <file>
1.460 raeburn 5590: <source>loncom/interface/loncoursegroups.pm</source>
5591: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
5592: <categoryname>handler</categoryname>
5593: <description>
5594: Allows course coordinators to create groups, modify existing groups (including
5595: adding, expiring or deleting group members, or modifying group member privileges.
5596: </description>
5597: <status>works/unverified</status>
5598: </file>
5599: <file>
1.484 raeburn 5600: <source>loncom/interface/longroup.pm</source>
5601: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
5602: <categoryname>handler</categoryname>
5603: <description>
5604: 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.
5605: </description>
5606: <status>works/unverified</status>
5607: </file>
5608: <file>
1.488 raeburn 5609: <source>loncom/interface/groupboards.pm</source>
5610: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
5611: <categoryname>handler</categoryname>
5612: <description>
5613: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
5614: </description>
5615: <status>works/unverified</status>
5616: </file>
5617: <file>
1.489 raeburn 5618: <source>loncom/interface/grouproster.pm</source>
5619: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
5620: <categoryname>handler</categoryname>
5621: <description>
5622: Display group membership information. Type of information available depends on group privileges of the user.
5623: </description>
5624: <status>works/unverified</status>
5625: </file>
5626: <file>
1.6 harris41 5627: <source>loncom/interface/lonmsg.pm</source>
5628: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
5629: <categoryname>handler</categoryname>
5630: <description>
1.72 harris41 5631: lonmsg.pm has several functions to send and receive internal messages.
5632: author_res_msg - send message to resource author.
5633: user_crit_msg - send a critical message to a user. A critical message
5634: will require acknowledgment by the recipient and the sender will be notified.
5635: user_crit_received - routine to trigger acknowledgment.
1.6 harris41 5636: </description>
1.10 harris41 5637: <status>works/unverified</status>
1.6 harris41 5638: </file>
5639: <file>
1.479 albertel 5640: <source>loncom/interface/lonmsgdisplay.pm</source>
5641: <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
5642: <categoryname>handler</categoryname>
5643: <description>
5644: statuschange - change the status of a message (read, replied, forwarded, etc).
5645: The handler displays messages, has routines to reply, etc.
5646: </description>
5647: <status>works/unverified</status>
5648: </file>
5649: <file>
1.643 raeburn 5650: <source>loncom/interface/courseprefs.pm</source>
5651: <target dist='default'>home/httpd/lib/perl/Apache/courseprefs.pm</target>
5652: <categoryname>handler</categoryname>
5653: <description>
5654: Interface for displaying/modifying course configuration
5655: </description>
5656: </file>
5657: <file>
1.6 harris41 5658: <source>loncom/homework/hint.pm</source>
5659: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
5660: <categoryname>handler</categoryname>
5661: <description>
5662: This handler coordinates the delivery of hints to students working on LON-CAPA
5663: problems and assignments.
5664: </description>
1.10 harris41 5665: <status>works/unverified</status>
1.6 harris41 5666: </file>
5667: <file>
1.244 matthew 5668: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 5669: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
5670: <categoryname>handler</categoryname>
5671: <description>
1.244 matthew 5672: The top level interface for the display and editing of spreadsheets. There
5673: are three levels of spreadsheet.
5674: </description>
5675: <status>works/unverified</status>
5676: </file>
5677: <file>
5678: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
5679: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
5680: <categoryname>handler</categoryname>
5681: <description>
5682: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
5683: assesscalc).
5684: </description>
5685: <status>works/unverified</status>
5686: </file>
5687: <file>
5688: <source>loncom/interface/spreadsheet/classcalc.pm</source>
5689: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
5690: <categoryname>handler</categoryname>
5691: <description>
5692: Defines the specifics of the course level spreadsheet.
5693: </description>
5694: <status>works/unverified</status>
5695: </file>
5696: <file>
5697: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
5698: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
5699: <categoryname>handler</categoryname>
5700: <description>
5701: Defines the specifics of the student level spreadsheet.
5702: </description>
5703: <status>works/unverified</status>
5704: </file>
5705: <file>
5706: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
5707: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
5708: <categoryname>handler</categoryname>
5709: <description>
5710: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 5711: </description>
1.10 harris41 5712: <status>works/unverified</status>
1.6 harris41 5713: </file>
5714: <file>
5715: <source>loncom/interface/lonparmset.pm</source>
5716: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
5717: <categoryname>handler</categoryname>
5718: <description>
1.424 albertel 5719: Handler for setting and modifying both course preferences and coure parameters
5720: </description>
5721: <status>works/unverified</status>
5722: </file>
5723: <file>
5724: <source>loncom/interface/slotrequest.pm</source>
5725: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
5726: <categoryname>handler</categoryname>
5727: <description>
5728: Handler for students to add access slots
1.6 harris41 5729: </description>
1.10 harris41 5730: <status>works/unverified</status>
1.6 harris41 5731: </file>
5732: <file>
1.76 harris41 5733: <source>doc/man/Apache__lonparmset.3</source>
5734: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 5735: <categoryname>doc</categoryname>
1.76 harris41 5736: <description>man page for lonparmset.pm</description>
5737: <build trigger='always run'>
1.115 harris41 5738: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
5739: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 5740: </build>
5741: <status>works/unverified</status>
5742: <dependencies>
5743: ../../loncom/interface/lonparmset.pm
5744: </dependencies>
5745: </file>
5746: <file>
1.118 harris41 5747: <source>doc/lib/perl/Apache/lonparmset.html</source>
5748: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 5749: </target>
1.83 harris41 5750: <categoryname>doc</categoryname>
1.76 harris41 5751: <description>POD-derived page for lonparmset.pm</description>
5752: <build trigger='always run'>
1.115 harris41 5753: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 5754: ../../doc/lib/perl/Apache/lonparmset.html && \
5755: echo 'pod2html lonparmset.pm'
1.76 harris41 5756: </build>
5757: <status>works/unverified</status>
5758: <dependencies>
5759: ../../loncom/interface/lonparmset.pm
5760: </dependencies>
5761: </file>
5762: <file>
1.6 harris41 5763: <source>loncom/publisher/lonpublisher.pm</source>
5764: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
5765: <categoryname>handler</categoryname>
5766: <description>
5767: Publishes an LON-CAPA educational resource complete with metadata
5768: (authorship, language, copyright, creation date, etc).
5769: </description>
1.10 harris41 5770: <status>works/unverified</status>
1.6 harris41 5771: </file>
5772: <file>
1.76 harris41 5773: <source>doc/man/Apache__lonpublisher.3</source>
5774: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 5775: <categoryname>doc</categoryname>
1.76 harris41 5776: <description>man page for lonpublisher.pm</description>
5777: <build trigger='always run'>
1.115 harris41 5778: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
5779: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 5780: </build>
5781: <status>works/unverified</status>
5782: <dependencies>
5783: ../../loncom/publisher/lonpublisher.pm
5784: </dependencies>
5785: </file>
5786: <file>
1.118 harris41 5787: <source>doc/lib/perl/Apache/lonpublisher.html</source>
5788: <target dist='default'>
5789: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 5790: </target>
1.83 harris41 5791: <categoryname>doc</categoryname>
1.76 harris41 5792: <description>POD-derived page for lonpublisher.pm</description>
5793: <build trigger='always run'>
1.115 harris41 5794: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 5795: ../../doc/lib/perl/Apache/lonpublisher.html && \
5796: echo 'pod2html lonpublisher.pm'
1.76 harris41 5797: </build>
5798: <status>works/unverified</status>
5799: <dependencies>
5800: ../../loncom/publisher/lonpublisher.pm
5801: </dependencies>
5802: </file>
5803: <file>
1.6 harris41 5804: <source>loncom/interface/lonmenu.pm</source>
5805: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
5806: <categoryname>handler</categoryname>
5807: <description>
1.679 droeschl 5808: Has routines which control the inline menu.
1.228 www 5809: </description>
5810: <status>works/unverified</status>
5811: </file>
5812: <file>
1.478 albertel 5813: <source>loncom/interface/lonmainmenu.pm</source>
5814: <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
5815: <categoryname>handler</categoryname>
5816: <description>
5817: Displays the Main menu
5818: </description>
5819: <status>works/unverified</status>
5820: </file>
5821: <file>
1.367 matthew 5822: <source>loncom/interface/portfolio.pm</source>
5823: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
5824: <categoryname>handler</categoryname>
5825: <description>
5826: Handler to manage user portfolios
5827: </description>
5828: <status>unverified</status>
5829: </file>
5830: <file>
1.6 harris41 5831: <source>rat/lonpageflip.pm</source>
5832: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
5833: <categoryname>handler</categoryname>
5834: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 5835: <status>works/unverified</status>
1.6 harris41 5836: </file>
5837: <file>
5838: <source>rat/lonratedt.pm</source>
5839: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
5840: <categoryname>handler</categoryname>
5841: <description>
5842: Builds up frame set and loads in the right thing.
5843: </description>
1.10 harris41 5844: <status>works/unverified</status>
1.6 harris41 5845: </file>
5846: <file>
1.498 albertel 5847: <source>rat/map.pm</source>
5848: <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
5849: <categoryname>handler</categoryname>
5850: <description>
5851: Functions for manipulating the contents of maps
5852: </description>
5853: <status>works/unverified</status>
5854: </file>
5855: <file>
1.397 raeburn 5856: <source>rat/lonratmenu.pm</source>
5857: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
5858: <categoryname>handler</categoryname>
5859: <description>
5860: Creates horizontal menubar in advanced RAT
5861: </description>
5862: <status>works/unverified</status>
5863: </file>
5864: <file>
1.157 www 5865: <source>loncom/html/res/adm/pages/chatroom.html</source>
5866: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
5867: <categoryname>handler</categoryname>
5868: <description>
5869: Establishes frameset for chatroom
1.6 harris41 5870: </description>
1.10 harris41 5871: <status>works/unverified</status>
1.6 harris41 5872: </file>
5873: <file>
5874: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
5875: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
5876: <categoryname>handler</categoryname>
5877: <description>
1.10 harris41 5878: This will take annotations and then plug them into a page.
1.6 harris41 5879: </description>
1.10 harris41 5880: <status>works/unverified</status>
1.6 harris41 5881: </file>
5882: <file>
5883: <source>rat/lonratsrv.pm</source>
5884: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
5885: <categoryname>handler</categoryname>
5886: <description>
1.27 harris41 5887: Handler that takes output from RAT and stores it on disk. Handles the upper
5888: hidden frame of the added window that comes up in RAT. (3 frames come up in
5889: RAT server, code, and output. This module handles server connection.)
1.6 harris41 5890: </description>
1.10 harris41 5891: <status>works/unverified</status>
1.6 harris41 5892: </file>
5893: <file>
5894: <source>rat/lonpage.pm</source>
5895: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
5896: <categoryname>handler</categoryname>
5897: <description>
5898: bundles pages into one page
5899: </description>
1.10 harris41 5900: <status>works/unverified</status>
1.6 harris41 5901: </file>
5902: <file>
1.76 harris41 5903: <source>doc/man/Apache__lonpage.3</source>
5904: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 5905: <categoryname>doc</categoryname>
1.76 harris41 5906: <description>man page for lonpage.pm</description>
5907: <build trigger='always run'>
1.115 harris41 5908: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
5909: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 5910: </build>
5911: <status>works/unverified</status>
5912: <dependencies>
5913: ../../rat/lonpage.pm
5914: </dependencies>
5915: </file>
5916: <file>
1.118 harris41 5917: <source>doc/lib/perl/Apache/lonpage.html</source>
5918: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 5919: </target>
1.83 harris41 5920: <categoryname>doc</categoryname>
1.76 harris41 5921: <description>POD-derived page for lonnet.pm</description>
5922: <build trigger='always run'>
1.115 harris41 5923: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 5924: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 5925: </build>
5926: <status>works/unverified</status>
5927: <dependencies>
5928: ../../rat/lonpage.pm
5929: </dependencies>
5930: </file>
5931: <file>
1.6 harris41 5932: <source>rat/lonuserstate.pm</source>
5933: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
5934: <categoryname>handler</categoryname>
5935: <description>
1.133 harris41 5936: compile course into binary data structure
1.6 harris41 5937: </description>
1.10 harris41 5938: <status>works/unverified</status>
1.6 harris41 5939: </file>
5940: <file>
1.76 harris41 5941: <source>doc/man/Apache__lonuserstate.3</source>
5942: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 5943: <categoryname>doc</categoryname>
1.76 harris41 5944: <description>man page for lonnet.pm</description>
5945: <build trigger='always run'>
1.115 harris41 5946: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
5947: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 5948: </build>
5949: <status>works/unverified</status>
5950: <dependencies>
5951: ../../rat/lonuserstate.pm
5952: </dependencies>
5953: </file>
5954: <file>
1.118 harris41 5955: <source>doc/lib/perl/Apache/lonuserstate.html</source>
5956: <target dist='default'>
5957: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 5958: </target>
1.83 harris41 5959: <categoryname>doc</categoryname>
1.76 harris41 5960: <description>POD-derived page for lonuserstate.pm</description>
5961: <build trigger='always run'>
1.115 harris41 5962: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 5963: ../../doc/lib/perl/Apache/lonuserstate.html && \
5964: echo 'pod2html lonuserstate.pm'
1.76 harris41 5965: </build>
5966: <status>works/unverified</status>
5967: <dependencies>
5968: ../../rat/lonuserstate.pm
5969: </dependencies>
5970: </file>
5971: <file>
1.6 harris41 5972: <source>loncom/xml/lontex.pm</source>
5973: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
5974: <categoryname>handler</categoryname>
5975: <description>
1.133 harris41 5976: Handler for tex files
1.6 harris41 5977: </description>
1.10 harris41 5978: <status>works/unverified</status>
1.6 harris41 5979: </file>
5980: <file>
5981: <source>loncom/xml/lontexconvert.pm</source>
5982: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
5983: <categoryname>handler</categoryname>
5984: <description>
5985: Access to tth/ttm
5986: </description>
1.10 harris41 5987: <status>works/unverified</status>
1.6 harris41 5988: </file>
5989: <file>
5990: <source>loncom/xml/lonxml.pm</source>
5991: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
5992: <categoryname>handler</categoryname>
5993: <description>
5994: XML Parsing Module
1.78 harris41 5995: </description>
5996: <status>works/unverified</status>
5997: </file>
5998: <file>
5999: <source>loncom/xml/lonplot.pm</source>
6000: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
6001: <categoryname>handler</categoryname>
6002: <description>
6003: XML-based plotter of graphs
1.6 harris41 6004: </description>
1.10 harris41 6005: <status>works/unverified</status>
1.6 harris41 6006: </file>
6007: <file>
6008: <source>loncom/xml/style.pm</source>
6009: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
6010: <categoryname>handler</categoryname>
6011: <description>
6012: Style Parsing Module
6013: </description>
1.10 harris41 6014: <status>works/unverified</status>
1.6 harris41 6015: </file>
6016: <file>
6017: <source>loncom/xml/londefdef.pm</source>
6018: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
6019: <categoryname>handler</categoryname>
6020: <description>
6021: Tags Default Definition Module
6022: </description>
1.10 harris41 6023: <status>works/unverified</status>
1.4 harris41 6024: </file>
6025: <file>
1.627 foxr 6026: <source>loncom/xml/lontable.pm</source>
6027: <target dist='default'>home/httpd/lib/perl/Apache/lontable.pm</target>
6028: <categoryname>server standard</categoryname>
6029: <description>
6030: Table object
6031: </description>
1.704 foxr 6032: <status>works</status>
6033: </file>
6034: <file>
6035: <source>loncom/xml/lonlatextable.pm</source>
6036: <target dist='default'>home/httpd/lib/perl/Apache/lonlatextable.pm</target>
6037: <categoryname>server standard</categoryname>
6038: <description>
6039: Simple subset replacement for LaTeX::Table
6040: </description>
6041: <status>works</status>
1.627 foxr 6042: </file>
6043: <file>
1.6 harris41 6044: <source>loncom/xml/run.pm</source>
6045: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
6046: <categoryname>handler</categoryname>
6047: <description>
6048: used to prevent poorly written problems from causing lingering after effects
6049: </description>
1.10 harris41 6050: <status>works/unverified</status>
1.4 harris41 6051: </file>
6052: <file>
1.6 harris41 6053: <source>loncom/xml/scripttag.pm</source>
6054: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
6055: <categoryname>handler</categoryname>
6056: <description>
6057: implements <script>, <scriptlib>, <parserlib>, and
6058: <import>
1.290 www 6059: </description>
6060: <status>works/unverified</status>
6061: </file>
6062: <file>
6063: <source>loncom/xml/languagetags.pm</source>
6064: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
6065: <categoryname>handler</categoryname>
6066: <description>
6067: implements <mt>
1.6 harris41 6068: </description>
1.10 harris41 6069: <status>works/unverified</status>
1.185 albertel 6070: </file>
6071: <file>
6072: <source>loncom/homework/randomlylabel.pm</source>
6073: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
6074: <categoryname>handler</categoryname>
6075: <description>
6076: Handler for compositing images, and text together.
1.339 albertel 6077: </description>
6078: </file>
6079: <file>
6080: <source>loncom/homework/drawimage.pm</source>
6081: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
6082: <categoryname>handler</categoryname>
6083: <description>
6084: Handler for programtically defining an image
1.318 albertel 6085: </description>
6086: </file>
6087: <file>
6088: <source>loncom/homework/imagechoice.pm</source>
6089: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
6090: <categoryname>handler</categoryname>
6091: <description>
6092: Handler for picking out locations on an image.
1.207 www 6093: </description>
6094: </file>
6095: <file>
6096: <source>loncom/homework/rankresponse.pm</source>
6097: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
6098: <categoryname>handler</categoryname>
6099: <description>
6100: Handler for rankresponse
1.209 albertel 6101: </description>
6102: </file>
6103: <file>
6104: <source>loncom/homework/matchresponse.pm</source>
6105: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
6106: <categoryname>handler</categoryname>
6107: <description>
6108: Handler for matchresponse
1.185 albertel 6109: </description>
1.4 harris41 6110: </file>
6111: <file>
1.33 harris41 6112: <source>loncom/homework/randomlabel.pm</source>
6113: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
6114: <categoryname>handler</categoryname>
6115: <description>
6116: Interface for producing applet code which randomizes the labelling of an
6117: image.
6118: </description>
6119: </file>
6120: <file>
1.6 harris41 6121: <source>loncom/homework/lonhomework.pm</source>
6122: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
6123: <categoryname>handler</categoryname>
1.27 harris41 6124: <description>
6125: handles requests for output, evaluation, and alteration of a homework resource
6126: </description>
1.95 harris41 6127: <status>works/unverified</status>
1.4 harris41 6128: </file>
6129: <file>
1.6 harris41 6130: <source>loncom/homework/inputtags.pm</source>
6131: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
6132: <categoryname>handler</categoryname>
6133: <description>
6134: produces HTML input tags (<INPUT>) for rendering homework resources
6135: </description>
1.10 harris41 6136: <status>works/unverified</status>
1.4 harris41 6137: </file>
6138: <file>
1.6 harris41 6139: <source>loncom/homework/structuretags.pm</source>
6140: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
6141: <categoryname>handler</categoryname>
6142: <description>
1.27 harris41 6143: produces HTML tags necessary for structuring the presentation of homework
6144: resources
1.6 harris41 6145: </description>
1.10 harris41 6146: <status>works/unverified</status>
1.4 harris41 6147: </file>
6148: <file>
1.418 albertel 6149: <source>loncom/homework/bridgetask.pm</source>
6150: <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
6151: <categoryname>handler</categoryname>
6152: <description>
6153: implements the tags for supporting bridge tasks
6154: </description>
6155: <status>works/unverified</status>
6156: </file>
6157: <file>
1.6 harris41 6158: <source>loncom/homework/response.pm</source>
6159: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
6160: <categoryname>handler</categoryname>
6161: <description>
1.27 harris41 6162: defines different types of responses given to student as well as syntax for
6163: producing response values
1.6 harris41 6164: </description>
1.10 harris41 6165: <status>works/unverified</status>
1.4 harris41 6166: </file>
6167: <file>
1.6 harris41 6168: <source>loncom/homework/caparesponse/caparesponse.pm</source>
6169: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
6170: <categoryname>handler</categoryname>
6171: <description>
6172: handles request to the CAPA homework processing engine
6173: </description>
1.10 harris41 6174: <status>works/unverified</status>
1.4 harris41 6175: </file>
6176: <file>
1.486 albertel 6177: <source>loncom/homework/lonmaxima.pm</source>
6178: <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
6179: <categoryname>handler</categoryname>
6180: <description>
6181: routines to simplify talking to the maxima client
6182: </description>
6183: <status>works/unverified</status>
6184: </file>
6185: <file>
1.640 www 6186: <source>loncom/homework/lonr.pm</source>
6187: <target dist='default'>home/httpd/lib/perl/Apache/lonr.pm</target>
6188: <categoryname>handler</categoryname>
6189: <description>
6190: routines to simplify talking to the R client
6191: </description>
6192: <status>works/unverified</status>
6193: </file>
6194: <file>
1.921 damieng 6195: <source>loncom/homework/loncapamath.pm</source>
6196: <target dist='default'>home/httpd/lib/perl/Apache/loncapamath.pm</target>
6197: <categoryname>handler</categoryname>
6198: <description>
6199: lm element implementation, using the math parser package
6200: </description>
6201: <status>works/unverified</status>
6202: </file>
6203: <file>
6204: <source>loncom/homework/units.json</source>
6205: <target dist='default'>home/httpd/lonTabs/units.json</target>
6206: <categoryname>static conf</categoryname>
6207: <description>
6208: Math parser: units
6209: </description>
6210: <status>works/unverified</status>
6211: </file>
6212: <file>
6213: <source>loncom/homework/constants.json</source>
6214: <target dist='default'>home/httpd/lonTabs/constants.json</target>
6215: <categoryname>static conf</categoryname>
6216: <description>
6217: Math parser: constants
6218: </description>
6219: <status>works/unverified</status>
6220: </file>
6221: <file>
6222: <source>loncom/homework/math_parser/CalcEnv.pm</source>
6223: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcEnv.pm</target>
6224: <categoryname>system file</categoryname>
6225: <description>
6226: Math parser: Calculation environment
6227: </description>
6228: <status>works/unverified</status>
6229: </file>
6230: <file>
6231: <source>loncom/homework/math_parser/CalcException.pm</source>
6232: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcException.pm</target>
6233: <categoryname>system file</categoryname>
6234: <description>
6235: Math parser: Calculation exception
6236: </description>
6237: <status>works/unverified</status>
6238: </file>
6239: <file>
6240: <source>loncom/homework/math_parser/Definitions.pm</source>
6241: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Definitions.pm</target>
6242: <categoryname>system file</categoryname>
6243: <description>
6244: Math parser: Operator definitions
6245: </description>
6246: <status>works/unverified</status>
6247: </file>
6248: <file>
6249: <source>loncom/homework/math_parser/ENode.pm</source>
6250: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ENode.pm</target>
6251: <categoryname>system file</categoryname>
6252: <description>
6253: Math parser: Parsed tree node.
6254: </description>
6255: <status>works/unverified</status>
6256: </file>
6257: <file>
6258: <source>loncom/homework/math_parser/Operator.pm</source>
6259: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Operator.pm</target>
6260: <categoryname>system file</categoryname>
6261: <description>
6262: Math parser: Parser operator
6263: </description>
6264: <status>works/unverified</status>
6265: </file>
6266: <file>
6267: <source>loncom/homework/math_parser/ParseException.pm</source>
6268: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ParseException.pm</target>
6269: <categoryname>system file</categoryname>
6270: <description>
6271: Math parser: Parse exception
6272: </description>
6273: <status>works/unverified</status>
6274: </file>
6275: <file>
6276: <source>loncom/homework/math_parser/Parser.pm</source>
6277: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Parser.pm</target>
6278: <categoryname>system file</categoryname>
6279: <description>
6280: Math parser: Equation parser
6281: </description>
6282: <status>works/unverified</status>
6283: </file>
6284: <file>
6285: <source>loncom/homework/math_parser/QInterval.pm</source>
6286: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QInterval.pm</target>
6287: <categoryname>system file</categoryname>
6288: <description>
6289: Math parser: An interval of quantities
6290: </description>
6291: <status>works/unverified</status>
6292: </file>
6293: <file>
6294: <source>loncom/homework/math_parser/QIntervalUnion.pm</source>
6295: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QIntervalUnion.pm</target>
6296: <categoryname>system file</categoryname>
6297: <description>
6298: Math parser: A union of possibly disjoint intervals
6299: </description>
6300: <status>works/unverified</status>
6301: </file>
6302: <file>
6303: <source>loncom/homework/math_parser/QMatrix.pm</source>
6304: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QMatrix.pm</target>
6305: <categoryname>system file</categoryname>
6306: <description>
6307: Math parser: A matrix of quantities
6308: </description>
6309: <status>works/unverified</status>
6310: </file>
6311: <file>
6312: <source>loncom/homework/math_parser/QSet.pm</source>
6313: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QSet.pm</target>
6314: <categoryname>system file</categoryname>
6315: <description>
6316: Math parser: A set of quantities
6317: </description>
6318: <status>works/unverified</status>
6319: </file>
6320: <file>
6321: <source>loncom/homework/math_parser/Quantity.pm</source>
6322: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Quantity.pm</target>
6323: <categoryname>system file</categoryname>
6324: <description>
6325: Math parser: A quantity (value and units)
6326: </description>
6327: <status>works/unverified</status>
6328: </file>
6329: <file>
6330: <source>loncom/homework/math_parser/QVector.pm</source>
6331: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QVector.pm</target>
6332: <categoryname>system file</categoryname>
6333: <description>
6334: Math parser: A vector of quantities
6335: </description>
6336: <status>works/unverified</status>
6337: </file>
6338: <file>
6339: <source>loncom/homework/math_parser/Token.pm</source>
6340: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Token.pm</target>
6341: <categoryname>system file</categoryname>
6342: <description>
6343: Math parser: A parser token.
6344: </description>
6345: <status>works/unverified</status>
6346: </file>
6347: <file>
6348: <source>loncom/homework/math_parser/Tokenizer.pm</source>
6349: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Tokenizer.pm</target>
6350: <categoryname>system file</categoryname>
6351: <description>
6352: Math parser: String tokenizer
6353: </description>
6354: <status>works/unverified</status>
6355: </file>
6356: <file>
6357: <source>loncom/homework/math_parser/Units.pm</source>
6358: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Units.pm</target>
6359: <categoryname>system file</categoryname>
6360: <description>
6361: Math parser: Loads and converts units
6362: </description>
6363: <status>works/unverified</status>
6364: </file>
6365: <file>
1.925 damieng 6366: <source>loncom/homework/daxepage.pm</source>
6367: <target dist='default'>home/httpd/lib/perl/Apache/daxepage.pm</target>
6368: <categoryname>handler</categoryname>
6369: <description>
6370: Handler displaying Daxe and the problem preview
6371: </description>
6372: <status>works/unverified</status>
6373: </file>
6374: <file>
1.924 damieng 6375: <source>loncom/homework/daxeopen.pm</source>
6376: <target dist='default'>home/httpd/lib/perl/Apache/daxeopen.pm</target>
6377: <categoryname>handler</categoryname>
6378: <description>
6379: Handler sending a file for Daxe, converting problems if necessary
6380: </description>
6381: <status>works/unverified</status>
6382: </file>
6383: <file>
6384: <source>loncom/homework/daxesave.pm</source>
6385: <target dist='default'>home/httpd/lib/perl/Apache/daxesave.pm</target>
6386: <categoryname>handler</categoryname>
6387: <description>
6388: Handler saving a file edited with Daxe
6389: </description>
6390: <status>works/unverified</status>
6391: </file>
6392: <file>
6393: <source>loncom/homework/cleanxml/pre_xml.pm</source>
6394: <target dist='default'>home/httpd/lib/perl/Apache/pre_xml.pm</target>
6395: <categoryname>system file</categoryname>
6396: <description>
6397: First step to clean a file before Daxe editing.
6398: </description>
6399: <status>works/unverified</status>
6400: </file>
6401: <file>
6402: <source>loncom/homework/cleanxml/html_to_xml.pm</source>
6403: <target dist='default'>home/httpd/lib/perl/Apache/html_to_xml.pm</target>
6404: <categoryname>system file</categoryname>
6405: <description>
6406: Second step to clean a file before Daxe editing.
6407: </description>
6408: <status>works/unverified</status>
6409: </file>
6410: <file>
6411: <source>loncom/homework/cleanxml/post_xml.pm</source>
6412: <target dist='default'>home/httpd/lib/perl/Apache/post_xml.pm</target>
6413: <categoryname>system file</categoryname>
6414: <description>
6415: Third step to clean a file before Daxe editing.
6416: </description>
6417: <status>works/unverified</status>
6418: </file>
6419: <file>
6420: <source>loncom/homework/cleanxml/xml_to_loncapa.pm</source>
6421: <target dist='default'>home/httpd/lib/perl/Apache/xml_to_loncapa.pm</target>
6422: <categoryname>system file</categoryname>
6423: <description>
6424: Takes a well-formed XML file content and converts it to LON-CAPA syntax.
6425: </description>
6426: <status>works/unverified</status>
6427: </file>
6428: <file>
1.113 harris41 6429: <source>loncom/xml/Safe.pm</source>
6430: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
6431: <categoryname>handler</categoryname>
6432: <description>
6433: Meant to safely substitute for CPAN version of Safe.
6434: Allows for safely executing embedded perl comands in
6435: a way that does not threaten the operating system.
6436: </description>
6437: <status>works/unverified</status>
6438: </file>
6439: <file>
1.241 albertel 6440: <source>loncom/auth/localauth.pm</source>
6441: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
6442: <categoryname>handler</categoryname>
6443: <description>
1.208 harris41 6444: Local authentication mechanism. The target file is meant as a template
6445: for a localauth.pm file. The target file with the -std suffix is not
6446: used directly by any software program; it is just a template file.
1.241 albertel 6447: </description>
6448: <status>works/unverified</status>
6449: </file>
6450: <file>
6451: <source>loncom/auth/localauth.pm</source>
6452: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
6453: <categoryname>conf</categoryname>
6454: <description>
6455: Local authentication mechanism.
6456: </description>
6457: <status>works/unverified</status>
1.30 harris41 6458: </file>
6459: <file>
1.6 harris41 6460: <source>loncom/auth/lonacc.pm</source>
6461: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
6462: <categoryname>handler</categoryname>
6463: <description>
6464: (This module, like loncacc.pm also authenticates with cookies.)
6465: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
6466: functions (e.g. roles, logout, annotations, and bookmarks) as well
6467: as coordinating access to educational resources.
6468: </description>
1.10 harris41 6469: <status>works/unverified</status>
1.4 harris41 6470: </file>
6471: <file>
1.76 harris41 6472: <source>doc/man/Apache__lonacc.3</source>
6473: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 6474: <categoryname>doc</categoryname>
1.76 harris41 6475: <description>man page for lonacc.pm</description>
6476: <build trigger='always run'>
1.115 harris41 6477: loncom/build/pod2man.sh ../auth/lonacc.pm > \
6478: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 6479: </build>
6480: <status>works/unverified</status>
6481: <dependencies>
6482: ../../loncom/auth/lonacc.pm
6483: </dependencies>
6484: </file>
6485: <file>
1.118 harris41 6486: <source>doc/lib/perl/Apache/lonacc.html</source>
6487: <target dist='default'>
6488: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 6489: <categoryname>doc</categoryname>
1.76 harris41 6490: <description>POD-derived page for lonacc.pm</description>
6491: <build trigger='always run'>
1.115 harris41 6492: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 6493: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 6494: </build>
6495: <status>works/unverified</status>
6496: <dependencies>
6497: ../../loncom/auth/lonacc.pm
6498: </dependencies>
6499: </file>
6500: <file>
1.6 harris41 6501: <source>loncom/auth/lonracc.pm</source>
6502: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
6503: <categoryname>handler</categoryname>
6504: <description>
6505: access handler for file transfers
1.151 www 6506: </description>
6507: <status>works/unverified</status>
6508: </file>
6509: <file>
6510: <source>loncom/auth/lontokacc.pm</source>
6511: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
6512: <categoryname>handler</categoryname>
6513: <description>
1.154 www 6514: handler for inter-server transfer of token accessed files, includes
6515: cleanup handler to remove file when successfully done
6516: </description>
6517: <status>works/unverified</status>
6518: </file>
6519: <file>
6520: <source>loncom/auth/lonuploadedacc.pm</source>
6521: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
6522: <categoryname>handler</categoryname>
6523: <description>
6524: access handler for user uploaded files
6525: </description>
6526: <status>works/unverified</status>
6527: </file>
6528: <file>
1.788 raeburn 6529: <source>loncom/auth/lonwebdavacc.pm</source>
6530: <target dist='default'>home/httpd/lib/perl/Apache/lonwebdavacc.pm</target>
6531: <categoryname>handler</categoryname>
6532: <description>authorization for webDAV access to Author Spaces</description>
6533: <status>works/unverified</status>
6534: </file>
6535: <file>
1.154 www 6536: <source>loncom/lontrans.pm</source>
6537: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
6538: <categoryname>handler</categoryname>
6539: <description>
6540: URI to filename translation
1.347 www 6541: </description>
6542: <status>works/unverified</status>
6543: </file>
6544: <file>
6545: <source>loncom/lonenc.pm</source>
6546: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
6547: <categoryname>handler</categoryname>
6548: <description>
6549: Encryption and decryption of URIs
1.6 harris41 6550: </description>
1.10 harris41 6551: <status>works/unverified</status>
1.87 harris41 6552: </file>
6553: <file>
1.477 albertel 6554: <source>loncom/lonencurl.pm</source>
6555: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
6556: <categoryname>handler</categoryname>
6557: <description>
6558: Handler that takes care of decrypting request URL's
6559: </description>
6560: <status>works/unverified</status>
6561: </file>
6562: <file>
1.87 harris41 6563: <source>doc/man/Apache__lonracc.3</source>
6564: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
6565: <categoryname>doc</categoryname>
6566: <description>man page for lonracc.pm</description>
6567: <build trigger='always run'>
1.115 harris41 6568: loncom/build/pod2man.sh ../auth/lonracc.pm > \
6569: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 6570: </build>
6571: <status>works/unverified</status>
6572: <dependencies>
6573: ../../loncom/auth/lonracc.pm
6574: </dependencies>
6575: </file>
6576: <file>
1.118 harris41 6577: <source>doc/lib/perl/Apache/lonracc.html</source>
6578: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 6579: </target>
1.87 harris41 6580: <categoryname>doc</categoryname>
6581: <description>POD-derived page for lonracc.pm</description>
6582: <build trigger='always run'>
1.115 harris41 6583: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 6584: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 6585: </build>
6586: <status>works/unverified</status>
6587: <dependencies>
6588: ../../loncom/auth/lonracc.pm
6589: </dependencies>
1.4 harris41 6590: </file>
6591: <file>
1.6 harris41 6592: <source>loncom/auth/loncacc.pm</source>
6593: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
6594: <categoryname>handler</categoryname>
6595: <description>
6596: This module provides access to an educational resource construction area.
6597: This module is invoked by the URL-related pattern syntax
6598: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
6599: Authentication of user identity
6600: is coordinated through cookies. The abbreviation "cacc" corresponds
6601: to "construction-space access"). If the cookie handle is invalid, then
6602: this module returns a forbidden status and makes appropriate log entries.
6603: If the cookie handle is valid, status is determined to be okay (and,
6604: for the "priv"-type access, the resource is delivered by the
6605: <tt>lonconstruct</tt> module).
6606: </description>
1.10 harris41 6607: <status>works/unverified</status>
1.4 harris41 6608: </file>
6609: <file>
1.86 harris41 6610: <source>doc/man/Apache__loncacc.3</source>
6611: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
6612: <categoryname>doc</categoryname>
6613: <description>man page for loncacc.pm</description>
6614: <build trigger='always run'>
1.115 harris41 6615: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
6616: && echo 'manifying loncacc.pm'
1.86 harris41 6617: </build>
6618: <status>works/unverified</status>
6619: <dependencies>
6620: ../../loncom/auth/loncacc.pm
6621: </dependencies>
6622: </file>
6623: <file>
1.118 harris41 6624: <source>doc/lib/perl/Apache/loncacc.html</source>
6625: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 6626: </target>
1.86 harris41 6627: <categoryname>doc</categoryname>
6628: <description>POD-derived page for loncacc.pm</description>
6629: <build trigger='always run'>
1.115 harris41 6630: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 6631: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 6632: </build>
6633: <status>works/unverified</status>
6634: <dependencies>
6635: ../../loncom/auth/loncacc.pm
6636: </dependencies>
6637: </file>
6638: <file>
1.616 raeburn 6639: <source>loncom/auth/lonstatusacc.pm</source>
6640: <target dist='default'>home/httpd/lib/perl/Apache/lonstatusacc.pm</target>
6641: <categoryname>handler</categoryname>
6642: <description>
6643: This module provides access to server status - Apache's server-status and
6644: files in the /home/httpd/html/lon-status directory, for which it is invoked
6645: by the URL-related pattern syntax:
6646: <tt>LocationMatch "^/+lon-status/.*"</tt>.
6647: </description>
6648: <status>works/unverified</status>
6649: </file>
6650: <file>
1.6 harris41 6651: <source>loncom/auth/lonauth.pm</source>
6652: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
6653: <categoryname>handler</categoryname>
6654: <description>authenticate, set up session environment</description>
1.10 harris41 6655: <status>works/unverified</status>
1.4 harris41 6656: </file>
6657: <file>
1.6 harris41 6658: <source>loncom/auth/lonlogin.pm</source>
6659: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
6660: <categoryname>handler</categoryname>
6661: <description>login screen</description>
1.10 harris41 6662: <status>works/unverified</status>
1.4 harris41 6663: </file>
6664: <file>
1.492 raeburn 6665: <source>loncom/auth/restrictedaccess.pm</source>
6666: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
6667: <categoryname>handler</categoryname>
6668: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
6669: <status>works/unverified</status>
6670: </file>
6671: <file>
1.520 raeburn 6672: <source>loncom/auth/blockedaccess.pm</source>
6673: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
6674: <categoryname>handler</categoryname>
6675: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
6676: <status>works/unverified</status>
6677: </file>
6678: <file>
1.610 raeburn 6679: <source>loncom/auth/lonipcheck.pm</source>
6680: <target dist='default'>home/httpd/lib/perl/Apache/lonipcheck.pm</target>
6681: <categoryname>handler</categoryname>
6682: <description>Checks IP-based access control settings - disable subsequent PerlHandlers if client's IP is blocked</description>
6683: <status>works/unverified</status>
6684: </file>
6685: <file>
1.355 matthew 6686: <source>loncom/auth/londatecheck.pm</source>
6687: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
6688: <categoryname>handler</categoryname>
1.356 albertel 6689: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
6690: <status>works/unverified</status>
1.355 matthew 6691: </file>
6692: <file>
1.473 albertel 6693: <source>loncom/auth/publiccheck.pm</source>
6694: <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
6695: <categoryname>handler</categoryname>
6696: <description>Checks if resource is public and allows unauthenticated access if it is.</description>
6697: <status>works/unverified</status>
6698: </file>
6699: <file>
1.788 raeburn 6700: <source>loncom/auth/lonwebdavauth.pm</source>
6701: <target dist='default'>home/httpd/lib/perl/Apache/lonwebdavauth.pm</target>
6702: <categoryname>handler</categoryname>
6703: <description>authenticate, set up session environment for webDAV</description>
6704: <status>works/unverified</status>
6705: </file>
6706: <file>
1.6 harris41 6707: <source>loncom/auth/lonlogout.pm</source>
6708: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
6709: <categoryname>handler</categoryname>
6710: <description>logout</description>
1.10 harris41 6711: <status>works/unverified</status>
1.4 harris41 6712: </file>
6713: <file>
1.458 albertel 6714: <source>loncom/auth/migrateuser.pm</source>
6715: <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
6716: <categoryname>handler</categoryname>
1.682 faziophi 6717: <description>auto logs in a remote user</description>
1.458 albertel 6718: <status>works/unverified</status>
6719: </file>
6720: <file>
6721: <source>loncom/auth/switchserver.pm</source>
6722: <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
6723: <categoryname>handler</categoryname>
6724: <description>Setups the transfer of a user between servers</description>
6725: <status>works/unverified</status>
6726: </file>
6727: <file>
1.461 albertel 6728: <source>loncom/auth/checkauthen.pm</source>
6729: <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
6730: <categoryname>handler</categoryname>
6731: <description>Checks if a user's cookie exists and is valid</description>
6732: <status>works/unverified</status>
6733: </file>
6734: <file>
1.475 albertel 6735: <source>loncom/auth/simpleauthen.pm</source>
6736: <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
6737: <categoryname>handler</categoryname>
6738: <description>Always returns DENIED</description>
6739: <status>works/unverified</status>
6740: </file>
6741: <file>
1.789 raeburn 6742: <source>loncom/auth/lonshibauth.pm</source>
6743: <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>
6744: <categoryname>handler</categoryname>
6745: <description>Redirect Shibboleth authentication to Single Sign On
6746: i.e., to: /adm/sso
6747: </description>
6748: <status>works/unverified</status>
6749: </file>
6750: <file>
6751: <source>loncom/auth/lonshibacc.pm</source>
1.792 raeburn 6752: <target dist='default'>home/httpd/lib/perl/Apache/lonshibacc.pm</target>
1.789 raeburn 6753: <categoryname>handler</categoryname>
6754: <description>Authorization handler used to remove trailing @internet dom
6755: from Shibboleth authenticated username (e.g., @mit.edu).
6756: </description>
6757: <status>works/unverified</status>
6758: </file>
6759: <file>
1.805 raeburn 6760: <source>loncom/auth/lonnoshib.pm</source>
6761: <target dist='default'>home/httpd/lib/perl/Apache/lonnoshib.pm</target>
6762: <categoryname>handler</categoryname>
6763: <description>Content handler for /adm/sso when Shibboleth auth is inactive.
6764: </description>
6765: <status>works/unverified</status>
6766: </file>
6767: <file>
1.790 raeburn 6768: <source>loncom/html/adm/sso</source>
6769: <target dist='default'>home/httpd/html/adm/sso</target>
6770: <categoryname>interface file</categoryname>
6771: <description>HTML page to redirect browser request for /adm/sso to
6772: /adm/roles when Shibboleth SSO not in use (i.e., mod_shib not loaded).
6773: </description>
6774: <status>works/unverified</status>
6775: </file>
6776: <file>
1.6 harris41 6777: <source>loncom/lonnet/perl/lonrep.pm</source>
6778: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
6779: <categoryname>handler</categoryname>
6780: <description>replication</description>
1.345 raeburn 6781: </file>
6782: <file>
6783: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
6784: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
6785: <categoryname>handler</categoryname>
6786: <description>copying of uploaded files</description>
1.4 harris41 6787: </file>
6788: <file>
1.6 harris41 6789: <source>loncom/auth/lonroles.pm</source>
6790: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
6791: <categoryname>handler</categoryname>
6792: <description>
6793: This perl handling module reads in the available roles available
6794: for a LON-CAPA user (different courses, different privileges, etc)
6795: and produces a form-element HTML page which allows the user to select
6796: which role he wishes to exercise in the LON-CAPA system. For instance,
6797: a user may want to select between being a student in a thermodynamics
6798: physics course or a teaching assistant for an introductory calculus
6799: class.
6800: </description>
1.86 harris41 6801: </file>
6802: <file>
6803: <source>doc/man/Apache__lonroles.3</source>
6804: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
6805: <categoryname>doc</categoryname>
6806: <description>man page for lonroles.pm</description>
6807: <build trigger='always run'>
1.115 harris41 6808: loncom/build/pod2man.sh ../auth/lonroles.pm > \
6809: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 6810: </build>
6811: <status>works/unverified</status>
6812: <dependencies>
6813: ../../loncom/auth/lonroles.pm
6814: </dependencies>
6815: </file>
6816: <file>
1.118 harris41 6817: <source>doc/lib/perl/Apache/lonroles.html</source>
6818: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 6819: </target>
1.86 harris41 6820: <categoryname>doc</categoryname>
6821: <description>POD-derived page for lonroles.pm</description>
6822: <build trigger='always run'>
1.115 harris41 6823: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 6824: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 6825: </build>
6826: <status>works/unverified</status>
6827: <dependencies>
6828: ../../loncom/auth/lonroles.pm
6829: </dependencies>
1.4 harris41 6830: </file>
6831: <file>
1.363 albertel 6832: <source>loncom/interface/lonsource.pm</source>
6833: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
6834: <categoryname>handler</categoryname>
6835: <description>
6836: Problem source code viewer
6837: </description>
6838: <status>works/unverified</status>
6839: </file>
6840: <file>
1.6 harris41 6841: <source>loncom/interface/lonindexer.pm</source>
6842: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
6843: <categoryname>handler</categoryname>
6844: <description>
6845: cross server filesystem browser
6846: </description>
1.10 harris41 6847: <status>works/unverified</status>
1.76 harris41 6848: </file>
6849: <file>
6850: <source>doc/man/Apache__lonindexer.3</source>
6851: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 6852: <categoryname>doc</categoryname>
1.76 harris41 6853: <description>man page for lonindexer.pm</description>
6854: <build trigger='always run'>
1.115 harris41 6855: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
6856: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 6857: </build>
6858: <status>works/unverified</status>
6859: <dependencies>
6860: ../../loncom/interface/lonindexer.pm
6861: </dependencies>
6862: </file>
6863: <file>
1.118 harris41 6864: <source>doc/lib/perl/Apache/lonindexer.html</source>
6865: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 6866: </target>
1.83 harris41 6867: <categoryname>doc</categoryname>
1.76 harris41 6868: <description>POD-derived page for lonindexer.pm</description>
6869: <build trigger='always run'>
1.115 harris41 6870: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 6871: ../../doc/lib/perl/Apache/lonindexer.html && \
6872: echo 'pod2html lonindexer.pm'
1.76 harris41 6873: </build>
6874: <status>works/unverified</status>
6875: <dependencies>
6876: ../../loncom/interface/lonindexer.pm
6877: </dependencies>
1.4 harris41 6878: </file>
6879: <file>
1.24 harris41 6880: <source>loncom/interface/groupsort.pm</source>
6881: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
6882: <categoryname>handler</categoryname>
6883: <description>
6884: Implements a second phase of importing multiple resources into the RAT.
6885: Allows for reordering the sequence of resources.
6886: </description>
6887: <status>works/unverified</status>
6888: </file>
6889: <file>
1.6 harris41 6890: <source>loncom/lonnet/perl/lonnet.pm</source>
6891: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
6892: <categoryname>handler</categoryname>
6893: <description>
6894: This file is an interface to the lonc processes of the LON-CAPA network
6895: as well as set of elaborated functions for handling information necessary
6896: for navigating through a given cluster of LON-CAPA machines within a domain.
6897: There are over 40 specialized functions in this module which handle
6898: the reading and transmission of metadata, user information
6899: (ids, names, environments, roles, logs), file information (storage, reading,
6900: directories, extensions, replication, embedded styles and descriptors),
6901: educational resources (course descriptions, section names and numbers),
6902: url hashing (to assign roles on a url basis), and translating abbreviated
6903: symbols to and from more descriptive phrases or explanations.
6904: </description>
1.10 harris41 6905: <status>works/unverified</status>
1.73 harris41 6906: </file>
6907: <file>
6908: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 6909: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 6910: <categoryname>doc</categoryname>
1.73 harris41 6911: <description>man page for lonnet.pm</description>
6912: <build trigger='always run'>
1.115 harris41 6913: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
6914: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 6915: </build>
6916: <status>works/unverified</status>
6917: <dependencies>
6918: ../../loncom/lonnet/perl/lonnet.pm
6919: </dependencies>
6920: </file>
6921: <file>
1.118 harris41 6922: <source>doc/lib/perl/Apache/lonnet.html</source>
6923: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
6924: </target>
1.83 harris41 6925: <categoryname>doc</categoryname>
1.73 harris41 6926: <description>POD-derived page for lonnet.pm</description>
6927: <build trigger='always run'>
1.115 harris41 6928: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 6929: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 6930: </build>
6931: <status>works/unverified</status>
6932: <dependencies>
6933: ../../loncom/lonnet/perl/lonnet.pm
6934: </dependencies>
1.4 harris41 6935: </file>
6936: <file>
1.525 albertel 6937: <source>loncom/lonnet/perl/londns.pm</source>
6938: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
6939: <categoryname>handler</categoryname>
6940: <description>
6941: Domain information serving.
6942: </description>
6943: <status>works/unverified</status>
6944: </file>
6945: <file>
1.6 harris41 6946: <source>loncom/html/index.html</source>
6947: <target dist='default'>home/httpd/html/index.html</target>
6948: <categoryname>interface file</categoryname>
6949: <description>bumps to login</description>
1.280 www 6950: </file>
6951: <file>
6952: <source>loncom/html/index.html</source>
6953: <target dist='default'>home/httpd/html/origindex.html</target>
6954: <categoryname>interface file</categoryname>
6955: <description>bumps to login, backup for takeonline</description>
1.181 www 6956: </file>
6957: <file>
6958: <source>loncom/html/favicon.ico</source>
6959: <target dist='default'>home/httpd/html/favicon.ico</target>
6960: <categoryname>interface file</categoryname>
6961: <description>Bookmark and tab icon</description>
1.4 harris41 6962: </file>
1.419 matthew 6963: <file>
6964: <source>loncom/mime.types</source>
1.6 harris41 6965: <target dist='default'>etc/httpd/conf/mime.types</target>
1.903 raeburn 6966: <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 6967: <categoryname>www static conf</categoryname>
1.506 raeburn 6968: <description>Expanded mime.types</description>
1.419 matthew 6969: </file>
1.6 harris41 6970: <link>
6971: <linkto>home/httpd/html/res</linkto>
6972: <target dist='default'>home/httpd/html/raw</target>
6973: <categoryname>symbolic link</categoryname>
6974: <description>symbolic link to /home/httpd/html/res</description>
6975: </link>
1.4 harris41 6976: <file>
1.6 harris41 6977: <source>loncom/html/adm/notfound.html</source>
6978: <target dist='default'>home/httpd/html/adm/notfound.html</target>
6979: <categoryname>interface file</categoryname>
6980: <description>
6981: static html page that is shown when an attempt is made to access a document
6982: not present on the web server
6983: </description>
1.4 harris41 6984: </file>
6985: <file>
1.6 harris41 6986: <source>loncom/html/adm/unauthorized.html</source>
6987: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
6988: <categoryname>interface file</categoryname>
6989: <description>
1.27 harris41 6990: static html page that is shown when an attempt is made to access a document
6991: which is restricted based on file or server configurations
1.32 harris41 6992: </description>
6993: </file>
6994: <file>
1.788 raeburn 6995: <source>loncom/html/adm/nowebdav.html</source>
6996: <target dist='default'>home/httpd/html/adm/nowebdav.html</target>
6997: <categoryname>interface file</categoryname>
6998: <description>
6999: static html page that is shown when an attempt is made to access
7000: an inaccessible path using webDAV.
7001: </description>
7002: </file>
7003: <file>
1.32 harris41 7004: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 7005: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 7006: <categoryname>interface file</categoryname>
7007: <description>
7008: Help page for the search engine.
1.6 harris41 7009: </description>
1.4 harris41 7010: </file>
7011: <file>
1.6 harris41 7012: <source>rat/client/rat.html</source>
7013: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
7014: <categoryname>interface file</categoryname>
7015: <description>
7016: frameset
7017: </description>
1.4 harris41 7018: </file>
7019: <file>
1.6 harris41 7020: <source>rat/client/parameter.html</source>
7021: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
7022: <categoryname>interface file</categoryname>
7023: <description>
7024: Parameter input window.
7025: </description>
1.4 harris41 7026: </file>
7027: <file>
1.398 raeburn 7028: <source>rat/client/ratcode.js</source>
7029: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170 www 7030: <categoryname>interface file</categoryname>
7031: <description>
1.397 raeburn 7032: javascript for horizontal menubar in RAT
1.170 www 7033: </description>
7034: </file>
7035: <file>
1.6 harris41 7036: <source>rat/client/map.html</source>
7037: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
7038: <categoryname>interface file</categoryname>
7039: <description>
7040: bumper
7041: </description>
1.4 harris41 7042: </file>
7043: <file>
1.6 harris41 7044: <source>rat/client/empty.html</source>
7045: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
7046: <categoryname>interface file</categoryname>
7047: <description>
7048: A blank page with very minimal HTML structural elements.
1.217 www 7049: </description>
7050: </file>
7051: <file>
7052: <source>rat/client/loading.html</source>
7053: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
7054: <categoryname>interface file</categoryname>
7055: <description>
7056: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 7057: </description>
1.4 harris41 7058: </file>
1.636 foxr 7059: <file>
7060: <source>loncom/includepsheader.ps</source>
7061: <target dist='default'>home/httpd/lib/includepsheader.ps</target>
7062: <categoryname>interface file</categoryname>
7063: <description>
7064: Extra header for dvips
7065: </description>
7066: </file>
1.10 harris41 7067: <fileglob>
7068: <glob>*.gif</glob>
7069: <sourcedir>rat/images/</sourcedir>
7070: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
7071: <categoryname>graphic file</categoryname>
7072: <description>
7073: icons for providing a HTML-tabled view of a course map
7074: </description>
7075: <filenames>
1.37 harris41 7076: 1.1.dt.gif;
7077: 1.1.empty.gif;
7078: 1.1.ld.gif;
7079: 1.1.lr.gif;
7080: 1.1.rd.gif;
1.60 harris41 7081: 1.1.rl.gif;
1.37 harris41 7082: 1.1.td.gif;
7083: 1.1.tdrl.gif;
7084: 1.1.tl.gif;
7085: 1.1.tr.gif;
7086: 1.1.utd.gif;
7087: 1.2.ctd.gif;
7088: 1.2.dt.gif;
7089: 1.2.empty.gif;
7090: 1.2.ld.gif;
7091: 1.2.lr.gif;
7092: 1.2.lrd.gif;
7093: 1.2.lrtd.gif;
7094: 1.2.rd.gif;
7095: 1.2.rl.gif;
7096: 1.2.rld.gif;
7097: 1.2.rltd.gif;
7098: 1.2.rtd.gif;
7099: 1.2.rtdl.gif;
7100: 1.2.rtl.gif;
7101: 1.2.td.gif;
7102: 1.2.tdl.gif;
7103: 1.2.tdrl.gif;
7104: 1.2.tl.gif;
7105: 1.2.tr.gif;
7106: 1.2.utd.gif;
7107: 2.1.dt.gif;
7108: 2.1.empty.gif;
7109: 2.1.ld.gif;
7110: 2.1.lr.gif;
7111: 2.1.rd.gif;
7112: 2.1.rl.gif;
7113: 2.1.td.gif;
7114: 2.1.tdrl.gif;
7115: 2.1.tl.gif;
7116: 2.1.tr.gif;
7117: 2.2.dt.gif;
7118: 2.2.empty.gif;
7119: 2.2.ld.gif;
7120: 2.2.lr.gif;
7121: 2.2.lrd.gif;
7122: 2.2.lrt.gif;
7123: 2.2.rd.gif;
7124: 2.2.rl.gif;
7125: 2.2.rld.gif;
7126: 2.2.rlt.gif;
7127: 2.2.td.gif;
7128: 2.2.tdl.gif;
7129: 2.2.tdr.gif;
7130: 2.2.tdrl.gif;
7131: 2.2.tl.gif;
7132: 2.2.tr.gif;
7133: 2.2.url.gif;
7134: 2.2.utd.gif;
7135: arrow.gif;
7136: bdt.gif;
7137: bempty.gif;
7138: bld.gif;
7139: blr.gif;
7140: blrd.gif;
7141: blrt.gif;
1.60 harris41 7142: bottom.gif;
1.37 harris41 7143: brd.gif;
7144: brl.gif;
7145: brld.gif;
7146: brlt.gif;
7147: btd.gif;
7148: btdl.gif;
7149: btdr.gif;
7150: btdrl.gif;
7151: btl.gif;
7152: btr.gif;
7153: burl.gif;
7154: butd.gif;
7155: condition.gif;
7156: edit.gif;
7157: finish.gif;
7158: info.gif;
7159: inscol.gif;
7160: inscond.gif;
7161: insres.gif;
7162: insrow.gif;
7163: left.gif;
7164: middle.gif;
7165: resource.gif;
7166: right.gif;
7167: sctd.gif;
7168: sdt.gif;
7169: sempty.gif;
7170: sld.gif;
7171: slr.gif;
7172: slrd.gif;
7173: slrtd.gif;
7174: srd.gif;
7175: srl.gif;
7176: srld.gif;
7177: srltd.gif;
7178: srtd.gif;
7179: srtdl.gif;
7180: srtl.gif;
7181: start.gif;
7182: std.gif;
7183: stdl.gif;
1.10 harris41 7184: sutd.gif
7185: </filenames>
7186: </fileglob>
7187: <fileglob>
1.60 harris41 7188: <glob>*.*</glob>
1.10 harris41 7189: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
7190: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
7191: <categoryname>graphic file</categoryname>
7192: <description>
7193: icons to indicate an unexpected result
7194: </description>
7195: <filenames>
1.37 harris41 7196: lonconstruct.gif;
7197: lonlogo_broken.gif;
7198: lonlogo_broken_tsp.gif;
7199: lonlogo_broken.eps;
7200: lonlogo_broken.jpg;
1.469 raeburn 7201: lonlogo_broken.mov;
7202: genericstudent_tn.gif
1.10 harris41 7203: </filenames>
7204: </fileglob>
7205: <fileglob>
1.60 harris41 7206: <glob>*.*</glob>
1.10 harris41 7207: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
7208: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
7209: <categoryname>graphic file</categoryname>
7210: <description>
1.132 harris41 7211: logos and general widget icons
1.10 harris41 7212: </description>
7213: <filenames>
1.68 harris41 7214: SMETE_white.gif;
1.117 harris41 7215: aboutlon.gif;
1.630 droeschl 7216: aboutlon_de.gif;
1.288 www 7217: aboutlon_pt.gif;
1.117 harris41 7218: accessbutton.gif;
1.630 droeschl 7219: accessbutton_de.gif;
1.288 www 7220: accessbutton_pt.gif;
1.224 www 7221: angry.gif;
1.630 droeschl 7222: arrow.closed.gif;
7223: arrow.open.gif;
1.633 schulted 7224: arrow.up.gif;
1.60 harris41 7225: arrow_up.gif;
1.630 droeschl 7226: avi.gif;
1.360 albertel 7227: baeh.gif;
1.224 www 7228: bigsmile.gif;
1.177 bowersj2 7229: branch.gif;
1.37 harris41 7230: cab.gif;
7231: cab_big.gif;
1.62 harris41 7232: capapanel.gif;
1.224 www 7233: check.gif;
1.37 harris41 7234: class.gif;
7235: class_big.gif;
1.379 albertel 7236: closepage.gif;
1.494 www 7237: clickhere.gif;
1.224 www 7238: coolindiff.gif;
7239: coolsmile.gif;
7240: cry.gif;
1.343 www 7241: doc.gif;
7242: doc_big.gif;
1.37 harris41 7243: dvi.gif;
7244: dvi_big.gif;
7245: eps.gif;
7246: eps_big.gif;
7247: exam.gif;
7248: exam_big.gif;
1.709 raeburn 7249: face-angel.png;
7250: face-angry.png;
7251: face-cool.png;
7252: face-crying.png;
7253: face-embarrassed.png;
7254: face-glasses.png;
7255: face-kiss.png;
7256: face-plain.png;
7257: face-quiet.png;
7258: face-raspberry.png;
7259: face-sad.png;
7260: face-sick.png;
7261: face-smile.png;
7262: face-smile-big.png;
7263: face-surprise.png;
7264: face-uncertain.png;
7265: face-wink.png;
1.117 harris41 7266: fillbottom.gif;
7267: fillleft.gif;
7268: fillright.gif;
7269: filltop.gif;
1.37 harris41 7270: folder_closed.gif;
7271: folder_opened.gif;
7272: folder_pointer_closed.gif;
7273: folder_pointer_opened.gif;
1.709 raeburn 7274: food-cake.png;
7275: face-ninja.png;
7276: face-pirate.png;
7277: food-pizza.png;
1.37 harris41 7278: form.gif;
7279: form_big.gif;
1.224 www 7280: frowny.gif;
1.37 harris41 7281: gif.gif;
7282: gif_big.gif;
1.117 harris41 7283: header.gif;
1.455 albertel 7284: header.png;
1.709 raeburn 7285: heart.png;
1.387 raeburn 7286: helpdesk.gif;
7287: helpgateway.gif;
1.224 www 7288: hrrm.gif;
1.37 harris41 7289: htm.gif;
7290: html.gif;
7291: html_big.gif;
1.224 www 7292: huh.gif;
1.52 harris41 7293: jar.gif;
7294: jar_big.gif;
1.630 droeschl 7295: jpeg.gif;
1.37 harris41 7296: jpg.gif;
7297: jpg_big.gif;
1.62 harris41 7298: latex.gif;
1.269 www 7299: library.gif;
1.619 harmsja 7300: lightGreyBG.png;
1.224 www 7301: lipsrsealed.gif;
1.117 harris41 7302: lite.gif;
1.37 harris41 7303: liteani.gif;
1.117 harris41 7304: litetext.gif;
1.62 harris41 7305: lolpanel.gif;
1.37 harris41 7306: lonanim.gif;
7307: lonanimend.gif;
1.117 harris41 7308: loncapalogo.gif;
1.37 harris41 7309: lonhelplogos.gif;
1.60 harris41 7310: lonhelptop.gif;
1.37 harris41 7311: lonlogo.gif;
7312: lonlogos.gif;
1.619 harmsja 7313: lonUtilityIcon.png;
1.117 harris41 7314: lowerleft.gif;
7315: lowerright.gif;
1.360 albertel 7316: mailbkgrd.gif;
7317: mailto.gif;
1.236 www 7318: minilogo.gif;
1.37 harris41 7319: meta.gif;
7320: meta_big.gif;
7321: mov.gif;
7322: mov_big.gif;
7323: move_up.gif;
7324: move_down.gif;
1.630 droeschl 7325: mpeg.gif;
7326: mpg.gif;
1.177 bowersj2 7327: navmap.correct.gif;
1.467 www 7328: navmap.partial.gif;
1.251 bowersj2 7329: navmap.ellipsis.gif;
1.177 bowersj2 7330: navmap.open.gif;
1.251 bowersj2 7331: navmap.page.open.gif;
7332: navmap.page.closed.gif;
7333: navmap.page.open.nomanip.gif;
7334: navmap.page.closed.nomanip.gif;
1.177 bowersj2 7335: navmap.wrong.gif;
1.180 bowersj2 7336: navmap.folder.open.gif;
7337: navmap.folder.closed.gif;
1.229 bowersj2 7338: navmap.folder.open.nomanip.gif;
7339: navmap.folder.closed.nomanip.gif;
1.292 www 7340: neutral.gif;
1.688 raeburn 7341: open.gif;
1.709 raeburn 7342: opinion-agree.png;
7343: opinion-disagree.png;
1.37 harris41 7344: page.gif;
7345: page_big.gif;
7346: pdf.gif;
7347: pdf_big.gif;
1.54 harris41 7348: png.gif;
7349: png_big.gif;
1.343 www 7350: ppt.gif;
7351: ppt_big.gif;
1.37 harris41 7352: problem.gif;
7353: problem_big.gif;
7354: ps.gif;
7355: ps_big.gif;
1.224 www 7356: rolleyes.gif;
1.709 raeburn 7357: rose.png;
1.630 droeschl 7358: qt.gif;
7359: qti.gif;
7360: qtm.gif;
1.37 harris41 7361: quill.gif;
7362: quiz.gif;
7363: quiz_big.gif;
7364: select.gif;
7365: sequence.gif;
7366: sequence_big.gif;
7367: server.gif;
7368: server_big.gif;
1.224 www 7369: shocked.gif;
7370: smiley.gif;
1.630 droeschl 7371: spreadsheet.gif;
1.37 harris41 7372: srvbad.gif;
7373: srvempty.gif;
7374: srvgood.gif;
7375: srvhalf.gif;
7376: srvnull.gif;
1.609 riegler 7377: stift.gif;
1.37 harris41 7378: survey.gif;
7379: survey_big.gif;
1.688 raeburn 7380: tabbgleft.gif;
7381: tabbgright.gif;
1.429 www 7382: task.gif;
7383: task_big.gif;
1.37 harris41 7384: tex.gif;
7385: tex_big.gif;
1.210 www 7386: tth.gif;
1.630 droeschl 7387: text.gif;
1.697 raeburn 7388: transparent1x1.gif;
1.37 harris41 7389: txt.gif;
7390: txt_big.gif;
1.57 harris41 7391: unknown.gif;
7392: unknown_big.gif;
1.117 harris41 7393: upperleft.gif;
7394: upperright.gif;
1.37 harris41 7395: user.gif;
7396: user_big.gif;
7397: wav.gif;
7398: wav_big.gif;
7399: white_space_20_22.gif;
1.629 droeschl 7400: whitespace_21.gif;
1.37 harris41 7401: whitespace1.gif;
7402: whitespace10.gif;
7403: whitespace2.gif;
7404: whitespace3.gif;
7405: whitespace4.gif;
7406: whitespace5.gif;
7407: whitespace6.gif;
7408: whitespace7.gif;
7409: whitespace8.gif;
7410: whitespace9.gif;
1.224 www 7411: wink.gif;
1.630 droeschl 7412: wmv.gif;
1.343 www 7413: xls.gif;
7414: xls_big.gif;
1.37 harris41 7415: xml.gif;
7416: xml_big.gif;
7417: zip.gif;
1.10 harris41 7418: zip_big.gif
7419: </filenames>
7420: </fileglob>
7421: <fileglob>
1.60 harris41 7422: <glob>*.*</glob>
1.10 harris41 7423: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
7424: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
7425: <categoryname>graphic file</categoryname>
7426: <description>
1.132 harris41 7427: Miscellaneous resources.
1.10 harris41 7428: </description>
7429: <filenames>
1.80 harris41 7430: authorfeed.gif;
1.373 albertel 7431: blackdot.gif;
1.80 harris41 7432: bomb.gif;
1.320 www 7433: smallFAQ.gif;
7434: smallBug.gif;
1.40 harris41 7435: cat_button.gif;
1.539 www 7436: cat_button.png;
1.80 harris41 7437: chat.gif;
1.111 harris41 7438: eval_button.gif;
1.539 www 7439: eval_button.png;
1.80 harris41 7440: feedback.gif;
1.40 harris41 7441: pprm_button.gif;
1.539 www 7442: pprm_button.png;
1.40 harris41 7443: pgrd_button.gif;
1.539 www 7444: pgrd_button.png;
1.540 albertel 7445: subm_button.gif;
1.539 www 7446: subm_button.png;
1.10 harris41 7447: </filenames>
7448: </fileglob>
7449: <file>
1.413 albertel 7450: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411 albertel 7451: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
7452: <categoryname>system file</categoryname>
7453: <description>
7454: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
7455: </description>
7456: <status>works/unverified</status>
7457: </file>
7458: <file>
1.299 matthew 7459: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298 matthew 7460: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 7461: <categoryname>system file</categoryname>
7462: <description>
7463: perl module for invoking functions specific to TeX-to-HTML conversion
7464: </description>
7465: <note>
7466: Has the same dependencies and build process as tth.so.
7467: Currently, only the tth.so file specifications invoke
1.49 harris41 7468: the build process however. A static version is checked into loncom/xml
7469: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 7470: </note>
1.113 harris41 7471: <status>works/unverified</status>
7472: </file>
7473: <file>
7474: <source>loncom/xml/LCParser.pm</source>
7475: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 7476: <categoryname>system file</categoryname>
7477: <description>
7478: perl module for parsing HTML in a way that really works and is thoroughly
7479: tested
7480: </description>
7481: <status>works/unverified</status>
1.234 foxr 7482: </file>
7483: <file>
1.861 raeburn 7484: <source>loncom/xml/LCMathComplex.pm</source>
7485: <target dist='default'>home/httpd/lib/perl/LONCAPA/LCMathComplex.pm</target>
1.868 raeburn 7486: <categoryname>conf</categoryname>
1.861 raeburn 7487: <description>
7488: Modified version of Math::Complex 1.55 for use in Safe Space which eliminates
7489: dependency on Config.pm (not usable in Safe Space).
7490: </description>
7491: <status>works/unverified</status>
7492: </file>
7493: <file>
1.360 albertel 7494: <source>loncom/lonlocal.pm</source>
7495: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
7496: <categoryname>system file</categoryname>
7497: <description>
7498: lonc/d handler for doing a local filesystem based init:
7499: </description>
7500: <status>works/verified</status>
7501: </file>
7502: <file>
7503: <source>loncom/lonssl.pm</source>
7504: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
7505: <categoryname>system file</categoryname>
7506: <description>
7507: lonc/d handler for doing a remote SSL based init:
7508: </description>
7509: <status>works/verified</status>
7510: </file>
7511: <file>
1.796 droeschl 7512: <source>loncom/Lond.pm</source>
7513: <target dist='default'>home/httpd/lib/perl/LONCAPA/Lond.pm</target>
7514: <categoryname>system file</categoryname>
7515: <description>
7516: Encapsulates functionality used by lond and lonnet.
7517: </description>
7518: <status>in progress</status>
7519: </file>
7520: <file>
1.234 foxr 7521: <source>loncom/LondConnection.pm</source>
1.239 albertel 7522: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 7523: <categoryname>system file</categoryname>
7524: <description>
7525: Manages a connection between a lonc proxy daemon and the lond server
7526: in the remote node.
1.252 www 7527: </description>
7528: <status>works/verified</status>
7529: </file>
7530: <file>
7531: <source>loncom/LondTransaction.pm</source>
7532: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
7533: <categoryname>system file</categoryname>
7534: <description>
7535: Handles a single lon-capa insternal transaction
1.234 foxr 7536: </description>
7537: <status>works/verified</status>
7538: </file>
7539: <file>
7540: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 7541: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 7542: <categoryname>system file</categoryname>
7543: <description>
7544: Provides support to iterate through opaque hashes hidden e.g. within
7545: object private data.
7546: </description>
7547: <status>works/verified</status>
7548: </file>
7549: <file>
7550: <source>loncom/types/Queue.pm</source>
1.239 albertel 7551: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 7552: <categoryname>system file</categoryname>
7553: <description>
7554: Provides a FIFO queue class.
7555: </description>
7556: <status>works/verified</status>
7557: </file>
7558: <file>
7559: <source>loncom/types/Stack.pm</source>
1.239 albertel 7560: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 7561: <categoryname>system file</categoryname>
7562: <description>
7563: Provides a LIFO stack class.
7564: </description>
7565: <status>works/verified</status>
1.239 albertel 7566: </file>
1.234 foxr 7567: <file>
7568: <source>loncom/loncnew</source>
1.240 albertel 7569: <target dist='default'>home/httpd/perl/loncnew</target>
7570: <categoryname>script</categoryname>
1.234 foxr 7571: <description>
7572: Proxy server for remote loncapa requests.
1.250 albertel 7573: Needs CPAN Event module.
1.234 foxr 7574: </description>
1.125 harris41 7575: </file>
7576: <file>
7577: <source>loncom/configuration/Configuration.pm</source>
7578: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 7579: <categoryname>system file</categoryname>
7580: <description>
1.126 harris41 7581: Configuration file reader (looks in /etc/httpd/conf/); accepts
7582: a list of *.conf files to inspect for PerlSetVar key/value
7583: entries.
1.316 www 7584: </description>
7585: <status>works/unverified</status>
7586: </file>
7587: <file>
1.647 raeburn 7588: <source>loncom/configuration/Firewall.pm</source>
7589: <target dist='default'>home/httpd/lib/perl/LONCAPA/Firewall.pm</target>
7590: <categoryname>system file</categoryname>
7591: <description>
7592: Provides methods to open and close firewall ports used for
7593: for socket-based communication between LON-CAPA servers
7594: </description>
7595: <status>works/unverified</status>
7596: </file>
7597: <file>
1.823 raeburn 7598: <source>loncom/configuration/Checksumming.pm</source>
7599: <target dist='default'>home/httpd/lib/perl/LONCAPA/Checksumming.pm</target>
7600: <categoryname>system file</categoryname>
7601: <description>
7602: Provides routine to checksum perl modules, perl scripts, cgi scripts,
7603: language lexicons, and static configuration file on current server
7604: </description>
7605: <status>works/unverified</status>
7606: </file>
7607: <file>
1.316 www 7608: <source>loncom/ConfigFileEdit.pm</source>
7609: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
7610: <categoryname>system file</categoryname>
7611: <description>
7612: Configuration file editing module
1.113 harris41 7613: </description>
1.10 harris41 7614: <status>works/unverified</status>
7615: </file>
7616: <file>
7617: <source>modules/TexConvert/tthperl/tth.so</source>
1.298 matthew 7618: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 7619: <categoryname>system file</categoryname>
7620: <description>
7621: shared library file for dynamic loading and unloading
7622: </description>
7623: <note>
7624: The source and file dependencies are not available to most
7625: CVS users. (You can safely rely on the existing binaries
7626: present on your system... don't worry about warnings
7627: related to this file during the build process.)
7628: </note>
1.441 albertel 7629: <build trigger='always run'>
1.10 harris41 7630: modules/TexConvert/tthperl/commands
7631: </build>
7632: <status>works/unverified</status>
1.439 albertel 7633: <dependencies>
1.440 albertel 7634: commands;
1.439 albertel 7635: compiles/tth.so.i386;
1.598 raeburn 7636: compiles/tth.so.x86_64;
1.649 raeburn 7637: compiles/tth.so.i386.perl.5.10;
7638: compiles/tth.so.x86_64.perl.5.10;
1.715 raeburn 7639: compiles/tth.so.i386.perl.5.12;
7640: compiles/tth.so.x86_64.perl.5.12;
1.765 raeburn 7641: compiles/tth.so.i386.perl.5.14;
7642: compiles/tth.so.x86_64.perl.5.14;
1.819 raeburn 7643: compiles/tth.so.i386.perl.5.16;
7644: compiles/tth.so.x86_64.perl.5.16;
1.866 raeburn 7645: compiles/tth.so.i386.perl.5.18;
7646: compiles/tth.so.x86_64.perl.5.18;
1.907 raeburn 7647: compiles/tth.so.i386.perl.5.20;
7648: compiles/tth.so.x86_64.perl.5.20;
7649: compiles/tth.so.x86_64.sles12;
1.739 raeburn 7650: compiles/tth.so.i386.debian5;
1.907 raeburn 7651: compiles/tth.so.x86_64.debian5;
1.439 albertel 7652: </dependencies>
1.10 harris41 7653: </file>
7654: <file>
7655: <source>loncom/homework/caparesponse/capa.pm</source>
1.298 matthew 7656: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 7657: <categoryname>system file</categoryname>
7658: <description>
7659: perl module for invoking functions specific to CAPA
7660: </description>
1.49 harris41 7661: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 7662: <note>
7663: Has the same dependencies and build process as capa.so.
7664: Currently, only the capa.so file specifications invoke
7665: the build process however.
7666: </note>
7667: </file>
7668: <file>
7669: <source>loncom/homework/caparesponse/capa.bs</source>
1.298 matthew 7670: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 7671: <categoryname>system file</categoryname>
7672: <description>
1.27 harris41 7673: bootstrap file associated with dynamic loading of this module on multiple
7674: architectures
1.10 harris41 7675: </description>
1.49 harris41 7676: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 7677: <note>
7678: Has the same dependencies and build process as capa.so.
7679: Currently, only the capa.so file specifications invoke
7680: the build process however.
7681: </note>
7682: </file>
7683: <file>
7684: <source>loncom/homework/caparesponse/capa.so</source>
1.298 matthew 7685: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 7686: <categoryname>system file</categoryname>
7687: <description>
7688: shared library file for dynamic loading and unloading
7689: </description>
7690: <build trigger='always run'>
7691: loncom/homework/caparesponse/commands
7692: </build>
7693: <dependencies>
1.39 harris41 7694: caparesponse.c;
1.119 harris41 7695: caparesponse.pm;
7696: README;
7697: Makefile.PL;
7698: capa.i;
1.120 harris41 7699: commands;
1.222 albertel 7700: ../../../CAPA/pProj/Makefile;
1.120 harris41 7701: ../../../CAPA/pProj/capaGrammarDef.y;
7702: ../../../CAPA/pProj/capaFormula.y;
7703: ../../../CAPA/pProj/capaLexerDef.flex;
7704: ../../../CAPA/pProj/capaFunction.c;
7705: ../../../CAPA/pProj/capaParserUtils.c;
7706: ../../../CAPA/pProj/capaMapExpr.c;
7707: ../../../CAPA/pProj/capaUnit.c;
7708: ../../../CAPA/pProj/com.c;
7709: ../../../CAPA/pProj/linpack.c;
7710: ../../../CAPA/pProj/ranlib.c;
7711: ../../../CAPA/pProj/capaCgiUtils.c;
7712: ../../../CAPA/pProj/capaSubjective.c;
7713: ../../../CAPA/pProj/capaRQO.c;
7714: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 7715: ../../../CAPA/pProj/capaCommon.c;
7716: ../../../CAPA/pProj/capaCommon.h;
7717: ../../../CAPA/pProj/ranlib.h;
7718: ../../../CAPA/pProj/capaCGI.h;
7719: ../../../CAPA/pProj/capaFunction.h;
7720: ../../../CAPA/pProj/capaRQO.h;
7721: ../../../CAPA/pProj/capaParser.h;
7722: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 7723: </dependencies>
7724: </file>
1.416 albertel 7725: <file>
7726: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
7727: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
7728: <categoryname>script</categoryname>
7729: <description>
7730: cgi binary for doing TeX -> math translation
7731: </description>
7732: <build trigger='always run'>
7733: loncom/cgi/mimeTeX/commands
7734: </build>
7735: <dependencies>
1.439 albertel 7736: commands;
7737: gfuntype.c;
7738: gifsave.c;
1.608 raeburn 7739: loncapanewcommands.h;
1.439 albertel 7740: mimetex.c;
7741: mimetex.h;
7742: mimetex.html;
7743: README;
7744: texfonts.h;
1.461 albertel 7745: LICENSE;
1.626 raeburn 7746: VERSION;
1.416 albertel 7747: </dependencies>
7748: </file>
1.10 harris41 7749: <fileglob>
7750: <glob>*.ent</glob>
7751: <sourcedir>loncom/MathML/</sourcedir>
7752: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
7753: <categoryname>system file</categoryname>
7754: <description>
1.27 harris41 7755: xml files which assign unicode numbers to mathematical symbols using
7756: <! ENTITY... > type syntax.
1.10 harris41 7757: </description>
7758: <filenames>
1.37 harris41 7759: isoamsa.ent;
7760: isoamsb.ent;
7761: isoamsc.ent;
7762: isoamsn.ent;
7763: isoamso.ent;
7764: isoamsr.ent;
7765: isobox.ent;
7766: isocyr1.ent;
7767: isocyr2.ent;
7768: isodia.ent;
7769: isogrk1.ent;
7770: isogrk2.ent;
7771: isogrk3.ent;
7772: isogrk4.ent;
7773: isolat1.ent;
7774: isolat2.ent;
7775: isomfrk.ent;
7776: isomopf.ent;
7777: isomscr.ent;
7778: isonum.ent;
7779: isopub.ent;
7780: isotech.ent;
7781: mmlalias.ent;
1.10 harris41 7782: mmlextra.ent
7783: </filenames>
1.37 harris41 7784: </fileglob>
1.10 harris41 7785: <file>
7786: <source>loncom/MathML/mathml.css</source>
7787: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
7788: <categoryname>system file</categoryname>
7789: <description>
7790: cascading style sheet
7791: </description>
7792: </file>
7793: <file>
7794: <source>loncom/MathML/mathml.dtd</source>
7795: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
7796: <categoryname>system file</categoryname>
7797: <description>
7798: document type definition
7799: </description>
7800: </file>
1.4 harris41 7801: <file>
1.10 harris41 7802: <source>loncom/auth/londes.js</source>
7803: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
7804: <categoryname>interface file</categoryname>
1.6 harris41 7805: <description>
1.27 harris41 7806: Encryption Routines according to Data Encryption Standard DES, written in
7807: javascript.
1.6 harris41 7808: </description>
1.4 harris41 7809: </file>
7810: <file>
1.10 harris41 7811: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 7812: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
7813: </target>
1.10 harris41 7814: <categoryname>handler</categoryname>
1.6 harris41 7815: <description>
1.115 harris41 7816: Intended for providing perl functions for the <script></script>
7817: environment in a problem that was converted from lectureonline.
1.6 harris41 7818: </description>
1.4 harris41 7819: </file>
7820: <file>
1.10 harris41 7821: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 7822: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
7823: </target>
1.10 harris41 7824: <categoryname>handler</categoryname>
1.6 harris41 7825: <description>
1.14 harris41 7826: Provides many functions for the <script> environment in a .problem.
1.11 harris41 7827: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 7828: </description>
1.4 harris41 7829: </file>
1.472 albertel 7830:
7831: <file>
7832: <source>loncom/homework/task.css</source>
1.475 albertel 7833: <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472 albertel 7834: <categoryname>handler</categoryname>
7835: <description>
7836: Style definitions for task display
7837: </description>
7838: </file>
7839: <file>
1.514 albertel 7840: <source>loncom/homework/task_ie.css</source>
7841: <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
7842: <categoryname>handler</categoryname>
7843: <description>
7844: Style definitions for task display for IE 6 and earlier
7845: </description>
7846: </file>
7847: <file>
1.515 albertel 7848: <source>loncom/homework/task_ie7.css</source>
1.514 albertel 7849: <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
7850: <categoryname>handler</categoryname>
7851: <description>
7852: Style definitions for task display for IE 7
7853: </description>
7854: </file>
7855: <file>
1.472 albertel 7856: <source>loncom/homework/task_grading.js</source>
1.475 albertel 7857: <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472 albertel 7858: <categoryname>handler</categoryname>
7859: <description>
7860: Javascript to make the grading screen of task easier to use
7861: </description>
7862: </file>
1.4 harris41 7863: <file>
1.10 harris41 7864: <source>loncom/homework/capa.units</source>
7865: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
7866: <categoryname>static conf</categoryname>
1.6 harris41 7867: <description>
1.10 harris41 7868: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 7869: </description>
1.4 harris41 7870: </file>
1.165 www 7871: <fileglob>
7872: <glob>*.jpg</glob>
7873: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
7874: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
7875: <categoryname>graphic file</categoryname>
7876: <description>Pages headers</description>
7877: <filenames>
7878: admin.jpg;
7879: author.jpg;
7880: coordinator.jpg;
7881: header.jpg;
7882: student.jpg;
1.166 www 7883: </filenames>
7884: </fileglob>
7885: <fileglob>
1.230 www 7886: <glob>*.jpg</glob>
7887: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
7888: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
7889: <categoryname>graphic file</categoryname>
7890: <description>Logos of LON-CAPA domains (jpg)</description>
7891: <filenames>
7892: headermsu.jpg;
1.422 www 7893: headertccfl.jpg;
1.442 www 7894: header_fsu.jpg;
7895: header_fsuK12.jpg;
1.444 www 7896: headerhope.jpg;
1.466 www 7897: jmsbanner.jpg;
1.230 www 7898: </filenames>
7899: </fileglob>
7900: <fileglob>
1.166 www 7901: <glob>*.gif</glob>
7902: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
7903: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
7904: <categoryname>graphic file</categoryname>
1.230 www 7905: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 7906: <filenames>
1.197 albertel 7907: 103.gif;
7908: gerd.gif;
7909: mio.gif;
7910: msuvu.gif;
7911: ohiou.gif;
7912: rhs.gif;
7913: sfu.gif;
7914: tmcc.gif;
7915: umich.gif;
7916: worf.gif;
7917: annarbor.gif;
7918: elps.gif;
7919: gwu.gif;
7920: msudemo.gif;
7921: ndsu.gif;
7922: physnet.gif;
7923: sc.gif;
7924: Selwyn.gif;
7925: ucf.gif;
7926: unihalle.gif;
7927: wscc.gif;
7928: cps.gif;
7929: fsu.gif;
1.442 www 7930: fsuK12.gif;
1.444 www 7931: hope.gif;
1.410 www 7932: vcu.gif;
1.197 albertel 7933: lsd.gif;
7934: msu.gif;
1.466 www 7935: jms.gif;
1.197 albertel 7936: nsdl.gif;
7937: pmm.gif;
7938: sunysb.gif;
7939: udel.gif;
1.223 albertel 7940: uz.gif;
7941: fvl.gif;
1.270 www 7942: csm.gif;
1.272 www 7943: nau.gif;
1.344 www 7944: nagoya.gif;
1.415 www 7945: kanazawa.gif;
1.381 www 7946: colorado.gif;
1.352 www 7947: acadiau.gif;
1.354 www 7948: psuerie.gif;
1.353 www 7949: redford.gif;
1.341 www 7950: huji.gif;
7951: ifusp.gif;
7952: ucsc.gif;
1.403 www 7953: uiuc.gif;
1.438 albertel 7954: uiucheader.gif;
1.445 www 7955: koinonia.gif;
1.303 www 7956: waverly.gif;
1.302 www 7957: cmich.gif;
1.285 www 7958: UNICAMP.gif;
1.364 www 7959: lakefenton.gif;
7960: grandblanc.gif;
1.223 albertel 7961: glps.gif;
1.275 www 7962: BCHS.gif;
1.223 albertel 7963: headersfu.gif;
1.311 albertel 7964: uwsp.gif;
1.417 www 7965: tccfl.gif;
1.325 www 7966: bsu.gif;
7967: wmston.gif;
1.423 www 7968: headerharvard.gif;
7969: harvard.gif;
1.426 www 7970: uga.gif;
7971: headeruga.gif;
1.433 albertel 7972: covenantchristianhs.gif;
1.168 www 7973: </filenames>
7974: </fileglob>
7975: <fileglob>
7976: <glob>*.tab</glob>
7977: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
7978: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
7979: <categoryname>conf</categoryname>
7980: <description>Designs of LON-CAPA domains</description>
1.166 www 7981: <filenames>
1.197 albertel 7982: annarbor.tab;
7983: default.tab;
7984: msu.tab;
1.270 www 7985: csm.tab;
1.341 www 7986: huji.tab;
1.272 www 7987: nau.tab;
1.344 www 7988: nagoya.tab;
1.445 www 7989: koinonia.tab;
1.415 www 7990: kanazawa.tab;
1.381 www 7991: colorado.tab;
1.352 www 7992: acadiau.tab;
1.354 www 7993: psuerie.tab;
1.353 www 7994: redford.tab;
1.302 www 7995: cmich.tab;
1.341 www 7996: ifusp.tab;
1.466 www 7997: jms.tab;
1.341 www 7998: ucsc.tab;
1.403 www 7999: uiuc.tab;
1.285 www 8000: UNICAMP.tab;
1.364 www 8001: lakefenton.tab;
8002: grandblanc.tab;
1.274 www 8003: fsu.tab;
1.442 www 8004: fsuK12.tab;
1.444 www 8005: hope.tab;
1.410 www 8006: vcu.tab;
1.197 albertel 8007: sfu.tab;
1.325 www 8008: wmston.tab;
8009: worf.tab;
1.417 www 8010: tccfl.tab;
1.423 www 8011: harvard.tab;
1.426 www 8012: uga.tab;
1.455 albertel 8013: tmcc.tab;
1.165 www 8014: </filenames>
8015: </fileglob>
1.10 harris41 8016: <fileglob>
8017: <glob>*.gif</glob>
1.304 www 8018: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
8019: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
8020: <categoryname>graphic file</categoryname>
8021: <description>icons used for the Portuguese LON-CAPA user interface</description>
8022: <filenames>
8023: anno_pt.gif;
8024: anot_pt.gif;
8025: bchat_pt.gif;
8026: catalog_pt.gif;
8027: ccrs_pt.gif;
8028: chrt_pt.gif;
8029: com_pt.gif;
8030: courses_pt.gif;
8031: cprv_pt.gif;
8032: cstr_pt.gif;
8033: docs_pt.gif;
8034: egrd_pt.gif;
8035: enrl_pt.gif;
8036: eval_pt.gif;
8037: fdbk_pt.gif;
8038: grds_pt.gif;
8039: keys_pt.gif;
8040: logout_pt.gif;
8041: nav_pt.gif;
8042: parm_pt.gif;
8043: pref_pt.gif;
8044: prt_pt.gif;
8045: res_pt.gif;
8046: roles_pt.gif;
8047: sbkm_pt.gif;
8048: spacer_pt.gif;
8049: sprs_pt.gif;
8050: src_pt.gif;
8051: stat_pt.gif;
8052: vbkm_pt.gif;
1.159 www 8053: </filenames>
8054: </fileglob>
8055: <fileglob>
8056: <glob>*.gif</glob>
8057: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
8058: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
8059: <categoryname>graphic file</categoryname>
8060: <description>icons used for the entire LON-CAPA user interface</description>
8061: <filenames>
1.37 harris41 8062: chat.gif;
1.631 schulted 8063: close-all-folders.gif;
1.37 harris41 8064: dempty.gif;
1.777 raeburn 8065: edittoplevel.gif;
1.37 harris41 8066: empty.gif;
8067: feedback.gif;
8068: group.gif;
8069: help.gif;
8070: info.gif;
8071: ledblink.gif;
8072: ledgreen.gif;
8073: ledoff.gif;
8074: ledon.gif;
1.631 schulted 8075: mark-discussionentries-read.gif;
1.37 harris41 8076: next.gif;
1.131 www 8077: nothumb.gif;
1.631 schulted 8078: open-all-folders.gif;
8079: open-first-problem.gif;
1.37 harris41 8080: qempty.gif;
1.809 raeburn 8081: refresh.gif;
1.631 schulted 8082: show-all.gif;
8083: show-incomplete-problems.gif;
1.781 www 8084: star.gif;
1.10 harris41 8085: </filenames>
8086: </fileglob>
1.532 www 8087: <fileglob>
8088: <glob>*.png</glob>
8089: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
8090: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
8091: <categoryname>graphic file</categoryname>
8092: <description>main menu graphical icons</description>
8093: <filenames>
8094: anno.png;
8095: bchat.png;
1.567 raeburn 8096: ccat.png;
1.532 www 8097: ccrs.png;
1.537 www 8098: clst.png;
1.532 www 8099: conf.png;
1.549 albertel 8100: courses.png;
1.687 bisitz 8101: crsconf.png;
1.532 www 8102: docs.png;
1.778 raeburn 8103: editmap.png;
1.532 www 8104: eval.png;
1.537 www 8105: grds.png;
1.532 www 8106: grps.png;
8107: mail.png;
8108: new.png;
8109: pgrd.png;
8110: pref.png;
8111: roles.png;
8112: sprs.png;
8113: anot.png;
1.611 tempelho 8114: anot2.png;
1.532 www 8115: blog.png;
8116: chrt.png;
8117: cprv.png;
1.533 www 8118: del.png;
1.532 www 8119: egrd.png;
8120: fdbk.png;
8121: keys.png;
1.533 www 8122: list.png;
1.532 www 8123: mcrs.png;
8124: parm.png;
8125: port.png;
8126: prt.png;
1.628 raeburn 8127: rcrs.png;
1.637 raeburn 8128: rsrv.png;
1.532 www 8129: src.png;
1.623 raeburn 8130: srvr.png;
1.537 www 8131: subm.png;
1.780 www 8132: thumbsup.png;
1.782 www 8133: thumbsup_gray.png;
1.793 raeburn 8134: thumbsup_novote.png;
1.780 www 8135: thumbsdown.png;
1.782 www 8136: thumbsdown_gray.png;
1.793 raeburn 8137: thumbsdown_novote.png;
1.827 raeburn 8138: webpage.png;
1.532 www 8139: back.png;
8140: catalog.png;
8141: com.png;
8142: cstr.png;
8143: enrl.png;
8144: forw.png;
8145: logout.png;
8146: nav.png;
8147: pcstr.png;
8148: pparm.png;
1.533 www 8149: pub.png;
1.532 www 8150: res.png;
1.533 www 8151: rtrv.png;
1.532 www 8152: sctr.png;
8153: stat.png;
1.645 bisitz 8154: pdfupload.png;
1.683 wenzelju 8155: course_ini.png;
8156: dismath.png;
8157: feedback.png;
8158: mngcu.png;
8159: prob_ana.png;
1.774 www 8160: process-stop.png;
1.683 wenzelju 8161: role_hotlist.png;
1.723 www 8162: reload.png;
1.683 wenzelju 8163: self_enroll.png;
8164: survey_rep.png;
8165: subdocs.png;
1.803 raeburn 8166: tolastloc.png;
1.683 wenzelju 8167: uplusr.png;
1.532 www 8168: </filenames>
8169: </fileglob>
1.617 droeschl 8170: <fileglob>
8171: <glob>*.png</glob>
8172: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
8173: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
8174: <categoryname>graphic file</categoryname>
8175: <description>graphical icons used in submenus</description>
8176: <filenames>
1.664 droeschl 8177: aboutme.png;
1.620 diwert 8178: addClickerInfoFile.png;
1.702 raeburn 8179: anonsurveythreshold.png;
1.705 wenzelju 8180: bubblesheet.png;
1.687 bisitz 8181: ccatconf.png;
1.848 raeburn 8182: ccat-22x22.png;
1.732 raeburn 8183: chat.png;
1.620 diwert 8184: comblock.png;
1.617 droeschl 8185: contact-new.png;
1.814 raeburn 8186: contact-new-22x22.png;
1.617 droeschl 8187: coprplot.png;
1.687 bisitz 8188: crsnew.png;
1.617 droeschl 8189: dialog-information.png;
1.814 raeburn 8190: docs-22x22.png;
1.617 droeschl 8191: document-open.png;
8192: document-properties.png;
1.705 wenzelju 8193: download_sub.png;
1.664 droeschl 8194: dropbox.png;
8195: dump.png;
1.617 droeschl 8196: edit-copy.png;
1.664 droeschl 8197: edit-find-replace.png;
1.617 droeschl 8198: edit-find.png;
1.696 wenzelju 8199: edit-mode-22x22.png;
1.617 droeschl 8200: edit-redo.png;
1.807 raeburn 8201: edit-redo-22x22.png;
1.617 droeschl 8202: edit-select-all.png;
8203: edit-undo.png;
1.807 raeburn 8204: edit-undo-22x22.png;
1.617 droeschl 8205: emblem-photos.png;
8206: emblem-readonly.png;
8207: emblem-system.png;
1.664 droeschl 8208: extres.png;
1.617 droeschl 8209: folder-new.png;
1.696 wenzelju 8210: folder-new-22x22.png;
1.617 droeschl 8211: format-justify-fill.png;
1.620 diwert 8212: fromfile.png;
1.705 wenzelju 8213: grade_PageFolder.png;
8214: grade_students.png;
8215: grading_table.png;
1.664 droeschl 8216: groupportfolio.png;
1.687 bisitz 8217: groupportfolioquota.png;
1.667 wenzelju 8218: grp_add.png;
8219: grp_settings.png;
8220: grp_tools.png;
1.664 droeschl 8221: ims.png;
8222: imsexport.png;
1.696 wenzelju 8223: link-new-22x22.png;
1.617 droeschl 8224: list-add.png;
1.807 raeburn 8225: list-add-22x22.png;
1.664 droeschl 8226: log.png;
1.617 droeschl 8227: mail-message-new.png;
1.814 raeburn 8228: mail-message-new-22x22.png;
1.617 droeschl 8229: mail-reply-all.png;
1.620 diwert 8230: mail-reply-sender.png;
8231: messalog.png;
1.696 wenzelju 8232: move-22x22.png;
1.664 droeschl 8233: myaboutme.png;
8234: navigation.png;
1.617 droeschl 8235: network-workgroup.png;
1.665 droeschl 8236: page.png;
1.617 droeschl 8237: preferences-desktop-font.png;
8238: preferences-desktop-locale.png;
8239: preferences-desktop-remote-desktop.png;
8240: preferences-desktop-theme.png;
8241: preferences-desktop-wallpaper.png;
8242: preferences-system-windows.png;
1.807 raeburn 8243: rcrs-22x22.png;
1.705 wenzelju 8244: receipt_number.png;
1.664 droeschl 8245: recover.png;
1.663 raeburn 8246: remotecontrol.png;
1.664 droeschl 8247: resversion.png;
1.807 raeburn 8248: role_hotlist-22x22.png;
1.814 raeburn 8249: rsrv-22x22.png;
1.696 wenzelju 8250: save-22x22.png;
1.664 droeschl 8251: scoreupfrm.png;
1.668 bisitz 8252: selfenrl-queue.png;
1.807 raeburn 8253: selfenrl-queue-22x22.png;
1.664 droeschl 8254: sequence.png;
8255: simple.png;
8256: simpprob.png;
1.617 droeschl 8257: start-here.png;
1.807 raeburn 8258: start-here-22x22.png;
1.617 droeschl 8259: subtimpl.png;
1.664 droeschl 8260: syllabus.png;
8261: symbs.png;
1.617 droeschl 8262: system-lock-screen.png;
8263: system-users.png;
1.802 raeburn 8264: timer.png;
1.814 raeburn 8265: trck-22x22.png;
1.705 wenzelju 8266: ungrade_sub.png;
1.687 bisitz 8267: uplcrs.png;
1.664 droeschl 8268: uploadscores.png;
8269: verify.png;
1.696 wenzelju 8270: view-mode-22x22.png;
8271: wishlist.png;
8272: wishlist-link.png;
1.804 raeburn 8273: wishlist-link-lighter.png;
1.617 droeschl 8274: </filenames>
8275: </fileglob>
1.4 harris41 8276: <file>
1.450 albertel 8277: <source>loncom/html/res/adm/pages/math_example.tex</source>
8278: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
8279: <categoryname>interface file</categoryname>
8280: <description>
8281: file with an example math equation in it.
8282: </description>
8283: </file>
8284: <file>
1.10 harris41 8285: <source>loncom/html/res/adm/pages/index.html</source>
8286: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
8287: <categoryname>interface file</categoryname>
1.6 harris41 8288: <description>
1.10 harris41 8289: welcoming page to the LON-CAPA system upon login
1.6 harris41 8290: </description>
1.4 harris41 8291: </file>
1.10 harris41 8292: <fileglob>
8293: <glob>*.gif</glob>
8294: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 8295: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
8296: </targetdir>
1.10 harris41 8297: <categoryname>graphic file</categoryname>
8298: <description>
1.132 harris41 8299: icons used for directory indexing and login screen
1.10 harris41 8300: </description>
8301: <filenames>
1.37 harris41 8302: a.gif;
8303: alert.black.gif;
8304: alert.red.gif;
8305: back.gif;
8306: ball.gray.gif;
8307: ball.red.gif;
8308: binary.gif;
8309: binhex.gif;
8310: blank.gif;
8311: bomb.gif;
8312: box1.gif;
8313: box2.gif;
8314: broken.gif;
8315: burst.gif;
8316: c.gif;
8317: comp.blue.gif;
8318: comp.gray.gif;
8319: compressed.gif;
8320: continued.gif;
8321: course.gif;
8322: dir.gif;
8323: down.gif;
8324: dvi.gif;
8325: f.gif;
8326: folder.gif;
8327: folder.open.gif;
8328: folder.sec.gif;
8329: folder_closed.gif;
8330: folder_closed_pressed.gif;
8331: folder_new.gif;
8332: folder_opened.gif;
8333: folder_opened_pressed.gif;
8334: folder_pointer_closed.gif;
8335: folder_pointer_opened.gif;
8336: folder_spacer.gif;
8337: folder_trash.gif;
8338: forward.gif;
8339: generic.gif;
8340: generic.red.gif;
8341: generic.sec.gif;
8342: hand.right.gif;
8343: hand.up.gif;
8344: html.gif;
8345: image1.gif;
8346: image2.gif;
8347: image3.gif;
8348: index.gif;
8349: layout.gif;
8350: left.gif;
8351: link.gif;
8352: mov.gif;
8353: movie1.gif;
8354: p.gif;
8355: patch.gif;
8356: pdf.gif;
8357: portal.gif;
8358: problem.gif;
8359: ps.gif;
8360: quill.gif;
8361: right.gif;
8362: screw1.gif;
8363: screw2.gif;
8364: script.gif;
8365: sound1.gif;
8366: sound2.gif;
8367: sphere1.gif;
8368: sphere2.gif;
8369: tar.gif;
8370: tex.gif;
8371: text.gif;
8372: transfer.gif;
8373: unknown.gif;
8374: up.gif;
8375: uu.gif;
8376: uuencoded.gif;
8377: white_space_20_22.gif;
8378: white_space_22_22.gif;
8379: whitespace1.gif;
8380: whitespace10.gif;
8381: whitespace2.gif;
8382: whitespace3.gif;
8383: whitespace4.gif;
8384: whitespace5.gif;
8385: whitespace6.gif;
8386: whitespace7.gif;
8387: whitespace8.gif;
8388: whitespace9.gif;
8389: world1.gif;
1.10 harris41 8390: world2.gif
8391: </filenames>
8392: </fileglob>
8393: <fileglob>
1.300 albertel 8394: <glob>*.*</glob>
8395: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
1.923 raeburn 8396: <targetdir dist='default'>home/httpd/html/adm/reactionresponse/</targetdir>
1.300 albertel 8397: <categoryname>interface file</categoryname>
8398: <description>
8399: Associated file for answering reactionresponse style questions
8400: </description>
8401: <filenames>
8402: reaction_editor.html;
8403: reaction_frame.html;
8404: reaction_help.html;
8405: reaction_viewer.html;
8406: reaction_window.html
1.10 harris41 8407: </filenames>
8408: </fileglob>
1.4 harris41 8409: <file>
1.509 raeburn 8410: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171 harris41 8411: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 8412: <categoryname>system script</categoryname>
1.171 harris41 8413: <description>
1.509 raeburn 8414: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171 harris41 8415: </description>
8416: <status>tested/documented/beta</status>
1.103 harris41 8417: </file>
8418: <file>
8419: <source>loncom/build/check-rpms</source>
1.152 harris41 8420: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 8421: <categoryname>system script</categoryname>
1.103 harris41 8422: <description>
8423: compare installed rpms with up-to-date distribution
8424: </description>
8425: <status>tested/documented/beta</status>
8426: </file>
8427: <file>
8428: <source>doc/man/check-rpms.1</source>
8429: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
8430: <categoryname>doc</categoryname>
8431: <description>man page for check-rpms</description>
8432: <build trigger='always run'>
1.115 harris41 8433: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 8434: echo 'manifying check-rpms'
1.103 harris41 8435: </build>
8436: <status>beta</status>
8437: <dependencies>
8438: ../../loncom/build/check-rpms
8439: </dependencies>
8440: </file>
8441: <file>
8442: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 8443: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
8444: </target>
1.103 harris41 8445: <categoryname>doc</categoryname>
8446: <description>POD-derived page for check-rpms</description>
8447: <build trigger='always run'>
1.118 harris41 8448: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
8449: && echo 'pod2html checkrpms'
1.103 harris41 8450: </build>
8451: <status>works/unverified</status>
8452: <dependencies>
8453: ../../loncom/build/check-rpms
8454: </dependencies>
1.4 harris41 8455: </file>
8456: <file>
1.10 harris41 8457: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 8458: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
8459: </target>
1.10 harris41 8460: <categoryname>script</categoryname>
1.6 harris41 8461: <description>
1.206 harris41 8462: Updates .lpmlnew files with previous settings. Also supports alternative
8463: schemes of settings-updating and file-overwriting.
1.6 harris41 8464: </description>
1.206 harris41 8465: <status>works/unverified</status>
1.4 harris41 8466: </file>
8467: <file>
1.348 albertel 8468: <source>loncom/cron/loncapa.built</source>
8469: <target dist='default'>etc/cron.d/loncapa</target>
8470: <categoryname>conf</categoryname>
8471: <description>
8472: file that specifies periodic processes to run for the LON-CAPA machine
8473: </description>
8474: <build trigger='always run'>
8475: loncom/cron/preserve_local_loncapa_cron
8476: </build>
8477: <dependencies>
8478: loncapa;
8479: preserve_local_loncapa_cron
8480: </dependencies>
1.10 harris41 8481: </file>
8482: <file>
1.686 raeburn 8483: <source>loncom/cron/loncapa</source>
8484: <target dist='default'>home/httpd/lib/perl/loncapa_cron-std</target>
8485: <categoryname>handler</categoryname>
8486: <description>
8487: Back-up of standard loncapa cron file (the actual file in use: /etc/cron.d/loncapa may contain local modifications).
8488: </description>
8489: </file>
8490: <file>
1.10 harris41 8491: <source>loncom/ntp/step-tickers</source>
1.175 harris41 8492: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
8493: </target>
8494: <categoryname>static conf</categoryname>
1.10 harris41 8495: <description>
8496: file that stimulates running of ntpdate upon init.d/xntpd initiation
8497: </description>
8498: <note>
8499: <table cellpadding='0' cellspacing='0' border='1'>
8500: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
8501: </table>
8502: </note>
1.48 harris41 8503: </file>
8504: <file>
8505: <source>loncom/pam.d/pwauth</source>
8506: <target dist='default'>etc/pam.d/pwauth</target>
8507: <categoryname>static conf</categoryname>
8508: <description>
8509: file that allows setuid password privileges for pwauth executable
8510: </description>
8511: </file>
8512: <file>
8513: <source>loncom/pam.d/pwchange</source>
8514: <target dist='default'>etc/pam.d/pwchange</target>
8515: <categoryname>static conf</categoryname>
8516: <description>
8517: file that allows setuid password privileges for pwchange (lcpasswd) executable
8518: </description>
1.10 harris41 8519: </file>
8520: <file>
8521: <source>loncom/init.d/loncontrol</source>
8522: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.903 raeburn 8523: <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 8524: <categoryname>root script</categoryname>
8525: <description>
8526: Controls the launching/halting of lonc, lond, and lonsql processes.
8527: </description>
8528: </file>
8529: <link>
1.545 albertel 8530: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
1.903 raeburn 8531: <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 8532: <target dist='default'>
1.37 harris41 8533: etc/rc.d/rc0.d/K05loncontrol;
8534: etc/rc.d/rc1.d/K05loncontrol;
8535: etc/rc.d/rc2.d/K05loncontrol;
8536: etc/rc.d/rc3.d/S95loncontrol;
8537: etc/rc.d/rc4.d/S95loncontrol;
8538: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 8539: etc/rc.d/rc6.d/K05loncontrol
1.729 raeburn 8540: </target>
1.903 raeburn 8541: <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 8542: etc/rc.d/rc0.d/K05loncontrol;
8543: etc/rc.d/rc1.d/K05loncontrol;
8544: etc/rc.d/rc2.d/K05loncontrol;
8545: etc/rc.d/rc3.d/S95loncontrol;
8546: etc/rc.d/rc5.d/S95loncontrol;
8547: etc/rc.d/rc6.d/K05loncontrol
8548: </target>
1.891 raeburn 8549: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14'>
1.727 raeburn 8550: etc/rc0.d/K05loncontrol;
8551: etc/rc1.d/K05loncontrol;
1.747 raeburn 8552: etc/rc2.d/S95loncontrol;
1.727 raeburn 8553: etc/rc3.d/S95loncontrol;
8554: etc/rc4.d/S95loncontrol;
8555: etc/rc5.d/S95loncontrol;
8556: etc/rc6.d/K05loncontrol
1.10 harris41 8557: </target>
8558: <categoryname>symbolic link</categoryname>
1.27 harris41 8559: <description>
1.654 raeburn 8560: symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
8561: </description>
1.10 harris41 8562: </link>
1.545 albertel 8563:
1.903 raeburn 8564: <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 8565: <source>loncom/init.d/loncontrol</source>
8566: <target>etc/rc.d/</target>
8567: <description>
8568: setup loncontrol to run at boot
8569: </description>
1.903 raeburn 8570: <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 8571: -c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'
1.545 albertel 8572: </installscript>
8573: <dependencies>
8574: loncom/init.d/loncontrol
8575: </dependencies>
8576: </file>
8577:
1.580 raeburn 8578: <file>
1.579 raeburn 8579: <source>doc/latex/utf8.def</source>
1.581 raeburn 8580: <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
8581: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
1.579 raeburn 8582: <categoryname>system file</categoryname>
8583: <description>
8584: utf8 definitions for LaTeX
8585: </description>
8586: </file>
8587:
1.10 harris41 8588: <file>
1.580 raeburn 8589: <source>doc/latex/utf8enc.dfu</source>
1.581 raeburn 8590: <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
8591: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
1.580 raeburn 8592: <categoryname>system file</categoryname>
8593: <description>
8594: utf8 declarations for LaTeX
8595: </description>
8596: </file>
8597:
8598: <file>
1.10 harris41 8599: <source>loncom/atalk/config</source>
1.152 harris41 8600: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 8601: <categoryname>static conf</categoryname>
1.6 harris41 8602: <description>
1.27 harris41 8603: configuration file to make LON-CAPA server file space accessible to
8604: Appleshares access (Macintosh)
1.6 harris41 8605: </description>
1.315 albertel 8606: </file>
8607: <file>
1.480 albertel 8608: <source>loncom/interface/loncss.pm</source>
8609: <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
8610: <categoryname>handler</categoryname>
8611: <description>
8612: Generates standard LON-CAPA CSS
8613: </description>
8614: </file>
8615: <file>
1.481 albertel 8616: <source>loncom/LONCAPA.pm</source>
8617: <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
8618: <categoryname>handler</categoryname>
8619: <description>
8620: Some basic Lon-CAPA functionality
8621: </description>
8622: </file>
8623: <file>
1.456 raeburn 8624: <source>loncom/interface/lonnotify.pm</source>
8625: <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
8626: <categoryname>handler</categoryname>
8627: <description>
8628: Interface for Domain Coordinators to (a) send broadcast e-mail to groups
8629: of users, and (b) to display e-mail of this type sent in the past.
8630: </description>
8631: </file>
8632: <file>
1.373 albertel 8633: <source>loncom/interface/lonhelpmenu.pm</source>
8634: <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
8635: <categoryname>handler</categoryname>
8636: <description>
8637: Creates a multipage help screen to help users out.
8638: </description>
8639: </file>
8640: <file>
8641: <source>loncom/interface/lonsupportreq.pm</source>
8642: <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
8643: <categoryname>handler</categoryname>
8644: <description>
1.500 raeburn 8645: Handler to make it easy for users to send a request to the helpdesk
8646: </description>
8647: </file>
8648: <file>
1.511 raeburn 8649: <source>loncom/interface/courseclassifier.pm</source>
8650: <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
8651: <categoryname>handler</categoryname>
8652: <description>
8653: Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
8654: </description>
8655: </file>
8656: <file>
1.500 raeburn 8657: <source>loncom/interface/coursecatalog.pm</source>
8658: <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
8659: <categoryname>handler</categoryname>
8660: <description>
8661: Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373 albertel 8662: </description>
8663: </file>
8664: <file>
1.516 raeburn 8665: <source>loncom/interface/resetpw.pm</source>
8666: <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
8667: <categoryname>handler</categoryname>
8668: <description>
8669: 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.
8670: </description>
8671: </file>
8672: <file>
1.570 raeburn 8673: <source>loncom/interface/createaccount.pm</source>
8674: <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
8675: <categoryname>handler</categoryname>
8676: <description>
8677: 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.
8678: </description>
8679: </file>
8680: <file>
1.315 albertel 8681: <source>loncom/interface/lonmodifycourse.pm</source>
8682: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
8683: <categoryname>handler</categoryname>
8684: <description>
8685: Interface to modifying a course's internal ENV values for automated
1.500 raeburn 8686: enrollment
1.315 albertel 8687: </description>
1.306 albertel 8688: </file>
8689: <file>
1.524 raeburn 8690: <source>loncom/interface/domainprefs.pm</source>
8691: <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
8692: <categoryname>handler</categoryname>
8693: <description>
8694: Interface for modifying domain configuration
8695: </description>
8696: </file>
8697: <file>
1.623 raeburn 8698: <source>loncom/interface/domainstatus.pm</source>
8699: <target dist='default'>home/httpd/lib/perl/Apache/domainstatus.pm</target>
8700: <categoryname>handler</categoryname>
8701: <description>
8702: Handler for generation of a menu of links to server status utilities
8703: </description>
8704: </file>
1.638 raeburn 8705: <file>
8706: <source>loncom/interface/lonconfigsettings.pm</source>
8707: <target dist='default'>home/httpd/lib/perl/Apache/lonconfigsettings.pm</target>
8708: <categoryname>handler</categoryname>
8709: <description>
8710: Common routines for generating menus to set default configuration settings -
8711: for a domain or for a course.
8712: </description>
8713: </file>
1.623 raeburn 8714: <file>
1.639 raeburn 8715: <source>loncom/interface/lonpdfupload.pm</source>
8716: <target dist='default'>home/httpd/lib/perl/Apache/lonpdfupload.pm</target>
8717: <categoryname>handler</categoryname>
8718: <description>
8719: Interface to upload a PDF form containing responses to problems entered offline using a PDF reader for storage as submissions.
8720: </description>
8721: </file>
8722: <file>
1.306 albertel 8723: <source>loncom/interface/lonpopulate.pm</source>
8724: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
8725: <categoryname>handler</categoryname>
8726: <description>
8727: Handler for configuring automated enrollment
8728: </description>
8729: </file>
8730: <file>
8731: <source>loncom/enrollment/Enrollment.pm</source>
8732: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
8733: <categoryname>handler</categoryname>
8734: <description>
8735: Handler for automated enrollment
8736: </description>
8737: </file>
8738: <file>
8739: <source>loncom/enrollment/localenroll.pm</source>
8740: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
8741: <categoryname>conf</categoryname>
8742: <description>
8743: Local handler for automated enrollment.
8744: </description>
8745: </file>
8746: <file>
8747: <source>loncom/enrollment/localenroll.pm</source>
8748: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
8749: <categoryname>handler</categoryname>
8750: <description>
8751: Local handler for automated enrollment, standard version.
8752: </description>
8753: </file>
8754: <file>
8755: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 8756: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 8757: <categoryname>script</categoryname>
8758: <description>
1.542 raeburn 8759: Script to perform automated enrollments from institutional classlists.
1.306 albertel 8760: </description>
1.4 harris41 8761: </file>
1.395 albertel 8762: <file>
1.543 raeburn 8763: <source>loncom/enrollment/Autoupdate.pl</source>
8764: <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
8765: <categoryname>script</categoryname>
8766: <description>
8767: Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
8768: </description>
8769: </file>
8770: <file>
1.395 albertel 8771: <source>loncom/auth/localstudentphoto.pm</source>
8772: <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
8773: <categoryname>conf</categoryname>
8774: <description>
8775: Local handler for automated enrollment.
8776: </description>
8777: </file>
8778: <file>
8779: <source>loncom/auth/localstudentphoto.pm</source>
8780: <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
8781: <categoryname>handler</categoryname>
8782: <description>
8783: Local handler for automated enrollment, standard version.
8784: </description>
8785: </file>
1.436 raeburn 8786: <file>
8787: <source>loncom/automation/batchcreatecourse.pm</source>
8788: <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
8789: <categoryname>handler</categoryname>
8790: <description>
8791: Handler for batch creation of courses.
8792: </description>
8793: </file>
8794: <file>
1.779 raeburn 8795: <source>loncom/interface/lonblockingmenu.pm</source>
8796: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingmenu.pm</target>
8797: <categoryname>handler</categoryname>
8798: <description>
8799: Handler for configuration of blocking of access to collaborative tools and/or
8800: resources for the duration of an exam.
8801: </description>
8802: </file>
8803: <file>
1.650 droeschl 8804: <source>loncom/interface/lonblockingstatus.pm</source>
8805: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingstatus.pm</target>
8806: <categoryname>handler</categoryname>
8807: <description>
8808: Used for displaying the communication blocking status.
8809: </description>
8810: </file>
8811: <file>
1.696 wenzelju 8812: <source>loncom/interface/lonwishlist.pm</source>
8813: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlist.pm</target>
8814: <categoryname>handler</categoryname>
8815: <description>
1.726 wenzelju 8816: Utilities to modify the wishlist (add new links and folders,
1.696 wenzelju 8817: edit, move, sort or delete existing links and folders).
8818: Links from the wishlist can be imported into courses.</description>
8819: <status>works/unverified</status>
8820: </file>
8821: <file>
1.726 wenzelju 8822: <source>loncom/interface/lonwishlistdisplay.pm</source>
8823: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlistdisplay.pm</target>
8824: <categoryname>handler</categoryname>
8825: <description>
8826: Module for displaying the wishlist.</description>
8827: <status>works/unverified</status>
8828: </file>
8829: <file>
1.893 raeburn 8830: <source>loncom/interface/lonrelrequtils.pm</source>
8831: <target dist='default'>home/httpd/lib/perl/Apache/lonrelrequtils.pm</target>
8832: <categoryname>handler</categoryname>
8833: <description>
8834: Utilities to update information about LON-CAPA version requirements
8835: in a course.</description>
8836: <status>works/unverified</status>
8837: </file>
8838: <file>
1.436 raeburn 8839: <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
8840: <target dist='default'>home/httpd/perl/Autocreate.pl</target>
8841: <categoryname>script</categoryname>
8842: <description>
8843: Script for automated course creation.
8844: </description>
8845: </file>
1.400 albertel 8846: <fileglob>
1.512 albertel 8847: <glob>*.pl</glob>
1.401 albertel 8848: <sourcedir>loncom/debugging_tools/</sourcedir>
1.402 albertel 8849: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400 albertel 8850: <categoryname>script</categoryname>
8851: <description>
8852: Tools for helping debug Lon-CAPA
8853: </description>
8854: <filenames>
8855: activity_to_accesscount.pl;
1.420 albertel 8856: clean_db.pl;
1.513 albertel 8857: db_copy.pl;
1.400 albertel 8858: dump_db.pl;
8859: escape.pl;
8860: excise_from_db.pl;
8861: getties.pl;
8862: login_count.pl;
8863: modify_config_files.pl;
1.767 raeburn 8864: move_construction_spaces.pl;
1.400 albertel 8865: parse_scantron.pl;
1.826 raeburn 8866: rebuild_db_from_hist.pl;
1.400 albertel 8867: seed_accesscount.pl;
8868: stress.pl;
1.644 raeburn 8869: testkerberos.pl;
1.400 albertel 8870: unescape.pl;
8871: user_login_count.pl;
8872: </filenames>
8873: </fileglob>
1.513 albertel 8874: <fileglob>
1.748 raeburn 8875: <glob>*.*</glob>
1.513 albertel 8876: <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
8877: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
8878: <categoryname>script</categoryname>
8879: <description>
8880: Binary tools for LON-CAPA
8881: </description>
8882: <filenames>
1.544 albertel 8883: create_db_dynamic_64_so.3;
1.513 albertel 8884: </filenames>
8885: </fileglob>
1.904 golterma 8886:
8887: <fileglob>
8888: <glob>*.*</glob>
8889: <sourcedir>loncom/html/adm/codemirror/</sourcedir>
8890: <targetdir>home/httpd/html/adm/codemirror/</targetdir>
8891: <categoryname>script</categoryname>
8892: <description>
8893: Codemirror for xml editor and script blocks in colorful editor
8894: </description>
8895: </fileglob>
8896:
1.430 albertel 8897: <file>
1.748 raeburn 8898: <source>loncom/debugging_tools/compiled/create_db_dynamic</source>
8899: <target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
8900: <categoryname>script</categoryname>
8901: <description>
8902: Binary tool for LON-CAPA
8903: </description>
8904: </file>
8905: <file>
8906: <source>loncom/debugging_tools/compiled/create_db_dynamic_64</source>
8907: <target dist='default'>home/httpd/perl/debug/create_db_dynamic_64</target>
8908: <categoryname>script</categoryname>
8909: <description>
8910: Binary tool for LON-CAPA
8911: </description>
8912: </file>
8913: <file>
8914: <source>loncom/debugging_tools/compiled/dump_db_static_32</source>
8915: <target dist='default'>home/httpd/perl/debug/dump_db_static_32</target>
8916: <categoryname>script</categoryname>
8917: <description>
8918: Binary tool for LON-CAPA
8919: </description>
8920: </file>
8921: <file>
1.430 albertel 8922: <source>loncom/build/distprobe</source>
8923: <target dist='default'>home/httpd/perl/distprobe</target>
8924: <categoryname>script</categoryname>
8925: <description>
8926: for probing operating system flavor and version
8927: </description>
8928: <note>
8929: </note>
8930: </file>
1.740 raeburn 8931: <file>
8932: <source>loncom/clusteradmin</source>
8933: <target dist='default'>home/httpd/perl/manage_dns/clusteradmin</target>
1.742 raeburn 8934: <categoryname>root script</categoryname>
1.740 raeburn 8935: <description>
8936: Script to update cluster tables: dns_hosts.tab and dns_domain.tab
8937: on a LON-CAPA DNS server.
8938: </description>
1.742 raeburn 8939: <status>works/unverified</status>
1.740 raeburn 8940: </file>
1.14 harris41 8941: </files>
1.1 harris41 8942: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>