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