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