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