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