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