Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.390
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.390 ! sakharuk 5: <!-- $Id: loncapafiles.lpml,v 1.389 2004/09/22 18:47:08 sakharuk 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: !!! REDHAT 6.2 NOTICE !!!
43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
44: !!! This sometimes happens (bad): !!!
45: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
46: !!! Should be: !!!
47: !!! 127.0.0.1 localhost.localdomain localhost !!!
48: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
49: </specialnotice>
1.115 harris41 50: <specialnotice dist='redhat7 redhat7.1'>
1.79 harris41 51: !!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
1.69 harris41 52: !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
53: !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
54: !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!!
55: !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
56: !!!! The offending line is in CGI/Cookie.pm !!
57: !!!! !!
1.93 harris41 58: !!!! it should be changed from !!
59: !!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
60: !!!! to !!
1.69 harris41 61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
62: !!!! !!
1.93 harris41 63: !!!! (This is just below the following line ) !!
1.69 harris41 64: !!!! # IE requires the path and domain to be present for some reason. !!
65: </specialnotice>
1.94 harris41 66: </specialnotices>
1.1 harris41 67: <targetroot>/</targetroot>
68: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 69: <categories>
1.1 harris41 70: <category name="interface file" type="runtime">
1.5 harris41 71: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 72: <abbreviation>interfacefile</abbreviation>
1.1 harris41 73: </category>
74: <category name="interface file" type="development">
1.5 harris41 75: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 76: <abbreviation>interfacefile</abbreviation>
1.1 harris41 77: </category>
78: <category name="setuid script" type="runtime">
1.5 harris41 79: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 80: <abbreviation>setuid</abbreviation>
1.1 harris41 81: </category>
82: <category name="setuid script" type="development">
1.5 harris41 83: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 84: <abbreviation>setuid</abbreviation>
1.1 harris41 85: </category>
86: <category name="handler" type="runtime">
1.5 harris41 87: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 88: <abbreviation>handler</abbreviation>
1.1 harris41 89: </category>
90: <category name="handler" type="development">
1.89 harris41 91: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 92: <abbreviation>handler</abbreviation>
1.1 harris41 93: </category>
94: <category name="static conf" type="runtime">
1.5 harris41 95: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 96: <abbreviation>static</abbreviation>
1.1 harris41 97: </category>
98: <category name="static conf" type="development">
1.5 harris41 99: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 100: <abbreviation>static</abbreviation>
1.1 harris41 101: </category>
1.301 albertel 102: <category name="www static conf" type="runtime">
103: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
104: <abbreviation>static</abbreviation>
105: </category>
106: <category name="www static conf" type="development">
107: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
108: <abbreviation>static</abbreviation>
109: </category>
1.1 harris41 110: <category name="conf" type="runtime">
1.5 harris41 111: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 112: <abbreviation>configurable</abbreviation>
1.1 harris41 113: </category>
114: <category name="conf" type="development">
1.5 harris41 115: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 116: <abbreviation>configurable</abbreviation>
1.1 harris41 117: </category>
118: <category name="script" type="runtime">
1.89 harris41 119: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 120: <abbreviation>script</abbreviation>
1.1 harris41 121: </category>
122: <category name="script" type="development">
1.89 harris41 123: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 124: <abbreviation>script</abbreviation>
1.1 harris41 125: </category>
126: <category name="graphic file" type="runtime">
1.5 harris41 127: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 128: <abbreviation>graphicfile</abbreviation>
1.1 harris41 129: </category>
130: <category name="graphic file" type="development">
1.89 harris41 131: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 132: <abbreviation>graphicfile</abbreviation>
1.1 harris41 133: </category>
1.83 harris41 134: <category name="doc" type="runtime">
135: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
136: <abbreviation>systemfile</abbreviation>
137: </category>
138: <category name="doc" type="development">
139: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
140: <abbreviation>systemfile</abbreviation>
141: </category>
1.1 harris41 142: <category name="system file" type="runtime">
1.5 harris41 143: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 144: <abbreviation>systemfile</abbreviation>
1.1 harris41 145: </category>
146: <category name="system file" type="development">
1.5 harris41 147: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 148: <abbreviation>systemfile</abbreviation>
1.1 harris41 149: </category>
1.188 harris41 150: <category name="system script" type="runtime">
151: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
152: <abbreviation>systemscript</abbreviation>
153: </category>
154: <category name="system script" type="development">
155: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
156: <abbreviation>systemscript</abbreviation>
157: </category>
1.1 harris41 158: <category name="root script" type="runtime">
1.89 harris41 159: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 160: <abbreviation>rootscript</abbreviation>
1.1 harris41 161: </category>
162: <category name="root script" type="development">
1.89 harris41 163: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 164: <abbreviation>rootscript</abbreviation>
1.1 harris41 165: </category>
166: <category name="symbolic link" type="runtime">
1.5 harris41 167: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 168: <abbreviation>link</abbreviation>
1.1 harris41 169: </category>
170: <category name="symbolic link" type="development">
1.5 harris41 171: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 172: <abbreviation>link</abbreviation>
1.1 harris41 173: </category>
174: <category name="standard" type="runtime">
1.5 harris41 175: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 176: <abbreviation>directory</abbreviation>
1.1 harris41 177: </category>
178: <category name="standard" type="development">
1.5 harris41 179: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 180: <abbreviation>directory</abbreviation>
1.1 harris41 181: </category>
182: <category name="server standard" type="runtime">
1.5 harris41 183: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 184: <abbreviation>directory</abbreviation>
1.1 harris41 185: </category>
186: <category name="server standard" type="development">
1.5 harris41 187: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 188: <abbreviation>directory</abbreviation>
1.1 harris41 189: </category>
190: <category name="server readonly" type="runtime">
1.5 harris41 191: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 192: <abbreviation>directory</abbreviation>
1.1 harris41 193: </category>
194: <category name="server readonly" type="development">
1.89 harris41 195: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 196: <abbreviation>directory</abbreviation>
1.1 harris41 197: </category>
1.14 harris41 198: </categories>
1.2 harris41 199: <rpm>
1.3 harris41 200: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
201: <rpmName>LON-CAPA-base</rpmName>
202: <rpmVersion>3.1</rpmVersion>
203: <rpmRelease>1</rpmRelease>
1.27 harris41 204: <rpmVendor>Laboratory for Instructional Technology Education,
205: Division of Science and Mathematics Education, Michigan State University.
206: </rpmVendor>
1.3 harris41 207: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
208: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
209: <rpmGroup>Utilities/System</rpmGroup>
210: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
211: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 212: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
213: files in their directories.\n
214: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
215: </rpmdescription>
1.10 harris41 216: <rpmpre>echo '***********************************************************************'\n
217: echo 'LON-CAPA LearningOnline with CAPA'\n
218: echo 'http://www.lon-capa.org/'\n
219: echo 'Gerd Kortemeyer, et al'\n
220: echo 'Laboratory for Instructional Technology Education'\n
221: echo 'Michigan State University'\n
222: echo 'General Public License, Version 2, June 1991'\n
223: echo '** Michigan State University patents may apply **'\n
224: echo ' '\n
225: echo 'This installation assumes an installation of Redhat 6.2'\n
226: echo ' '\n
227: echo 'The server computer should be currently connected to the ethernet'\n
228: echo ' '\n
229: echo '***********************************************************************'\n
230: </rpmpre>
1.83 harris41 231: <rpmRequires>
232: <item>PreReq: LON-CAPA-setup</item>
233: <item>PreReq: apache</item>
1.129 harris41 234: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 235: </rpmRequires>
1.2 harris41 236: </rpm>
1.14 harris41 237: <directories>
1.115 harris41 238: <directory dist='default'>
1.179 harris41 239: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 240: <targetdir dist='default'>etc</targetdir>
241: <categoryname>standard</categoryname>
242: <description>standard linux directory for configuration files</description>
243: </directory>
1.115 harris41 244: <directory dist='default'>
1.179 harris41 245: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 246: <targetdir dist='default'>etc/cron.d</targetdir>
247: <categoryname>standard</categoryname>
248: <description>standard linux directory for running time-based "jobs"
249: </description>
250: </directory>
1.115 harris41 251: <directory dist='default'>
1.179 harris41 252: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 253: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.3 harris41 254: <categoryname>standard</categoryname>
255: <description>web configuration files</description>
1.37 harris41 256: </directory>
1.115 harris41 257: <directory dist='default'>
1.179 harris41 258: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 259: <targetdir dist='default'>etc/pam.d</targetdir>
260: <categoryname>standard</categoryname>
261: <description>configuration directory for password authentication mechanism
262: </description>
263: </directory>
1.115 harris41 264: <directory dist='default'>
1.179 harris41 265: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 266: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.142 harris41 267: <targetdir dist='debian'>etc/init.d</targetdir>
1.37 harris41 268: <categoryname>standard</categoryname>
269: <description>scripts that run during system startup</description>
270: </directory>
1.115 harris41 271: <directory dist='default'>
1.179 harris41 272: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 273: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.142 harris41 274: <targetdir dist='debian'>etc/rc0.d</targetdir>
1.37 harris41 275: <categoryname>standard</categoryname>
276: <description>scripts that run for run-level 0</description>
277: </directory>
1.198 albertel 278: <directory dist='default'>
1.179 harris41 279: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 280: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.142 harris41 281: <targetdir dist='debian'>etc/rc1.d</targetdir>
1.37 harris41 282: <categoryname>standard</categoryname>
283: <description>scripts that run for run-level 1</description>
284: </directory>
1.115 harris41 285: <directory dist='default'>
1.179 harris41 286: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 287: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.142 harris41 288: <targetdir dist='debian'>etc/rc2.d</targetdir>
1.37 harris41 289: <categoryname>standard</categoryname>
290: <description>scripts that run for run-level 2</description>
291: </directory>
1.115 harris41 292: <directory dist='default'>
1.215 albertel 293: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 294: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.142 harris41 295: <targetdir dist='debian'>etc/rc3.d</targetdir>
1.37 harris41 296: <categoryname>standard</categoryname>
297: <description>scripts that run for run-level 3</description>
298: </directory>
1.115 harris41 299: <directory dist='default'>
1.179 harris41 300: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 301: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.142 harris41 302: <targetdir dist='debian'>etc/rc4.d</targetdir>
1.37 harris41 303: <categoryname>standard</categoryname>
304: <description>scripts that run for run-level 4</description>
305: </directory>
1.115 harris41 306: <directory dist='default'>
1.179 harris41 307: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 308: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.142 harris41 309: <targetdir dist='debian'>etc/rc5.d</targetdir>
1.37 harris41 310: <categoryname>standard</categoryname>
311: <description>scripts that run for run-level 5</description>
312: </directory>
1.115 harris41 313: <directory dist='default'>
1.179 harris41 314: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 315: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.142 harris41 316: <targetdir dist='debian'>etc/rc6.d</targetdir>
1.37 harris41 317: <categoryname>standard</categoryname>
318: <description>scripts that run for run-level 6</description>
319: </directory>
1.115 harris41 320: <directory dist='default'>
1.179 harris41 321: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 322: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 323: <categoryname>standard</categoryname>
324: <description>tab-formatted reference files</description>
325: </directory>
1.115 harris41 326: <directory dist='default'>
1.179 harris41 327: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 328: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 329: <categoryname>standard</categoryname>
330: <description>start of the web server tree</description>
331: </directory>
1.115 harris41 332: <directory dist='default'>
1.179 harris41 333: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 334: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 335: <categoryname>server readonly</categoryname>
1.3 harris41 336: <description>perl scripts for managing the LON-CAPA system</description>
337: </directory>
1.115 harris41 338: <directory dist='default'>
1.179 harris41 339: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 340: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 341: <categoryname>server standard</categoryname>
1.27 harris41 342: <description>location where system performance and error logs are kept
1.90 harris41 343: </description>
344: </directory>
1.115 harris41 345: <directory dist='default'>
1.179 harris41 346: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 347: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 348: <categoryname>server standard</categoryname>
349: <description>
350: Used by lond parent to check if children are responding to USR1 signals
351: (otherwise they are killed and replaced).
1.27 harris41 352: </description>
1.3 harris41 353: </directory>
1.115 harris41 354: <directory dist='default'>
1.179 harris41 355: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 356: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 357: <categoryname>server standard</categoryname>
1.27 harris41 358: <description>location where temporary files (for caching) are stored
359: </description>
1.3 harris41 360: </directory>
1.115 harris41 361: <directory dist='default'>
1.179 harris41 362: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 363: <targetdir dist='default'>home/httpd/prtspool</targetdir>
364: <categoryname>server standard</categoryname>
365: <description>for the output of lonprintout.pm
366: </description>
1.155 harris41 367: </directory>
368: <directory dist='default'>
1.179 harris41 369: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 370: <targetdir dist='default'>home/httpd/lib</targetdir>
371: <categoryname>server readonly</categoryname>
372: <description>location of LON-CAPA software modules and
373: extensions</description>
1.64 harris41 374: </directory>
1.115 harris41 375: <directory dist='default'>
1.306 albertel 376: <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
1.179 harris41 377: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 378: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
379: <categoryname>server readonly</categoryname>
380: <description>location of LON-CAPA non web mod-perl handlers</description>
381: </directory>
1.115 harris41 382: <directory dist='default'>
1.179 harris41 383: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 384: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 385: <categoryname>server readonly</categoryname>
386: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 387: </directory>
1.115 harris41 388: <directory dist='default'>
1.179 harris41 389: <protectionlevel>modest_delete</protectionlevel>
1.283 www 390: <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
391: <categoryname>server readonly</categoryname>
392: <description>location of LON-CAPA MakeText translation files</description>
393: </directory>
394: <directory dist='default'>
395: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 396: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
397: <categoryname>server readonly</categoryname>
398: <description>location of HTML specific perl module fixes and additions
399: </description>
1.3 harris41 400: </directory>
1.115 harris41 401: <directory dist='default'>
1.179 harris41 402: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 403: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
404: <categoryname>server readonly</categoryname>
405: <description>location of HTML specific perl module fixes and additions
406: </description>
407: </directory>
408: <directory dist='default'>
1.179 harris41 409: <protectionlevel>modest_delete</protectionlevel>
410: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 411: <categoryname>server standard</categoryname>
412: <description>cookie jar</description>
413: </directory>
1.115 harris41 414: <directory dist='default'>
1.226 albertel 415: <protectionlevel>modest_delete</protectionlevel>
416: <targetdir dist='default'>home/httpd/scantron</targetdir>
417: <categoryname>server standard</categoryname>
418: <description>uploaded scantron forms directory</description>
419: </directory>
420: <directory dist='default'>
1.179 harris41 421: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 422: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 423: <categoryname>server standard</categoryname>
424: <description>lonc's sockets</description>
425: </directory>
1.115 harris41 426: <directory dist='default'>
1.179 harris41 427: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 428: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 429: <categoryname>server standard</categoryname>
430: <description>lonc's sockets (delayed)</description>
431: </directory>
1.115 harris41 432: <directory dist='default'>
1.179 harris41 433: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 434: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
435: <categoryname>standard</categoryname>
436: <description>location of cgi scripts</description>
437: </directory>
1.115 harris41 438: <directory dist='default'>
1.179 harris41 439: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 440: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 441: <categoryname>server standard</categoryname>
442: <description>location of web-accessible file tree</description>
443: </directory>
1.115 harris41 444: <directory dist='default'>
1.179 harris41 445: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 446: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 447: <categoryname>server standard</categoryname>
448: <description>root of resource tree</description>
449: </directory>
1.115 harris41 450: <directory dist='default'>
1.179 harris41 451: <protectionlevel>modest_delete</protectionlevel>
1.151 www 452: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
453: <categoryname>server standard</categoryname>
454: <description>root for user uploaded files</description>
455: </directory>
456: <directory dist='default'>
1.179 harris41 457: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 458: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 459: <categoryname>server readonly</categoryname>
460: <description>unauthenticated resources</description>
461: </directory>
1.115 harris41 462: <directory dist='default'>
1.179 harris41 463: <protectionlevel>modest_delete</protectionlevel>
1.337 www 464: <targetdir dist='default'>home/httpd/html/htmlarea</targetdir>
465: <categoryname>server readonly</categoryname>
466: <description>Web directory for HTMLArea</description>
467: </directory>
468: <directory dist='default'>
469: <protectionlevel>modest_delete</protectionlevel>
470: <targetdir dist='default'>home/httpd/html/htmlarea/images</targetdir>
471: <categoryname>server readonly</categoryname>
472: <description>Images for HTMLArea</description>
473: </directory>
474: <directory dist='default'>
475: <protectionlevel>modest_delete</protectionlevel>
476: <targetdir dist='default'>home/httpd/html/htmlarea/lang</targetdir>
477: <categoryname>server readonly</categoryname>
478: <description>Language files for HTMLArea</description>
479: </directory>
480: <directory dist='default'>
481: <protectionlevel>modest_delete</protectionlevel>
1.359 www 482: <targetdir dist='default'>home/httpd/html/htmlarea/plugins</targetdir>
483: <categoryname>server readonly</categoryname>
484: <description>Plugins for HTMLArea</description>
485: </directory>
486: <directory dist='default'>
487: <protectionlevel>modest_delete</protectionlevel>
488: <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage</targetdir>
489: <categoryname>server readonly</categoryname>
490: <description>FullPage plugin for HTMLArea</description>
491: </directory>
492: <directory dist='default'>
493: <protectionlevel>modest_delete</protectionlevel>
494: <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/img</targetdir>
495: <categoryname>server readonly</categoryname>
496: <description>FullPage plugin for HTMLArea</description>
497: </directory>
498: <directory dist='default'>
499: <protectionlevel>modest_delete</protectionlevel>
500: <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/lang</targetdir>
501: <categoryname>server readonly</categoryname>
502: <description>FullPage plugin for HTMLArea</description>
503: </directory>
504: <directory dist='default'>
505: <protectionlevel>modest_delete</protectionlevel>
506: <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/popups</targetdir>
507: <categoryname>server readonly</categoryname>
508: <description>FullPage plugin for HTMLArea</description>
509: </directory>
510: <directory dist='default'>
511: <protectionlevel>modest_delete</protectionlevel>
1.337 www 512: <targetdir dist='default'>home/httpd/html/htmlarea/popups</targetdir>
513: <categoryname>server readonly</categoryname>
514: <description>Popup windows for HTMLArea</description>
515: </directory>
516: <directory dist='default'>
517: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 518: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 519: <categoryname>server readonly</categoryname>
520: <description>home of the rat</description>
521: </directory>
1.115 harris41 522: <directory dist='default'>
1.179 harris41 523: <protectionlevel>modest_delete</protectionlevel>
1.32 harris41 524: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
525: <categoryname>server readonly</categoryname>
526: <description>online help documentation</description>
1.257 albertel 527: </directory>
528: <directory dist='default'>
529: <protectionlevel>modest_delete</protectionlevel>
530: <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
531: <categoryname>server readonly</categoryname>
532: <description>JME support files</description>
1.140 bowersj2 533: </directory>
534: <directory dist='default'>
1.179 harris41 535: <protectionlevel>modest_delete</protectionlevel>
1.235 bowersj2 536: <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
537: <categoryname>server readonly</categoryname>
538: <description>XML specifications for helpers</description>
539: </directory>
540: <directory dist='default'>
541: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 542: <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
543: <categoryname>server readonly</categoryname>
544: <description>online help documentation gif files</description>
545: </directory>
546: <directory dist='default'>
1.179 harris41 547: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 548: <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
549: <categoryname>server readonly</categoryname>
550: <description>online help documentation eps files</description>
551: </directory>
552: <directory dist='default'>
1.179 harris41 553: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 554: <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
555: <categoryname>server readonly</categoryname>
556: <description>online help documentation tex files</description>
557: </directory>
558: <directory dist='default'>
1.179 harris41 559: <protectionlevel>modest_delete</protectionlevel>
1.317 www 560: <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
561: <categoryname>server readonly</categoryname>
562: <description>Russian online help documentation tex files</description>
563: </directory>
564: <directory dist='default'>
565: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 566: <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
567: <categoryname>server readonly</categoryname>
568: <description>online help documentation png files</description>
1.32 harris41 569: </directory>
1.115 harris41 570: <directory dist='default'>
1.179 harris41 571: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 572: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73 harris41 573: <categoryname>server readonly</categoryname>
574: <description>online help documentation for the LON-CAPA programming
575: interface</description>
576: </directory>
1.115 harris41 577: <directory dist='default'>
1.179 harris41 578: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 579: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
580: </targetdir>
1.73 harris41 581: <categoryname>server readonly</categoryname>
582: <description>online help documentation for the LON-CAPA programming
583: interface, Apache (mod_perl) handlers</description>
584: </directory>
1.115 harris41 585: <directory dist='default'>
1.179 harris41 586: <protectionlevel>modest_delete</protectionlevel>
1.77 harris41 587: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
588: <categoryname>server readonly</categoryname>
589: <description>online help documentation for the LON-CAPA programming
590: interface, Apache (mod_perl) handlers</description>
591: </directory>
1.115 harris41 592: <directory dist='default'>
1.179 harris41 593: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 594: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 595: <categoryname>server readonly</categoryname>
596: <description>graphic widgets</description>
597: </directory>
1.115 harris41 598: <directory dist='default'>
1.179 harris41 599: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 600: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 601: <categoryname>server readonly</categoryname>
1.57 harris41 602: <description>miscellaneous resources</description>
1.3 harris41 603: </directory>
1.115 harris41 604: <directory dist='default'>
1.179 harris41 605: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 606: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 607: <categoryname>server readonly</categoryname>
608: <description>error warnings and icons</description>
609: </directory>
1.115 harris41 610: <directory dist='default'>
1.179 harris41 611: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 612: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 613: <categoryname>server standard</categoryname>
1.10 harris41 614: <description>Home directories of local users. There is a five-tier
1.3 harris41 615: structure to the directories:
616: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
617: a user fredflint at MSU would have his information located in
1.115 harris41 618: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 619: a variety of files which govern the scope of what a user can do within the
620: LON-CAPA system. A passwd file determines the type of authentication
621: mechanism to use.
622: There also are files such as roles.hist (and its database compilation,
1.3 harris41 623: roles.db) which specify the roles and privileges for a user in the
624: LON-CAPA system.</description>
625: </directory>
1.115 harris41 626: <directory dist='default'>
1.369 albertel 627: <protectionlevel>never_delete</protectionlevel>
628: <targetdir dist='default'>home/httpd/lonCerts</targetdir>
629: <categoryname>server standard</categoryname>
630: <description>
631: Directory for Certificates for SSL and local auth modes
632: </description>
633: </directory>
634: <directory dist='default'>
1.179 harris41 635: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 636: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 637: <categoryname>server readonly</categoryname>
638: <description>mathematics markup language resources</description>
639: </directory>
1.115 harris41 640: <directory dist='default'>
1.179 harris41 641: <protectionlevel>modest_delete</protectionlevel>
1.260 www 642: <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
643: <categoryname>server readonly</categoryname>
644: <description>Resource library
645: </description>
646: </directory>
647: <directory dist='default'>
648: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 649: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 650: <categoryname>server readonly</categoryname>
1.27 harris41 651: <description>files useful for including within customized scripting
652: </description>
1.3 harris41 653: </directory>
1.115 harris41 654: <directory dist='default'>
1.179 harris41 655: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 656: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
657: </targetdir>
1.19 harris41 658: <categoryname>server readonly</categoryname>
659: <description>template files useful for customized scripts</description>
660: </directory>
1.115 harris41 661: <directory dist='default'>
1.179 harris41 662: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 663: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 664: <categoryname>server standard</categoryname>
1.133 harris41 665: <description>status reports; online logs are kept that
666: are viewable over the world-wide web</description>
1.3 harris41 667: </directory>
1.115 harris41 668: <directory dist='default'>
1.179 harris41 669: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 670: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 671: <categoryname>server readonly</categoryname>
672: <description>web user interface resources</description>
673: </directory>
1.115 harris41 674: <directory dist='default'>
1.179 harris41 675: <protectionlevel>modest_delete</protectionlevel>
1.304 www 676: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
677: <categoryname>server readonly</categoryname>
678: <description>web user interface resources - Portuguese</description>
679: </directory>
680: <directory dist='default'>
681: <protectionlevel>modest_delete</protectionlevel>
1.300 albertel 682: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
683: <categoryname>server readonly</categoryname>
684: <description>web user interface resources</description>
685: </directory>
686: <directory dist='default'>
687: <protectionlevel>modest_delete</protectionlevel>
1.159 www 688: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
689: <categoryname>server readonly</categoryname>
690: <description>LCD font for remote control</description>
691: </directory>
692: <directory dist='default'>
1.179 harris41 693: <protectionlevel>modest_delete</protectionlevel>
1.166 www 694: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
695: <categoryname>server readonly</categoryname>
696: <description>Logos for LON-CAPA domains</description>
697: </directory>
698: <directory dist='default'>
1.179 harris41 699: <protectionlevel>modest_delete</protectionlevel>
1.168 www 700: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
701: <categoryname>server readonly</categoryname>
702: <description>Designs for LON-CAPA domains</description>
703: </directory>
704: <directory dist='default'>
1.179 harris41 705: <protectionlevel>modest_delete</protectionlevel>
1.165 www 706: <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
707: <categoryname>server readonly</categoryname>
708: <description>Page headers and graphical interface files</description>
709: </directory>
710: <directory dist='default'>
1.179 harris41 711: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 712: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
713: </targetdir>
1.3 harris41 714: <categoryname>server readonly</categoryname>
715: <description>bookmark user interface code</description>
716: </directory>
1.115 harris41 717: <directory dist='default'>
1.179 harris41 718: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 719: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
720: </targetdir>
1.3 harris41 721: <categoryname>server readonly</categoryname>
722: <description></description>
723: </directory>
1.115 harris41 724: <directory dist='default'>
1.179 harris41 725: <protectionlevel>modest_delete</protectionlevel>
1.37 harris41 726: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
727: </targetdir>
728: <categoryname>server readonly</categoryname>
729: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 730: </directory>
1.115 harris41 731: <directory dist='default'>
1.179 harris41 732: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 733: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115 harris41 734: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.259 albertel 735: <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.142 harris41 736: <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 737: <categoryname>standard</categoryname>
1.37 harris41 738: <description>system perl tree (usually present on linux systems)
1.27 harris41 739: </description>
1.3 harris41 740: </directory>
1.115 harris41 741: <directory dist='default'>
1.179 harris41 742: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 743: <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
744: <categoryname>standard</categoryname>
745: <description>local binary files for loncapa</description>
746: </directory>
747: <directory dist='default'>
1.179 harris41 748: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 749: <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
750: <categoryname>standard</categoryname>
751: <description>local documentation files for loncapa</description>
752: </directory>
753: <directory dist='default'>
1.179 harris41 754: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 755: <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103 harris41 756: <categoryname>standard</categoryname>
1.152 harris41 757: <description>examples of configuration files for secondary
758: services</description>
1.103 harris41 759: </directory>
1.115 harris41 760: <directory dist='default'>
1.206 harris41 761: <protectionlevel>modest_delete</protectionlevel>
762: <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
763: <categoryname>standard</categoryname>
764: <description>local "auxiliary" binary files for loncapa</description>
765: </directory>
766: <directory dist='default'>
1.179 harris41 767: <protectionlevel>never_delete</protectionlevel>
1.103 harris41 768: <targetdir dist='default'>usr/local/man/man1</targetdir>
769: <categoryname>standard</categoryname>
770: <description>local manual pages</description>
771: </directory>
1.115 harris41 772: <directory dist='default'>
1.179 harris41 773: <protectionlevel>never_delete</protectionlevel>
1.77 harris41 774: <targetdir dist='default'>usr/man/man1</targetdir>
775: <categoryname>standard</categoryname>
776: <description>manual pages</description>
777: </directory>
1.115 harris41 778: <directory dist='default'>
1.179 harris41 779: <protectionlevel>never_delete</protectionlevel>
1.75 harris41 780: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 781: <categoryname>standard</categoryname>
1.75 harris41 782: <description>manual pages</description>
1.73 harris41 783: </directory>
1.115 harris41 784: <directory dist='default'>
1.179 harris41 785: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 786: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 787: <categoryname>standard</categoryname>
1.37 harris41 788: <description>standard linux directory for superuser executables</description>
1.2 harris41 789: </directory>
1.14 harris41 790: </directories>
791: <files>
1.4 harris41 792: <file>
1.37 harris41 793: <source>loncom/krb.conf</source>
1.175 harris41 794: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
795: <categoryname>static conf</categoryname>
1.37 harris41 796: <description>
797: which Kerberos server to contact for specified Kerberos domains
798: </description>
799: <note>
1.59 harris41 800: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 801: <tr><td>
802: list elements are separated by newlines
803: </td></tr>
804: <tr><td>
805: each list element consists of only two subelements separated by a colon
806: <br />
807: <ul>
808: <li>Kerberos domain value</li>
809: <li>Kerberos server IP address</li>
810: </ul>
811: </td></tr>
812: </table>
813: </note>
1.85 harris41 814: </file>
815: <file>
816: <source>loncom/loncapa.conf</source>
817: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
818: <categoryname>conf</categoryname>
819: <description>
1.129 harris41 820: <p>
1.85 harris41 821: The goal of this file is to implement all LON-CAPA specific
1.129 harris41 822: customization of the Apache web server (most all of these values
823: require manual input from the system administrator at some point).
824: The values in this file, as opposed to loncapa_apache.conf, are
825: meant to be machine and institution specific.
826: </p>
827: <p>
828: For the LON-CAPA network server and perl module
829: handlers, it defines machine specific settings including lonHostID, lonRole,
830: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
831: </p>
832: <p>
833: This file should not be viewable by regular users of the system.
834: Only root and www should be able to view the contents of this file
835: since lonReceipt is sensitive.
836: </p>
1.4 harris41 837: </description>
838: <note>
839: <b>configure</b>
840: <br />
1.91 harris41 841: <table cellpadding='0' cellspacing='0' border='1'>
1.27 harris41 842: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
843: machine</td></tr>
844: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
845: access</td></tr>
1.4 harris41 846: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
847: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
848: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 849: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
850: seconds</td></tr>
1.10 harris41 851: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 852: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
853: MySQL database</td></tr>
1.4 harris41 854: </table>
855: </note>
1.129 harris41 856: </file>
857: <file>
858: <source>loncom/loncapa_apache.conf</source>
859: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
860: <categoryname>static conf</categoryname>
861: <description>
862: The goal of this file is to implement all LON-CAPA specific
863: customization of the Apache web server that does not require
864: user input.
865:
866: For the Apache web server, it defines a global
867: access configuration which defines what server options (Indexes", "Includes",
868: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
869: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
870: and "/usr/doc"). For the LON-CAPA network server and perl module
871: handlers, it defines
872: and internal machine settings for specific directories, socket ports,
873: the www@localhost MySQL password, and browser detection logic.
874: </description>
1.4 harris41 875: </file>
876: <file>
877: <source>loncom/startup.pl</source>
1.5 harris41 878: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.4 harris41 879: <categoryname>static conf</categoryname>
880: <description>
881: This file provides initializations for perl handlers. It adjusts what
882: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
883: well as causing the Apache module to be used for every perl handler.
1.171 harris41 884: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4 harris41 885: </description>
886: </file>
887: <file>
1.139 matthew 888: <source>loncom/thesaurus/thesaurus.db</source>
889: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
890: <categoryname>system file</categoryname>
1.46 harris41 891: <description>
1.139 matthew 892: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46 harris41 893: </description>
1.271 matthew 894: <build trigger='always run'>
1.139 matthew 895: loncom/thesaurus/build_thesaurus_wrapper.sh
896: </build>
897: <dependencies>
1.360 albertel 898: rawkey.txt;
899: build_thesaurus_db.pl;
900: build_thesaurus_wrapper.sh
1.139 matthew 901: </dependencies>
1.46 harris41 902: </file>
903: <file>
1.10 harris41 904: <source>loncom/interface/mydesk.tab</source>
905: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
906: <categoryname>static conf</categoryname>
907: <description>
908: Config file for "My Desk"
909: </description>
910: </file>
911: <file>
1.4 harris41 912: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 913: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 914: <categoryname>static conf</categoryname>
915: <description>
916: Descriptive list of file extensions, and extension groupings.
1.135 matthew 917: </description>
918: </file>
919: <file>
920: <source>loncom/interface/filecategories.tab</source>
921: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
922: <categoryname>static conf</categoryname>
923: <description>
924: Descriptive list of file extensions and broad categorization.
1.184 albertel 925: </description>
926: </file>
927: <file>
1.201 albertel 928: <source>loncom/cgi/barcode.png</source>
929: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26 harris41 930: <categoryname>script</categoryname>
931: <description>
932: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
933: parameter.
1.293 taceyjo1 934: </description>
935: </file>
936: <file>
937: <source>loncom/cgi/decompress.pl</source>
938: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
939: <categoryname>script</categoryname>
1.295 taceyjo1 940: <description>
1.294 taceyjo1 941: Decompresses an archive into its files inside of the construction space
1.101 harris41 942: </description>
943: </file>
944: <file>
1.280 www 945: <source>loncom/cgi/takeoffline.pl</source>
946: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
947: <categoryname>script</categoryname>
948: <description>
949: Take machine offline
950: </description>
951: </file>
952: <file>
953: <source>loncom/cgi/takeonline.pl</source>
954: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
955: <categoryname>script</categoryname>
956: <description>
957: Take machine online
958: </description>
959: </file>
960: <file>
1.131 www 961: <source>loncom/cgi/thumbnail.gif</source>
962: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
963: <categoryname>script</categoryname>
964: <description>
965: Produces a thumbnail image of the url given
966: </description>
967: </file>
968: <file>
1.101 harris41 969: <source>loncom/cgi/clusterstatus.pl</source>
970: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
971: <categoryname>script</categoryname>
972: <description>
973: utility cgi script to view status of cluster
1.284 www 974: </description>
975: </file>
976: <file>
977: <source>loncom/cgi/translator.pl</source>
978: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
979: <categoryname>script</categoryname>
980: <description>
981: utility cgi script to enter translations
1.160 harris41 982: </description>
983: </file>
984: <file>
985: <source>loncom/build/system_dependencies/perltest.pl</source>
986: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
987: <categoryname>script</categoryname>
1.161 harris41 988: <description>
989: utility cgi script to view status of perl modules
990: </description>
991: </file>
992: <file>
993: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
994: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
995: <categoryname>interface file</categoryname>
1.160 harris41 996: <description>
997: utility cgi script to view status of perl modules
1.4 harris41 998: </description>
1.289 matthew 999: </file>
1000: <file>
1001: <source>loncom/cgi/loncgi.pm</source>
1002: <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
1003: <categoryname>system file</categoryname>
1004: <description>
1005: Provides a common interface to LON-CAPA cookies and environment.
1006: </description>
1.4 harris41 1007: </file>
1008: <file>
1.201 albertel 1009: <source>loncom/cgi/graph.png</source>
1010: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45 harris41 1011: <categoryname>script</categoryname>
1012: <description>
1013: Dynamically outputs a graph especially for lonstatistics.pm.
1014: </description>
1015: <note>
1016: Depends on perl modules:
1017: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 1018: </note>
1.100 harris41 1019: </file>
1020: <file>
1021: <source>loncom/cgi/lonversions.pl</source>
1022: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
1023: <categoryname>script</categoryname>
1024: <description>
1025: utility cgi script to view software versions of a remote server
1026: </description>
1027: </file>
1028: <file>
1029: <source>loncom/cgi/ping.pl</source>
1030: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
1031: <categoryname>script</categoryname>
1032: <description>
1033: cgi-script to ping other server
1034: </description>
1.65 harris41 1035: </file>
1036: <file>
1.66 harris41 1037: <source>loncom/cgi/plot.gif</source>
1.65 harris41 1038: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
1039: <categoryname>script</categoryname>
1040: <description>
1041: Dynamically outputs X-Y plots with point, line, etc functions.
1.213 www 1042: </description>
1043: </file>
1044: <file>
1045: <source>loncom/cgi/imagechoice.pl</source>
1046: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
1047: <categoryname>script</categoryname>
1048: <description>
1049: Helper to select image coordinates in writing homework involving images.
1.65 harris41 1050: </description>
1.64 harris41 1051: </file>
1052: <file>
1053: <source>loncom/interface/printout.pl</source>
1054: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
1055: <categoryname>script</categoryname>
1056: <description>
1057: cgi script
1058: </description>
1059: <note>
1060: Depends on srm.conf entry:
1061: Alias /prtspool/ /home/httpd/prtspool/
1062: as well as a /home/httpd/prtspool directory.
1.45 harris41 1063: </note>
1064: </file>
1065: <file>
1.41 harris41 1066: <source>loncom/cgi/metadata_keywords.pl</source>
1067: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
1068: <categoryname>script</categoryname>
1069: <description>
1070: a cgi-script (not mod_perl), which contacts MySQL and pulls
1071: out all keywords in this format:
1072:
1073: coil,magnetic,transformer
1074: transformer,coils,current,amperes,voltage,transformers,coil
1075: flux,magnetic,current,transformer
1076: coil,loop,field,magnetic
1077:
1078: ... etc (one line per entry).
1079:
1080: and simply prints this text-only (no markup) to the browser
1.182 www 1081: </description>
1082: </file>
1083: <file>
1084: <source>loncom/cgi/metadata_harvest.pl</source>
1085: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
1086: <categoryname>script</categoryname>
1087: <description>
1088: a cgi-script (not mod_perl), which contacts MySQL and pulls
1089: out all records in "|"-separated format.
1090: To be used by very simple harvesting engines.
1.261 www 1091: </description>
1092: </file>
1093: <file>
1094: <source>loncom/homework/simpleproblem.problem</source>
1095: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
1096: <categoryname>interface file</categoryname>
1097: <description>
1098: Generic resource for DOCS "Simple Problem"
1099: </description>
1100: </file>
1101: <file>
1102: <source>loncom/homework/simpleproblem.problem.meta</source>
1103: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
1104: <categoryname>interface file</categoryname>
1105: <description>
1106: Meta file for generic resource for DOCS "Simple Problem"
1.41 harris41 1107: </description>
1108: </file>
1.260 www 1109: <file>
1110: <source>loncom/homework/templates/examupload.problem</source>
1111: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
1112: <categoryname>interface file</categoryname>
1113: <description>
1114: Generic resource for score upload
1115: </description>
1116: </file>
1117: <file>
1118: <source>loncom/homework/templates/examupload.problem.meta</source>
1119: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
1120: <categoryname>interface file</categoryname>
1121: <description>
1122: Meta file for generic resource for score upload
1123: </description>
1124: </file>
1.337 www 1125: <fileglob>
1126: <glob>*.js</glob>
1127: <sourcedir>loncom/html/htmlarea/</sourcedir>
1128: <targetdir dist='default'>
1129: home/httpd/html/htmlarea/</targetdir>
1130: <categoryname>interface file</categoryname>
1131: <description>
1132: Files belonging to HTMLArea.
1133: </description>
1134: <filenames>
1135: dialog.js;
1136: htmlarea.js;
1137: popupdiv.js;
1138: popupwin.js;
1.369 albertel 1139: license.txt
1.337 www 1140: </filenames>
1141: </fileglob>
1142: <file>
1143: <source>loncom/html/htmlarea/htmlarea.css</source>
1144: <target dist='default'>home/httpd/html/htmlarea/htmlarea.css</target>
1145: <categoryname>interface file</categoryname>
1146: <description>
1147: Stylesheet for HTMLArea
1148: </description>
1149: </file>
1.359 www 1150: <file>
1151: <source>loncom/html/htmlarea/plugins/FullPage/full-page.js</source>
1152: <target dist='default'>home/httpd/html/htmlarea/plugins/FullPage/full-page.js</target>
1153: <categoryname>interface file</categoryname>
1154: <description>
1155: FullPage plugin for HTMLArea
1156: </description>
1157: </file>
1158: <fileglob>
1159: <glob>*.js</glob>
1160: <sourcedir>loncom/html/htmlarea/plugins/FullPage/lang/</sourcedir>
1161: <targetdir dist='default'>
1162: home/httpd/html/htmlarea/plugins/FullPage/lang/</targetdir>
1163: <categoryname>interface file</categoryname>
1164: <description>
1165: Language files belonging to FullPage plugin for HTMLArea.
1166: </description>
1167: <filenames>
1168: en.js;
1169: ro.js;
1170: </filenames>
1171: </fileglob>
1172: <fileglob>
1173: <glob>*.gif</glob>
1174: <sourcedir>loncom/html/htmlarea/plugins/FullPage/img/</sourcedir>
1175: <targetdir dist='default'>
1176: home/httpd/html/htmlarea/plugins/FullPage/img/</targetdir>
1177: <categoryname>interface file</categoryname>
1178: <description>
1179: Image files belonging to FullPage plugin for HTMLArea.
1180: </description>
1181: <filenames>
1182: docprop.gif;
1183: </filenames>
1184: </fileglob>
1185: <fileglob>
1186: <glob>*.html</glob>
1187: <sourcedir>loncom/html/htmlarea/plugins/FullPage/popups/</sourcedir>
1188: <targetdir dist='default'>
1189: home/httpd/html/htmlarea/plugins/FullPage/popups/</targetdir>
1190: <categoryname>interface file</categoryname>
1191: <description>
1192: Popup files belonging to FullPage plugin for HTMLArea.
1193: </description>
1194: <filenames>
1195: docprop.html;
1196: </filenames>
1197: </fileglob>
1.337 www 1198: <fileglob>
1199: <glob>*.js</glob>
1200: <sourcedir>loncom/html/htmlarea/lang/</sourcedir>
1201: <targetdir dist='default'>
1202: home/httpd/html/htmlarea/lang/</targetdir>
1203: <categoryname>interface file</categoryname>
1204: <description>
1205: Files belonging to HTMLArea.
1206: </description>
1207: <filenames>
1208: b5.js;
1209: de.js;
1210: fi.js;
1211: it.js;
1212: nl.js;
1213: ro.js;
1214: vn.js;
1215: en.js;
1216: fr.js;
1217: ja-utf8.js;
1218: pl.js;
1219: ru.js;
1220: da.js;
1221: es.js;
1222: gb.js;
1223: nb.js;
1224: pt_br.js;
1225: se.js;
1.357 www 1226: he.js;
1227: hu.js;
1.337 www 1228: </filenames>
1229: </fileglob>
1230: <fileglob>
1231: <glob>*.*</glob>
1232: <sourcedir>loncom/html/htmlarea/popups/</sourcedir>
1233: <targetdir dist='default'>
1234: home/httpd/html/htmlarea/popups/</targetdir>
1235: <categoryname>interface file</categoryname>
1236: <description>
1237: Files belonging to HTMLArea.
1238: </description>
1239: <filenames>
1240: about.html;
1241: insert_image.html;
1242: old_insert_image.html;
1243: blank.html;
1244: editor_help.html;
1245: insert_table.html;
1246: custom2.html;
1247: fullscreen.html;
1248: old-fullscreen.html;
1249: select_color.html;
1250: popup.js;
1251: </filenames>
1252: </fileglob>
1253: <fileglob>
1254: <glob>*.gif</glob>
1255: <sourcedir>loncom/html/htmlarea/images/</sourcedir>
1256: <targetdir dist='default'>
1257: home/httpd/html/htmlarea/images/</targetdir>
1258: <categoryname>interface file</categoryname>
1259: <description>
1260: Files belonging to HTMLArea.
1261: </description>
1262: <filenames>
1.357 www 1263: ed_left_to_right.gif;
1264: ed_right_to_left.gif;
1265: ed_save.gif;
1.337 www 1266: ed_delete.gif;
1267: ed_link.gif;
1268: ed_about.gif;
1269: ed_format_bold.gif;
1270: ed_list_bullet.gif;
1271: ed_align_center.gif;
1272: ed_format_italic.gif;
1273: ed_list_num.gif;
1274: ed_align_justify.gif;
1275: ed_format_strike.gif;
1276: ed_paste.gif;
1277: ed_align_left.gif;
1278: ed_format_sub.gif;
1279: ed_redo.gif;
1280: ed_align_right.gif;
1281: ed_format_sup.gif;
1282: ed_show_border.gif;
1283: ed_blank.gif;
1284: ed_format_underline.gif;
1285: ed_splitcel.gif;
1286: ed_charmap.gif;
1287: ed_help.gif;
1288: ed_undo.gif;
1289: ed_color_bg.gif;
1290: ed_hr.gif;
1291: fullscreen_maximize.gif;
1292: ed_color_fg.gif;
1293: ed_html.gif;
1294: fullscreen_minimize.gif;
1295: ed_copy.gif;
1296: ed_image.gif;
1297: insert_table.gif;
1298: ed_custom.gif;
1299: ed_indent_less.gif;
1300: ed_cut.gif;
1301: ed_indent_more.gif;
1.358 www 1302: ed_math.gif;
1303: ed_math_eqn.gif;
1.337 www 1304: </filenames>
1305: </fileglob>
1.43 harris41 1306: <fileglob>
1.60 harris41 1307: <glob>*.*</glob>
1.43 harris41 1308: <sourcedir>loncom/homework/templates/</sourcedir>
1309: <targetdir dist='default'>
1310: home/httpd/html/res/adm/includes/templates/</targetdir>
1311: <categoryname>static conf</categoryname>
1312: <description>
1313: Template files for generating new resources.
1314: </description>
1315: <filenames>
1.59 harris41 1316: blank.library;
1317: blank.library.meta;
1318: blank.problem;
1319: blank.problem.meta;
1.243 www 1320: ClickImageExample.problem;
1321: ClickImageExample.problem.meta;
1.156 albertel 1322: Essay.problem;
1323: Essay.problem.meta;
1.260 www 1324: examupload.problem;
1325: examupload.problem.meta;
1.243 www 1326: man1.jpg;
1.286 albertel 1327: man1.jpg.meta;
1.59 harris41 1328: numerical.problem;
1329: numerical.problem.meta;
1.134 albertel 1330: Plot.problem.meta;
1.313 www 1331: Plot_curve.problem;
1332: Plot_curve.problem.meta;
1333: Plot_data.problem;
1334: Plot_data.problem.meta;
1.59 harris41 1335: RadioResponse.problem;
1336: RadioResponse.problem.meta;
1.134 albertel 1337: RandomLabelExample.problem;
1338: RandomLabelExample.problem.meta;
1.59 harris41 1339: SelectFromOptions-4ConceptGoups.problem;
1340: SelectFromOptions-4ConceptGoups.problem.meta;
1341: SelectFromOptions-5ConceptGoups.problem;
1342: SelectFromOptions-5ConceptGoups.problem.meta;
1343: SelectFromOptions-6ConceptGoups.problem;
1344: SelectFromOptions-6ConceptGoups.problem.meta;
1345: SelectFromOptions-7ConceptGoups.problem;
1346: SelectFromOptions-7ConceptGoups.problem.meta;
1347: SelectFromOptions-8ConceptGoups.problem;
1348: SelectFromOptions-8ConceptGoups.problem.meta;
1349: SelectFromOptions-Simple.problem;
1350: SelectFromOptions-Simple.problem.meta;
1.333 www 1351: SimpleStringResponse.problem.meta;
1.63 harris41 1352: script.library;
1353: script.library.meta;
1.134 albertel 1354: SimpleFormula.problem;
1355: SimpleFormula.problem.meta;
1.59 harris41 1356: StringResponse.problem;
1.214 albertel 1357: StringResponse.problem.meta;
1358: SimpleMatching.problem;
1359: SimpleMatching.problem.meta;
1360: SimpleRank.problem;
1.220 www 1361: SimpleRank.problem.meta;
1362: SimpleTrueFalse.problem;
1363: SimpleTrueFalse.problem.meta
1.43 harris41 1364: </filenames>
1365: </fileglob>
1.19 harris41 1366: <file>
1.4 harris41 1367: <source>loncom/homework/insertlist.tab</source>
1.5 harris41 1368: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
1.4 harris41 1369: <categoryname>static conf</categoryname>
1370: <description>
1.8 harris41 1371: Describes what tags are allowed inside other tags.
1.4 harris41 1372: </description>
1373: </file>
1374: <file>
1.47 harris41 1375: <source>CAPA/JavaTools/GLabel.class</source>
1376: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
1377: </target>
1378: <categoryname>static conf</categoryname>
1379: <description>
1380: Java applet for labelling graphs.
1381: </description>
1382: <note>
1383: Built from Glabel.java. Still working on build/dependency details.
1384: </note>
1385: </file>
1386: <file>
1.253 matthew 1387: <source>loncom/interface/spreadsheet/default_assesscalc</source>
1388: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27 harris41 1389: </target>
1.4 harris41 1390: <categoryname>static conf</categoryname>
1391: <description>
1392: Default spreadsheet for individual assessment.
1393: </description>
1394: </file>
1395: <file>
1.253 matthew 1396: <source>loncom/interface/spreadsheet/default_studentcalc</source>
1397: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27 harris41 1398: </target>
1.4 harris41 1399: <categoryname>static conf</categoryname>
1400: <description>
1401: Default spreadsheet for assessment of students.
1402: </description>
1403: </file>
1404: <file>
1.253 matthew 1405: <source>loncom/interface/spreadsheet/default_classcalc</source>
1406: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27 harris41 1407: </target>
1.10 harris41 1408: <categoryname>static conf</categoryname>
1409: <description>
1410: Default spreadsheet for assessment of a class.
1411: </description>
1412: </file>
1413: <file>
1.4 harris41 1414: <source>loncom/auth/roles.tab</source>
1.5 harris41 1415: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1416: <categoryname>static conf</categoryname>
1417: <description>
1.27 harris41 1418: List of privileges associated with users of multiple types (for example:
1419: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1420: </description>
1421: </file>
1422: <file>
1.5 harris41 1423: <source>loncom/auth/rolesplain.tab</source>
1424: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1425: <categoryname>static conf</categoryname>
1426: <description>
1.10 harris41 1427: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1428: and privileges available in the network with function
1429: </description>
1.4 harris41 1430: </file>
1.360 albertel 1431: <file>
1432: <source>loncom/managers.tab</source>
1433: <target dist='default'>home/httpd/lonTabs/managers.tab</target>
1434: <categoryname>static conf</categoryname>
1435: <description>
1436: List of machines allowed to pass along updates to hosts.tab and domain.tab
1437: </description>
1438: </file>
1.281 albertel 1439: <file type="private">
1.5 harris41 1440: <source>loncom/hosts.tab</source>
1441: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1.301 albertel 1442: <categoryname>www static conf</categoryname>
1.5 harris41 1443: <description>
1.10 harris41 1444: List of all machines in the LON-CAPA network. Relates <tt>lonHostID</tt> to
1445: <tt>lonDefDomain</tt> and <u>IP address</u>.
1.216 albertel 1446: </description>
1447: </file>
1.281 albertel 1448: <file type="private">
1.216 albertel 1449: <source>loncom/domain.tab</source>
1450: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1.301 albertel 1451: <categoryname>www static conf</categoryname>
1.216 albertel 1452: <description>
1453: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
1.5 harris41 1454: </description>
1.4 harris41 1455: </file>
1456: <file>
1.5 harris41 1457: <source>loncom/spare.tab</source>
1458: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1459: <categoryname>conf</categoryname>
1460: <description>
1461: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1462: </description>
1463: <note>
1464: <b>configure</b><br />
1.91 harris41 1465: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1466: <tr><td>
1467: list elements are separated by newlines
1468: </td></tr>
1469: <tr><td>
1470: each list element consists of only one value; the value for <tt>lonHostID</tt>
1471: in <tt>access.conf</tt>
1472: </td></tr>
1473: </table>
1474: </note>
1.4 harris41 1475: </file>
1476: <file>
1.5 harris41 1477: <source>loncom/htpasswd</source>
1478: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1.280 www 1479: <categoryname>static conf</categoryname>
1.5 harris41 1480: <description>
1481: Basic auth password to access /lon-status and /server-status
1482: </description>
1.4 harris41 1483: </file>
1484: <file>
1.5 harris41 1485: <source>loncom/smb.conf</source>
1.152 harris41 1486: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1487: <categoryname>static conf</categoryname>
1.5 harris41 1488: <description>
1.27 harris41 1489: configuration file to make LON-CAPA server file space accessible to network
1490: neighborhood
1.5 harris41 1491: </description>
1.4 harris41 1492: </file>
1493: <file>
1.5 harris41 1494: <source>loncom/ntp.conf</source>
1.175 harris41 1495: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1496: <categoryname>static conf</categoryname>
1.5 harris41 1497: <description>
1498: which NTP server to contact for information (XNTP3 standard)
1499: </description>
1500: <note>
1.91 harris41 1501: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1502: <tr><td>
1503: only one line needs to be changed to specify a server ip address
1504: </td></tr>
1505: <tr><td>
1506: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1507: </td></tr>
1508: </table>
1509: </note>
1.4 harris41 1510: </file>
1511: <file>
1.5 harris41 1512: <source>loncom/metadata_database/searchcat.pl</source>
1513: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1514: <categoryname>script</categoryname>
1515: <description>
1516: Batch script for updating SQL metadata database.
1.149 matthew 1517: </description>
1518: </file>
1519: <file>
1520: <source>loncom/metadata_database/cleanup_database.pl</source>
1521: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1522: <categoryname>script</categoryname>
1523: <description>
1524: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1525: </description>
1526: </file>
1527: <file>
1.386 matthew 1528: <source>loncom/metadata_database/parse_activity_log.pl</source>
1529: <target dist='default'>home/httpd/perl/parse_activity_log.pl</target>
1530: <categoryname>script</categoryname>
1531: <description>
1532: Batch script to copy activy logs from native format into the SQL metadata database.
1533: </description>
1534: </file>
1535: <file>
1.351 albertel 1536: <source>loncom/misc/cleanup_file_caches.pl</source>
1537: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
1.190 matthew 1538: <categoryname>script</categoryname>
1539: <description>
1540: Batch script for removing files not accessed within 24 hours from the
1.351 albertel 1541: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
1.308 matthew 1542: </description>
1543: </file>
1544: <file>
1545: <source>loncom/debugging_tools/seed_accesscount.pl</source>
1546: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
1547: <categoryname>script</categoryname>
1548: <description>
1549: Batch script for moving access count data from nohist_resevaldata.db to
1550: nohist_accesscount.db.
1.183 www 1551: </description>
1552: </file>
1553: <file>
1.383 matthew 1554: <source>loncom/debugging_tools/modify_config_files.pl</source>
1555: <target dist='default'>home/httpd/perl/modify_config_files.pl</target>
1556: <categoryname>script</categoryname>
1557: <description>
1558: Batch script to ensure certain LONCAPA configuration parameters for yum and
1559: MySQL are included in their configuration files.
1560: </description>
1561: </file>
1562: <file>
1.183 www 1563: <source>loncom/lonhttpd</source>
1564: <target dist='default'>home/httpd/perl/lonhttpd</target>
1565: <categoryname>script</categoryname>
1566: <description>
1567: Small fry httpd on port 8080
1.5 harris41 1568: </description>
1.4 harris41 1569: </file>
1570: <file>
1.5 harris41 1571: <source>loncom/lonc</source>
1572: <target dist='default'>home/httpd/perl/lonc</target>
1573: <categoryname>script</categoryname>
1574: <description>
1575: proxy server
1576: </description>
1.4 harris41 1577: </file>
1578: <file>
1.77 harris41 1579: <source>doc/man/lonc.1</source>
1580: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 harris41 1581: <categoryname>doc</categoryname>
1.77 harris41 1582: <description>man page for lonc</description>
1583: <build trigger='always run'>
1.115 harris41 1584: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
1.112 harris41 1585: echo 'manifying lonc'
1.77 harris41 1586: </build>
1587: <status>works/unverified</status>
1588: <dependencies>
1589: ../../loncom/lonc
1590: </dependencies>
1591: </file>
1592: <file>
1593: <source>doc/scripts/lonc.html</source>
1594: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 harris41 1595: <categoryname>doc</categoryname>
1.103 harris41 1596: <description>POD-derived page for lonc</description>
1.77 harris41 1597: <build trigger='always run'>
1.115 harris41 1598: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
1.112 harris41 1599: echo 'pod2html lonc'
1.77 harris41 1600: </build>
1601: <status>works/unverified</status>
1602: <dependencies>
1603: ../../loncom/lonc
1604: </dependencies>
1605: </file>
1606: <file>
1.5 harris41 1607: <source>loncom/lond</source>
1608: <target dist='default'>home/httpd/perl/lond</target>
1609: <categoryname>script</categoryname>
1610: <description>
1611: This is a remote command interpreter on a TCP LON-CAPA network layer.
1612: It accepts and processes incoming requests from other LON-CAPA machines
1613: on the network. lond's functionality is self-contained in the sense
1614: that it does not reference (import, require, use) any other file
1615: described in this document. There are only 15 subroutines in this
1.115 harris41 1616: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1617: complex since it parses and responds about 29 different types of
1618: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1619: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1620: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1621: tmpput, tmpget, and ls).
1622: </description>
1.4 harris41 1623: </file>
1624: <file>
1.77 harris41 1625: <source>doc/man/lond.1</source>
1626: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1627: <categoryname>doc</categoryname>
1.77 harris41 1628: <description>man page for lond</description>
1629: <build trigger='always run'>
1.115 harris41 1630: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1631: echo 'manifying lond'
1.77 harris41 1632: </build>
1633: <status>works/unverified</status>
1634: <dependencies>
1635: ../../loncom/lond
1636: </dependencies>
1637: </file>
1638: <file>
1639: <source>doc/scripts/lond.html</source>
1640: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1641: <categoryname>doc</categoryname>
1.103 harris41 1642: <description>POD-derived page for lond</description>
1.77 harris41 1643: <build trigger='always run'>
1.115 harris41 1644: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1645: echo 'pod2html lond'
1.77 harris41 1646: </build>
1647: <status>works/unverified</status>
1648: <dependencies>
1649: ../../loncom/lond
1650: </dependencies>
1651: </file>
1652: <file>
1.385 albertel 1653: <source dist='default'>loncom/build/CHECKRPMS.default</source>
1654: <source dist='fedora1'>loncom/build/CHECKRPMS.fedora</source>
1655: <source dist='fedora2'>loncom/build/CHECKRPMS.fedora</source>
1.171 harris41 1656: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1657: <categoryname>script</categoryname>
1658: <description>CGI script that checks status of RPMs</description>
1659: </file>
1660: <file>
1.35 harris41 1661: <source>loncom/cgi/loncron.pl</source>
1662: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1663: <categoryname>script</categoryname>
1664: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1665: </file>
1666: <file>
1667: <source>loncom/cgi/userstatus.pl</source>
1668: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1669: <categoryname>script</categoryname>
1670: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1671: </file>
1672: <file>
1.5 harris41 1673: <source>loncom/loncron</source>
1674: <target dist='default'>home/httpd/perl/loncron</target>
1675: <categoryname>script</categoryname>
1676: <description>housekeeping</description>
1.4 harris41 1677: </file>
1678: <file>
1.5 harris41 1679: <source>loncom/lonsql</source>
1680: <target dist='default'>home/httpd/perl/lonsql</target>
1681: <categoryname>script</categoryname>
1682: <description>maintain secondary database of metadata</description>
1.4 harris41 1683: </file>
1684: <file>
1.77 harris41 1685: <source>doc/man/lonsql.1</source>
1686: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1687: <categoryname>doc</categoryname>
1.77 harris41 1688: <description>man page for lonsql</description>
1689: <build trigger='always run'>
1.115 harris41 1690: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1691: echo 'manifying lonsql'
1.77 harris41 1692: </build>
1693: <status>works/unverified</status>
1694: <dependencies>
1695: ../../loncom/lonsql
1696: </dependencies>
1697: </file>
1698: <file>
1699: <source>doc/scripts/lonsql.html</source>
1700: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1701: <categoryname>doc</categoryname>
1.103 harris41 1702: <description>POD-derived page for lonsql</description>
1.77 harris41 1703: <build trigger='always run'>
1.115 harris41 1704: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1705: echo 'pod2html lonsql'
1.77 harris41 1706: </build>
1707: <status>works/unverified</status>
1708: <dependencies>
1709: ../../loncom/lonsql
1710: </dependencies>
1711: </file>
1712: <file>
1.371 albertel 1713: <source>loncom/CrGrant.pl</source>
1714: <target dist='default'>home/httpd/perl/CrGrant.pl</target>
1715: <categoryname>script</categoryname>
1716: <description>
1717: Script used to verify and grant an SSL certificate to a Lon-CAPA host
1718: </description>
1719: <status>in progress</status>
1720: </file>
1721: <file>
1722: <source>loncom/CrGenerate.pl</source>
1723: <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
1724: <categoryname>script</categoryname>
1725: <description>
1726: Script used to request an SSL certificate for a Lon-CAPA host.
1727: </description>
1728: <status>in progress</status>
1729: </file>
1730: <file>
1731: <source>loncom/lonManage</source>
1732: <target dist='default'>home/httpd/perl/lonManage</target>
1733: <categoryname>script</categoryname>
1734: <description>
1735: Script to push changes to hosts.tab and domain.tab out to Lon-CAPA servers
1736: </description>
1737: <status>works/unverified</status>
1738: </file>
1739: <file>
1.373 albertel 1740: <source>loncom/apachereload</source>
1741: <target dist='default'>home/httpd/perl/apachereload</target>
1742: <categoryname>setuid script</categoryname>
1743: <description>
1744: Script to let www reload the webserver
1745: </description>
1746: <status>works/unverified</status>
1747: </file>
1748: <file>
1.5 harris41 1749: <source>loncom/lcpasswd</source>
1750: <target dist='default'>home/httpd/perl/lcpasswd</target>
1751: <categoryname>setuid script</categoryname>
1752: <description>
1.48 harris41 1753: Coordinates the system services and files in order to allow lond to change
1754: user passwords.
1.5 harris41 1755: </description>
1.48 harris41 1756: <status>being updated</status>
1757: </file>
1758: <file>
1759: <source>loncom/pwchange</source>
1760: <target dist='default'>home/httpd/perl/pwchange</target>
1761: <categoryname>setuid script</categoryname>
1762: <description>
1763: Allows www to change user passwords.
1764: </description>
1765: <status>being updated</status>
1.4 harris41 1766: </file>
1767: <file>
1.5 harris41 1768: <source>loncom/lcuseradd</source>
1769: <target dist='default'>home/httpd/perl/lcuseradd</target>
1770: <categoryname>setuid script</categoryname>
1771: <description>
1.48 harris41 1772: Coordinates the system services and files in order to allow lond to add a
1773: new user.
1.5 harris41 1774: </description>
1.48 harris41 1775: <status>being updated</status>
1.124 foxr 1776: </file>
1777: <file>
1778: <source>loncom/lchtmldir</source>
1779: <target dist='default'>home/httpd/perl/lchtmldir</target>
1780: <categoryname>setuid script</categoryname>
1781: <description>
1.133 harris41 1782: Manages the file system ramifications of adding author mode to a user.
1.124 foxr 1783: If necessary a public_html diretory is added, permissions and ownership are
1784: set according to the user's authentication mode.
1785: </description>
1786: <status>New file</status>
1.4 harris41 1787: </file>
1788: <file>
1.5 harris41 1789: <source>loncom/lcuserdel</source>
1790: <target dist='default'>home/httpd/perl/lcuserdel</target>
1791: <categoryname>setuid script</categoryname>
1792: <description>
1.48 harris41 1793: Coordinates the system services and files in order to allow lond to delete a
1794: user.
1.5 harris41 1795: </description>
1.10 harris41 1796: <status>deprecated</status>
1.4 harris41 1797: </file>
1798: <file>
1.5 harris41 1799: <source>loncom/lcnfson</source>
1800: <target dist='default'>home/httpd/perl/lcnfson</target>
1801: <categoryname>setuid script</categoryname>
1802: <description>
1803: coordinates the system services and files in order to allow lond to enable NFS
1804: for a user
1805: </description>
1.10 harris41 1806: <status>deprecated</status>
1.4 harris41 1807: </file>
1808: <file>
1.5 harris41 1809: <source>loncom/lcnfsoff</source>
1810: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1811: <categoryname>setuid script</categoryname>
1812: <description>
1813: coordinates the system services and files in order to allow lond to disable NFS
1814: for a user
1815: </description>
1.10 harris41 1816: <status>deprecated</status>
1.53 harris41 1817: </file>
1818: <file>
1819: <source>loncom/license/gpl.txt</source>
1820: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1821: <categoryname>interface file</categoryname>
1822: <description>
1823: GNU General Public License. Long live the cause of freeware!
1824: </description>
1.4 harris41 1825: </file>
1826: <file>
1.197 albertel 1827: <source>loncom/license/httpi.license</source>
1828: <target dist='default'>home/httpd/html/adm/httpi.license</target>
1829: <categoryname>interface file</categoryname>
1830: <description>
1831: HTTPi webserver license
1832: </description>
1833: </file>
1834: <file>
1835: <source>loncom/license/httpi.readme</source>
1836: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
1837: <categoryname>interface file</categoryname>
1838: <description>
1839: HTTPi webserver readme
1840: </description>
1841: </file>
1842: <file>
1.62 harris41 1843: <source>loncom/license/about.html</source>
1844: <target dist='default'>home/httpd/html/adm/about.html</target>
1845: <categoryname>interface file</categoryname>
1846: <description>
1847: The "About" Page.
1848: </description>
1849: </file>
1850: <file>
1.5 harris41 1851: <source>loncom/publisher/publisher.html</source>
1852: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1853: <categoryname>interface file</categoryname>
1854: <description>
1855: HTML frame that presents a form element to allow for the publishing of
1856: resources, directories and underlying subdirectories.
1857: </description>
1.4 harris41 1858: </file>
1859: <file>
1.10 harris41 1860: <source>loncom/html/adm/noidea.html</source>
1861: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1862: <categoryname>interface file</categoryname>
1863: <description>
1864: Interface file for responding to improper page flipping.
1.260 www 1865: </description>
1866: </file>
1867: <file>
1868: <source>loncom/html/adm/notinit.html</source>
1869: <target dist='default'>home/httpd/html/adm/notinit.html</target>
1870: <categoryname>interface file</categoryname>
1871: <description>
1872: Interface file for responding to accessing uploaded resources without
1873: re-initializing course.
1.174 www 1874: </description>
1875: </file>
1876: <file>
1877: <source>loncom/html/adm/overloaded.txt</source>
1878: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
1879: <categoryname>interface file</categoryname>
1880: <description>
1881: Interface file for responding to overload situations.
1.204 www 1882: </description>
1883: </file>
1884: <file>
1885: <source>loncom/html/adm/loginproblems.html</source>
1886: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
1887: <categoryname>interface file</categoryname>
1888: <description>
1889: Help page for login problems.
1.10 harris41 1890: </description>
1891: </file>
1892: <file>
1.28 harris41 1893: <source>loncom/xml/physnet.sty</source>
1894: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1895: <categoryname>static conf</categoryname>
1896: <description>
1897: The relevant conditions and metadata to attach to PhysNet-specific tags.
1898: </description>
1899: </file>
1900: <file>
1.5 harris41 1901: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1902: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1903: </target>
1.5 harris41 1904: <categoryname>static conf</categoryname>
1905: <description>
1906: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1907: </description>
1.4 harris41 1908: </file>
1909: <file>
1.139 matthew 1910: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 1911: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1912: <categoryname>conf</categoryname>
1913: <description>
1914: File which contains words which should not be keywords used to specify resource
1915: content.
1.226 albertel 1916: </description>
1917: </file>
1918: <file>
1.227 albertel 1919: <source>loncom/homework/scantronformat.tab</source>
1920: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 1921: <categoryname>conf</categoryname>
1922: <description>
1923: Different configs for scantron input files.
1.5 harris41 1924: </description>
1.4 harris41 1925: </file>
1926: <file>
1.22 harris41 1927: <source>loncom/publisher/packages.tab</source>
1928: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1929: <categoryname>static conf</categoryname>
1.22 harris41 1930: <description>
1931: Parameter packages, so that assessments can publish parameter packages
1932: needed, which are then expanded into individual parameters - allows to
1933: retroactively add new parameters to already published assessments.
1934: </description>
1935: </file>
1936: <file>
1.5 harris41 1937: <source>loncom/publisher/copyright.tab</source>
1938: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1939: <categoryname>static conf</categoryname>
1.5 harris41 1940: <description>
1941: Table which contains list of copyright possibilities for educational resources.
1942: </description>
1.4 harris41 1943: </file>
1944: <file>
1.362 taceyjo1 1945: <source>loncom/publisher/source_copyright.tab</source>
1946: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
1947: <categoryname>static conf</categoryname>
1948: <description>
1949: Table which contains list of source copyright possibilities for educational resources.
1950: </description>
1951: </file>
1952: <file>
1.5 harris41 1953: <source>loncom/publisher/language.tab</source>
1954: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1955: <categoryname>static conf</categoryname>
1956: <description>
1957: Table which contains string abbreviations of language::font rendering
1958: combinations.
1959: </description>
1.4 harris41 1960: </file>
1961: <file>
1.5 harris41 1962: <source>loncom/publisher/addid.tab</source>
1963: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1964: <categoryname>static conf</categoryname>
1965: <description>
1966: Table which has hash data necessary for distinguishing IDs from indices.
1967: </description>
1.4 harris41 1968: </file>
1969: <file>
1.38 harris41 1970: <source>rat/lonwrapper.pm</source>
1.19 harris41 1971: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1972: <categoryname>handler</categoryname>
1973: <description>
1974: Wrapper for external and binary files as standalone resources.
1975: Edit handler for rat maps; TeX content handler.
1.145 www 1976: </description>
1977: <status>works/unverified</status>
1978: </file>
1979: <file>
1.146 matthew 1980: <source>loncom/interface/londocs.pm</source>
1.145 www 1981: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
1982: <categoryname>handler</categoryname>
1983: <description>
1984: Handler for course documents
1985: </description>
1986: <status>works/unverified</status>
1987: </file>
1988: <file>
1.146 matthew 1989: <source>loncom/interface/lonchat.pm</source>
1.145 www 1990: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
1991: <categoryname>handler</categoryname>
1992: <description>
1993: Handler for chat
1994: </description>
1995: <status>works/unverified</status>
1996: </file>
1997: <file>
1.157 www 1998: <source>loncom/interface/lonchatfetch.pm</source>
1999: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
2000: <categoryname>handler</categoryname>
2001: <description>
2002: Handler for periodically fetch new lines of chat
2003: </description>
2004: <status>works/unverified</status>
2005: </file>
2006: <file>
1.146 matthew 2007: <source>loncom/interface/lonannounce.pm</source>
1.145 www 2008: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
2009: <categoryname>handler</categoryname>
2010: <description>
2011: Handler to put up announcements and calendar
1.167 www 2012: </description>
2013: <status>works/unverified</status>
2014: </file>
2015: <file>
2016: <source>loncom/interface/lonsyllabus.pm</source>
2017: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
2018: <categoryname>handler</categoryname>
2019: <description>
2020: Handler to put up syllabus
1.262 www 2021: </description>
2022: <status>works/unverified</status>
2023: </file>
2024: <file>
1.263 www 2025: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262 www 2026: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
2027: <categoryname>handler</categoryname>
2028: <description>
2029: Handler to set parameters for simple homework problems
1.173 www 2030: </description>
2031: <status>works/unverified</status>
2032: </file>
2033: <file>
2034: <source>loncom/interface/lonsimplepage.pm</source>
2035: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
2036: <categoryname>handler</categoryname>
2037: <description>
2038: Handler to put up simple page
1.203 www 2039: </description>
2040: <status>works/unverified</status>
1.349 albertel 2041: </file>
2042: <file>
2043: <source>loncom/interface/lonpickcode.pm</source>
2044: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
2045: <categoryname>handler</categoryname>
2046: <description>
2047: Handler to pick a CODE from the list of possible CODEs
2048: </description>
2049: <status>works/unverified</status>
1.203 www 2050: </file>
2051: <file>
2052: <source>loncom/interface/lonpickstudent.pm</source>
2053: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
2054: <categoryname>handler</categoryname>
2055: <description>
2056: Handler to pick a student from classlist
1.225 www 2057: </description>
2058: <status>works/unverified</status>
2059: </file>
2060: <file>
2061: <source>loncom/interface/lonpickcourse.pm</source>
2062: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
2063: <categoryname>handler</categoryname>
2064: <description>
2065: Handler to pick a courseid from a list of courses
1.173 www 2066: </description>
2067: <status>works/unverified</status>
2068: </file>
2069: <file>
2070: <source>loncom/interface/lonbulletin.pm</source>
2071: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
2072: <categoryname>handler</categoryname>
2073: <description>
2074: Handler to put up bulletin board
1.167 www 2075: </description>
2076: <status>works/unverified</status>
2077: </file>
2078: <file>
2079: <source>loncom/interface/lonaboutme.pm</source>
2080: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
2081: <categoryname>handler</categoryname>
2082: <description>
2083: Handler to put up personal info
1.19 harris41 2084: </description>
2085: <status>works/unverified</status>
2086: </file>
2087: <file>
1.15 harris41 2088: <source>loncom/publisher/loncfile.pm</source>
2089: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
2090: <categoryname>handler</categoryname>
2091: <description>
2092: Provides web-based functionality for file copy, rename, mkdir, etc, in the
2093: construction space menu.
1.137 harris41 2094: </description>
2095: <status>works/unverified</status>
2096: </file>
2097: <file>
1.335 raeburn 2098: <source>loncom/publisher/testbankimport.pm</source>
2099: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
2100: <categoryname>handler</categoryname>
2101: <description>
2102: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
2103: Called by selecting testbank option when uploading file to construction space.
1.342 raeburn 2104: </description>
2105: <status>works/unverified</status>
2106: </file>
2107: <file>
2108: <source>loncom/imspackages/imsimport.pm</source>
2109: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
2110: <categoryname>handler</categoryname>
2111: <description>
2112: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2113: format into LON-CAPA Construction space.
2114: Called by selecting IMS package option when uploading file to construction space.
2115: </description>
2116: <status>works/unverified</status>
2117: </file>
2118: <file>
2119: <source>loncom/imspackages/imsimportdocs.pm</source>
2120: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
2121: <categoryname>handler</categoryname>
2122: <description>
2123: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2124: format into a LON-CAPA course via DOCS.
2125: Called using Import IMS package button displayed in Special documents column in DOCS display.
2126: </description>
2127: <status>works/unverified</status>
2128: </file>
2129: <file>
2130: <source>loncom/imspackages/imsprocessor.pm</source>
2131: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
2132: <categoryname>handler</categoryname>
2133: <description>
2134: Contains routines used by imsimport handlers when importing contents of IMS
2135: packages into construction space, or into a course directly via DOCS.
1.335 raeburn 2136: </description>
2137: <status>works/unverified</status>
2138: </file>
2139: <file>
1.137 harris41 2140: <source>loncom/interface/lonhelp.pm</source>
2141: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
2142: <categoryname>handler</categoryname>
2143: <description>
2144: The .tex file help handler.
1.140 bowersj2 2145: </description>
2146: <status>works/unverified</status>
1.195 albertel 2147: <build trigger='always run'>
2148: loncom/html/adm/help/buildMakeWrapper
2149: </build>
2150: <dependencies>
1.197 albertel 2151: Makefile;
1.195 albertel 2152: buildMakeWrapper
2153: </dependencies>
1.141 bowersj2 2154: </file>
2155: <file>
1.158 bowersj2 2156: <source>loncom/html/adm/help/abouthelp.html</source>
2157: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
2158: <categoryname>interface file</categoryname>
2159: <description>
2160: Index file for the help system
2161: </description>
2162: </file>
2163: <file>
1.376 raeburn 2164: <source>loncom/html/adm/help/nohelptopic.html</source>
2165: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
2166: <categoryname>interface file</categoryname>
2167: <description>
2168: Page of links to help manuals - displayed when inline help is missing for a specific topic.
2169: </description>
2170: </file>
2171: <file>
1.158 bowersj2 2172: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 2173: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
2174: </target>
2175: <categoryname>interface file</categoryname>
1.158 bowersj2 2176: <description>
1.162 harris41 2177: The pseudo-LaTeX file to allow people to read the author's manual online, with
2178: a somewhat clumsy interface.
1.158 bowersj2 2179: </description>
2180: <status>works/unverified</status>
2181: </file>
2182: <file>
2183: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 2184: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
2185: </target>
2186: <categoryname>interface file</categoryname>
1.158 bowersj2 2187: <description>
1.162 harris41 2188: The pseudo-LaTeX file to allow people to read the course administrator's
2189: manual online, with a somewhat clumsy interface.
1.158 bowersj2 2190: </description>
2191: <status>works/unverified</status>
2192: </file>
2193: <file>
2194: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 2195: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 2196: <categoryname>interface file</categoryname>
1.141 bowersj2 2197: <description>
1.158 bowersj2 2198: The postscript Author's Manual
2199: </description>
2200: <status>works/unverified</status>
1.197 albertel 2201: <dependencies>
2202: doc/help/author.manual.texxml;
2203: doc/help/latexSplitter.py;
2204: doc/help/rebuildLabelHash.pl;
2205: doc/help/render.texxml.pl;
2206: doc/help/simpleEdit.py;
2207: doc/help/texxml2indextex.pl;
2208: doc/help/texxml2latex.pl;
2209: loncom/build/buildHelp.sh;
2210: loncom/build/help_graphics_converter.pl
2211: </dependencies>
1.158 bowersj2 2212: </file>
2213: <file>
2214: <source>doc/help/author.manual.pdf</source>
2215: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
2216: <categoryname>handler</categoryname>
2217: <description>
2218: The PDF Author's Manual
2219: </description>
2220: <status>works/unverified</status>
2221: </file>
2222: <file>
2223: <source>doc/help/course.manual.ps</source>
2224: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 2225: <categoryname>interface file</categoryname>
1.158 bowersj2 2226: <description>
2227: The postscript Course Manual
2228: </description>
2229: <status>works/unverified</status>
1.197 albertel 2230: <dependencies>
2231: doc/help/course.manual.texxml;
2232: doc/help/latexSplitter.py;
2233: doc/help/rebuildLabelHash.pl;
2234: doc/help/render.texxml.pl;
2235: doc/help/simpleEdit.py;
2236: doc/help/texxml2indextex.pl;
2237: doc/help/texxml2latex.pl;
2238: loncom/build/buildHelp.sh;
2239: loncom/build/help_graphics_converter.pl
2240: </dependencies>
1.158 bowersj2 2241: </file>
2242: <file>
2243: <source>doc/help/course.manual.pdf</source>
2244: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 2245: <categoryname>interface file</categoryname>
1.158 bowersj2 2246: <description>
2247: The PDF Course Manual
1.200 bowersj2 2248: </description>
2249: <status>works/unverified</status>
2250: </file>
1.371 albertel 2251: <file>
2252: <source>loncom/html/adm/help/ext_examples.html</source>
2253: <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
2254: <categoryname>interface file</categoryname>
2255: <description>
2256: Examples for using &EXT in HTML
2257: </description>
2258: </file>
2259: <file>
2260: <source>loncom/html/adm/help/ext_examples.html.meta</source>
2261: <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
2262: <categoryname>interface file</categoryname>
2263: <description>
2264: Examples for using &EXT in HTML metadata
2265: </description>
2266: </file>
2267: <file>
2268: <source>loncom/html/adm/help/ext_examples.library</source>
2269: <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
2270: <categoryname>interface file</categoryname>
2271: <description>
2272: Examples for using &EXT library
2273: </description>
2274: </file>
2275: <file>
2276: <source>loncom/html/adm/help/ext_examples.library.meta</source>
2277: <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
2278: <categoryname>interface file</categoryname>
2279: <description>
2280: Examples for using &EXT library metadata
2281: </description>
2282: </file>
2283: <file>
2284: <source>loncom/html/adm/help/ext_examples.problem</source>
2285: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
2286: <categoryname>interface file</categoryname>
2287: <description>
2288: Examples for using &EXT problem
2289: </description>
2290: </file>
2291: <file>
2292: <source>loncom/html/adm/help/ext_examples.problem.meta</source>
2293: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
2294: <categoryname>interface file</categoryname>
2295: <description>
2296: Examples for using &EXT problem metadata
2297: </description>
2298: </file>
1.140 bowersj2 2299: <fileglob>
2300: <glob>*.*</glob>
2301: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
2302: <targetdir dist='default'>
2303: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 2304: <categoryname>interface file</categoryname>
1.140 bowersj2 2305: <description>
2306: Gif files for the help system
2307: </description>
2308: <filenames>
1.360 albertel 2309: Authoring_Dynamic_Plot_Axis_Labels.gif;
2310: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
2311: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
2312: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
2313: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
2314: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
2315: Dynamic_Replication_Change.gif;
2316: Dynamic_Replication_Request.gif;
2317: Load_Balance_Example.gif;
2318: LONCAPA_Network_Diagram2.gif;
2319: LONCAPA_Network_Diagram.gif;
2320: Map_Example.gif;
2321: Resource_Assembly.gif;
1.163 harris41 2322: authorRemote.gif;
2323: constructionSpace.gif;
2324: constructionSpaceForPublishing.gif;
2325: creatingANewCourse.gif;
2326: creatingNewProblemResource.gif;
2327: dynamic_piecewise.gif;
2328: dynamic_piecewise2.gif;
2329: dynamic_plot.gif;
2330: dynamic_plot2.gif;
2331: formulaResponse.gif;
2332: login.gif;
2333: lonhelpheader.gif;
1.192 bowersj2 2334: mainCourseDocuments.gif;
1.163 harris41 2335: mapAdvancedEditorNew.gif;
2336: mapClickedStart.gif;
2337: mapEditFirstClick.gif;
2338: mapEditInitial.gif;
2339: mapEditingButton.gif;
2340: mapEditorDirectoryBrowser.gif;
2341: mapEditorResourceChosen.gif;
2342: mapEditorSelection.gif;
2343: mapInsertResource.gif;
2344: mapNewResource.gif;
2345: mapSecondWindowSecondResource.gif;
2346: mapSimpleEditor.gif;
2347: mapStraightened.gif;
2348: mapTwoResources.gif;
2349: numericalResponse1.gif;
2350: numericalResponseEditor.gif;
2351: numericalResponseSlopeProblem.gif;
2352: numericalResponseVarInText.gif;
2353: optionResponseEditing.gif;
2354: optionResponseProblem.gif;
2355: publishMetadata.gif;
2356: radioResponse2.gif;
2357: radioResponseHint.gif;
2358: smallHelp.gif;
2359: spreadsheet_hierarchy.gif;
2360: stringResponseEditor.gif;
1.150 bowersj2 2361: studentInterface.gif
1.140 bowersj2 2362: </filenames>
2363: </fileglob>
2364: <fileglob>
2365: <glob>*.*</glob>
2366: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
2367: <targetdir dist='default'>
2368: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 2369: <categoryname>interface file</categoryname>
1.140 bowersj2 2370: <description>
2371: EPS files for the help system
2372: </description>
2373: <filenames>
1.360 albertel 2374: Authoring_Dynamic_Plot_Axis_Labels.eps;
2375: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
2376: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
2377: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
2378: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
2379: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
2380: Dynamic_Replication_Change.eps;
2381: Dynamic_Replication_Request.eps;
2382: Load_Balance_Example.eps;
2383: LONCAPA_Network_Diagram2.eps;
2384: LONCAPA_Network_Diagram.eps;
2385: Map_Example.eps;
2386: Resource_Assembly.eps;
1.163 harris41 2387: authorRemote.eps;
2388: constructionSpace.eps;
2389: constructionSpaceForPublishing.eps;
2390: creatingANewCourse.eps;
2391: creatingNewProblemResource.eps;
2392: dynamic_piecewise.eps;
2393: dynamic_piecewise2.eps;
2394: dynamic_plot.eps;
2395: dynamic_plot2.eps;
2396: formulaResponse.eps;
2397: lonhelpheader.eps;
2398: login.eps;
1.192 bowersj2 2399: mainCourseDocuments.eps;
1.163 harris41 2400: mapAdvancedEditorNew.eps;
2401: mapClickedStart.eps;
2402: mapEditFirstClick.eps;
2403: mapEditInitial.eps;
2404: mapEditingButton.eps;
2405: mapEditorDirectoryBrowser.eps;
2406: mapEditorResourceChosen.eps;
2407: mapEditorSelection.eps;
2408: mapInsertResource.eps;
2409: mapNewResource.eps;
2410: mapSecondWindowSecondResource.eps;
2411: mapSimpleEditor.eps;
2412: mapStraightened.eps;
2413: mapTwoResources.eps;
2414: numericalResponse1.eps;
2415: numericalResponseEditor.eps;
2416: numericalResponseSlopeProblem.eps;
2417: numericalResponseVarInText.eps;
2418: optionResponseEditing.eps;
2419: optionResponseProblem.eps;
2420: publishMetadata.eps;
2421: radioResponse2.eps;
2422: radioResponseHint.eps;
2423: smallHelp.eps;
2424: spreadsheet_hierarchy.eps;
2425: stringResponseEditor.eps;
1.150 bowersj2 2426: studentInterface.eps
1.140 bowersj2 2427: </filenames>
2428: </fileglob>
2429: <fileglob>
2430: <glob>*.*</glob>
2431: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
2432: <targetdir dist='default'>
2433: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 2434: <categoryname>interface file</categoryname>
1.140 bowersj2 2435: <description>
2436: Tex files for the help system
2437: </description>
2438: <filenames>
1.163 harris41 2439: About_Authors_Manual.tex;
1.321 www 2440: About_Bombs.tex;
1.276 bowersj2 2441: About_Communication.tex;
2442: About_Developers_Manual.tex;
1.163 harris41 2443: About_Numerical_and_Formula_Response.tex;
1.350 www 2444: all_functions_table.tex;
1.371 albertel 2445: adaptive_hints.tex;
1.361 www 2446: Additional_Help.tex;
1.163 harris41 2447: Ambiguous_Reference.tex;
1.350 www 2448: Analysis_Analyze_as.tex;
1.309 matthew 2449: Analysis_Analyze_Over.tex;
1.312 albertel 2450: Analysis_num_plots.tex;
1.350 www 2451: Analyze_Problem.tex;
1.278 bowersj2 2452: Annotation.tex;
1.276 bowersj2 2453: Authentication.tex;
1.163 harris41 2454: Authoring_Adding_Pictures.tex;
1.248 bowersj2 2455: Authoring_DataResponse.tex;
1.350 www 2456: Authoring_Dynamic_Plot_Axes.tex;
2457: Authoring_Dynamic_Plot_Curve_Data.tex;
2458: Authoring_Dynamic_Plot_Curve_Function.tex;
2459: Authoring_Dynamic_Plot_Curve.tex;
2460: Authoring_Dynamic_Plot_Gnuplot.tex;
2461: Authoring_Dynamic_Plot_Key.tex;
2462: Authoring_Dynamic_Plot_Label.tex;
2463: Authoring_Dynamic_Plot_Linestyle.tex;
1.163 harris41 2464: Authoring_Dynamic_Plot.tex;
1.350 www 2465: Authoring_Dynamic_Plot_Tics.tex;
2466: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248 bowersj2 2467: Authoring_ExternalResponse.tex;
2468: Authoring_Foil_Structure_Tags.tex;
1.350 www 2469: Authoring_Hint_Tags.tex;
1.163 harris41 2470: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 2471: Authoring_ImageResponse.tex;
2472: Authoring_Input_Tags.tex;
2473: Authoring_Internal_Tags.tex;
1.163 harris41 2474: Authoring_M_Tag.tex;
1.248 bowersj2 2475: Authoring_NumericalResponse.tex;
2476: Authoring_OptionResponse.tex;
2477: Authoring_Output_Tags.tex;
1.254 bowersj2 2478: Authoring_Pictures_EPS.tex;
1.163 harris41 2479: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 2480: Authoring_RadiobuttonResponse.tex;
2481: Authoring_Response_Attributes.tex;
1.350 www 2482: Authoring_Responseparam_Parameter.tex;
1.248 bowersj2 2483: Authoring_Response_Tag_Intro.tex;
2484: Authoring_Scripting_Tags.tex;
2485: Authoring_Structure_Tags.tex;
2486: Authoring_XML_Intro.tex;
1.350 www 2487: Author_LON-CAPA_Introduction.tex;
2488: Author_Manual_Title_Page.tex;
2489: Author_Numerical_and_Formula.tex;
2490: Author_Remote_Control.tex;
1.278 bowersj2 2491: Bookmarks.tex;
2492: Bugzilla.tex;
1.267 www 2493: Caching.tex;
1.246 bowersj2 2494: Calendar_Add_Announcement.tex;
2495: Calendar_Remove_Announcement.tex;
1.163 harris41 2496: Calling_Functions.tex;
1.350 www 2497: CAPA_LON-CAPA_function_diffs.tex;
1.276 bowersj2 2498: Cascading_Parameters.tex;
1.278 bowersj2 2499: Change_Colors.tex;
2500: Change_Password.tex;
1.249 matthew 2501: Chart_Description.tex;
1.374 albertel 2502: Change_Discussion_Display.tex;
1.249 matthew 2503: Chart_Output_Data.tex;
2504: Chart_Output_Formats.tex;
1.276 bowersj2 2505: Chatting.tex;
1.163 harris41 2506: Coauthor.tex;
2507: Construction_Space_Overview.tex;
1.276 bowersj2 2508: Course_Add_Other.tex;
1.163 harris41 2509: Course_Add_Student.tex;
1.278 bowersj2 2510: Course_Broadcast_Message.tex;
2511: Course_Change_Privileges.tex;
1.163 harris41 2512: Course_Chart_To_Excel.tex;
1.254 bowersj2 2513: Course_Chat.tex;
1.163 harris41 2514: Course_Convert_To_CSV.tex;
2515: Course_Create_Class_List.tex;
2516: Course_Critical_Message.tex;
2517: Course_Deleting.tex;
2518: Course_Disable_Discussion.tex;
2519: Course_Discussion_Board.tex;
2520: Course_Drop_Student.tex;
2521: Course_Edit_Content.tex;
1.276 bowersj2 2522: Course_Editing_Custom_Roles.tex;
1.278 bowersj2 2523: Course_Extending_Due_Dates.tex;
1.254 bowersj2 2524: Course_Face_To_Face_Records.tex;
1.163 harris41 2525: Course_Feedback_Addresses.tex;
2526: Course_Homework_Performance_Overview.tex;
1.350 www 2527: Course_Manually_Grade_Problem.tex;
1.197 albertel 2528: Course_Manual_Title_Page.tex;
1.264 bowersj2 2529: Course_Maximum_Collaborators.tex;
1.163 harris41 2530: Course_Message_Access.tex;
1.254 bowersj2 2531: Course_Modify_Student_Data.tex;
1.264 bowersj2 2532: Course_Parameter_Levels.tex;
1.163 harris41 2533: Course_Problem_Weight.tex;
1.254 bowersj2 2534: Course_Set_Start_End_Date.tex;
1.163 harris41 2535: Course_Setting_Parameters.tex;
2536: Course_Student_Grade_Override.tex;
2537: Course_Student_Work.tex;
2538: Course_Toplevel_Seq.tex;
1.254 bowersj2 2539: Course_User_Evaluation.tex;
1.264 bowersj2 2540: Course_User_Parameter.tex;
1.278 bowersj2 2541: Course_View_Class_List.tex;
1.248 bowersj2 2542: Create_Course.tex;
1.163 harris41 2543: Creating_A_Course_Intro.tex;
2544: Creating_New_Content_Pages.tex;
2545: Creating_Online_Problems.tex;
2546: Creating_Radio_Response_Problems.tex;
1.276 bowersj2 2547: Developer_Manual_Title_Page.tex;
2548: Developer_Tutorial.tex;
1.264 bowersj2 2549: Docs_About_Bulletin_Board.tex;
2550: Docs_About_My_Personal_Info.tex;
2551: Docs_About_Simple_Page.tex;
2552: Docs_About_Syllabus.tex;
1.200 bowersj2 2553: Docs_Adding_Course_Doc.tex;
2554: Docs_Adding_External_Resource.tex;
2555: Docs_Adding_Folders.tex;
1.278 bowersj2 2556: Docs_Adding_Syllabus.tex;
1.264 bowersj2 2557: Docs_Alternatives.tex;
1.365 www 2558: Docs_Check_Resource_Versions.tex;
1.200 bowersj2 2559: Docs_Creating_From_Template.tex;
1.365 www 2560: Docs_Dump_Course_Docs.tex;
1.264 bowersj2 2561: Docs_Editing_Templated_Pages.tex;
1.365 www 2562: Docs_Essay.tex;
1.200 bowersj2 2563: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 2564: Docs_Load_Map.tex;
1.200 bowersj2 2565: Docs_Main_Course_Documents.tex;
2566: Docs_Navigate_Content.tex;
1.365 www 2567: Docs_Option_Response.tex;
1.200 bowersj2 2568: Docs_Overview.tex;
1.365 www 2569: Docs_Radio.tex;
1.265 bowersj2 2570: Docs_Score_Upload_Form.tex;
1.365 www 2571: Docs_Search.tex;
2572: Docs_Simple_Problem.tex;
2573: Docs_String_Response.tex;
1.200 bowersj2 2574: Docs_Supplemental.tex;
2575: Docs_Uploading_From_Harddrive.tex;
1.365 www 2576: Docs_Verify_Content.tex;
2577: Edit_Syllabus.tex;
1.372 albertel 2578: exam_basics.tex;
1.365 www 2579: Exploring_Your_Course.tex;
1.276 bowersj2 2580: Finding_Resources.tex;
1.163 harris41 2581: Foils.tex;
1.248 bowersj2 2582: Formula_Response_Adv_Intro.tex;
1.163 harris41 2583: Formula_Response_Example.tex;
2584: Formula_Response_Limitations.tex;
2585: Formula_Response_Problems.tex;
2586: Formula_Response_Sampling.tex;
2587: Formula_Tolerance.tex;
1.187 www 2588: General_Intro.tex;
1.330 www 2589: Generation.tex;
1.331 www 2590: GradingOptions.tex;
1.219 albertel 2591: Greek_Symbols.tex;
1.276 bowersj2 2592: Guts_Apache_Env.tex;
2593: Guts_Apache_Modules.tex;
1.350 www 2594: Guts_Apache.tex;
1.276 bowersj2 2595: Guts_Authentication.tex;
2596: Guts_Authoring.tex;
2597: Guts_Coding_Guidelines.tex;
2598: Guts_Course_Dir.tex;
2599: Guts_User_Dir.tex;
1.365 www 2600: Help.tex;
2601: Helper_Course_Initialization.tex;
1.163 harris41 2602: How_To_Edit_Existing_Content_Pages.tex;
1.276 bowersj2 2603: Latex_Footer.tex;
2604: Latex_Header.tex;
1.254 bowersj2 2605: Leaving_Feedback.tex;
1.163 harris41 2606: Login_To_LON-CAPA.tex;
2607: Metadata_Description.tex;
1.365 www 2608: Navigation_Screen.tex;
1.178 bowersj2 2609: Navmap_Host_Down.tex;
1.376 raeburn 2610: NavMaps_MarkPosts_Read.tex;
1.163 harris41 2611: Numerical_Response_Advanced_Example.tex;
2612: Numerical_Response_Format.tex;
1.350 www 2613: Numerical_Response_Introduction.tex;
1.163 harris41 2614: Numerical_Response_Intro.tex;
2615: Numerical_Response_Parts_A.tex;
2616: Numerical_Response_Parts_B.tex;
2617: Numerical_Response_Problems.tex;
2618: Numerical_Response_Randomization.tex;
2619: Numerical_Response_Simple_Example.tex;
2620: Numerical_Response_Tutorial_A.tex;
2621: Numerical_Response_Units.tex;
1.371 albertel 2622: numerical_wrong_answers.tex;
1.163 harris41 2623: Option_Response_Concept_Group_Example.tex;
2624: Option_Response_Matching_Example.tex;
2625: Option_Response_Problem_Creation.tex;
2626: Option_Response_Problem_Figure.tex;
2627: Option_Response_Problem_Parts.tex;
2628: Option_Response_Problems.tex;
2629: Option_Response_Simple.tex;
1.219 albertel 2630: Other_Symbols.tex;
1.194 albertel 2631: Part_Tag_Edit_Help.tex;
1.264 bowersj2 2632: Personal_Info_Page.tex;
1.248 bowersj2 2633: Physical_Units.tex;
1.361 www 2634: Prefs_About_Me.tex;
1.254 bowersj2 2635: Prefs_Forwarding.tex;
1.361 www 2636: Prefs_Language.tex;
1.254 bowersj2 2637: Prefs_Screen_Name_Nickname.tex;
1.388 sakharuk 2638: Print_Options.tex;
1.278 bowersj2 2639: Print_Resource.tex;
1.163 harris41 2640: Problem_Editor_Testing_Area.tex;
2641: Problem_Editor_XML_Index.tex;
1.248 bowersj2 2642: Problem_LON-CAPA_Functions.tex;
1.163 harris41 2643: Problem_Types.tex;
2644: Publishing_A_Resource.tex;
2645: Publishing_Author_Tutorial_Segue.tex;
2646: Publishing_Copyright.tex;
2647: Publishing_Intro.tex;
2648: Publishing_Keywords.tex;
1.191 bowersj2 2649: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 2650: Radio_Response_Problems.tex;
2651: Radio_Response_Randomization.tex;
1.248 bowersj2 2652: Ranking_Problems.tex;
1.266 www 2653: Receipt.tex;
1.361 www 2654: Remote_Menu.tex;
1.276 bowersj2 2655: Resource_Discussion.tex;
1.163 harris41 2656: Resource_Types.tex;
1.276 bowersj2 2657: Roles_About.tex;
1.361 www 2658: Roles_Screen.tex;
1.248 bowersj2 2659: Script_Functions.tex;
1.350 www 2660: Scripting_Help.tex;
1.163 harris41 2661: Script_Tutorial_Intro.tex;
1.248 bowersj2 2662: Script_Variables.tex;
1.360 albertel 2663: Search_Advanced.tex;
2664: Search_Basic.tex;
2665: Searching.tex;
1.278 bowersj2 2666: Sending_Email.tex;
1.163 harris41 2667: Sequence_Advanced_Editor_Creation.tex;
2668: Sequence_Definition.tex;
2669: Sequence_Editor_Selection.tex;
2670: Sequence_Page_Maps.tex;
2671: Sequence_Simple_Editor_Creation.tex;
2672: Sequence_Top-Level.tex;
2673: Significant_Figures.tex;
1.278 bowersj2 2674: Spreadsheet_About.tex;
1.279 matthew 2675: Spreadsheet_Calculation.tex;
2676: Spreadsheet_Calculation_Time.tex;
2677: Spreadsheet_Cell_Editing.tex;
2678: Spreadsheet_Editing.tex;
1.278 bowersj2 2679: Spreadsheet_Export_Row.tex;
1.279 matthew 2680: Spreadsheet_Files.tex;
1.278 bowersj2 2681: Spreadsheet_Functions.tex;
1.279 matthew 2682: Spreadsheet_Hierarchy.tex;
2683: Spreadsheet_HowTo_Assessments.tex;
2684: Spreadsheet_HowTo.tex;
2685: Spreadsheet_Layout.tex;
1.278 bowersj2 2686: Spreadsheet_Levels.tex;
2687: Spreadsheet_Max_Depth_Exceeded.tex;
2688: Spreadsheet_Parms.tex;
2689: Spreadsheet_Problem_Weight.tex;
1.279 matthew 2690: Spreadsheet_Referencing_Cells.tex;
2691: Spreadsheet_Referencing_Parameters.tex;
2692: Spreadsheet_Row_Numbers.tex;
2693: Spreadsheet_Student_View.tex;
1.278 bowersj2 2694: Spreadsheet_Student_Visible.tex;
2695: Spreadsheet_Template_Row.tex;
2696: Spreadsheet_Ternary_Operator.tex;
2697: Spreadsheet_Tries.tex;
1.329 matthew 2698: Statistics_Overall_Key.tex;
1.375 matthew 2699: Statistics_Sequence.tex;
1.368 matthew 2700: Statistics_Cache.tex;
1.163 harris41 2701: String_Response_Problem_Creation.tex;
2702: String_Response_Problems.tex;
1.248 bowersj2 2703: Syllabus_ExtLink.tex;
2704: Syllabus_URLs.tex;
1.390 ! sakharuk 2705: TeXDropEmptyColumns attribute.tex;
1.388 sakharuk 2706: TEXsize_attribute.tex;
1.389 sakharuk 2707: TEXwidth_attribute.tex;
1.163 harris41 2708: Tolerance.tex;
1.248 bowersj2 2709: Uploaded_Templates_PublicView.tex;
2710: Uploaded_Templates_TextBoxes.tex;
1.163 harris41 2711: Variable_Naming_Conventions.tex;
2712: Variables_in_Scripts.tex;
2713: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 2714: Variables_in_the_Text_Block.tex;
1.350 www 2715: Variable_Tutorial_A.tex;
1.276 bowersj2 2716: What_Is_LON-CAPA.tex;
2717: Why_LON-CAPA.tex;
1.317 www 2718: </filenames>
2719: </fileglob>
2720: <fileglob>
2721: <glob>*.*</glob>
2722: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
2723: <targetdir dist='default'>
2724: home/httpd/html/adm/help/tex/ru/</targetdir>
2725: <categoryname>interface file</categoryname>
2726: <description>
2727: Russian Tex files for the help system
2728: </description>
2729: <filenames>
2730: About_Authors_Manual.tex;
1.319 www 2731: About_Communication.tex;
1.324 sakharuk 2732: About_Developers_Manual.tex;
1.319 www 2733: About_Numerical_and_Formula_Response.tex;
1.334 sakharuk 2734: CAPA_LON-CAPA_function_diffs.tex;
1.360 albertel 2735: Course_Maximum_Collaborators.tex;
1.324 sakharuk 2736: Course_Set_Start_End_Date.tex;
1.319 www 2737: Creating_A_Course_Intro.tex;
1.324 sakharuk 2738: Other_Symbols.tex;
1.319 www 2739: Physical_Units.tex;
1.317 www 2740: Print_Resource.tex;
1.324 sakharuk 2741: Authoring_Adding_Pictures.tex;
1.140 bowersj2 2742: </filenames>
2743: </fileglob>
2744: <file>
2745: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
2746: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 2747: <categoryname>interface file</categoryname>
1.140 bowersj2 2748: <description>
2749: A gdbm file containing a label->tex file hash.
1.15 harris41 2750: </description>
2751: <status>works/unverified</status>
2752: </file>
2753: <file>
1.7 harris41 2754: <source>loncom/interface/lonstatistics.pm</source>
2755: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2756: <categoryname>handler</categoryname>
2757: <description>
2758: Handler to show statistics on solving LON-CAPA problems.
1.326 matthew 2759: </description>
2760: <status>works/unverified</status>
2761: </file>
2762: <file>
2763: <source>loncom/interface/statistics/lonstathelpers.pm</source>
2764: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370 albertel 2765: <categoryname>handler</categoryname>
1.326 matthew 2766: <description>
2767: Utility module for statistics and data mining.
1.144 stredwic 2768: </description>
2769: <status>works/unverified</status>
2770: </file>
2771: <file>
2772: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2773: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2774: </target>
1.144 stredwic 2775: <categoryname>handler</categoryname>
2776: <description>
1.162 harris41 2777: The module that generate the html for the Problem Statistics web pages.
1.338 matthew 2778: </description>
2779: </file>
2780: <file>
1.366 matthew 2781: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
2782: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
2783: </target>
1.370 albertel 2784: <categoryname>handler</categoryname>
1.366 matthew 2785: <description>
2786: Gives instructors access to compiled survey results.
2787: </description>
2788: </file>
2789: <file>
1.338 matthew 2790: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
2791: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
2792: </target>
2793: <categoryname>handler</categoryname>
2794: <description>
2795: Generates excel file containing student submissions and correct answers.
1.332 matthew 2796: </description>
2797: </file>
2798: <file>
2799: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
2800: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
2801: </target>
2802: <categoryname>handler</categoryname>
2803: <description>
2804: The module that generate the html for the correct problems plot web pages.
1.169 stredwic 2805: </description>
2806: <status>works/unverified</status>
2807: </file>
2808: <file>
2809: <source>loncom/interface/statistics/lonpercentage.pm</source>
2810: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2811: </target>
2812: <categoryname>handler</categoryname>
2813: <description>
2814: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2815: </description>
2816: <status>works/unverified</status>
2817: </file>
2818: <file>
2819: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2820: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2821: </target>
1.144 stredwic 2822: <categoryname>handler</categoryname>
2823: <description>
1.296 matthew 2824: This module provides detailed analysis and raw data for submissions of various problem types.
2825: </description>
2826: <status>works/unverified</status>
2827: </file>
2828: <file>
2829: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
2830: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
2831: </target>
2832: <categoryname>handler</categoryname>
2833: <description>
2834: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 2835: </description>
2836: <status>works/unverified</status>
2837: </file>
2838: <file>
2839: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2840: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2841: </target>
1.144 stredwic 2842: <categoryname>handler</categoryname>
2843: <description>
2844: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2845: </description>
2846: <status>works/unverified</status>
2847: </file>
2848: <file>
1.5 harris41 2849: <source>loncom/publisher/londiff.pm</source>
2850: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2851: <categoryname>handler</categoryname>
2852: <description>
2853: Handler to show difference between two files.
1.221 www 2854: </description>
2855: <status>works/unverified</status>
2856: </file>
2857: <file>
2858: <source>loncom/publisher/lonrights.pm</source>
2859: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2860: <categoryname>handler</categoryname>
2861: <description>
2862: Handler to show and edit custom distribution rights
1.5 harris41 2863: </description>
2864: <status>works/unverified</status>
1.4 harris41 2865: </file>
2866: <file>
1.5 harris41 2867: <source>loncom/publisher/lonupload.pm</source>
2868: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2869: <categoryname>handler</categoryname>
2870: <description>
2871: Handler to upload files through browser into construction space.
2872: </description>
2873: <status>works/unverified</status>
1.4 harris41 2874: </file>
2875: <file>
1.76 harris41 2876: <source>doc/man/Apache__lonupload.3</source>
2877: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2878: <categoryname>doc</categoryname>
1.76 harris41 2879: <description>man page for lonupload.pm</description>
2880: <build trigger='always run'>
1.115 harris41 2881: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2882: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2883: </build>
2884: <status>works/unverified</status>
2885: <dependencies>
2886: ../../loncom/publisher/lonupload.pm
2887: </dependencies>
2888: </file>
2889: <file>
1.118 harris41 2890: <source>doc/lib/perl/Apache/lonupload.html</source>
2891: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2892: </target>
1.83 harris41 2893: <categoryname>doc</categoryname>
1.76 harris41 2894: <description>POD-derived page for lonupload.pm</description>
2895: <build trigger='always run'>
1.115 harris41 2896: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2897: ../../doc/lib/perl/Apache/lonupload.html && \
2898: echo 'pod2html lonupload.pm'
1.76 harris41 2899: </build>
2900: <status>works/unverified</status>
2901: <dependencies>
2902: ../../loncom/publisher/lonupload.pm
2903: </dependencies>
2904: </file>
2905: <file>
1.5 harris41 2906: <source>loncom/homework/essayresponse.pm</source>
2907: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2908: <categoryname>handler</categoryname>
2909: <description>
2910: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2911: </description>
2912: <status>works/unverified</status>
2913: </file>
2914: <file>
2915: <source>loncom/homework/externalresponse.pm</source>
2916: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2917: <categoryname>handler</categoryname>
2918: <description>
2919: Handler to evaluate externally graded responses.
2920: </description>
2921: <status>works/unverified</status>
2922: </file>
2923: <file>
2924: <source>loncom/homework/loncapagrade.pm</source>
2925: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2926: <categoryname>handler</categoryname>
2927: <description>
1.133 harris41 2928: Holds results and defines
2929: tag handlers needed by externalresponse.pm
1.5 harris41 2930: </description>
2931: <status>works/unverified</status>
1.4 harris41 2932: </file>
2933: <file>
1.5 harris41 2934: <source>loncom/publisher/lonpubdir.pm</source>
2935: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2936: <categoryname>handler</categoryname>
2937: <description>
2938: Handler to publish directories.
1.172 www 2939: </description>
2940: </file>
2941: <file>
2942: <source>loncom/publisher/lonunauthorized.pm</source>
2943: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2944: <categoryname>handler</categoryname>
2945: <description>
2946: Handler to explain failed contruction space access.
1.5 harris41 2947: </description>
1.4 harris41 2948: </file>
2949: <file>
1.76 harris41 2950: <source>doc/man/Apache__lonpubdir.3</source>
2951: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2952: <categoryname>doc</categoryname>
1.76 harris41 2953: <description>man page for lonpubdir.pm</description>
2954: <build trigger='always run'>
1.115 harris41 2955: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2956: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2957: </build>
2958: <status>works/unverified</status>
2959: <dependencies>
2960: ../../loncom/lonnet/perl/lonnet.pm
2961: </dependencies>
2962: </file>
2963: <file>
1.118 harris41 2964: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2965: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2966: </target>
1.83 harris41 2967: <categoryname>doc</categoryname>
1.76 harris41 2968: <description>POD-derived page for lonpubdir.pm</description>
2969: <build trigger='always run'>
1.115 harris41 2970: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2971: ../../doc/lib/perl/Apache/lonpubdir.html && \
2972: echo 'pod2html lonpubdir.pm'
1.76 harris41 2973: </build>
2974: <status>works/unverified</status>
2975: <dependencies>
2976: ../../loncom/publisher/lonpubdir.pm
2977: </dependencies>
2978: </file>
2979: <file>
1.5 harris41 2980: <source>loncom/publisher/lonretrieve.pm</source>
2981: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2982: <categoryname>handler</categoryname>
2983: <description>
2984: Handler to retrieve old versions from resource space.
2985: </description>
2986: <status>works/unverified</status>
1.4 harris41 2987: </file>
2988: <file>
1.76 harris41 2989: <source>doc/man/Apache__lonretrieve.3</source>
2990: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2991: <categoryname>doc</categoryname>
1.76 harris41 2992: <description>man page for lonretrieve.pm</description>
2993: <build trigger='always run'>
1.115 harris41 2994: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2995: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2996: </build>
2997: <status>works/unverified</status>
2998: <dependencies>
2999: ../../loncom/publisher/lonretrieve.pm
3000: </dependencies>
3001: </file>
3002: <file>
1.118 harris41 3003: <source>doc/lib/perl/Apache/lonretrieve.html</source>
3004: <target dist='default'>
3005: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 3006: </target>
1.83 harris41 3007: <categoryname>doc</categoryname>
1.76 harris41 3008: <description>POD-derived page for lonretrieve.pm</description>
3009: <build trigger='always run'>
1.115 harris41 3010: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 3011: ../../doc/lib/perl/Apache/lonretrieve.html && \
3012: echo 'pod2html lonretrieve.pm'
1.76 harris41 3013: </build>
3014: <status>works/unverified</status>
3015: <dependencies>
3016: ../../loncom/publisher/lonretrieve.pm
3017: </dependencies>
3018: </file>
3019: <file>
1.5 harris41 3020: <source>loncom/homework/edit.pm</source>
3021: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
3022: <categoryname>handler</categoryname>
3023: <description>
3024: Helper functions when in homework edit mode.
3025: </description>
1.4 harris41 3026: </file>
3027: <file>
1.86 harris41 3028: <source>doc/man/Apache__edit.3</source>
3029: <target dist='default'>usr/man/man3/Apache::edit.3</target>
3030: <categoryname>doc</categoryname>
3031: <description>man page for edit.pm</description>
3032: <build trigger='always run'>
1.115 harris41 3033: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 3034: echo 'manifying edit.pm'
1.86 harris41 3035: </build>
3036: <status>works/unverified</status>
3037: <dependencies>
3038: ../../loncom/homework/edit.pm
3039: </dependencies>
3040: </file>
3041: <file>
1.118 harris41 3042: <source>doc/lib/perl/Apache/edit.html</source>
3043: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
3044: </target>
1.86 harris41 3045: <categoryname>doc</categoryname>
3046: <description>POD-derived page for edit.pm</description>
3047: <build trigger='always run'>
1.118 harris41 3048: loncom/build/pod2html.sh ../homework/edit.pm > \
3049: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 3050: && echo 'pod2html edit.pm'
1.86 harris41 3051: </build>
3052: <status>works/unverified</status>
3053: <dependencies>
3054: ../../loncom/homework/edit.pm
3055: </dependencies>
3056: </file>
3057: <file>
1.5 harris41 3058: <source>loncom/interface/lonmeta.pm</source>
3059: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
3060: <categoryname>handler</categoryname>
3061: <description>Metadata display handler.</description>
3062: <status>works/unverified</status>
1.4 harris41 3063: </file>
3064: <file>
1.5 harris41 3065: <source>rat/lonambiguous.pm</source>
3066: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
3067: <categoryname>handler</categoryname>
3068: <description>
3069: Handler to resolve ambiguous file locations.
3070: </description>
3071: <status>works/unverified</status>
1.4 harris41 3072: </file>
3073: <file>
1.5 harris41 3074: <source>rat/lonratparms.pm</source>
3075: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
3076: <categoryname>handler</categoryname>
3077: <description>
3078: Handler to set resource parameters inside of the RAT based on metadata.
3079: </description>
3080: <status>works/unverified</status>
1.4 harris41 3081: </file>
3082: <file>
1.5 harris41 3083: <source>rat/lonsequence.pm</source>
3084: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
3085: <categoryname>handler</categoryname>
3086: <description>
3087: Handler for showing sequence objects of educational resources.
3088: </description>
3089: <status>works/unverified</status>
1.4 harris41 3090: </file>
3091: <file>
1.5 harris41 3092: <source>loncom/interface/loncreatecourse.pm</source>
3093: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
3094: <categoryname>handler</categoryname>
3095: <description>
1.72 harris41 3096: Allows domain coordinators to create new courses and assign course
3097: coordinators.
1.5 harris41 3098: </description>
1.10 harris41 3099: <status>works/unverified</status>
1.4 harris41 3100: </file>
3101: <file>
1.5 harris41 3102: <source>loncom/interface/loncreateuser.pm</source>
3103: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
3104: <categoryname>handler</categoryname>
3105: <description>
1.72 harris41 3106: Allows users to within their own privileges create/edit users and give
3107: them roles.
1.5 harris41 3108: </description>
3109: <status>works/unverified</status>
1.143 stredwic 3110: </file>
3111: <file>
3112: <source>loncom/interface/lonhtmlcommon.pm</source>
3113: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
3114: <categoryname>handler</categoryname>
3115: <description>
3116: Contains a set of functions that generate html controls and data layouts
1.282 www 3117: </description>
3118: </file>
3119: <file>
1.382 www 3120: <source>loncom/interface/lonspeller.pm</source>
3121: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
3122: <categoryname>handler</categoryname>
3123: <description>
3124: Contains a set of functions to use Aspell
3125: </description>
3126: </file>
3127: <file>
1.282 www 3128: <source>loncom/localize/lonlocal.pm</source>
3129: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
3130: <categoryname>handler</categoryname>
3131: <description>
3132: Contains the &mt access function to Locale::Maketext
3133: </description>
3134: </file>
3135: <file>
3136: <source>loncom/localize/localize.pm</source>
3137: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
3138: <categoryname>handler</categoryname>
3139: <description>
3140: Localization class for Locale::Maketext
1.138 stredwic 3141: </description>
3142: </file>
1.283 www 3143: <fileglob>
3144: <glob>*.pm</glob>
3145: <sourcedir>loncom/localize/localize/</sourcedir>
3146: <targetdir dist='default'>
3147: home/httpd/lib/perl/Apache/localize/</targetdir>
3148: <categoryname>static conf</categoryname>
3149: <description>
3150: Translation files.
3151: </description>
3152: <filenames>
1.285 www 3153: de.pm;
1.288 www 3154: pt.pm;
1.336 www 3155: fr.pm;
1.288 www 3156: ja.pm;
1.297 www 3157: tr.pm;
1.305 www 3158: ru.pm;
3159: fa.pm;
3160: ar.pm;
1.314 www 3161: es.pm;
1.283 www 3162: </filenames>
3163: </fileglob>
1.138 stredwic 3164: <file>
3165: <source>loncom/interface/loncoursedata.pm</source>
3166: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
3167: <categoryname>handler</categoryname>
3168: <description>
3169: Common functions for handling student course data (download and process)
1.5 harris41 3170: </description>
1.4 harris41 3171: </file>
3172: <file>
1.5 harris41 3173: <source>loncom/interface/loncommon.pm</source>
3174: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
3175: <categoryname>handler</categoryname>
3176: <description>
3177: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 3178: user, domain, home_server, course_id.
1.5 harris41 3179: </description>
3180: <status>works/unverified</status>
1.4 harris41 3181: </file>
3182: <file>
1.76 harris41 3183: <source>doc/man/Apache__loncommon.3</source>
3184: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 3185: <categoryname>doc</categoryname>
1.76 harris41 3186: <description>man page for loncommon.pm</description>
3187: <build trigger='always run'>
1.115 harris41 3188: loncom/build/pod2man.sh ../interface/loncommon.pm > \
3189: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 3190: </build>
3191: <status>works/unverified</status>
3192: <dependencies>
3193: ../../loncom/interface/loncommon.pm
3194: </dependencies>
3195: </file>
3196: <file>
1.118 harris41 3197: <source>doc/lib/perl/Apache/loncommon.html</source>
3198: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 3199: </target>
1.83 harris41 3200: <categoryname>doc</categoryname>
1.76 harris41 3201: <description>POD-derived page for loncommon.pm</description>
3202: <build trigger='always run'>
1.115 harris41 3203: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 3204: ../../doc/lib/perl/Apache/loncommon.html && \
3205: echo 'pod2html loncommon.pm'
1.76 harris41 3206: </build>
3207: <status>works/unverified</status>
3208: <dependencies>
3209: ../../loncom/interface/loncommon.pm
3210: </dependencies>
3211: </file>
3212: <file>
1.5 harris41 3213: <source>loncom/homework/grades.pm</source>
3214: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
3215: <categoryname>handler</categoryname>
3216: <description>Handles the viewing of grades.</description>
1.4 harris41 3217: </file>
3218: <file>
1.5 harris41 3219: <source>loncom/homework/imageresponse.pm</source>
3220: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
3221: <categoryname>handler</categoryname>
3222: <description>
3223: Coordinates the response to clicking an image.
3224: </description>
3225: <status>works/unverified</status>
1.4 harris41 3226: </file>
3227: <file>
1.5 harris41 3228: <source>loncom/homework/optionresponse.pm</source>
3229: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
3230: <categoryname>handler</categoryname>
1.27 harris41 3231: <description>
3232: Handles tags associated with showing a list of options.</description>
1.4 harris41 3233: </file>
3234: <file>
1.5 harris41 3235: <source>loncom/homework/outputtags.pm</source>
3236: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
3237: <categoryname>handler</categoryname>
3238: <description>
3239: Handles tags associated with output. Seems to relate to due dates of the
3240: assignment.
3241: </description>
1.10 harris41 3242: <status>works/unverified</status>
1.4 harris41 3243: </file>
1.255 albertel 3244:
3245: <file>
3246: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 3247: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 3248: <categoryname>handler</categoryname>
3249: <description>
3250: Handle the tags organicresponse/structure and reationresponse
3251: </description>
3252: <status>works/unverified</status>
3253: </file>
3254:
3255: <fileglob>
3256: <glob>*.*</glob>
3257: <sourcedir>loncom/html/adm/jme/</sourcedir>
3258: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
3259: <categoryname>interface file</categoryname>
3260: <description>
3261: JME files, for editing organic structures
3262: </description>
3263: <filenames>
3264: JME.jar;
3265: jme.gif;
1.258 albertel 3266: jme_help.html;
1.255 albertel 3267: nitro.gif;
3268: smiles.gif
3269: </filenames>
3270: </fileglob>
1.291 albertel 3271:
3272: <file>
3273: <source>loncom/homework/convertjme.pl</source>
3274: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
3275: <categoryname>script</categoryname>
3276: <description>
3277: Dynamically converts JME strings into either a png or ps file.
3278: </description>
3279: </file>
3280:
1.4 harris41 3281: <file>
1.6 harris41 3282: <source>loncom/interface/lontest.pm</source>
3283: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
3284: <categoryname>handler</categoryname>
3285: <description>
3286: Used for debugging and testing the LON-CAPA system.
3287: </description>
1.10 harris41 3288: <status>works/unverified</status>
1.6 harris41 3289: </file>
3290: <file>
3291: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 3292: <target dist='default'>
3293: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 3294: <categoryname>handler</categoryname>
3295: <description>
3296: Handles multiple-choice style responses.
3297: </description>
1.10 harris41 3298: <status>works/unverified</status>
1.6 harris41 3299: </file>
3300: <file>
3301: <source>loncom/interface/lonassignments.pm</source>
3302: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
3303: <categoryname>handler</categoryname>
3304: <description>
3305: Handles processing of assignments.
3306: </description>
1.10 harris41 3307: <status>works/unverified</status>
1.6 harris41 3308: </file>
3309: <file>
3310: <source>loncom/interface/loncommunicate.pm</source>
3311: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
3312: <categoryname>handler</categoryname>
1.72 harris41 3313: <description>
3314: Will be the access handler to email sending, as well as the planned
3315: chatrooms, etc.
3316: </description>
1.10 harris41 3317: <status>works/unverified</status>
1.6 harris41 3318: </file>
3319: <file>
3320: <source>loncom/interface/lonerrorhandler.pm</source>
3321: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
3322: <categoryname>handler</categoryname>
3323: <description>
3324: Handles errors.
3325: </description>
1.10 harris41 3326: <status>works/unverified</status>
1.6 harris41 3327: </file>
3328: <file>
3329: <source>loncom/interface/lonevaluate.pm</source>
3330: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
3331: <categoryname>handler</categoryname>
3332: <description>
3333: Handles evaluation.
3334: </description>
1.10 harris41 3335: <status>works/unverified</status>
1.6 harris41 3336: </file>
3337: <file>
3338: <source>loncom/interface/lonfeedback.pm</source>
3339: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
3340: <categoryname>handler</categoryname>
3341: <description>
3342: Handles feedback from students to instructors and system administrators.
1.72 harris41 3343: Provides a screenshot of the current
3344: resource, as well as previous attempts if the resource was a homework.
3345: Used by lonmsg.pm.
1.6 harris41 3346: </description>
1.10 harris41 3347: <status>works/unverified</status>
1.4 harris41 3348: </file>
3349: <file>
1.6 harris41 3350: <source>loncom/interface/lonnavmaps.pm</source>
3351: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
3352: <categoryname>handler</categoryname>
3353: <description>
3354: Handles navigational maps.
1.211 bowersj2 3355: </description>
3356: <status>works/unverified</status>
1.227 albertel 3357: </file>
3358: <file>
3359: <source>doc/man/Apache__lonnavmaps.3</source>
3360: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
3361: <categoryname>doc</categoryname>
3362: <description>man page for lonnavmaps.pm</description>
3363: <build trigger='always run'>
3364: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
3365: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
3366: </build>
3367: <status>works/unverified</status>
3368: <dependencies>
3369: ../../loncom/interface/lonnavmaps.pm
3370: </dependencies>
3371: </file>
3372: <file>
3373: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
3374: <target dist='default'>
3375: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
3376: </target>
3377: <categoryname>doc</categoryname>
3378: <description>POD-derived page for lonnavmaps.pm</description>
3379: <build trigger='always run'>
3380: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
3381: ../../doc/lib/perl/Apache/lonnavmaps.html && \
3382: echo 'pod2html lonnavmaps.pm'
3383: </build>
3384: <status>works/unverified</status>
3385: <dependencies>
3386: ../../loncom/interface/lonnavmaps.pm
3387: </dependencies>
1.211 bowersj2 3388: </file>
3389: <file>
1.231 bowersj2 3390: <source>loncom/interface/lonhelper.pm</source>
3391: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 3392: <categoryname>handler</categoryname>
3393: <description>
1.235 bowersj2 3394: Helper framework.
3395: </description>
3396: <status>works/unverified</status>
3397: </file>
3398: <file>
3399: <source>loncom/html/adm/helper/parameter.helper</source>
3400: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
3401: <categoryname>handler</categoryname>
3402: <description>
3403: Parameter setting helper.
1.242 bowersj2 3404: </description>
3405: <status>works/unverified</status>
3406: </file>
3407: <file>
3408: <source>loncom/html/adm/helper/course.initialization.helper</source>
3409: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
3410: <categoryname>handler</categoryname>
3411: <description>
3412: Course initialization helper.
1.189 bowersj2 3413: </description>
3414: <status>works/unverified</status>
3415: </file>
3416: <file>
3417: <source>loncom/interface/lonquickgrades.pm</source>
3418: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
3419: <categoryname>handler</categoryname>
3420: <description>
3421: Student quick grades interface.
1.6 harris41 3422: </description>
1.10 harris41 3423: <status>works/unverified</status>
1.4 harris41 3424: </file>
3425: <file>
1.6 harris41 3426: <source>loncom/interface/lonpreferences.pm</source>
3427: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
3428: <categoryname>handler</categoryname>
3429: <description>
3430: Handles user preferences associated with customizing the online LON-CAPA
3431: educational environment.
3432: </description>
1.10 harris41 3433: <status>works/unverified</status>
1.6 harris41 3434: </file>
3435: <file>
3436: <source>loncom/interface/lonprintout.pm</source>
3437: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
3438: <categoryname>handler</categoryname>
3439: <description>
3440: Handles the production of printable files and resources.
3441: </description>
1.10 harris41 3442: <status>works/unverified</status>
1.340 matthew 3443: </file>
3444: <file>
3445: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
3446: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
3447: <categoryname>system file</categoryname>
3448: <description>
3449: Provides a common interface to LON-CAPA metadata.
3450: </description>
1.6 harris41 3451: </file>
3452: <file>
3453: <source>loncom/interface/lonsearchcat.pm</source>
3454: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
3455: <categoryname>handler</categoryname>
3456: <description>
3457: Handles a searchable catalogue.
1.148 matthew 3458: </description>
3459: <status>works/unverified</status>
3460: </file>
3461: <file>
3462: <source>loncom/interface/lonmysql.pm</source>
3463: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
3464: <categoryname>handler</categoryname>
3465: <description>
3466: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 3467: </description>
1.10 harris41 3468: <status>works/unverified</status>
1.4 harris41 3469: </file>
3470: <file>
1.76 harris41 3471: <source>doc/man/Apache__lonsearchcat.3</source>
3472: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 3473: <categoryname>doc</categoryname>
1.76 harris41 3474: <description>man page for lonsearchcat.pm</description>
3475: <build trigger='always run'>
1.115 harris41 3476: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
3477: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 3478: </build>
3479: <status>works/unverified</status>
3480: <dependencies>
3481: ../../loncom/interface/lonsearchcat.pm
3482: </dependencies>
3483: </file>
3484: <file>
1.118 harris41 3485: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
3486: <target dist='default'>
3487: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 3488: </target>
1.83 harris41 3489: <categoryname>doc</categoryname>
1.76 harris41 3490: <description>POD-derived page for lonsearchcat.pm</description>
3491: <build trigger='always run'>
1.115 harris41 3492: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 3493: ../../doc/lib/perl/Apache/lonsearchcat.html && \
3494: echo 'pod2html lonsearchcat.pm'
1.76 harris41 3495: </build>
3496: <status>works/unverified</status>
3497: <dependencies>
3498: ../../loncom/interface/lonsearchcat.pm
3499: </dependencies>
1.232 www 3500: </file>
3501: <file>
3502: <source>loncom/interface/lonmanagekeys.pm</source>
3503: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
3504: <categoryname>handler</categoryname>
3505: <description>
3506: Allows users with "mky" privileges to generate and manage course access keys.
3507: </description>
3508: <status>works/unverified</status>
1.76 harris41 3509: </file>
3510: <file>
1.6 harris41 3511: <source>loncom/interface/londropadd.pm</source>
3512: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
3513: <categoryname>handler</categoryname>
3514: <description>
1.72 harris41 3515: Allows course coordinators to upload courselists in different formats, and
3516: automatically create users (if they do not exist already), assign them the
3517: role of student in a course, and add them to the classlist.
1.6 harris41 3518: </description>
1.10 harris41 3519: <status>works/unverified</status>
1.6 harris41 3520: </file>
3521: <file>
1.380 matthew 3522: <source>loncom/interface/lonviewclasslist.pm</source>
3523: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
3524: <categoryname>handler</categoryname>
3525: <description>
3526: Allows users (including students) to view the classlist of their course.
3527: </description>
3528: <status>works/unverified</status>
3529: </file>
3530: <file>
1.6 harris41 3531: <source>loncom/interface/lonmsg.pm</source>
3532: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
3533: <categoryname>handler</categoryname>
3534: <description>
1.72 harris41 3535: lonmsg.pm has several functions to send and receive internal messages.
3536: author_res_msg - send message to resource author.
3537: user_crit_msg - send a critical message to a user. A critical message
3538: will require acknowledgment by the recipient and the sender will be notified.
3539: user_crit_received - routine to trigger acknowledgment.
3540: statuschange - change the status of a message (read, replied, forwarded, etc).
3541: The handler also displays messages, has routines to reply, etc.
1.6 harris41 3542: </description>
1.10 harris41 3543: <status>works/unverified</status>
1.6 harris41 3544: </file>
3545: <file>
3546: <source>loncom/homework/hint.pm</source>
3547: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
3548: <categoryname>handler</categoryname>
3549: <description>
3550: This handler coordinates the delivery of hints to students working on LON-CAPA
3551: problems and assignments.
3552: </description>
1.10 harris41 3553: <status>works/unverified</status>
1.6 harris41 3554: </file>
3555: <file>
1.244 matthew 3556: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 3557: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
3558: <categoryname>handler</categoryname>
3559: <description>
1.244 matthew 3560: The top level interface for the display and editing of spreadsheets. There
3561: are three levels of spreadsheet.
3562: </description>
3563: <status>works/unverified</status>
3564: </file>
3565: <file>
3566: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
3567: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
3568: <categoryname>handler</categoryname>
3569: <description>
3570: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
3571: assesscalc).
3572: </description>
3573: <status>works/unverified</status>
3574: </file>
3575: <file>
3576: <source>loncom/interface/spreadsheet/classcalc.pm</source>
3577: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
3578: <categoryname>handler</categoryname>
3579: <description>
3580: Defines the specifics of the course level spreadsheet.
3581: </description>
3582: <status>works/unverified</status>
3583: </file>
3584: <file>
3585: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
3586: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
3587: <categoryname>handler</categoryname>
3588: <description>
3589: Defines the specifics of the student level spreadsheet.
3590: </description>
3591: <status>works/unverified</status>
3592: </file>
3593: <file>
3594: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
3595: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
3596: <categoryname>handler</categoryname>
3597: <description>
3598: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 3599: </description>
1.10 harris41 3600: <status>works/unverified</status>
1.6 harris41 3601: </file>
3602: <file>
3603: <source>loncom/interface/lonparmset.pm</source>
3604: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
3605: <categoryname>handler</categoryname>
3606: <description>
3607: Handler to resolve ambiguous file locations
3608: </description>
1.10 harris41 3609: <status>works/unverified</status>
1.6 harris41 3610: </file>
3611: <file>
1.76 harris41 3612: <source>doc/man/Apache__lonparmset.3</source>
3613: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 3614: <categoryname>doc</categoryname>
1.76 harris41 3615: <description>man page for lonparmset.pm</description>
3616: <build trigger='always run'>
1.115 harris41 3617: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
3618: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 3619: </build>
3620: <status>works/unverified</status>
3621: <dependencies>
3622: ../../loncom/interface/lonparmset.pm
3623: </dependencies>
3624: </file>
3625: <file>
1.118 harris41 3626: <source>doc/lib/perl/Apache/lonparmset.html</source>
3627: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 3628: </target>
1.83 harris41 3629: <categoryname>doc</categoryname>
1.76 harris41 3630: <description>POD-derived page for lonparmset.pm</description>
3631: <build trigger='always run'>
1.115 harris41 3632: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 3633: ../../doc/lib/perl/Apache/lonparmset.html && \
3634: echo 'pod2html lonparmset.pm'
1.76 harris41 3635: </build>
3636: <status>works/unverified</status>
3637: <dependencies>
3638: ../../loncom/interface/lonparmset.pm
3639: </dependencies>
3640: </file>
3641: <file>
1.6 harris41 3642: <source>loncom/publisher/lonconstruct.pm</source>
3643: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
3644: <categoryname>handler</categoryname>
3645: <description>
3646: Page wrapper for handling construction space.
3647: </description>
1.10 harris41 3648: <status>works/unverified</status>
1.6 harris41 3649: </file>
3650: <file>
3651: <source>loncom/publisher/lonpublisher.pm</source>
3652: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
3653: <categoryname>handler</categoryname>
3654: <description>
3655: Publishes an LON-CAPA educational resource complete with metadata
3656: (authorship, language, copyright, creation date, etc).
3657: </description>
1.10 harris41 3658: <status>works/unverified</status>
1.6 harris41 3659: </file>
3660: <file>
1.76 harris41 3661: <source>doc/man/Apache__lonpublisher.3</source>
3662: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 3663: <categoryname>doc</categoryname>
1.76 harris41 3664: <description>man page for lonpublisher.pm</description>
3665: <build trigger='always run'>
1.115 harris41 3666: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
3667: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 3668: </build>
3669: <status>works/unverified</status>
3670: <dependencies>
3671: ../../loncom/publisher/lonpublisher.pm
3672: </dependencies>
3673: </file>
3674: <file>
1.118 harris41 3675: <source>doc/lib/perl/Apache/lonpublisher.html</source>
3676: <target dist='default'>
3677: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 3678: </target>
1.83 harris41 3679: <categoryname>doc</categoryname>
1.76 harris41 3680: <description>POD-derived page for lonpublisher.pm</description>
3681: <build trigger='always run'>
1.115 harris41 3682: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 3683: ../../doc/lib/perl/Apache/lonpublisher.html && \
3684: echo 'pod2html lonpublisher.pm'
1.76 harris41 3685: </build>
3686: <status>works/unverified</status>
3687: <dependencies>
3688: ../../loncom/publisher/lonpublisher.pm
3689: </dependencies>
3690: </file>
3691: <file>
1.6 harris41 3692: <source>loncom/interface/lonmenu.pm</source>
3693: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
3694: <categoryname>handler</categoryname>
3695: <description>
3696: Has routines which control the remote control.
1.228 www 3697: </description>
3698: <status>works/unverified</status>
3699: </file>
3700: <file>
3701: <source>loncom/interface/lonremote.pm</source>
3702: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
3703: <categoryname>handler</categoryname>
3704: <description>
1.367 matthew 3705: Handler to launch and collapse the remote control.
1.6 harris41 3706: </description>
1.10 harris41 3707: <status>works/unverified</status>
1.6 harris41 3708: </file>
3709: <file>
1.367 matthew 3710: <source>loncom/interface/portfolio.pm</source>
3711: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
3712: <categoryname>handler</categoryname>
3713: <description>
3714: Handler to manage user portfolios
3715: </description>
3716: <status>unverified</status>
3717: </file>
3718: <file>
1.6 harris41 3719: <source>rat/lonpageflip.pm</source>
3720: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
3721: <categoryname>handler</categoryname>
3722: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 3723: <status>works/unverified</status>
1.6 harris41 3724: </file>
3725: <file>
3726: <source>rat/lonratedt.pm</source>
3727: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
3728: <categoryname>handler</categoryname>
3729: <description>
3730: Builds up frame set and loads in the right thing.
3731: </description>
1.10 harris41 3732: <status>works/unverified</status>
1.6 harris41 3733: </file>
3734: <file>
3735: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
3736: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
3737: <categoryname>handler</categoryname>
3738: <description>
3739: Homework remote control.
1.157 www 3740: </description>
3741: <status>works/unverified</status>
3742: </file>
3743: <file>
3744: <source>loncom/html/res/adm/pages/chatroom.html</source>
3745: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
3746: <categoryname>handler</categoryname>
3747: <description>
3748: Establishes frameset for chatroom
1.6 harris41 3749: </description>
1.10 harris41 3750: <status>works/unverified</status>
1.6 harris41 3751: </file>
3752: <file>
3753: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
3754: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
3755: <categoryname>handler</categoryname>
3756: <description>
1.10 harris41 3757: This will take annotations and then plug them into a page.
1.6 harris41 3758: </description>
1.10 harris41 3759: <status>works/unverified</status>
1.6 harris41 3760: </file>
3761: <file>
3762: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
3763: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
3764: <categoryname>handler</categoryname>
3765: <description>
3766: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 3767: interface.
1.6 harris41 3768: </description>
1.10 harris41 3769: <status>works/unverified</status>
1.6 harris41 3770: </file>
3771: <file>
3772: <source>rat/lonratsrv.pm</source>
3773: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
3774: <categoryname>handler</categoryname>
3775: <description>
1.27 harris41 3776: Handler that takes output from RAT and stores it on disk. Handles the upper
3777: hidden frame of the added window that comes up in RAT. (3 frames come up in
3778: RAT server, code, and output. This module handles server connection.)
1.6 harris41 3779: </description>
1.10 harris41 3780: <status>works/unverified</status>
1.6 harris41 3781: </file>
3782: <file>
3783: <source>rat/lonpage.pm</source>
3784: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
3785: <categoryname>handler</categoryname>
3786: <description>
3787: bundles pages into one page
3788: </description>
1.10 harris41 3789: <status>works/unverified</status>
1.6 harris41 3790: </file>
3791: <file>
1.76 harris41 3792: <source>doc/man/Apache__lonpage.3</source>
3793: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 3794: <categoryname>doc</categoryname>
1.76 harris41 3795: <description>man page for lonpage.pm</description>
3796: <build trigger='always run'>
1.115 harris41 3797: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
3798: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 3799: </build>
3800: <status>works/unverified</status>
3801: <dependencies>
3802: ../../rat/lonpage.pm
3803: </dependencies>
3804: </file>
3805: <file>
1.118 harris41 3806: <source>doc/lib/perl/Apache/lonpage.html</source>
3807: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 3808: </target>
1.83 harris41 3809: <categoryname>doc</categoryname>
1.76 harris41 3810: <description>POD-derived page for lonnet.pm</description>
3811: <build trigger='always run'>
1.115 harris41 3812: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 3813: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 3814: </build>
3815: <status>works/unverified</status>
3816: <dependencies>
3817: ../../rat/lonpage.pm
3818: </dependencies>
3819: </file>
3820: <file>
1.6 harris41 3821: <source>rat/lonuserstate.pm</source>
3822: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
3823: <categoryname>handler</categoryname>
3824: <description>
1.133 harris41 3825: compile course into binary data structure
1.6 harris41 3826: </description>
1.10 harris41 3827: <status>works/unverified</status>
1.6 harris41 3828: </file>
3829: <file>
1.76 harris41 3830: <source>doc/man/Apache__lonuserstate.3</source>
3831: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 3832: <categoryname>doc</categoryname>
1.76 harris41 3833: <description>man page for lonnet.pm</description>
3834: <build trigger='always run'>
1.115 harris41 3835: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
3836: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 3837: </build>
3838: <status>works/unverified</status>
3839: <dependencies>
3840: ../../rat/lonuserstate.pm
3841: </dependencies>
3842: </file>
3843: <file>
1.118 harris41 3844: <source>doc/lib/perl/Apache/lonuserstate.html</source>
3845: <target dist='default'>
3846: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 3847: </target>
1.83 harris41 3848: <categoryname>doc</categoryname>
1.76 harris41 3849: <description>POD-derived page for lonuserstate.pm</description>
3850: <build trigger='always run'>
1.115 harris41 3851: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 3852: ../../doc/lib/perl/Apache/lonuserstate.html && \
3853: echo 'pod2html lonuserstate.pm'
1.76 harris41 3854: </build>
3855: <status>works/unverified</status>
3856: <dependencies>
3857: ../../rat/lonuserstate.pm
3858: </dependencies>
3859: </file>
3860: <file>
1.6 harris41 3861: <source>loncom/xml/lontex.pm</source>
3862: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
3863: <categoryname>handler</categoryname>
3864: <description>
1.133 harris41 3865: Handler for tex files
1.6 harris41 3866: </description>
1.10 harris41 3867: <status>works/unverified</status>
1.6 harris41 3868: </file>
3869: <file>
3870: <source>loncom/xml/lontexconvert.pm</source>
3871: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
3872: <categoryname>handler</categoryname>
3873: <description>
3874: Access to tth/ttm
3875: </description>
1.10 harris41 3876: <status>works/unverified</status>
1.6 harris41 3877: </file>
3878: <file>
3879: <source>loncom/xml/lonxml.pm</source>
3880: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
3881: <categoryname>handler</categoryname>
3882: <description>
3883: XML Parsing Module
1.78 harris41 3884: </description>
3885: <status>works/unverified</status>
3886: </file>
3887: <file>
3888: <source>loncom/xml/lonplot.pm</source>
3889: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
3890: <categoryname>handler</categoryname>
3891: <description>
3892: XML-based plotter of graphs
1.6 harris41 3893: </description>
1.10 harris41 3894: <status>works/unverified</status>
1.6 harris41 3895: </file>
3896: <file>
3897: <source>loncom/xml/style.pm</source>
3898: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
3899: <categoryname>handler</categoryname>
3900: <description>
3901: Style Parsing Module
3902: </description>
1.10 harris41 3903: <status>works/unverified</status>
1.6 harris41 3904: </file>
3905: <file>
3906: <source>loncom/xml/londefdef.pm</source>
3907: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
3908: <categoryname>handler</categoryname>
3909: <description>
3910: Tags Default Definition Module
3911: </description>
1.10 harris41 3912: <status>works/unverified</status>
1.4 harris41 3913: </file>
3914: <file>
1.6 harris41 3915: <source>loncom/xml/run.pm</source>
3916: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
3917: <categoryname>handler</categoryname>
3918: <description>
3919: used to prevent poorly written problems from causing lingering after effects
3920: </description>
1.10 harris41 3921: <status>works/unverified</status>
1.4 harris41 3922: </file>
3923: <file>
1.6 harris41 3924: <source>loncom/xml/scripttag.pm</source>
3925: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
3926: <categoryname>handler</categoryname>
3927: <description>
3928: implements <script>, <scriptlib>, <parserlib>, and
3929: <import>
1.290 www 3930: </description>
3931: <status>works/unverified</status>
3932: </file>
3933: <file>
3934: <source>loncom/xml/languagetags.pm</source>
3935: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
3936: <categoryname>handler</categoryname>
3937: <description>
3938: implements <mt>
1.6 harris41 3939: </description>
1.10 harris41 3940: <status>works/unverified</status>
1.185 albertel 3941: </file>
3942: <file>
3943: <source>loncom/homework/randomlylabel.pm</source>
3944: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3945: <categoryname>handler</categoryname>
3946: <description>
3947: Handler for compositing images, and text together.
1.339 albertel 3948: </description>
3949: </file>
3950: <file>
3951: <source>loncom/homework/drawimage.pm</source>
3952: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
3953: <categoryname>handler</categoryname>
3954: <description>
3955: Handler for programtically defining an image
1.318 albertel 3956: </description>
3957: </file>
3958: <file>
3959: <source>loncom/homework/imagechoice.pm</source>
3960: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
3961: <categoryname>handler</categoryname>
3962: <description>
3963: Handler for picking out locations on an image.
1.207 www 3964: </description>
3965: </file>
3966: <file>
3967: <source>loncom/homework/rankresponse.pm</source>
3968: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3969: <categoryname>handler</categoryname>
3970: <description>
3971: Handler for rankresponse
1.209 albertel 3972: </description>
3973: </file>
3974: <file>
3975: <source>loncom/homework/matchresponse.pm</source>
3976: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3977: <categoryname>handler</categoryname>
3978: <description>
3979: Handler for matchresponse
1.185 albertel 3980: </description>
1.4 harris41 3981: </file>
3982: <file>
1.33 harris41 3983: <source>loncom/homework/randomlabel.pm</source>
3984: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3985: <categoryname>handler</categoryname>
3986: <description>
3987: Interface for producing applet code which randomizes the labelling of an
3988: image.
3989: </description>
3990: </file>
3991: <file>
1.6 harris41 3992: <source>loncom/homework/lonhomework.pm</source>
3993: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3994: <categoryname>handler</categoryname>
1.27 harris41 3995: <description>
3996: handles requests for output, evaluation, and alteration of a homework resource
3997: </description>
1.95 harris41 3998: <status>works/unverified</status>
1.4 harris41 3999: </file>
4000: <file>
1.6 harris41 4001: <source>loncom/homework/inputtags.pm</source>
4002: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
4003: <categoryname>handler</categoryname>
4004: <description>
4005: produces HTML input tags (<INPUT>) for rendering homework resources
4006: </description>
1.10 harris41 4007: <status>works/unverified</status>
1.4 harris41 4008: </file>
4009: <file>
1.6 harris41 4010: <source>loncom/homework/structuretags.pm</source>
4011: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
4012: <categoryname>handler</categoryname>
4013: <description>
1.27 harris41 4014: produces HTML tags necessary for structuring the presentation of homework
4015: resources
1.6 harris41 4016: </description>
1.10 harris41 4017: <status>works/unverified</status>
1.4 harris41 4018: </file>
4019: <file>
1.6 harris41 4020: <source>loncom/homework/response.pm</source>
4021: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
4022: <categoryname>handler</categoryname>
4023: <description>
1.27 harris41 4024: defines different types of responses given to student as well as syntax for
4025: producing response values
1.6 harris41 4026: </description>
1.10 harris41 4027: <status>works/unverified</status>
1.4 harris41 4028: </file>
4029: <file>
1.6 harris41 4030: <source>loncom/homework/caparesponse/caparesponse.pm</source>
4031: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
4032: <categoryname>handler</categoryname>
4033: <description>
4034: handles request to the CAPA homework processing engine
4035: </description>
1.10 harris41 4036: <status>works/unverified</status>
1.4 harris41 4037: </file>
4038: <file>
1.113 harris41 4039: <source>loncom/xml/Safe.pm</source>
4040: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
4041: <categoryname>handler</categoryname>
4042: <description>
4043: Meant to safely substitute for CPAN version of Safe.
4044: Allows for safely executing embedded perl comands in
4045: a way that does not threaten the operating system.
4046: </description>
4047: <status>works/unverified</status>
4048: </file>
4049: <file>
1.241 albertel 4050: <source>loncom/auth/localauth.pm</source>
4051: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
4052: <categoryname>handler</categoryname>
4053: <description>
1.208 harris41 4054: Local authentication mechanism. The target file is meant as a template
4055: for a localauth.pm file. The target file with the -std suffix is not
4056: used directly by any software program; it is just a template file.
1.241 albertel 4057: </description>
4058: <status>works/unverified</status>
4059: </file>
4060: <file>
4061: <source>loncom/auth/localauth.pm</source>
4062: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
4063: <categoryname>conf</categoryname>
4064: <description>
4065: Local authentication mechanism.
4066: </description>
4067: <status>works/unverified</status>
1.30 harris41 4068: </file>
4069: <file>
1.6 harris41 4070: <source>loncom/auth/lonacc.pm</source>
4071: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
4072: <categoryname>handler</categoryname>
4073: <description>
4074: (This module, like loncacc.pm also authenticates with cookies.)
4075: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
4076: functions (e.g. roles, logout, annotations, and bookmarks) as well
4077: as coordinating access to educational resources.
4078: </description>
1.10 harris41 4079: <status>works/unverified</status>
1.4 harris41 4080: </file>
4081: <file>
1.76 harris41 4082: <source>doc/man/Apache__lonacc.3</source>
4083: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 4084: <categoryname>doc</categoryname>
1.76 harris41 4085: <description>man page for lonacc.pm</description>
4086: <build trigger='always run'>
1.115 harris41 4087: loncom/build/pod2man.sh ../auth/lonacc.pm > \
4088: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 4089: </build>
4090: <status>works/unverified</status>
4091: <dependencies>
4092: ../../loncom/auth/lonacc.pm
4093: </dependencies>
4094: </file>
4095: <file>
1.118 harris41 4096: <source>doc/lib/perl/Apache/lonacc.html</source>
4097: <target dist='default'>
4098: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 4099: <categoryname>doc</categoryname>
1.76 harris41 4100: <description>POD-derived page for lonacc.pm</description>
4101: <build trigger='always run'>
1.115 harris41 4102: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 4103: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 4104: </build>
4105: <status>works/unverified</status>
4106: <dependencies>
4107: ../../loncom/auth/lonacc.pm
4108: </dependencies>
4109: </file>
4110: <file>
1.6 harris41 4111: <source>loncom/auth/lonracc.pm</source>
4112: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
4113: <categoryname>handler</categoryname>
4114: <description>
4115: access handler for file transfers
1.151 www 4116: </description>
4117: <status>works/unverified</status>
4118: </file>
4119: <file>
4120: <source>loncom/auth/lontokacc.pm</source>
4121: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
4122: <categoryname>handler</categoryname>
4123: <description>
1.154 www 4124: handler for inter-server transfer of token accessed files, includes
4125: cleanup handler to remove file when successfully done
4126: </description>
4127: <status>works/unverified</status>
4128: </file>
4129: <file>
4130: <source>loncom/auth/lonuploadedacc.pm</source>
4131: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
4132: <categoryname>handler</categoryname>
4133: <description>
4134: access handler for user uploaded files
4135: </description>
4136: <status>works/unverified</status>
4137: </file>
4138: <file>
4139: <source>loncom/lontrans.pm</source>
4140: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
4141: <categoryname>handler</categoryname>
4142: <description>
4143: URI to filename translation
1.347 www 4144: </description>
4145: <status>works/unverified</status>
4146: </file>
4147: <file>
4148: <source>loncom/lonenc.pm</source>
4149: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
4150: <categoryname>handler</categoryname>
4151: <description>
4152: Encryption and decryption of URIs
1.6 harris41 4153: </description>
1.10 harris41 4154: <status>works/unverified</status>
1.87 harris41 4155: </file>
4156: <file>
4157: <source>doc/man/Apache__lonracc.3</source>
4158: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
4159: <categoryname>doc</categoryname>
4160: <description>man page for lonracc.pm</description>
4161: <build trigger='always run'>
1.115 harris41 4162: loncom/build/pod2man.sh ../auth/lonracc.pm > \
4163: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 4164: </build>
4165: <status>works/unverified</status>
4166: <dependencies>
4167: ../../loncom/auth/lonracc.pm
4168: </dependencies>
4169: </file>
4170: <file>
1.118 harris41 4171: <source>doc/lib/perl/Apache/lonracc.html</source>
4172: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 4173: </target>
1.87 harris41 4174: <categoryname>doc</categoryname>
4175: <description>POD-derived page for lonracc.pm</description>
4176: <build trigger='always run'>
1.115 harris41 4177: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 4178: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 4179: </build>
4180: <status>works/unverified</status>
4181: <dependencies>
4182: ../../loncom/auth/lonracc.pm
4183: </dependencies>
1.4 harris41 4184: </file>
4185: <file>
1.6 harris41 4186: <source>loncom/auth/loncacc.pm</source>
4187: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
4188: <categoryname>handler</categoryname>
4189: <description>
4190: This module provides access to an educational resource construction area.
4191: This module is invoked by the URL-related pattern syntax
4192: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
4193: Authentication of user identity
4194: is coordinated through cookies. The abbreviation "cacc" corresponds
4195: to "construction-space access"). If the cookie handle is invalid, then
4196: this module returns a forbidden status and makes appropriate log entries.
4197: If the cookie handle is valid, status is determined to be okay (and,
4198: for the "priv"-type access, the resource is delivered by the
4199: <tt>lonconstruct</tt> module).
4200: </description>
1.10 harris41 4201: <status>works/unverified</status>
1.4 harris41 4202: </file>
4203: <file>
1.86 harris41 4204: <source>doc/man/Apache__loncacc.3</source>
4205: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
4206: <categoryname>doc</categoryname>
4207: <description>man page for loncacc.pm</description>
4208: <build trigger='always run'>
1.115 harris41 4209: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
4210: && echo 'manifying loncacc.pm'
1.86 harris41 4211: </build>
4212: <status>works/unverified</status>
4213: <dependencies>
4214: ../../loncom/auth/loncacc.pm
4215: </dependencies>
4216: </file>
4217: <file>
1.118 harris41 4218: <source>doc/lib/perl/Apache/loncacc.html</source>
4219: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 4220: </target>
1.86 harris41 4221: <categoryname>doc</categoryname>
4222: <description>POD-derived page for loncacc.pm</description>
4223: <build trigger='always run'>
1.115 harris41 4224: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 4225: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 4226: </build>
4227: <status>works/unverified</status>
4228: <dependencies>
4229: ../../loncom/auth/loncacc.pm
4230: </dependencies>
4231: </file>
4232: <file>
1.6 harris41 4233: <source>loncom/auth/lonauth.pm</source>
4234: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
4235: <categoryname>handler</categoryname>
4236: <description>authenticate, set up session environment</description>
1.10 harris41 4237: <status>works/unverified</status>
1.4 harris41 4238: </file>
4239: <file>
1.6 harris41 4240: <source>loncom/auth/lonlogin.pm</source>
4241: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
4242: <categoryname>handler</categoryname>
4243: <description>login screen</description>
1.10 harris41 4244: <status>works/unverified</status>
1.4 harris41 4245: </file>
4246: <file>
1.355 matthew 4247: <source>loncom/auth/londatecheck.pm</source>
4248: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
4249: <categoryname>handler</categoryname>
1.356 albertel 4250: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
4251: <status>works/unverified</status>
1.355 matthew 4252: </file>
4253: <file>
1.6 harris41 4254: <source>loncom/auth/lonlogout.pm</source>
4255: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
4256: <categoryname>handler</categoryname>
4257: <description>logout</description>
1.10 harris41 4258: <status>works/unverified</status>
1.4 harris41 4259: </file>
4260: <file>
1.6 harris41 4261: <source>loncom/lonnet/perl/lonrep.pm</source>
4262: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
4263: <categoryname>handler</categoryname>
4264: <description>replication</description>
1.345 raeburn 4265: </file>
4266: <file>
4267: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
4268: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
4269: <categoryname>handler</categoryname>
4270: <description>copying of uploaded files</description>
1.4 harris41 4271: </file>
4272: <file>
1.6 harris41 4273: <source>loncom/auth/lonroles.pm</source>
4274: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
4275: <categoryname>handler</categoryname>
4276: <description>
4277: This perl handling module reads in the available roles available
4278: for a LON-CAPA user (different courses, different privileges, etc)
4279: and produces a form-element HTML page which allows the user to select
4280: which role he wishes to exercise in the LON-CAPA system. For instance,
4281: a user may want to select between being a student in a thermodynamics
4282: physics course or a teaching assistant for an introductory calculus
4283: class.
4284: </description>
1.86 harris41 4285: </file>
4286: <file>
4287: <source>doc/man/Apache__lonroles.3</source>
4288: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
4289: <categoryname>doc</categoryname>
4290: <description>man page for lonroles.pm</description>
4291: <build trigger='always run'>
1.115 harris41 4292: loncom/build/pod2man.sh ../auth/lonroles.pm > \
4293: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 4294: </build>
4295: <status>works/unverified</status>
4296: <dependencies>
4297: ../../loncom/auth/lonroles.pm
4298: </dependencies>
4299: </file>
4300: <file>
1.118 harris41 4301: <source>doc/lib/perl/Apache/lonroles.html</source>
4302: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 4303: </target>
1.86 harris41 4304: <categoryname>doc</categoryname>
4305: <description>POD-derived page for lonroles.pm</description>
4306: <build trigger='always run'>
1.115 harris41 4307: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 4308: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 4309: </build>
4310: <status>works/unverified</status>
4311: <dependencies>
4312: ../../loncom/auth/lonroles.pm
4313: </dependencies>
1.4 harris41 4314: </file>
4315: <file>
1.363 albertel 4316: <source>loncom/interface/lonsource.pm</source>
4317: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
4318: <categoryname>handler</categoryname>
4319: <description>
4320: Problem source code viewer
4321: </description>
4322: <status>works/unverified</status>
4323: </file>
4324: <file>
1.6 harris41 4325: <source>loncom/interface/lonindexer.pm</source>
4326: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
4327: <categoryname>handler</categoryname>
4328: <description>
4329: cross server filesystem browser
4330: </description>
1.10 harris41 4331: <status>works/unverified</status>
1.76 harris41 4332: </file>
4333: <file>
4334: <source>doc/man/Apache__lonindexer.3</source>
4335: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 4336: <categoryname>doc</categoryname>
1.76 harris41 4337: <description>man page for lonindexer.pm</description>
4338: <build trigger='always run'>
1.115 harris41 4339: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
4340: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 4341: </build>
4342: <status>works/unverified</status>
4343: <dependencies>
4344: ../../loncom/interface/lonindexer.pm
4345: </dependencies>
4346: </file>
4347: <file>
1.118 harris41 4348: <source>doc/lib/perl/Apache/lonindexer.html</source>
4349: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 4350: </target>
1.83 harris41 4351: <categoryname>doc</categoryname>
1.76 harris41 4352: <description>POD-derived page for lonindexer.pm</description>
4353: <build trigger='always run'>
1.115 harris41 4354: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 4355: ../../doc/lib/perl/Apache/lonindexer.html && \
4356: echo 'pod2html lonindexer.pm'
1.76 harris41 4357: </build>
4358: <status>works/unverified</status>
4359: <dependencies>
4360: ../../loncom/interface/lonindexer.pm
4361: </dependencies>
1.4 harris41 4362: </file>
4363: <file>
1.24 harris41 4364: <source>loncom/interface/groupsort.pm</source>
4365: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
4366: <categoryname>handler</categoryname>
4367: <description>
4368: Implements a second phase of importing multiple resources into the RAT.
4369: Allows for reordering the sequence of resources.
4370: </description>
4371: <status>works/unverified</status>
4372: </file>
4373: <file>
1.6 harris41 4374: <source>loncom/lonnet/perl/lonnet.pm</source>
4375: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
4376: <categoryname>handler</categoryname>
4377: <description>
4378: This file is an interface to the lonc processes of the LON-CAPA network
4379: as well as set of elaborated functions for handling information necessary
4380: for navigating through a given cluster of LON-CAPA machines within a domain.
4381: There are over 40 specialized functions in this module which handle
4382: the reading and transmission of metadata, user information
4383: (ids, names, environments, roles, logs), file information (storage, reading,
4384: directories, extensions, replication, embedded styles and descriptors),
4385: educational resources (course descriptions, section names and numbers),
4386: url hashing (to assign roles on a url basis), and translating abbreviated
4387: symbols to and from more descriptive phrases or explanations.
4388: </description>
1.10 harris41 4389: <status>works/unverified</status>
1.73 harris41 4390: </file>
4391: <file>
4392: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 4393: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 4394: <categoryname>doc</categoryname>
1.73 harris41 4395: <description>man page for lonnet.pm</description>
4396: <build trigger='always run'>
1.115 harris41 4397: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
4398: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 4399: </build>
4400: <status>works/unverified</status>
4401: <dependencies>
4402: ../../loncom/lonnet/perl/lonnet.pm
4403: </dependencies>
4404: </file>
4405: <file>
1.118 harris41 4406: <source>doc/lib/perl/Apache/lonnet.html</source>
4407: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
4408: </target>
1.83 harris41 4409: <categoryname>doc</categoryname>
1.73 harris41 4410: <description>POD-derived page for lonnet.pm</description>
4411: <build trigger='always run'>
1.115 harris41 4412: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 4413: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 4414: </build>
4415: <status>works/unverified</status>
4416: <dependencies>
4417: ../../loncom/lonnet/perl/lonnet.pm
4418: </dependencies>
1.4 harris41 4419: </file>
4420: <file>
1.6 harris41 4421: <source>loncom/html/index.html</source>
4422: <target dist='default'>home/httpd/html/index.html</target>
4423: <categoryname>interface file</categoryname>
4424: <description>bumps to login</description>
1.280 www 4425: </file>
4426: <file>
4427: <source>loncom/html/index.html</source>
4428: <target dist='default'>home/httpd/html/origindex.html</target>
4429: <categoryname>interface file</categoryname>
4430: <description>bumps to login, backup for takeonline</description>
1.181 www 4431: </file>
4432: <file>
4433: <source>loncom/html/favicon.ico</source>
4434: <target dist='default'>home/httpd/html/favicon.ico</target>
4435: <categoryname>interface file</categoryname>
4436: <description>Bookmark and tab icon</description>
1.4 harris41 4437: </file>
1.6 harris41 4438: <link>
4439: <linkto>etc/mime.types</linkto>
4440: <target dist='default'>etc/httpd/conf/mime.types</target>
4441: <categoryname>symbolic link</categoryname>
4442: <description>symbolic link to /etc/mime.types</description>
4443: </link>
4444: <link>
4445: <linkto>home/httpd/html/res</linkto>
4446: <target dist='default'>home/httpd/html/raw</target>
4447: <categoryname>symbolic link</categoryname>
4448: <description>symbolic link to /home/httpd/html/res</description>
4449: </link>
1.4 harris41 4450: <file>
1.6 harris41 4451: <source>loncom/html/adm/notfound.html</source>
4452: <target dist='default'>home/httpd/html/adm/notfound.html</target>
4453: <categoryname>interface file</categoryname>
4454: <description>
4455: static html page that is shown when an attempt is made to access a document
4456: not present on the web server
4457: </description>
1.4 harris41 4458: </file>
4459: <file>
1.6 harris41 4460: <source>loncom/html/adm/unauthorized.html</source>
4461: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
4462: <categoryname>interface file</categoryname>
4463: <description>
1.27 harris41 4464: static html page that is shown when an attempt is made to access a document
4465: which is restricted based on file or server configurations
1.32 harris41 4466: </description>
4467: </file>
4468: <file>
4469: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 4470: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 4471: <categoryname>interface file</categoryname>
4472: <description>
4473: Help page for the search engine.
1.6 harris41 4474: </description>
1.4 harris41 4475: </file>
4476: <file>
1.6 harris41 4477: <source>rat/client/rat.html</source>
4478: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
4479: <categoryname>interface file</categoryname>
4480: <description>
4481: frameset
4482: </description>
1.4 harris41 4483: </file>
4484: <file>
1.6 harris41 4485: <source>rat/client/parameter.html</source>
4486: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
4487: <categoryname>interface file</categoryname>
4488: <description>
4489: Parameter input window.
4490: </description>
1.4 harris41 4491: </file>
4492: <file>
1.6 harris41 4493: <source>rat/client/code.html</source>
4494: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 4495: <categoryname>interface file</categoryname>
4496: <description>
4497: javascript
4498: </description>
4499: </file>
4500: <file>
4501: <source>rat/client/extpickcode.html</source>
4502: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
4503: <categoryname>interface file</categoryname>
4504: <description>
4505: javascript
4506: </description>
4507: </file>
4508: <file>
4509: <source>rat/client/extpickframe.html</source>
4510: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 4511: <categoryname>interface file</categoryname>
4512: <description>
4513: javascript
4514: </description>
1.4 harris41 4515: </file>
4516: <file>
1.6 harris41 4517: <source>rat/client/map.html</source>
4518: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
4519: <categoryname>interface file</categoryname>
4520: <description>
4521: bumper
4522: </description>
1.4 harris41 4523: </file>
4524: <file>
1.6 harris41 4525: <source>rat/client/empty.html</source>
4526: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
4527: <categoryname>interface file</categoryname>
4528: <description>
4529: A blank page with very minimal HTML structural elements.
1.217 www 4530: </description>
4531: </file>
4532: <file>
4533: <source>rat/client/loading.html</source>
4534: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
4535: <categoryname>interface file</categoryname>
4536: <description>
4537: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 4538: </description>
1.4 harris41 4539: </file>
1.10 harris41 4540: <fileglob>
4541: <glob>*.gif</glob>
4542: <sourcedir>rat/images/</sourcedir>
4543: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
4544: <categoryname>graphic file</categoryname>
4545: <description>
4546: icons for providing a HTML-tabled view of a course map
4547: </description>
4548: <filenames>
1.37 harris41 4549: 1.1.dt.gif;
4550: 1.1.empty.gif;
4551: 1.1.ld.gif;
4552: 1.1.lr.gif;
4553: 1.1.rd.gif;
1.60 harris41 4554: 1.1.rl.gif;
1.37 harris41 4555: 1.1.td.gif;
4556: 1.1.tdrl.gif;
4557: 1.1.tl.gif;
4558: 1.1.tr.gif;
4559: 1.1.utd.gif;
4560: 1.2.ctd.gif;
4561: 1.2.dt.gif;
4562: 1.2.empty.gif;
4563: 1.2.ld.gif;
4564: 1.2.lr.gif;
4565: 1.2.lrd.gif;
4566: 1.2.lrtd.gif;
4567: 1.2.rd.gif;
4568: 1.2.rl.gif;
4569: 1.2.rld.gif;
4570: 1.2.rltd.gif;
4571: 1.2.rtd.gif;
4572: 1.2.rtdl.gif;
4573: 1.2.rtl.gif;
4574: 1.2.td.gif;
4575: 1.2.tdl.gif;
4576: 1.2.tdrl.gif;
4577: 1.2.tl.gif;
4578: 1.2.tr.gif;
4579: 1.2.utd.gif;
4580: 2.1.dt.gif;
4581: 2.1.empty.gif;
4582: 2.1.ld.gif;
4583: 2.1.lr.gif;
4584: 2.1.rd.gif;
4585: 2.1.rl.gif;
4586: 2.1.td.gif;
4587: 2.1.tdrl.gif;
4588: 2.1.tl.gif;
4589: 2.1.tr.gif;
4590: 2.2.dt.gif;
4591: 2.2.empty.gif;
4592: 2.2.ld.gif;
4593: 2.2.lr.gif;
4594: 2.2.lrd.gif;
4595: 2.2.lrt.gif;
4596: 2.2.rd.gif;
4597: 2.2.rl.gif;
4598: 2.2.rld.gif;
4599: 2.2.rlt.gif;
4600: 2.2.td.gif;
4601: 2.2.tdl.gif;
4602: 2.2.tdr.gif;
4603: 2.2.tdrl.gif;
4604: 2.2.tl.gif;
4605: 2.2.tr.gif;
4606: 2.2.url.gif;
4607: 2.2.utd.gif;
4608: arrow.gif;
4609: bdt.gif;
4610: bempty.gif;
4611: bld.gif;
4612: blr.gif;
4613: blrd.gif;
4614: blrt.gif;
1.60 harris41 4615: bottom.gif;
1.37 harris41 4616: brd.gif;
4617: brl.gif;
4618: brld.gif;
4619: brlt.gif;
4620: btd.gif;
4621: btdl.gif;
4622: btdr.gif;
4623: btdrl.gif;
4624: btl.gif;
4625: btr.gif;
4626: burl.gif;
4627: butd.gif;
4628: condition.gif;
4629: edit.gif;
4630: finish.gif;
4631: info.gif;
4632: inscol.gif;
4633: inscond.gif;
4634: insres.gif;
4635: insrow.gif;
4636: left.gif;
4637: middle.gif;
4638: resource.gif;
4639: right.gif;
4640: sctd.gif;
4641: sdt.gif;
4642: sempty.gif;
4643: sld.gif;
4644: slr.gif;
4645: slrd.gif;
4646: slrtd.gif;
4647: srd.gif;
4648: srl.gif;
4649: srld.gif;
4650: srltd.gif;
4651: srtd.gif;
4652: srtdl.gif;
4653: srtl.gif;
4654: start.gif;
4655: std.gif;
4656: stdl.gif;
1.10 harris41 4657: sutd.gif
4658: </filenames>
4659: </fileglob>
4660: <fileglob>
1.60 harris41 4661: <glob>*.*</glob>
1.10 harris41 4662: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
4663: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
4664: <categoryname>graphic file</categoryname>
4665: <description>
4666: icons to indicate an unexpected result
4667: </description>
4668: <filenames>
1.37 harris41 4669: lonconstruct.gif;
4670: lonlogo_broken.gif;
4671: lonlogo_broken_tsp.gif;
4672: lonlogo_broken.eps;
4673: lonlogo_broken.jpg;
1.10 harris41 4674: lonlogo_broken.mov
4675: </filenames>
4676: </fileglob>
4677: <fileglob>
1.60 harris41 4678: <glob>*.*</glob>
1.10 harris41 4679: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
4680: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
4681: <categoryname>graphic file</categoryname>
4682: <description>
1.132 harris41 4683: logos and general widget icons
1.10 harris41 4684: </description>
4685: <filenames>
1.68 harris41 4686: SMETE_white.gif;
1.117 harris41 4687: aboutlon.gif;
1.288 www 4688: aboutlon_pt.gif;
4689: aboutlon_de.gif;
1.117 harris41 4690: accessbutton.gif;
1.288 www 4691: accessbutton_pt.gif;
4692: accessbutton_de.gif;
1.224 www 4693: angry.gif;
1.60 harris41 4694: arrow_up.gif;
1.360 albertel 4695: baeh.gif;
1.224 www 4696: bigsmile.gif;
1.177 bowersj2 4697: branch.gif;
1.37 harris41 4698: cab.gif;
4699: cab_big.gif;
1.62 harris41 4700: capapanel.gif;
1.224 www 4701: check.gif;
1.37 harris41 4702: class.gif;
4703: class_big.gif;
1.379 albertel 4704: closepage.gif;
1.224 www 4705: coolindiff.gif;
4706: coolsmile.gif;
4707: cry.gif;
1.343 www 4708: doc.gif;
4709: doc_big.gif;
1.37 harris41 4710: dvi.gif;
4711: dvi_big.gif;
4712: eps.gif;
4713: eps_big.gif;
4714: exam.gif;
4715: exam_big.gif;
1.117 harris41 4716: fillbottom.gif;
4717: fillleft.gif;
4718: fillright.gif;
4719: filltop.gif;
1.37 harris41 4720: folder_closed.gif;
4721: folder_opened.gif;
4722: folder_pointer_closed.gif;
4723: folder_pointer_opened.gif;
4724: form.gif;
4725: form_big.gif;
1.224 www 4726: frowny.gif;
1.37 harris41 4727: gif.gif;
4728: gif_big.gif;
1.117 harris41 4729: header.gif;
1.387 raeburn 4730: helpdesk.gif;
4731: helpgateway.gif;
1.224 www 4732: hrrm.gif;
1.37 harris41 4733: htm.gif;
4734: html.gif;
4735: html_big.gif;
1.224 www 4736: huh.gif;
1.52 harris41 4737: jar.gif;
4738: jar_big.gif;
1.37 harris41 4739: jpg.gif;
4740: jpg_big.gif;
1.62 harris41 4741: latex.gif;
1.269 www 4742: library.gif;
1.224 www 4743: lipsrsealed.gif;
1.117 harris41 4744: lite.gif;
1.37 harris41 4745: liteani.gif;
1.117 harris41 4746: litetext.gif;
1.62 harris41 4747: lolpanel.gif;
1.37 harris41 4748: lonanim.gif;
4749: lonanimend.gif;
1.117 harris41 4750: loncapalogo.gif;
1.37 harris41 4751: lonhelplogos.gif;
1.60 harris41 4752: lonhelptop.gif;
1.37 harris41 4753: lonlogo.gif;
4754: lonlogos.gif;
1.117 harris41 4755: lowerleft.gif;
4756: lowerright.gif;
1.360 albertel 4757: mailbkgrd.gif;
4758: mailto.gif;
1.236 www 4759: minilogo.gif;
1.37 harris41 4760: meta.gif;
4761: meta_big.gif;
4762: mov.gif;
4763: mov_big.gif;
4764: move_up.gif;
4765: move_down.gif;
1.177 bowersj2 4766: navmap.correct.gif;
1.251 bowersj2 4767: navmap.ellipsis.gif;
1.177 bowersj2 4768: navmap.open.gif;
1.251 bowersj2 4769: navmap.page.open.gif;
4770: navmap.page.closed.gif;
4771: navmap.page.open.nomanip.gif;
4772: navmap.page.closed.nomanip.gif;
1.177 bowersj2 4773: navmap.wrong.gif;
1.180 bowersj2 4774: navmap.folder.open.gif;
4775: navmap.folder.closed.gif;
1.229 bowersj2 4776: navmap.folder.open.nomanip.gif;
4777: navmap.folder.closed.nomanip.gif;
1.292 www 4778: neutral.gif;
1.37 harris41 4779: page.gif;
4780: page_big.gif;
4781: pdf.gif;
4782: pdf_big.gif;
1.54 harris41 4783: png.gif;
4784: png_big.gif;
1.343 www 4785: ppt.gif;
4786: ppt_big.gif;
1.37 harris41 4787: problem.gif;
4788: problem_big.gif;
4789: ps.gif;
4790: ps_big.gif;
1.224 www 4791: rolleyes.gif;
1.37 harris41 4792: quill.gif;
4793: quiz.gif;
4794: quiz_big.gif;
4795: select.gif;
4796: sequence.gif;
4797: sequence_big.gif;
4798: server.gif;
4799: server_big.gif;
1.224 www 4800: shocked.gif;
4801: smiley.gif;
1.37 harris41 4802: srvbad.gif;
4803: srvempty.gif;
4804: srvgood.gif;
4805: srvhalf.gif;
4806: srvnull.gif;
4807: survey.gif;
4808: survey_big.gif;
4809: tex.gif;
4810: tex_big.gif;
1.210 www 4811: tth.gif;
1.37 harris41 4812: txt.gif;
4813: txt_big.gif;
1.57 harris41 4814: unknown.gif;
4815: unknown_big.gif;
1.117 harris41 4816: upperleft.gif;
4817: upperright.gif;
1.37 harris41 4818: user.gif;
4819: user_big.gif;
1.117 harris41 4820: userauthentication.gif;
1.288 www 4821: userauthentication_pt.gif;
4822: userauthentication_de.gif;
1.37 harris41 4823: wav.gif;
4824: wav_big.gif;
4825: white_space_20_22.gif;
4826: whitespace1.gif;
4827: whitespace10.gif;
4828: whitespace2.gif;
4829: whitespace3.gif;
4830: whitespace4.gif;
4831: whitespace5.gif;
4832: whitespace6.gif;
4833: whitespace7.gif;
4834: whitespace8.gif;
4835: whitespace9.gif;
1.224 www 4836: wink.gif;
1.343 www 4837: xls.gif;
4838: xls_big.gif;
1.37 harris41 4839: xml.gif;
4840: xml_big.gif;
4841: zip.gif;
1.10 harris41 4842: zip_big.gif
4843: </filenames>
4844: </fileglob>
4845: <fileglob>
1.60 harris41 4846: <glob>*.*</glob>
1.10 harris41 4847: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
4848: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
4849: <categoryname>graphic file</categoryname>
4850: <description>
1.132 harris41 4851: Miscellaneous resources.
1.10 harris41 4852: </description>
4853: <filenames>
1.80 harris41 4854: authorfeed.gif;
1.373 albertel 4855: blackdot.gif;
1.80 harris41 4856: bomb.gif;
1.320 www 4857: smallFAQ.gif;
4858: smallBug.gif;
1.40 harris41 4859: cat_button.gif;
1.80 harris41 4860: chat.gif;
1.111 harris41 4861: eval_button.gif;
1.80 harris41 4862: feedback.gif;
1.40 harris41 4863: pprm_button.gif;
4864: pgrd_button.gif;
4865: subm_button.gif
1.10 harris41 4866: </filenames>
4867: </fileglob>
4868: <file>
1.299 matthew 4869: <source>modules/TexConvert/tthperl/tth.pm</source>
1.115 harris41 4870: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.298 matthew 4871: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 4872: <categoryname>system file</categoryname>
4873: <description>
4874: perl module for invoking functions specific to TeX-to-HTML conversion
4875: </description>
4876: <note>
4877: Has the same dependencies and build process as tth.so.
4878: Currently, only the tth.so file specifications invoke
1.49 harris41 4879: the build process however. A static version is checked into loncom/xml
4880: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 4881: </note>
1.113 harris41 4882: <status>works/unverified</status>
4883: </file>
4884: <file>
4885: <source>loncom/xml/LCParser.pm</source>
4886: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 4887: <categoryname>system file</categoryname>
4888: <description>
4889: perl module for parsing HTML in a way that really works and is thoroughly
4890: tested
4891: </description>
4892: <status>works/unverified</status>
1.234 foxr 4893: </file>
4894: <file>
1.360 albertel 4895: <source>loncom/lonlocal.pm</source>
4896: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
4897: <categoryname>system file</categoryname>
4898: <description>
4899: lonc/d handler for doing a local filesystem based init:
4900: </description>
4901: <status>works/verified</status>
4902: </file>
4903: <file>
4904: <source>loncom/lonssl.pm</source>
4905: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
4906: <categoryname>system file</categoryname>
4907: <description>
4908: lonc/d handler for doing a remote SSL based init:
4909: </description>
4910: <status>works/verified</status>
4911: </file>
4912: <file>
1.234 foxr 4913: <source>loncom/LondConnection.pm</source>
1.239 albertel 4914: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 4915: <categoryname>system file</categoryname>
4916: <description>
4917: Manages a connection between a lonc proxy daemon and the lond server
4918: in the remote node.
1.252 www 4919: </description>
4920: <status>works/verified</status>
4921: </file>
4922: <file>
4923: <source>loncom/LondTransaction.pm</source>
4924: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
4925: <categoryname>system file</categoryname>
4926: <description>
4927: Handles a single lon-capa insternal transaction
1.234 foxr 4928: </description>
4929: <status>works/verified</status>
4930: </file>
4931: <file>
4932: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 4933: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 4934: <categoryname>system file</categoryname>
4935: <description>
4936: Provides support to iterate through opaque hashes hidden e.g. within
4937: object private data.
4938: </description>
4939: <status>works/verified</status>
4940: </file>
4941: <file>
4942: <source>loncom/types/Queue.pm</source>
1.239 albertel 4943: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 4944: <categoryname>system file</categoryname>
4945: <description>
4946: Provides a FIFO queue class.
4947: </description>
4948: <status>works/verified</status>
4949: </file>
4950: <file>
4951: <source>loncom/types/Stack.pm</source>
1.239 albertel 4952: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 4953: <categoryname>system file</categoryname>
4954: <description>
4955: Provides a LIFO stack class.
4956: </description>
4957: <status>works/verified</status>
1.239 albertel 4958: </file>
1.234 foxr 4959: <file>
4960: <source>loncom/loncnew</source>
1.240 albertel 4961: <target dist='default'>home/httpd/perl/loncnew</target>
4962: <categoryname>script</categoryname>
1.234 foxr 4963: <description>
4964: Proxy server for remote loncapa requests.
1.250 albertel 4965: Needs CPAN Event module.
1.234 foxr 4966: </description>
1.125 harris41 4967: </file>
4968: <file>
4969: <source>loncom/configuration/Configuration.pm</source>
4970: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 4971: <categoryname>system file</categoryname>
4972: <description>
1.126 harris41 4973: Configuration file reader (looks in /etc/httpd/conf/); accepts
4974: a list of *.conf files to inspect for PerlSetVar key/value
4975: entries.
1.316 www 4976: </description>
4977: <status>works/unverified</status>
4978: </file>
4979: <file>
4980: <source>loncom/ConfigFileEdit.pm</source>
4981: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
4982: <categoryname>system file</categoryname>
4983: <description>
4984: Configuration file editing module
1.113 harris41 4985: </description>
1.10 harris41 4986: <status>works/unverified</status>
4987: </file>
4988: <file>
4989: <source>modules/TexConvert/tthperl/tth.so</source>
1.115 harris41 4990: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.298 matthew 4991: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 4992: <categoryname>system file</categoryname>
4993: <description>
4994: shared library file for dynamic loading and unloading
4995: </description>
4996: <note>
4997: The source and file dependencies are not available to most
4998: CVS users. (You can safely rely on the existing binaries
4999: present on your system... don't worry about warnings
5000: related to this file during the build process.)
5001: </note>
5002: <build trigger='run if dependencies change'>
5003: modules/TexConvert/tthperl/commands
5004: </build>
5005: <status>works/unverified</status>
1.281 albertel 5006: <privatedependencies>
1.39 harris41 5007: ../tthdynamic/tthfunc.c;
1.82 harris41 5008: ../ttmdynamic/ttmfunc.c
1.281 albertel 5009: </privatedependencies>
1.10 harris41 5010: </file>
5011: <file>
5012: <source>loncom/homework/caparesponse/capa.pm</source>
1.115 harris41 5013: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.298 matthew 5014: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 5015: <categoryname>system file</categoryname>
5016: <description>
5017: perl module for invoking functions specific to CAPA
5018: </description>
1.49 harris41 5019: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 5020: <note>
5021: Has the same dependencies and build process as capa.so.
5022: Currently, only the capa.so file specifications invoke
5023: the build process however.
5024: </note>
5025: </file>
5026: <file>
5027: <source>loncom/homework/caparesponse/capa.bs</source>
1.115 harris41 5028: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.298 matthew 5029: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 5030: <categoryname>system file</categoryname>
5031: <description>
1.27 harris41 5032: bootstrap file associated with dynamic loading of this module on multiple
5033: architectures
1.10 harris41 5034: </description>
1.49 harris41 5035: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 5036: <note>
5037: Has the same dependencies and build process as capa.so.
5038: Currently, only the capa.so file specifications invoke
5039: the build process however.
5040: </note>
5041: </file>
5042: <file>
5043: <source>loncom/homework/caparesponse/capa.so</source>
1.115 harris41 5044: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.298 matthew 5045: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 5046: <categoryname>system file</categoryname>
5047: <description>
5048: shared library file for dynamic loading and unloading
5049: </description>
5050: <build trigger='always run'>
5051: loncom/homework/caparesponse/commands
5052: </build>
5053: <dependencies>
1.39 harris41 5054: caparesponse.c;
1.119 harris41 5055: caparesponse.pm;
5056: README;
5057: Makefile.PL;
5058: capa.i;
1.120 harris41 5059: commands;
1.222 albertel 5060: ../../../CAPA/pProj/Makefile;
1.120 harris41 5061: ../../../CAPA/pProj/capaGrammarDef.y;
5062: ../../../CAPA/pProj/capaFormula.y;
5063: ../../../CAPA/pProj/capaLexerDef.flex;
5064: ../../../CAPA/pProj/capaFunction.c;
5065: ../../../CAPA/pProj/capaParserUtils.c;
5066: ../../../CAPA/pProj/capaMapExpr.c;
5067: ../../../CAPA/pProj/capaUnit.c;
5068: ../../../CAPA/pProj/com.c;
5069: ../../../CAPA/pProj/linpack.c;
5070: ../../../CAPA/pProj/ranlib.c;
5071: ../../../CAPA/pProj/capaCgiUtils.c;
5072: ../../../CAPA/pProj/capaSubjective.c;
5073: ../../../CAPA/pProj/capaRQO.c;
5074: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 5075: ../../../CAPA/pProj/capaCommon.c;
5076: ../../../CAPA/pProj/capaCommon.h;
5077: ../../../CAPA/pProj/ranlib.h;
5078: ../../../CAPA/pProj/capaCGI.h;
5079: ../../../CAPA/pProj/capaFunction.h;
5080: ../../../CAPA/pProj/capaRQO.h;
5081: ../../../CAPA/pProj/capaParser.h;
5082: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 5083: </dependencies>
5084: </file>
5085: <fileglob>
5086: <glob>*.ent</glob>
5087: <sourcedir>loncom/MathML/</sourcedir>
5088: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
5089: <categoryname>system file</categoryname>
5090: <description>
1.27 harris41 5091: xml files which assign unicode numbers to mathematical symbols using
5092: <! ENTITY... > type syntax.
1.10 harris41 5093: </description>
5094: <filenames>
1.37 harris41 5095: isoamsa.ent;
5096: isoamsb.ent;
5097: isoamsc.ent;
5098: isoamsn.ent;
5099: isoamso.ent;
5100: isoamsr.ent;
5101: isobox.ent;
5102: isocyr1.ent;
5103: isocyr2.ent;
5104: isodia.ent;
5105: isogrk1.ent;
5106: isogrk2.ent;
5107: isogrk3.ent;
5108: isogrk4.ent;
5109: isolat1.ent;
5110: isolat2.ent;
5111: isomfrk.ent;
5112: isomopf.ent;
5113: isomscr.ent;
5114: isonum.ent;
5115: isopub.ent;
5116: isotech.ent;
5117: mmlalias.ent;
1.10 harris41 5118: mmlextra.ent
5119: </filenames>
1.37 harris41 5120: </fileglob>
1.10 harris41 5121: <file>
5122: <source>loncom/MathML/mathml.css</source>
5123: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
5124: <categoryname>system file</categoryname>
5125: <description>
5126: cascading style sheet
5127: </description>
5128: </file>
5129: <file>
5130: <source>loncom/MathML/mathml.dtd</source>
5131: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
5132: <categoryname>system file</categoryname>
5133: <description>
5134: document type definition
5135: </description>
5136: </file>
1.4 harris41 5137: <file>
1.10 harris41 5138: <source>loncom/auth/londes.js</source>
5139: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
5140: <categoryname>interface file</categoryname>
1.6 harris41 5141: <description>
1.27 harris41 5142: Encryption Routines according to Data Encryption Standard DES, written in
5143: javascript.
1.6 harris41 5144: </description>
1.4 harris41 5145: </file>
5146: <file>
1.10 harris41 5147: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 5148: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
5149: </target>
1.10 harris41 5150: <categoryname>handler</categoryname>
1.6 harris41 5151: <description>
1.115 harris41 5152: Intended for providing perl functions for the <script></script>
5153: environment in a problem that was converted from lectureonline.
1.6 harris41 5154: </description>
1.4 harris41 5155: </file>
5156: <file>
1.10 harris41 5157: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 5158: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
5159: </target>
1.10 harris41 5160: <categoryname>handler</categoryname>
1.6 harris41 5161: <description>
1.14 harris41 5162: Provides many functions for the <script> environment in a .problem.
1.11 harris41 5163: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 5164: </description>
1.4 harris41 5165: </file>
5166: <file>
1.10 harris41 5167: <source>loncom/homework/capa.units</source>
5168: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
5169: <categoryname>static conf</categoryname>
1.6 harris41 5170: <description>
1.10 harris41 5171: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 5172: </description>
1.4 harris41 5173: </file>
1.165 www 5174: <fileglob>
5175: <glob>*.jpg</glob>
5176: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
5177: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
5178: <categoryname>graphic file</categoryname>
5179: <description>Pages headers</description>
5180: <filenames>
5181: admin.jpg;
5182: author.jpg;
5183: coordinator.jpg;
5184: header.jpg;
5185: student.jpg;
1.166 www 5186: </filenames>
5187: </fileglob>
5188: <fileglob>
1.230 www 5189: <glob>*.jpg</glob>
5190: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
5191: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
5192: <categoryname>graphic file</categoryname>
5193: <description>Logos of LON-CAPA domains (jpg)</description>
5194: <filenames>
5195: headermsu.jpg;
5196: </filenames>
5197: </fileglob>
5198: <fileglob>
1.166 www 5199: <glob>*.gif</glob>
5200: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
5201: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
5202: <categoryname>graphic file</categoryname>
1.230 www 5203: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 5204: <filenames>
1.197 albertel 5205: 103.gif;
5206: gerd.gif;
5207: mio.gif;
5208: msuvu.gif;
5209: ohiou.gif;
5210: rhs.gif;
5211: sfu.gif;
5212: tmcc.gif;
5213: umich.gif;
5214: worf.gif;
5215: annarbor.gif;
5216: elps.gif;
5217: gwu.gif;
5218: msudemo.gif;
5219: ndsu.gif;
5220: physnet.gif;
5221: sc.gif;
5222: Selwyn.gif;
5223: ucf.gif;
5224: unihalle.gif;
5225: wscc.gif;
5226: cps.gif;
5227: fsu.gif;
5228: lsd.gif;
5229: msu.gif;
5230: nsdl.gif;
5231: pmm.gif;
5232: sunysb.gif;
5233: udel.gif;
1.223 albertel 5234: uz.gif;
5235: fvl.gif;
1.270 www 5236: csm.gif;
1.272 www 5237: nau.gif;
1.344 www 5238: nagoya.gif;
1.381 www 5239: colorado.gif;
1.352 www 5240: acadiau.gif;
1.354 www 5241: psuerie.gif;
1.353 www 5242: redford.gif;
1.341 www 5243: huji.gif;
5244: ifusp.gif;
5245: ucsc.gif;
1.303 www 5246: waverly.gif;
1.302 www 5247: cmich.gif;
1.285 www 5248: UNICAMP.gif;
1.364 www 5249: lakefenton.gif;
5250: grandblanc.gif;
1.223 albertel 5251: glps.gif;
1.275 www 5252: BCHS.gif;
1.223 albertel 5253: headersfu.gif;
1.311 albertel 5254: uwsp.gif;
1.325 www 5255: bsu.gif;
5256: wmston.gif;
1.168 www 5257: </filenames>
5258: </fileglob>
5259: <fileglob>
5260: <glob>*.tab</glob>
5261: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
5262: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
5263: <categoryname>conf</categoryname>
5264: <description>Designs of LON-CAPA domains</description>
1.166 www 5265: <filenames>
1.197 albertel 5266: annarbor.tab;
5267: default.tab;
5268: msu.tab;
1.270 www 5269: csm.tab;
1.341 www 5270: huji.tab;
1.272 www 5271: nau.tab;
1.344 www 5272: nagoya.tab;
1.381 www 5273: colorado.tab;
1.352 www 5274: acadiau.tab;
1.354 www 5275: psuerie.tab;
1.353 www 5276: redford.tab;
1.302 www 5277: cmich.tab;
1.341 www 5278: ifusp.tab;
5279: ucsc.tab;
1.285 www 5280: UNICAMP.tab;
1.364 www 5281: lakefenton.tab;
5282: grandblanc.tab;
1.274 www 5283: fsu.tab;
1.197 albertel 5284: sfu.tab;
1.325 www 5285: wmston.tab;
5286: worf.tab;
1.165 www 5287: </filenames>
5288: </fileglob>
1.10 harris41 5289: <fileglob>
5290: <glob>*.gif</glob>
1.159 www 5291: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
5292: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 5293: <categoryname>graphic file</categoryname>
1.159 www 5294: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 5295: <filenames>
1.130 www 5296: 0.gif;
5297: 1.gif;
5298: 2.gif;
5299: 3.gif;
5300: 4.gif;
5301: 5.gif;
5302: 6.gif;
5303: 7.gif;
5304: 8.gif;
5305: 9.gif;
1.37 harris41 5306: a.gif;
1.159 www 5307: b.gif;
5308: c.gif;
5309: d.gif;
5310: e.gif;
5311: f.gif;
5312: g.gif;
5313: h.gif;
5314: i.gif;
5315: j.gif;
5316: k.gif;
5317: l.gif;
5318: m.gif;
5319: n.gif;
5320: o.gif;
5321: p.gif;
5322: q.gif;
5323: r.gif;
5324: s.gif;
5325: t.gif;
5326: u.gif;
5327: v.gif;
5328: w.gif;
5329: x.gif;
5330: y.gif;
5331: z.gif;
1.287 www 5332: ö.gif;
5333: ä.gif;
5334: ü.gif;
5335: ä.gif;
5336: ö.gif;
5337: ü.gif;
1.159 www 5338: colon.gif;
5339: hyphen.gif;
5340: slash.gif;
5341: space.gif;
1.304 www 5342: </filenames>
5343: </fileglob>
5344: <fileglob>
5345: <glob>*.gif</glob>
5346: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
5347: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
5348: <categoryname>graphic file</categoryname>
5349: <description>icons used for the Portuguese LON-CAPA user interface</description>
5350: <filenames>
5351: anno_pt.gif;
5352: anot_pt.gif;
5353: bchat_pt.gif;
5354: catalog_pt.gif;
5355: ccrs_pt.gif;
5356: chrt_pt.gif;
5357: com_pt.gif;
5358: courses_pt.gif;
5359: cprv_pt.gif;
5360: cstr_pt.gif;
5361: docs_pt.gif;
5362: egrd_pt.gif;
5363: enrl_pt.gif;
5364: eval_pt.gif;
5365: fdbk_pt.gif;
5366: grds_pt.gif;
5367: keys_pt.gif;
5368: logout_pt.gif;
5369: nav_pt.gif;
5370: parm_pt.gif;
5371: pref_pt.gif;
5372: prt_pt.gif;
5373: res_pt.gif;
5374: roles_pt.gif;
5375: sbkm_pt.gif;
5376: spacer_pt.gif;
5377: sprs_pt.gif;
5378: src_pt.gif;
5379: stat_pt.gif;
5380: vbkm_pt.gif;
1.159 www 5381: </filenames>
5382: </fileglob>
5383: <fileglob>
5384: <glob>*.gif</glob>
5385: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
5386: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
5387: <categoryname>graphic file</categoryname>
5388: <description>icons used for the entire LON-CAPA user interface</description>
5389: <filenames>
1.147 www 5390: anno.gif;
1.37 harris41 5391: anot.gif;
5392: back.gif;
1.147 www 5393: bchat.gif;
1.37 harris41 5394: bkm.gif;
1.348 albertel 5395: bl_step1.gif;
5396: bl_step2.gif;
5397: bl_step3.gif;
5398: bl_step4.gif;
5399: bl_step5.gif;
5400: bl_step6.gif;
5401: bl_step7.gif;
5402: bl_step8.gif;
5403: bl_step9.gif;
1.37 harris41 5404: brws.gif;
1.60 harris41 5405: catalog.gif;
1.37 harris41 5406: ccrs.gif;
5407: chat.gif;
5408: chrt.gif;
5409: com.gif;
5410: courses.gif;
5411: cprv.gif;
5412: cstr.gif;
5413: dempty.gif;
1.147 www 5414: docs.gif;
1.37 harris41 5415: egrd.gif;
5416: empty.gif;
5417: enrl.gif;
5418: eval.gif;
5419: fdbk.gif;
5420: feedback.gif;
5421: forw.gif;
5422: grds.gif;
5423: group.gif;
5424: help.gif;
5425: info.gif;
1.238 www 5426: keys.gif;
1.37 harris41 5427: ledblink.gif;
5428: ledgreen.gif;
5429: ledoff.gif;
5430: ledon.gif;
5431: ledsend.gif;
5432: logout.gif;
1.328 albertel 5433: mcrs.gif;
1.37 harris41 5434: mrk.gif;
5435: nav.gif;
5436: next.gif;
1.131 www 5437: nothumb.gif;
1.37 harris41 5438: parm.gif;
5439: pgrd.gif;
5440: pparm.gif;
1.99 harris41 5441: pref.gif;
1.37 harris41 5442: prev.gif;
5443: prt.gif;
5444: qempty.gif;
5445: reload.gif;
5446: remotebg.gif;
5447: res.gif;
5448: roles.gif;
5449: sbkm.gif;
5450: spacer.gif;
5451: sprs.gif;
5452: src.gif;
5453: stat.gif;
5454: subm.gif;
5455: title.gif;
5456: vbkm.gif;
1.10 harris41 5457: </filenames>
5458: </fileglob>
1.4 harris41 5459: <file>
1.10 harris41 5460: <source>loncom/html/res/adm/pages/imgmaps.html</source>
5461: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
5462: <categoryname>interface file</categoryname>
1.6 harris41 5463: <description>
1.10 harris41 5464: image maps for the LON-CAPA remote control
1.6 harris41 5465: </description>
1.4 harris41 5466: </file>
5467: <file>
1.10 harris41 5468: <source>loncom/html/res/adm/pages/index.html</source>
5469: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
5470: <categoryname>interface file</categoryname>
1.6 harris41 5471: <description>
1.10 harris41 5472: welcoming page to the LON-CAPA system upon login
1.6 harris41 5473: </description>
1.4 harris41 5474: </file>
5475: <file>
1.10 harris41 5476: <source>loncom/html/res/adm/pages/menu.html</source>
5477: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
5478: <categoryname>interface file</categoryname>
1.6 harris41 5479: <description>
1.10 harris41 5480: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 5481: </description>
1.4 harris41 5482: </file>
1.10 harris41 5483: <fileglob>
5484: <glob>*.gif</glob>
5485: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 5486: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
5487: </targetdir>
1.10 harris41 5488: <categoryname>graphic file</categoryname>
5489: <description>
1.132 harris41 5490: icons used for directory indexing and login screen
1.10 harris41 5491: </description>
5492: <filenames>
1.37 harris41 5493: a.gif;
5494: alert.black.gif;
5495: alert.red.gif;
5496: back.gif;
5497: ball.gray.gif;
5498: ball.red.gif;
5499: binary.gif;
5500: binhex.gif;
5501: blank.gif;
5502: bomb.gif;
5503: box1.gif;
5504: box2.gif;
5505: broken.gif;
5506: burst.gif;
5507: c.gif;
5508: comp.blue.gif;
5509: comp.gray.gif;
5510: compressed.gif;
5511: continued.gif;
5512: course.gif;
5513: dir.gif;
5514: down.gif;
5515: dvi.gif;
5516: f.gif;
5517: folder.gif;
5518: folder.open.gif;
5519: folder.sec.gif;
5520: folder_closed.gif;
5521: folder_closed_pressed.gif;
5522: folder_new.gif;
5523: folder_opened.gif;
5524: folder_opened_pressed.gif;
5525: folder_pointer_closed.gif;
5526: folder_pointer_opened.gif;
5527: folder_spacer.gif;
5528: folder_trash.gif;
5529: forward.gif;
5530: generic.gif;
5531: generic.red.gif;
5532: generic.sec.gif;
5533: hand.right.gif;
5534: hand.up.gif;
5535: html.gif;
5536: image1.gif;
5537: image2.gif;
5538: image3.gif;
5539: index.gif;
5540: layout.gif;
5541: left.gif;
5542: link.gif;
5543: mov.gif;
5544: movie1.gif;
5545: p.gif;
5546: patch.gif;
5547: pdf.gif;
5548: portal.gif;
5549: problem.gif;
5550: ps.gif;
5551: quill.gif;
5552: right.gif;
5553: screw1.gif;
5554: screw2.gif;
5555: script.gif;
5556: sound1.gif;
5557: sound2.gif;
5558: sphere1.gif;
5559: sphere2.gif;
5560: tar.gif;
5561: tex.gif;
5562: text.gif;
5563: transfer.gif;
5564: unknown.gif;
5565: up.gif;
5566: uu.gif;
5567: uuencoded.gif;
5568: white_space_20_22.gif;
5569: white_space_22_22.gif;
5570: whitespace1.gif;
5571: whitespace10.gif;
5572: whitespace2.gif;
5573: whitespace3.gif;
5574: whitespace4.gif;
5575: whitespace5.gif;
5576: whitespace6.gif;
5577: whitespace7.gif;
5578: whitespace8.gif;
5579: whitespace9.gif;
5580: world1.gif;
1.10 harris41 5581: world2.gif
5582: </filenames>
5583: </fileglob>
5584: <fileglob>
5585: <glob>*.gif</glob>
5586: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 5587: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
5588: </targetdir>
1.10 harris41 5589: <categoryname>graphic file</categoryname>
5590: <description>
1.132 harris41 5591: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 5592: </description>
5593: <filenames>
1.37 harris41 5594: folder_anim.gif;
5595: folder_close.gif;
5596: folder_drag.gif;
5597: folder_new.gif;
5598: folder_open.gif;
5599: folder_pointer_closed.gif;
5600: folder_pointer_opened.gif;
5601: folder_static.gif;
5602: folder_trash.gif;
5603: folder_trash_hover.gif;
5604: left_bar.gif;
5605: link.gif;
5606: link_anim.gif;
5607: link_drag.gif;
5608: ll_corner.gif;
5609: lower_bar.gif;
5610: lr_corner.gif;
5611: pix.gif;
5612: right_bar.gif;
5613: toolbar_bg.gif;
5614: ul_corner.gif;
5615: upper_bar.gif;
1.10 harris41 5616: ur_corner.gif
5617: </filenames>
5618: </fileglob>
5619: <fileglob>
5620: <glob>*.html</glob>
5621: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 5622: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
5623: </targetdir>
1.10 harris41 5624: <categoryname>interface file</categoryname>
5625: <description>
1.132 harris41 5626: associated with the scheme of displaying bookmarks
1.10 harris41 5627: </description>
5628: <filenames>
1.37 harris41 5629: bookmarkmenu_toolbar.html;
5630: blank.html;
1.10 harris41 5631: closechildren.html
1.300 albertel 5632: </filenames>
5633: </fileglob>
5634: <fileglob>
5635: <glob>*.*</glob>
5636: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
5637: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
5638: <categoryname>interface file</categoryname>
5639: <description>
5640: Associated file for answering reactionresponse style questions
5641: </description>
5642: <filenames>
5643: reaction_editor.html;
5644: reaction_frame.html;
5645: reaction_help.html;
5646: reaction_viewer.html;
5647: reaction_window.html
1.10 harris41 5648: </filenames>
5649: </fileglob>
1.4 harris41 5650: <file>
1.10 harris41 5651: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 5652: <target dist='default'>
5653: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 5654: <categoryname>interface file</categoryname>
1.6 harris41 5655: <description>
1.10 harris41 5656: javascript for handling client-side interactions with bookmark interface
1.6 harris41 5657: </description>
1.171 harris41 5658: </file>
5659: <file>
1.385 albertel 5660: <source dist='default'>loncom/build/CHECKRPMS.default</source>
1.377 albertel 5661: <source dist='fedora1'>loncom/build/CHECKRPMS.fedora</source>
5662: <source dist='fedora2'>loncom/build/CHECKRPMS.fedora</source>
1.171 harris41 5663: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 5664: <categoryname>system script</categoryname>
1.171 harris41 5665: <description>
5666: manilla wrapper around check-rpms
5667: </description>
5668: <status>tested/documented/beta</status>
1.103 harris41 5669: </file>
5670: <file>
5671: <source>loncom/build/check-rpms</source>
1.152 harris41 5672: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 5673: <categoryname>system script</categoryname>
1.103 harris41 5674: <description>
5675: compare installed rpms with up-to-date distribution
5676: </description>
5677: <status>tested/documented/beta</status>
5678: </file>
5679: <file>
5680: <source>doc/man/check-rpms.1</source>
5681: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
5682: <categoryname>doc</categoryname>
5683: <description>man page for check-rpms</description>
5684: <build trigger='always run'>
1.115 harris41 5685: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 5686: echo 'manifying check-rpms'
1.103 harris41 5687: </build>
5688: <status>beta</status>
5689: <dependencies>
5690: ../../loncom/build/check-rpms
5691: </dependencies>
5692: </file>
5693: <file>
5694: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 5695: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
5696: </target>
1.103 harris41 5697: <categoryname>doc</categoryname>
5698: <description>POD-derived page for check-rpms</description>
5699: <build trigger='always run'>
1.118 harris41 5700: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
5701: && echo 'pod2html checkrpms'
1.103 harris41 5702: </build>
5703: <status>works/unverified</status>
5704: <dependencies>
5705: ../../loncom/build/check-rpms
5706: </dependencies>
1.4 harris41 5707: </file>
5708: <file>
1.10 harris41 5709: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 5710: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
5711: </target>
1.10 harris41 5712: <categoryname>script</categoryname>
1.6 harris41 5713: <description>
1.206 harris41 5714: Updates .lpmlnew files with previous settings. Also supports alternative
5715: schemes of settings-updating and file-overwriting.
1.6 harris41 5716: </description>
1.206 harris41 5717: <status>works/unverified</status>
1.4 harris41 5718: </file>
5719: <file>
1.348 albertel 5720: <source>loncom/cron/loncapa.built</source>
5721: <target dist='default'>etc/cron.d/loncapa</target>
5722: <categoryname>conf</categoryname>
5723: <description>
5724: file that specifies periodic processes to run for the LON-CAPA machine
5725: </description>
5726: <build trigger='always run'>
5727: loncom/cron/preserve_local_loncapa_cron
5728: </build>
5729: <dependencies>
5730: loncapa;
5731: preserve_local_loncapa_cron
5732: </dependencies>
1.10 harris41 5733: </file>
5734: <file>
5735: <source>loncom/ntp/step-tickers</source>
1.175 harris41 5736: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
5737: </target>
5738: <categoryname>static conf</categoryname>
1.10 harris41 5739: <description>
5740: file that stimulates running of ntpdate upon init.d/xntpd initiation
5741: </description>
5742: <note>
5743: <table cellpadding='0' cellspacing='0' border='1'>
5744: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
5745: </table>
5746: </note>
1.48 harris41 5747: </file>
5748: <file>
5749: <source>loncom/pam.d/pwauth</source>
5750: <target dist='default'>etc/pam.d/pwauth</target>
5751: <categoryname>static conf</categoryname>
5752: <description>
5753: file that allows setuid password privileges for pwauth executable
5754: </description>
5755: </file>
5756: <file>
5757: <source>loncom/pam.d/pwchange</source>
5758: <target dist='default'>etc/pam.d/pwchange</target>
5759: <categoryname>static conf</categoryname>
5760: <description>
5761: file that allows setuid password privileges for pwchange (lcpasswd) executable
5762: </description>
1.10 harris41 5763: </file>
5764: <file>
5765: <source>loncom/init.d/loncontrol</source>
5766: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
5767: <categoryname>root script</categoryname>
5768: <description>
5769: Controls the launching/halting of lonc, lond, and lonsql processes.
5770: </description>
5771: </file>
5772: <link>
1.115 harris41 5773: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 5774: <target dist='default'>
1.37 harris41 5775: etc/rc.d/rc0.d/K05loncontrol;
5776: etc/rc.d/rc1.d/K05loncontrol;
5777: etc/rc.d/rc2.d/K05loncontrol;
5778: etc/rc.d/rc3.d/S95loncontrol;
5779: etc/rc.d/rc4.d/S95loncontrol;
5780: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 5781: etc/rc.d/rc6.d/K05loncontrol
5782: </target>
5783: <categoryname>symbolic link</categoryname>
1.27 harris41 5784: <description>
5785: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 5786: </link>
5787: <file>
5788: <source>loncom/atalk/config</source>
1.152 harris41 5789: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 5790: <categoryname>static conf</categoryname>
1.6 harris41 5791: <description>
1.27 harris41 5792: configuration file to make LON-CAPA server file space accessible to
5793: Appleshares access (Macintosh)
1.6 harris41 5794: </description>
1.315 albertel 5795: </file>
5796: <file>
1.373 albertel 5797: <source>loncom/interface/lonhelpmenu.pm</source>
5798: <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
5799: <categoryname>handler</categoryname>
5800: <description>
5801: Creates a multipage help screen to help users out.
5802: </description>
5803: </file>
5804: <file>
5805: <source>loncom/interface/lonsupportreq.pm</source>
5806: <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
5807: <categoryname>handler</categoryname>
5808: <description>
5809: Handler to make it easy for users to send a request to te helpdesk
5810: </description>
5811: </file>
5812: <file>
1.315 albertel 5813: <source>loncom/interface/lonmodifycourse.pm</source>
5814: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
5815: <categoryname>handler</categoryname>
5816: <description>
5817: Interface to modifying a course's internal ENV values for automated
5818: enrollement
5819: </description>
1.306 albertel 5820: </file>
5821: <file>
5822: <source>loncom/interface/lonpopulate.pm</source>
5823: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
5824: <categoryname>handler</categoryname>
5825: <description>
5826: Handler for configuring automated enrollment
5827: </description>
5828: </file>
5829: <file>
5830: <source>loncom/enrollment/Enrollment.pm</source>
5831: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
5832: <categoryname>handler</categoryname>
5833: <description>
5834: Handler for automated enrollment
5835: </description>
5836: </file>
5837: <file>
5838: <source>loncom/enrollment/localenroll.pm</source>
5839: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
5840: <categoryname>conf</categoryname>
5841: <description>
5842: Local handler for automated enrollment.
5843: </description>
5844: </file>
5845: <file>
5846: <source>loncom/enrollment/localenroll.pm</source>
5847: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
5848: <categoryname>handler</categoryname>
5849: <description>
5850: Local handler for automated enrollment, standard version.
5851: </description>
5852: </file>
5853: <file>
5854: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 5855: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 5856: <categoryname>script</categoryname>
5857: <description>
5858: Local handler for automated enrollment, standard version.
5859: </description>
1.4 harris41 5860: </file>
1.14 harris41 5861: </files>
1.1 harris41 5862: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>