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