Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.382
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.382 ! www 5: <!-- $Id: loncapafiles.lpml,v 1.381 2004/07/20 22:47:57 www 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.351 albertel 1528: <source>loncom/misc/cleanup_file_caches.pl</source>
1529: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
1.190 matthew 1530: <categoryname>script</categoryname>
1531: <description>
1532: Batch script for removing files not accessed within 24 hours from the
1.351 albertel 1533: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
1.308 matthew 1534: </description>
1535: </file>
1536: <file>
1537: <source>loncom/debugging_tools/seed_accesscount.pl</source>
1538: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
1539: <categoryname>script</categoryname>
1540: <description>
1541: Batch script for moving access count data from nohist_resevaldata.db to
1542: nohist_accesscount.db.
1.183 www 1543: </description>
1544: </file>
1545: <file>
1546: <source>loncom/lonhttpd</source>
1547: <target dist='default'>home/httpd/perl/lonhttpd</target>
1548: <categoryname>script</categoryname>
1549: <description>
1550: Small fry httpd on port 8080
1.5 harris41 1551: </description>
1.4 harris41 1552: </file>
1553: <file>
1.5 harris41 1554: <source>loncom/lonc</source>
1555: <target dist='default'>home/httpd/perl/lonc</target>
1556: <categoryname>script</categoryname>
1557: <description>
1558: proxy server
1559: </description>
1.4 harris41 1560: </file>
1561: <file>
1.77 harris41 1562: <source>doc/man/lonc.1</source>
1563: <target dist='default'>usr/man/man1/lonc.1</target>
1.83 harris41 1564: <categoryname>doc</categoryname>
1.77 harris41 1565: <description>man page for lonc</description>
1566: <build trigger='always run'>
1.115 harris41 1567: loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
1.112 harris41 1568: echo 'manifying lonc'
1.77 harris41 1569: </build>
1570: <status>works/unverified</status>
1571: <dependencies>
1572: ../../loncom/lonc
1573: </dependencies>
1574: </file>
1575: <file>
1576: <source>doc/scripts/lonc.html</source>
1577: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
1.83 harris41 1578: <categoryname>doc</categoryname>
1.103 harris41 1579: <description>POD-derived page for lonc</description>
1.77 harris41 1580: <build trigger='always run'>
1.115 harris41 1581: loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
1.112 harris41 1582: echo 'pod2html lonc'
1.77 harris41 1583: </build>
1584: <status>works/unverified</status>
1585: <dependencies>
1586: ../../loncom/lonc
1587: </dependencies>
1588: </file>
1589: <file>
1.5 harris41 1590: <source>loncom/lond</source>
1591: <target dist='default'>home/httpd/perl/lond</target>
1592: <categoryname>script</categoryname>
1593: <description>
1594: This is a remote command interpreter on a TCP LON-CAPA network layer.
1595: It accepts and processes incoming requests from other LON-CAPA machines
1596: on the network. lond's functionality is self-contained in the sense
1597: that it does not reference (import, require, use) any other file
1598: described in this document. There are only 15 subroutines in this
1.115 harris41 1599: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1600: complex since it parses and responds about 29 different types of
1601: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1602: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1603: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1604: tmpput, tmpget, and ls).
1605: </description>
1.4 harris41 1606: </file>
1607: <file>
1.77 harris41 1608: <source>doc/man/lond.1</source>
1609: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1610: <categoryname>doc</categoryname>
1.77 harris41 1611: <description>man page for lond</description>
1612: <build trigger='always run'>
1.115 harris41 1613: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1614: echo 'manifying lond'
1.77 harris41 1615: </build>
1616: <status>works/unverified</status>
1617: <dependencies>
1618: ../../loncom/lond
1619: </dependencies>
1620: </file>
1621: <file>
1622: <source>doc/scripts/lond.html</source>
1623: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1624: <categoryname>doc</categoryname>
1.103 harris41 1625: <description>POD-derived page for lond</description>
1.77 harris41 1626: <build trigger='always run'>
1.115 harris41 1627: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1628: echo 'pod2html lond'
1.77 harris41 1629: </build>
1630: <status>works/unverified</status>
1631: <dependencies>
1632: ../../loncom/lond
1633: </dependencies>
1634: </file>
1635: <file>
1.171 harris41 1636: <source>loncom/build/CHECKRPMS</source>
1637: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1638: <categoryname>script</categoryname>
1639: <description>CGI script that checks status of RPMs</description>
1640: </file>
1641: <file>
1.35 harris41 1642: <source>loncom/cgi/loncron.pl</source>
1643: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1644: <categoryname>script</categoryname>
1645: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1646: </file>
1647: <file>
1648: <source>loncom/cgi/userstatus.pl</source>
1649: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1650: <categoryname>script</categoryname>
1651: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1652: </file>
1653: <file>
1.5 harris41 1654: <source>loncom/loncron</source>
1655: <target dist='default'>home/httpd/perl/loncron</target>
1656: <categoryname>script</categoryname>
1657: <description>housekeeping</description>
1.4 harris41 1658: </file>
1659: <file>
1.5 harris41 1660: <source>loncom/lonsql</source>
1661: <target dist='default'>home/httpd/perl/lonsql</target>
1662: <categoryname>script</categoryname>
1663: <description>maintain secondary database of metadata</description>
1.4 harris41 1664: </file>
1665: <file>
1.77 harris41 1666: <source>doc/man/lonsql.1</source>
1667: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1668: <categoryname>doc</categoryname>
1.77 harris41 1669: <description>man page for lonsql</description>
1670: <build trigger='always run'>
1.115 harris41 1671: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1672: echo 'manifying lonsql'
1.77 harris41 1673: </build>
1674: <status>works/unverified</status>
1675: <dependencies>
1676: ../../loncom/lonsql
1677: </dependencies>
1678: </file>
1679: <file>
1680: <source>doc/scripts/lonsql.html</source>
1681: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1682: <categoryname>doc</categoryname>
1.103 harris41 1683: <description>POD-derived page for lonsql</description>
1.77 harris41 1684: <build trigger='always run'>
1.115 harris41 1685: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1686: echo 'pod2html lonsql'
1.77 harris41 1687: </build>
1688: <status>works/unverified</status>
1689: <dependencies>
1690: ../../loncom/lonsql
1691: </dependencies>
1692: </file>
1693: <file>
1.371 albertel 1694: <source>loncom/CrGrant.pl</source>
1695: <target dist='default'>home/httpd/perl/CrGrant.pl</target>
1696: <categoryname>script</categoryname>
1697: <description>
1698: Script used to verify and grant an SSL certificate to a Lon-CAPA host
1699: </description>
1700: <status>in progress</status>
1701: </file>
1702: <file>
1703: <source>loncom/CrGenerate.pl</source>
1704: <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
1705: <categoryname>script</categoryname>
1706: <description>
1707: Script used to request an SSL certificate for a Lon-CAPA host.
1708: </description>
1709: <status>in progress</status>
1710: </file>
1711: <file>
1712: <source>loncom/lonManage</source>
1713: <target dist='default'>home/httpd/perl/lonManage</target>
1714: <categoryname>script</categoryname>
1715: <description>
1716: Script to push changes to hosts.tab and domain.tab out to Lon-CAPA servers
1717: </description>
1718: <status>works/unverified</status>
1719: </file>
1720: <file>
1.373 albertel 1721: <source>loncom/apachereload</source>
1722: <target dist='default'>home/httpd/perl/apachereload</target>
1723: <categoryname>setuid script</categoryname>
1724: <description>
1725: Script to let www reload the webserver
1726: </description>
1727: <status>works/unverified</status>
1728: </file>
1729: <file>
1.5 harris41 1730: <source>loncom/lcpasswd</source>
1731: <target dist='default'>home/httpd/perl/lcpasswd</target>
1732: <categoryname>setuid script</categoryname>
1733: <description>
1.48 harris41 1734: Coordinates the system services and files in order to allow lond to change
1735: user passwords.
1.5 harris41 1736: </description>
1.48 harris41 1737: <status>being updated</status>
1738: </file>
1739: <file>
1740: <source>loncom/pwchange</source>
1741: <target dist='default'>home/httpd/perl/pwchange</target>
1742: <categoryname>setuid script</categoryname>
1743: <description>
1744: Allows www to change user passwords.
1745: </description>
1746: <status>being updated</status>
1.4 harris41 1747: </file>
1748: <file>
1.5 harris41 1749: <source>loncom/lcuseradd</source>
1750: <target dist='default'>home/httpd/perl/lcuseradd</target>
1751: <categoryname>setuid script</categoryname>
1752: <description>
1.48 harris41 1753: Coordinates the system services and files in order to allow lond to add a
1754: new user.
1.5 harris41 1755: </description>
1.48 harris41 1756: <status>being updated</status>
1.124 foxr 1757: </file>
1758: <file>
1759: <source>loncom/lchtmldir</source>
1760: <target dist='default'>home/httpd/perl/lchtmldir</target>
1761: <categoryname>setuid script</categoryname>
1762: <description>
1.133 harris41 1763: Manages the file system ramifications of adding author mode to a user.
1.124 foxr 1764: If necessary a public_html diretory is added, permissions and ownership are
1765: set according to the user's authentication mode.
1766: </description>
1767: <status>New file</status>
1.4 harris41 1768: </file>
1769: <file>
1.5 harris41 1770: <source>loncom/lcuserdel</source>
1771: <target dist='default'>home/httpd/perl/lcuserdel</target>
1772: <categoryname>setuid script</categoryname>
1773: <description>
1.48 harris41 1774: Coordinates the system services and files in order to allow lond to delete a
1775: user.
1.5 harris41 1776: </description>
1.10 harris41 1777: <status>deprecated</status>
1.4 harris41 1778: </file>
1779: <file>
1.5 harris41 1780: <source>loncom/lcnfson</source>
1781: <target dist='default'>home/httpd/perl/lcnfson</target>
1782: <categoryname>setuid script</categoryname>
1783: <description>
1784: coordinates the system services and files in order to allow lond to enable NFS
1785: for a user
1786: </description>
1.10 harris41 1787: <status>deprecated</status>
1.4 harris41 1788: </file>
1789: <file>
1.5 harris41 1790: <source>loncom/lcnfsoff</source>
1791: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1792: <categoryname>setuid script</categoryname>
1793: <description>
1794: coordinates the system services and files in order to allow lond to disable NFS
1795: for a user
1796: </description>
1.10 harris41 1797: <status>deprecated</status>
1.53 harris41 1798: </file>
1799: <file>
1800: <source>loncom/license/gpl.txt</source>
1801: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1802: <categoryname>interface file</categoryname>
1803: <description>
1804: GNU General Public License. Long live the cause of freeware!
1805: </description>
1.4 harris41 1806: </file>
1807: <file>
1.197 albertel 1808: <source>loncom/license/httpi.license</source>
1809: <target dist='default'>home/httpd/html/adm/httpi.license</target>
1810: <categoryname>interface file</categoryname>
1811: <description>
1812: HTTPi webserver license
1813: </description>
1814: </file>
1815: <file>
1816: <source>loncom/license/httpi.readme</source>
1817: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
1818: <categoryname>interface file</categoryname>
1819: <description>
1820: HTTPi webserver readme
1821: </description>
1822: </file>
1823: <file>
1.62 harris41 1824: <source>loncom/license/about.html</source>
1825: <target dist='default'>home/httpd/html/adm/about.html</target>
1826: <categoryname>interface file</categoryname>
1827: <description>
1828: The "About" Page.
1829: </description>
1830: </file>
1831: <file>
1.5 harris41 1832: <source>loncom/publisher/publisher.html</source>
1833: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1834: <categoryname>interface file</categoryname>
1835: <description>
1836: HTML frame that presents a form element to allow for the publishing of
1837: resources, directories and underlying subdirectories.
1838: </description>
1.4 harris41 1839: </file>
1840: <file>
1.10 harris41 1841: <source>loncom/html/adm/noidea.html</source>
1842: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1843: <categoryname>interface file</categoryname>
1844: <description>
1845: Interface file for responding to improper page flipping.
1.260 www 1846: </description>
1847: </file>
1848: <file>
1849: <source>loncom/html/adm/notinit.html</source>
1850: <target dist='default'>home/httpd/html/adm/notinit.html</target>
1851: <categoryname>interface file</categoryname>
1852: <description>
1853: Interface file for responding to accessing uploaded resources without
1854: re-initializing course.
1.174 www 1855: </description>
1856: </file>
1857: <file>
1858: <source>loncom/html/adm/overloaded.txt</source>
1859: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
1860: <categoryname>interface file</categoryname>
1861: <description>
1862: Interface file for responding to overload situations.
1.204 www 1863: </description>
1864: </file>
1865: <file>
1866: <source>loncom/html/adm/loginproblems.html</source>
1867: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
1868: <categoryname>interface file</categoryname>
1869: <description>
1870: Help page for login problems.
1.10 harris41 1871: </description>
1872: </file>
1873: <file>
1.28 harris41 1874: <source>loncom/xml/physnet.sty</source>
1875: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1876: <categoryname>static conf</categoryname>
1877: <description>
1878: The relevant conditions and metadata to attach to PhysNet-specific tags.
1879: </description>
1880: </file>
1881: <file>
1.5 harris41 1882: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1883: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1884: </target>
1.5 harris41 1885: <categoryname>static conf</categoryname>
1886: <description>
1887: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1888: </description>
1.4 harris41 1889: </file>
1890: <file>
1.139 matthew 1891: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 1892: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1893: <categoryname>conf</categoryname>
1894: <description>
1895: File which contains words which should not be keywords used to specify resource
1896: content.
1.226 albertel 1897: </description>
1898: </file>
1899: <file>
1.227 albertel 1900: <source>loncom/homework/scantronformat.tab</source>
1901: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 1902: <categoryname>conf</categoryname>
1903: <description>
1904: Different configs for scantron input files.
1.5 harris41 1905: </description>
1.4 harris41 1906: </file>
1907: <file>
1.22 harris41 1908: <source>loncom/publisher/packages.tab</source>
1909: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1910: <categoryname>static conf</categoryname>
1.22 harris41 1911: <description>
1912: Parameter packages, so that assessments can publish parameter packages
1913: needed, which are then expanded into individual parameters - allows to
1914: retroactively add new parameters to already published assessments.
1915: </description>
1916: </file>
1917: <file>
1.5 harris41 1918: <source>loncom/publisher/copyright.tab</source>
1919: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1920: <categoryname>static conf</categoryname>
1.5 harris41 1921: <description>
1922: Table which contains list of copyright possibilities for educational resources.
1923: </description>
1.4 harris41 1924: </file>
1925: <file>
1.362 taceyjo1 1926: <source>loncom/publisher/source_copyright.tab</source>
1927: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
1928: <categoryname>static conf</categoryname>
1929: <description>
1930: Table which contains list of source copyright possibilities for educational resources.
1931: </description>
1932: </file>
1933: <file>
1.5 harris41 1934: <source>loncom/publisher/language.tab</source>
1935: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1936: <categoryname>static conf</categoryname>
1937: <description>
1938: Table which contains string abbreviations of language::font rendering
1939: combinations.
1940: </description>
1.4 harris41 1941: </file>
1942: <file>
1.5 harris41 1943: <source>loncom/publisher/addid.tab</source>
1944: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1945: <categoryname>static conf</categoryname>
1946: <description>
1947: Table which has hash data necessary for distinguishing IDs from indices.
1948: </description>
1.4 harris41 1949: </file>
1950: <file>
1.38 harris41 1951: <source>rat/lonwrapper.pm</source>
1.19 harris41 1952: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1953: <categoryname>handler</categoryname>
1954: <description>
1955: Wrapper for external and binary files as standalone resources.
1956: Edit handler for rat maps; TeX content handler.
1.145 www 1957: </description>
1958: <status>works/unverified</status>
1959: </file>
1960: <file>
1.146 matthew 1961: <source>loncom/interface/londocs.pm</source>
1.145 www 1962: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
1963: <categoryname>handler</categoryname>
1964: <description>
1965: Handler for course documents
1966: </description>
1967: <status>works/unverified</status>
1968: </file>
1969: <file>
1.146 matthew 1970: <source>loncom/interface/lonchat.pm</source>
1.145 www 1971: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
1972: <categoryname>handler</categoryname>
1973: <description>
1974: Handler for chat
1975: </description>
1976: <status>works/unverified</status>
1977: </file>
1978: <file>
1.157 www 1979: <source>loncom/interface/lonchatfetch.pm</source>
1980: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
1981: <categoryname>handler</categoryname>
1982: <description>
1983: Handler for periodically fetch new lines of chat
1984: </description>
1985: <status>works/unverified</status>
1986: </file>
1987: <file>
1.146 matthew 1988: <source>loncom/interface/lonannounce.pm</source>
1.145 www 1989: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
1990: <categoryname>handler</categoryname>
1991: <description>
1992: Handler to put up announcements and calendar
1.167 www 1993: </description>
1994: <status>works/unverified</status>
1995: </file>
1996: <file>
1997: <source>loncom/interface/lonsyllabus.pm</source>
1998: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
1999: <categoryname>handler</categoryname>
2000: <description>
2001: Handler to put up syllabus
1.262 www 2002: </description>
2003: <status>works/unverified</status>
2004: </file>
2005: <file>
1.263 www 2006: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262 www 2007: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
2008: <categoryname>handler</categoryname>
2009: <description>
2010: Handler to set parameters for simple homework problems
1.173 www 2011: </description>
2012: <status>works/unverified</status>
2013: </file>
2014: <file>
2015: <source>loncom/interface/lonsimplepage.pm</source>
2016: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
2017: <categoryname>handler</categoryname>
2018: <description>
2019: Handler to put up simple page
1.203 www 2020: </description>
2021: <status>works/unverified</status>
1.349 albertel 2022: </file>
2023: <file>
2024: <source>loncom/interface/lonpickcode.pm</source>
2025: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
2026: <categoryname>handler</categoryname>
2027: <description>
2028: Handler to pick a CODE from the list of possible CODEs
2029: </description>
2030: <status>works/unverified</status>
1.203 www 2031: </file>
2032: <file>
2033: <source>loncom/interface/lonpickstudent.pm</source>
2034: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
2035: <categoryname>handler</categoryname>
2036: <description>
2037: Handler to pick a student from classlist
1.225 www 2038: </description>
2039: <status>works/unverified</status>
2040: </file>
2041: <file>
2042: <source>loncom/interface/lonpickcourse.pm</source>
2043: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
2044: <categoryname>handler</categoryname>
2045: <description>
2046: Handler to pick a courseid from a list of courses
1.173 www 2047: </description>
2048: <status>works/unverified</status>
2049: </file>
2050: <file>
2051: <source>loncom/interface/lonbulletin.pm</source>
2052: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
2053: <categoryname>handler</categoryname>
2054: <description>
2055: Handler to put up bulletin board
1.167 www 2056: </description>
2057: <status>works/unverified</status>
2058: </file>
2059: <file>
2060: <source>loncom/interface/lonaboutme.pm</source>
2061: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
2062: <categoryname>handler</categoryname>
2063: <description>
2064: Handler to put up personal info
1.19 harris41 2065: </description>
2066: <status>works/unverified</status>
2067: </file>
2068: <file>
1.15 harris41 2069: <source>loncom/publisher/loncfile.pm</source>
2070: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
2071: <categoryname>handler</categoryname>
2072: <description>
2073: Provides web-based functionality for file copy, rename, mkdir, etc, in the
2074: construction space menu.
1.137 harris41 2075: </description>
2076: <status>works/unverified</status>
2077: </file>
2078: <file>
1.335 raeburn 2079: <source>loncom/publisher/testbankimport.pm</source>
2080: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
2081: <categoryname>handler</categoryname>
2082: <description>
2083: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
2084: Called by selecting testbank option when uploading file to construction space.
1.342 raeburn 2085: </description>
2086: <status>works/unverified</status>
2087: </file>
2088: <file>
2089: <source>loncom/imspackages/imsimport.pm</source>
2090: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
2091: <categoryname>handler</categoryname>
2092: <description>
2093: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2094: format into LON-CAPA Construction space.
2095: Called by selecting IMS package option when uploading file to construction space.
2096: </description>
2097: <status>works/unverified</status>
2098: </file>
2099: <file>
2100: <source>loncom/imspackages/imsimportdocs.pm</source>
2101: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
2102: <categoryname>handler</categoryname>
2103: <description>
2104: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2105: format into a LON-CAPA course via DOCS.
2106: Called using Import IMS package button displayed in Special documents column in DOCS display.
2107: </description>
2108: <status>works/unverified</status>
2109: </file>
2110: <file>
2111: <source>loncom/imspackages/imsprocessor.pm</source>
2112: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
2113: <categoryname>handler</categoryname>
2114: <description>
2115: Contains routines used by imsimport handlers when importing contents of IMS
2116: packages into construction space, or into a course directly via DOCS.
1.335 raeburn 2117: </description>
2118: <status>works/unverified</status>
2119: </file>
2120: <file>
1.137 harris41 2121: <source>loncom/interface/lonhelp.pm</source>
2122: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
2123: <categoryname>handler</categoryname>
2124: <description>
2125: The .tex file help handler.
1.140 bowersj2 2126: </description>
2127: <status>works/unverified</status>
1.195 albertel 2128: <build trigger='always run'>
2129: loncom/html/adm/help/buildMakeWrapper
2130: </build>
2131: <dependencies>
1.197 albertel 2132: Makefile;
1.195 albertel 2133: buildMakeWrapper
2134: </dependencies>
1.141 bowersj2 2135: </file>
2136: <file>
1.158 bowersj2 2137: <source>loncom/html/adm/help/abouthelp.html</source>
2138: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
2139: <categoryname>interface file</categoryname>
2140: <description>
2141: Index file for the help system
2142: </description>
2143: </file>
2144: <file>
1.376 raeburn 2145: <source>loncom/html/adm/help/nohelptopic.html</source>
2146: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
2147: <categoryname>interface file</categoryname>
2148: <description>
2149: Page of links to help manuals - displayed when inline help is missing for a specific topic.
2150: </description>
2151: </file>
2152: <file>
1.158 bowersj2 2153: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 2154: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
2155: </target>
2156: <categoryname>interface file</categoryname>
1.158 bowersj2 2157: <description>
1.162 harris41 2158: The pseudo-LaTeX file to allow people to read the author's manual online, with
2159: a somewhat clumsy interface.
1.158 bowersj2 2160: </description>
2161: <status>works/unverified</status>
2162: </file>
2163: <file>
2164: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 2165: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
2166: </target>
2167: <categoryname>interface file</categoryname>
1.158 bowersj2 2168: <description>
1.162 harris41 2169: The pseudo-LaTeX file to allow people to read the course administrator's
2170: manual online, with a somewhat clumsy interface.
1.158 bowersj2 2171: </description>
2172: <status>works/unverified</status>
2173: </file>
2174: <file>
2175: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 2176: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 2177: <categoryname>interface file</categoryname>
1.141 bowersj2 2178: <description>
1.158 bowersj2 2179: The postscript Author's Manual
2180: </description>
2181: <status>works/unverified</status>
1.197 albertel 2182: <dependencies>
2183: doc/help/author.manual.texxml;
2184: doc/help/latexSplitter.py;
2185: doc/help/rebuildLabelHash.pl;
2186: doc/help/render.texxml.pl;
2187: doc/help/simpleEdit.py;
2188: doc/help/texxml2indextex.pl;
2189: doc/help/texxml2latex.pl;
2190: loncom/build/buildHelp.sh;
2191: loncom/build/help_graphics_converter.pl
2192: </dependencies>
1.158 bowersj2 2193: </file>
2194: <file>
2195: <source>doc/help/author.manual.pdf</source>
2196: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
2197: <categoryname>handler</categoryname>
2198: <description>
2199: The PDF Author's Manual
2200: </description>
2201: <status>works/unverified</status>
2202: </file>
2203: <file>
2204: <source>doc/help/course.manual.ps</source>
2205: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 2206: <categoryname>interface file</categoryname>
1.158 bowersj2 2207: <description>
2208: The postscript Course Manual
2209: </description>
2210: <status>works/unverified</status>
1.197 albertel 2211: <dependencies>
2212: doc/help/course.manual.texxml;
2213: doc/help/latexSplitter.py;
2214: doc/help/rebuildLabelHash.pl;
2215: doc/help/render.texxml.pl;
2216: doc/help/simpleEdit.py;
2217: doc/help/texxml2indextex.pl;
2218: doc/help/texxml2latex.pl;
2219: loncom/build/buildHelp.sh;
2220: loncom/build/help_graphics_converter.pl
2221: </dependencies>
1.158 bowersj2 2222: </file>
2223: <file>
2224: <source>doc/help/course.manual.pdf</source>
2225: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.162 harris41 2226: <categoryname>interface file</categoryname>
1.158 bowersj2 2227: <description>
2228: The PDF Course Manual
1.200 bowersj2 2229: </description>
2230: <status>works/unverified</status>
2231: </file>
1.371 albertel 2232: <file>
2233: <source>loncom/html/adm/help/ext_examples.html</source>
2234: <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
2235: <categoryname>interface file</categoryname>
2236: <description>
2237: Examples for using &EXT in HTML
2238: </description>
2239: </file>
2240: <file>
2241: <source>loncom/html/adm/help/ext_examples.html.meta</source>
2242: <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
2243: <categoryname>interface file</categoryname>
2244: <description>
2245: Examples for using &EXT in HTML metadata
2246: </description>
2247: </file>
2248: <file>
2249: <source>loncom/html/adm/help/ext_examples.library</source>
2250: <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
2251: <categoryname>interface file</categoryname>
2252: <description>
2253: Examples for using &EXT library
2254: </description>
2255: </file>
2256: <file>
2257: <source>loncom/html/adm/help/ext_examples.library.meta</source>
2258: <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
2259: <categoryname>interface file</categoryname>
2260: <description>
2261: Examples for using &EXT library metadata
2262: </description>
2263: </file>
2264: <file>
2265: <source>loncom/html/adm/help/ext_examples.problem</source>
2266: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
2267: <categoryname>interface file</categoryname>
2268: <description>
2269: Examples for using &EXT problem
2270: </description>
2271: </file>
2272: <file>
2273: <source>loncom/html/adm/help/ext_examples.problem.meta</source>
2274: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
2275: <categoryname>interface file</categoryname>
2276: <description>
2277: Examples for using &EXT problem metadata
2278: </description>
2279: </file>
1.140 bowersj2 2280: <fileglob>
2281: <glob>*.*</glob>
2282: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
2283: <targetdir dist='default'>
2284: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 2285: <categoryname>interface file</categoryname>
1.140 bowersj2 2286: <description>
2287: Gif files for the help system
2288: </description>
2289: <filenames>
1.360 albertel 2290: Authoring_Dynamic_Plot_Axis_Labels.gif;
2291: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
2292: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
2293: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
2294: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
2295: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
2296: Dynamic_Replication_Change.gif;
2297: Dynamic_Replication_Request.gif;
2298: Load_Balance_Example.gif;
2299: LONCAPA_Network_Diagram2.gif;
2300: LONCAPA_Network_Diagram.gif;
2301: Map_Example.gif;
2302: Resource_Assembly.gif;
1.163 harris41 2303: authorRemote.gif;
2304: constructionSpace.gif;
2305: constructionSpaceForPublishing.gif;
2306: creatingANewCourse.gif;
2307: creatingNewProblemResource.gif;
2308: dynamic_piecewise.gif;
2309: dynamic_piecewise2.gif;
2310: dynamic_plot.gif;
2311: dynamic_plot2.gif;
2312: formulaResponse.gif;
2313: login.gif;
2314: lonhelpheader.gif;
1.192 bowersj2 2315: mainCourseDocuments.gif;
1.163 harris41 2316: mapAdvancedEditorNew.gif;
2317: mapClickedStart.gif;
2318: mapEditFirstClick.gif;
2319: mapEditInitial.gif;
2320: mapEditingButton.gif;
2321: mapEditorDirectoryBrowser.gif;
2322: mapEditorResourceChosen.gif;
2323: mapEditorSelection.gif;
2324: mapInsertResource.gif;
2325: mapNewResource.gif;
2326: mapSecondWindowSecondResource.gif;
2327: mapSimpleEditor.gif;
2328: mapStraightened.gif;
2329: mapTwoResources.gif;
2330: numericalResponse1.gif;
2331: numericalResponseEditor.gif;
2332: numericalResponseSlopeProblem.gif;
2333: numericalResponseVarInText.gif;
2334: optionResponseEditing.gif;
2335: optionResponseProblem.gif;
2336: publishMetadata.gif;
2337: radioResponse2.gif;
2338: radioResponseHint.gif;
2339: smallHelp.gif;
2340: spreadsheet_hierarchy.gif;
2341: stringResponseEditor.gif;
1.150 bowersj2 2342: studentInterface.gif
1.140 bowersj2 2343: </filenames>
2344: </fileglob>
2345: <fileglob>
2346: <glob>*.*</glob>
2347: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
2348: <targetdir dist='default'>
2349: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 2350: <categoryname>interface file</categoryname>
1.140 bowersj2 2351: <description>
2352: EPS files for the help system
2353: </description>
2354: <filenames>
1.360 albertel 2355: Authoring_Dynamic_Plot_Axis_Labels.eps;
2356: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
2357: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
2358: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
2359: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
2360: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
2361: Dynamic_Replication_Change.eps;
2362: Dynamic_Replication_Request.eps;
2363: Load_Balance_Example.eps;
2364: LONCAPA_Network_Diagram2.eps;
2365: LONCAPA_Network_Diagram.eps;
2366: Map_Example.eps;
2367: Resource_Assembly.eps;
1.163 harris41 2368: authorRemote.eps;
2369: constructionSpace.eps;
2370: constructionSpaceForPublishing.eps;
2371: creatingANewCourse.eps;
2372: creatingNewProblemResource.eps;
2373: dynamic_piecewise.eps;
2374: dynamic_piecewise2.eps;
2375: dynamic_plot.eps;
2376: dynamic_plot2.eps;
2377: formulaResponse.eps;
2378: lonhelpheader.eps;
2379: login.eps;
1.192 bowersj2 2380: mainCourseDocuments.eps;
1.163 harris41 2381: mapAdvancedEditorNew.eps;
2382: mapClickedStart.eps;
2383: mapEditFirstClick.eps;
2384: mapEditInitial.eps;
2385: mapEditingButton.eps;
2386: mapEditorDirectoryBrowser.eps;
2387: mapEditorResourceChosen.eps;
2388: mapEditorSelection.eps;
2389: mapInsertResource.eps;
2390: mapNewResource.eps;
2391: mapSecondWindowSecondResource.eps;
2392: mapSimpleEditor.eps;
2393: mapStraightened.eps;
2394: mapTwoResources.eps;
2395: numericalResponse1.eps;
2396: numericalResponseEditor.eps;
2397: numericalResponseSlopeProblem.eps;
2398: numericalResponseVarInText.eps;
2399: optionResponseEditing.eps;
2400: optionResponseProblem.eps;
2401: publishMetadata.eps;
2402: radioResponse2.eps;
2403: radioResponseHint.eps;
2404: smallHelp.eps;
2405: spreadsheet_hierarchy.eps;
2406: stringResponseEditor.eps;
1.150 bowersj2 2407: studentInterface.eps
1.140 bowersj2 2408: </filenames>
2409: </fileglob>
2410: <fileglob>
2411: <glob>*.*</glob>
2412: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
2413: <targetdir dist='default'>
2414: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 2415: <categoryname>interface file</categoryname>
1.140 bowersj2 2416: <description>
2417: Tex files for the help system
2418: </description>
2419: <filenames>
1.163 harris41 2420: About_Authors_Manual.tex;
1.321 www 2421: About_Bombs.tex;
1.276 bowersj2 2422: About_Communication.tex;
2423: About_Developers_Manual.tex;
1.163 harris41 2424: About_Numerical_and_Formula_Response.tex;
1.350 www 2425: all_functions_table.tex;
1.371 albertel 2426: adaptive_hints.tex;
1.361 www 2427: Additional_Help.tex;
1.163 harris41 2428: Ambiguous_Reference.tex;
1.350 www 2429: Analysis_Analyze_as.tex;
1.309 matthew 2430: Analysis_Analyze_Over.tex;
1.312 albertel 2431: Analysis_num_plots.tex;
1.350 www 2432: Analyze_Problem.tex;
1.278 bowersj2 2433: Annotation.tex;
1.276 bowersj2 2434: Authentication.tex;
1.163 harris41 2435: Authoring_Adding_Pictures.tex;
1.248 bowersj2 2436: Authoring_DataResponse.tex;
1.350 www 2437: Authoring_Dynamic_Plot_Axes.tex;
2438: Authoring_Dynamic_Plot_Curve_Data.tex;
2439: Authoring_Dynamic_Plot_Curve_Function.tex;
2440: Authoring_Dynamic_Plot_Curve.tex;
2441: Authoring_Dynamic_Plot_Gnuplot.tex;
2442: Authoring_Dynamic_Plot_Key.tex;
2443: Authoring_Dynamic_Plot_Label.tex;
2444: Authoring_Dynamic_Plot_Linestyle.tex;
1.163 harris41 2445: Authoring_Dynamic_Plot.tex;
1.350 www 2446: Authoring_Dynamic_Plot_Tics.tex;
2447: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248 bowersj2 2448: Authoring_ExternalResponse.tex;
2449: Authoring_Foil_Structure_Tags.tex;
1.350 www 2450: Authoring_Hint_Tags.tex;
1.163 harris41 2451: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 2452: Authoring_ImageResponse.tex;
2453: Authoring_Input_Tags.tex;
2454: Authoring_Internal_Tags.tex;
1.163 harris41 2455: Authoring_M_Tag.tex;
1.248 bowersj2 2456: Authoring_NumericalResponse.tex;
2457: Authoring_OptionResponse.tex;
2458: Authoring_Output_Tags.tex;
1.254 bowersj2 2459: Authoring_Pictures_EPS.tex;
1.163 harris41 2460: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 2461: Authoring_RadiobuttonResponse.tex;
2462: Authoring_Response_Attributes.tex;
1.350 www 2463: Authoring_Responseparam_Parameter.tex;
1.248 bowersj2 2464: Authoring_Response_Tag_Intro.tex;
2465: Authoring_Scripting_Tags.tex;
2466: Authoring_Structure_Tags.tex;
2467: Authoring_XML_Intro.tex;
1.350 www 2468: Author_LON-CAPA_Introduction.tex;
2469: Author_Manual_Title_Page.tex;
2470: Author_Numerical_and_Formula.tex;
2471: Author_Remote_Control.tex;
1.278 bowersj2 2472: Bookmarks.tex;
2473: Bugzilla.tex;
1.267 www 2474: Caching.tex;
1.246 bowersj2 2475: Calendar_Add_Announcement.tex;
2476: Calendar_Remove_Announcement.tex;
1.163 harris41 2477: Calling_Functions.tex;
1.350 www 2478: CAPA_LON-CAPA_function_diffs.tex;
1.276 bowersj2 2479: Cascading_Parameters.tex;
1.278 bowersj2 2480: Change_Colors.tex;
2481: Change_Password.tex;
1.249 matthew 2482: Chart_Description.tex;
1.374 albertel 2483: Change_Discussion_Display.tex;
1.249 matthew 2484: Chart_Output_Data.tex;
2485: Chart_Output_Formats.tex;
1.276 bowersj2 2486: Chatting.tex;
1.163 harris41 2487: Coauthor.tex;
2488: Construction_Space_Overview.tex;
1.276 bowersj2 2489: Course_Add_Other.tex;
1.163 harris41 2490: Course_Add_Student.tex;
1.278 bowersj2 2491: Course_Broadcast_Message.tex;
2492: Course_Change_Privileges.tex;
1.163 harris41 2493: Course_Chart_To_Excel.tex;
1.254 bowersj2 2494: Course_Chat.tex;
1.163 harris41 2495: Course_Convert_To_CSV.tex;
2496: Course_Create_Class_List.tex;
2497: Course_Critical_Message.tex;
2498: Course_Deleting.tex;
2499: Course_Disable_Discussion.tex;
2500: Course_Discussion_Board.tex;
2501: Course_Drop_Student.tex;
2502: Course_Edit_Content.tex;
1.276 bowersj2 2503: Course_Editing_Custom_Roles.tex;
1.278 bowersj2 2504: Course_Extending_Due_Dates.tex;
1.254 bowersj2 2505: Course_Face_To_Face_Records.tex;
1.163 harris41 2506: Course_Feedback_Addresses.tex;
2507: Course_Homework_Performance_Overview.tex;
1.350 www 2508: Course_Manually_Grade_Problem.tex;
1.197 albertel 2509: Course_Manual_Title_Page.tex;
1.264 bowersj2 2510: Course_Maximum_Collaborators.tex;
1.163 harris41 2511: Course_Message_Access.tex;
1.254 bowersj2 2512: Course_Modify_Student_Data.tex;
1.264 bowersj2 2513: Course_Parameter_Levels.tex;
1.163 harris41 2514: Course_Problem_Weight.tex;
1.254 bowersj2 2515: Course_Set_Start_End_Date.tex;
1.163 harris41 2516: Course_Setting_Parameters.tex;
2517: Course_Student_Grade_Override.tex;
2518: Course_Student_Work.tex;
2519: Course_Toplevel_Seq.tex;
1.254 bowersj2 2520: Course_User_Evaluation.tex;
1.264 bowersj2 2521: Course_User_Parameter.tex;
1.278 bowersj2 2522: Course_View_Class_List.tex;
1.248 bowersj2 2523: Create_Course.tex;
1.163 harris41 2524: Creating_A_Course_Intro.tex;
2525: Creating_New_Content_Pages.tex;
2526: Creating_Online_Problems.tex;
2527: Creating_Radio_Response_Problems.tex;
1.276 bowersj2 2528: Developer_Manual_Title_Page.tex;
2529: Developer_Tutorial.tex;
1.264 bowersj2 2530: Docs_About_Bulletin_Board.tex;
2531: Docs_About_My_Personal_Info.tex;
2532: Docs_About_Simple_Page.tex;
2533: Docs_About_Syllabus.tex;
1.200 bowersj2 2534: Docs_Adding_Course_Doc.tex;
2535: Docs_Adding_External_Resource.tex;
2536: Docs_Adding_Folders.tex;
1.278 bowersj2 2537: Docs_Adding_Syllabus.tex;
1.264 bowersj2 2538: Docs_Alternatives.tex;
1.365 www 2539: Docs_Check_Resource_Versions.tex;
1.200 bowersj2 2540: Docs_Creating_From_Template.tex;
1.365 www 2541: Docs_Dump_Course_Docs.tex;
1.264 bowersj2 2542: Docs_Editing_Templated_Pages.tex;
1.365 www 2543: Docs_Essay.tex;
1.200 bowersj2 2544: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 2545: Docs_Load_Map.tex;
1.200 bowersj2 2546: Docs_Main_Course_Documents.tex;
2547: Docs_Navigate_Content.tex;
1.365 www 2548: Docs_Option_Response.tex;
1.200 bowersj2 2549: Docs_Overview.tex;
1.365 www 2550: Docs_Radio.tex;
1.265 bowersj2 2551: Docs_Score_Upload_Form.tex;
1.365 www 2552: Docs_Search.tex;
2553: Docs_Simple_Problem.tex;
2554: Docs_String_Response.tex;
1.200 bowersj2 2555: Docs_Supplemental.tex;
2556: Docs_Uploading_From_Harddrive.tex;
1.365 www 2557: Docs_Verify_Content.tex;
2558: Edit_Syllabus.tex;
1.372 albertel 2559: exam_basics.tex;
1.365 www 2560: Exploring_Your_Course.tex;
1.276 bowersj2 2561: Finding_Resources.tex;
1.163 harris41 2562: Foils.tex;
1.248 bowersj2 2563: Formula_Response_Adv_Intro.tex;
1.163 harris41 2564: Formula_Response_Example.tex;
2565: Formula_Response_Limitations.tex;
2566: Formula_Response_Problems.tex;
2567: Formula_Response_Sampling.tex;
2568: Formula_Tolerance.tex;
1.187 www 2569: General_Intro.tex;
1.330 www 2570: Generation.tex;
1.331 www 2571: GradingOptions.tex;
1.219 albertel 2572: Greek_Symbols.tex;
1.276 bowersj2 2573: Guts_Apache_Env.tex;
2574: Guts_Apache_Modules.tex;
1.350 www 2575: Guts_Apache.tex;
1.276 bowersj2 2576: Guts_Authentication.tex;
2577: Guts_Authoring.tex;
2578: Guts_Coding_Guidelines.tex;
2579: Guts_Course_Dir.tex;
2580: Guts_User_Dir.tex;
1.365 www 2581: Help.tex;
2582: Helper_Course_Initialization.tex;
1.163 harris41 2583: How_To_Edit_Existing_Content_Pages.tex;
1.276 bowersj2 2584: Latex_Footer.tex;
2585: Latex_Header.tex;
1.254 bowersj2 2586: Leaving_Feedback.tex;
1.163 harris41 2587: Login_To_LON-CAPA.tex;
2588: Metadata_Description.tex;
1.365 www 2589: Navigation_Screen.tex;
1.178 bowersj2 2590: Navmap_Host_Down.tex;
1.376 raeburn 2591: NavMaps_MarkPosts_Read.tex;
1.163 harris41 2592: Numerical_Response_Advanced_Example.tex;
2593: Numerical_Response_Format.tex;
1.350 www 2594: Numerical_Response_Introduction.tex;
1.163 harris41 2595: Numerical_Response_Intro.tex;
2596: Numerical_Response_Parts_A.tex;
2597: Numerical_Response_Parts_B.tex;
2598: Numerical_Response_Problems.tex;
2599: Numerical_Response_Randomization.tex;
2600: Numerical_Response_Simple_Example.tex;
2601: Numerical_Response_Tutorial_A.tex;
2602: Numerical_Response_Units.tex;
1.371 albertel 2603: numerical_wrong_answers.tex;
1.163 harris41 2604: Option_Response_Concept_Group_Example.tex;
2605: Option_Response_Matching_Example.tex;
2606: Option_Response_Problem_Creation.tex;
2607: Option_Response_Problem_Figure.tex;
2608: Option_Response_Problem_Parts.tex;
2609: Option_Response_Problems.tex;
2610: Option_Response_Simple.tex;
1.219 albertel 2611: Other_Symbols.tex;
1.194 albertel 2612: Part_Tag_Edit_Help.tex;
1.264 bowersj2 2613: Personal_Info_Page.tex;
1.248 bowersj2 2614: Physical_Units.tex;
1.361 www 2615: Prefs_About_Me.tex;
1.254 bowersj2 2616: Prefs_Forwarding.tex;
1.361 www 2617: Prefs_Language.tex;
1.254 bowersj2 2618: Prefs_Screen_Name_Nickname.tex;
1.278 bowersj2 2619: Print_Resource.tex;
1.163 harris41 2620: Problem_Editor_Testing_Area.tex;
2621: Problem_Editor_XML_Index.tex;
1.248 bowersj2 2622: Problem_LON-CAPA_Functions.tex;
1.163 harris41 2623: Problem_Types.tex;
2624: Publishing_A_Resource.tex;
2625: Publishing_Author_Tutorial_Segue.tex;
2626: Publishing_Copyright.tex;
2627: Publishing_Intro.tex;
2628: Publishing_Keywords.tex;
1.191 bowersj2 2629: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 2630: Radio_Response_Problems.tex;
2631: Radio_Response_Randomization.tex;
1.248 bowersj2 2632: Ranking_Problems.tex;
1.266 www 2633: Receipt.tex;
1.361 www 2634: Remote_Menu.tex;
1.276 bowersj2 2635: Resource_Discussion.tex;
1.163 harris41 2636: Resource_Types.tex;
1.276 bowersj2 2637: Roles_About.tex;
1.361 www 2638: Roles_Screen.tex;
1.248 bowersj2 2639: Script_Functions.tex;
1.350 www 2640: Scripting_Help.tex;
1.163 harris41 2641: Script_Tutorial_Intro.tex;
1.248 bowersj2 2642: Script_Variables.tex;
1.360 albertel 2643: Search_Advanced.tex;
2644: Search_Basic.tex;
2645: Searching.tex;
1.278 bowersj2 2646: Sending_Email.tex;
1.163 harris41 2647: Sequence_Advanced_Editor_Creation.tex;
2648: Sequence_Definition.tex;
2649: Sequence_Editor_Selection.tex;
2650: Sequence_Page_Maps.tex;
2651: Sequence_Simple_Editor_Creation.tex;
2652: Sequence_Top-Level.tex;
2653: Significant_Figures.tex;
1.278 bowersj2 2654: Spreadsheet_About.tex;
1.279 matthew 2655: Spreadsheet_Calculation.tex;
2656: Spreadsheet_Calculation_Time.tex;
2657: Spreadsheet_Cell_Editing.tex;
2658: Spreadsheet_Editing.tex;
1.278 bowersj2 2659: Spreadsheet_Export_Row.tex;
1.279 matthew 2660: Spreadsheet_Files.tex;
1.278 bowersj2 2661: Spreadsheet_Functions.tex;
1.279 matthew 2662: Spreadsheet_Hierarchy.tex;
2663: Spreadsheet_HowTo_Assessments.tex;
2664: Spreadsheet_HowTo.tex;
2665: Spreadsheet_Layout.tex;
1.278 bowersj2 2666: Spreadsheet_Levels.tex;
2667: Spreadsheet_Max_Depth_Exceeded.tex;
2668: Spreadsheet_Parms.tex;
2669: Spreadsheet_Problem_Weight.tex;
1.279 matthew 2670: Spreadsheet_Referencing_Cells.tex;
2671: Spreadsheet_Referencing_Parameters.tex;
2672: Spreadsheet_Row_Numbers.tex;
2673: Spreadsheet_Student_View.tex;
1.278 bowersj2 2674: Spreadsheet_Student_Visible.tex;
2675: Spreadsheet_Template_Row.tex;
2676: Spreadsheet_Ternary_Operator.tex;
2677: Spreadsheet_Tries.tex;
1.329 matthew 2678: Statistics_Overall_Key.tex;
1.375 matthew 2679: Statistics_Sequence.tex;
1.368 matthew 2680: Statistics_Cache.tex;
1.163 harris41 2681: String_Response_Problem_Creation.tex;
2682: String_Response_Problems.tex;
1.248 bowersj2 2683: Syllabus_ExtLink.tex;
2684: Syllabus_URLs.tex;
1.163 harris41 2685: Tolerance.tex;
1.248 bowersj2 2686: Uploaded_Templates_PublicView.tex;
2687: Uploaded_Templates_TextBoxes.tex;
1.163 harris41 2688: Variable_Naming_Conventions.tex;
2689: Variables_in_Scripts.tex;
2690: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 2691: Variables_in_the_Text_Block.tex;
1.350 www 2692: Variable_Tutorial_A.tex;
1.276 bowersj2 2693: What_Is_LON-CAPA.tex;
2694: Why_LON-CAPA.tex;
1.317 www 2695: </filenames>
2696: </fileglob>
2697: <fileglob>
2698: <glob>*.*</glob>
2699: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
2700: <targetdir dist='default'>
2701: home/httpd/html/adm/help/tex/ru/</targetdir>
2702: <categoryname>interface file</categoryname>
2703: <description>
2704: Russian Tex files for the help system
2705: </description>
2706: <filenames>
2707: About_Authors_Manual.tex;
1.319 www 2708: About_Communication.tex;
1.324 sakharuk 2709: About_Developers_Manual.tex;
1.319 www 2710: About_Numerical_and_Formula_Response.tex;
1.334 sakharuk 2711: CAPA_LON-CAPA_function_diffs.tex;
1.360 albertel 2712: Course_Maximum_Collaborators.tex;
1.324 sakharuk 2713: Course_Set_Start_End_Date.tex;
1.319 www 2714: Creating_A_Course_Intro.tex;
1.324 sakharuk 2715: Other_Symbols.tex;
1.319 www 2716: Physical_Units.tex;
1.317 www 2717: Print_Resource.tex;
1.324 sakharuk 2718: Authoring_Adding_Pictures.tex;
1.140 bowersj2 2719: </filenames>
2720: </fileglob>
2721: <file>
2722: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
2723: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 2724: <categoryname>interface file</categoryname>
1.140 bowersj2 2725: <description>
2726: A gdbm file containing a label->tex file hash.
1.15 harris41 2727: </description>
2728: <status>works/unverified</status>
2729: </file>
2730: <file>
1.7 harris41 2731: <source>loncom/interface/lonstatistics.pm</source>
2732: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
2733: <categoryname>handler</categoryname>
2734: <description>
2735: Handler to show statistics on solving LON-CAPA problems.
1.326 matthew 2736: </description>
2737: <status>works/unverified</status>
2738: </file>
2739: <file>
2740: <source>loncom/interface/statistics/lonstathelpers.pm</source>
2741: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370 albertel 2742: <categoryname>handler</categoryname>
1.326 matthew 2743: <description>
2744: Utility module for statistics and data mining.
1.144 stredwic 2745: </description>
2746: <status>works/unverified</status>
2747: </file>
2748: <file>
2749: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 2750: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
2751: </target>
1.144 stredwic 2752: <categoryname>handler</categoryname>
2753: <description>
1.162 harris41 2754: The module that generate the html for the Problem Statistics web pages.
1.338 matthew 2755: </description>
2756: </file>
2757: <file>
1.366 matthew 2758: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
2759: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
2760: </target>
1.370 albertel 2761: <categoryname>handler</categoryname>
1.366 matthew 2762: <description>
2763: Gives instructors access to compiled survey results.
2764: </description>
2765: </file>
2766: <file>
1.338 matthew 2767: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
2768: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
2769: </target>
2770: <categoryname>handler</categoryname>
2771: <description>
2772: Generates excel file containing student submissions and correct answers.
1.332 matthew 2773: </description>
2774: </file>
2775: <file>
2776: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
2777: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
2778: </target>
2779: <categoryname>handler</categoryname>
2780: <description>
2781: The module that generate the html for the correct problems plot web pages.
1.169 stredwic 2782: </description>
2783: <status>works/unverified</status>
2784: </file>
2785: <file>
2786: <source>loncom/interface/statistics/lonpercentage.pm</source>
2787: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
2788: </target>
2789: <categoryname>handler</categoryname>
2790: <description>
2791: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 2792: </description>
2793: <status>works/unverified</status>
2794: </file>
2795: <file>
2796: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 2797: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
2798: </target>
1.144 stredwic 2799: <categoryname>handler</categoryname>
2800: <description>
1.296 matthew 2801: This module provides detailed analysis and raw data for submissions of various problem types.
2802: </description>
2803: <status>works/unverified</status>
2804: </file>
2805: <file>
2806: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
2807: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
2808: </target>
2809: <categoryname>handler</categoryname>
2810: <description>
2811: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 2812: </description>
2813: <status>works/unverified</status>
2814: </file>
2815: <file>
2816: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 2817: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
2818: </target>
1.144 stredwic 2819: <categoryname>handler</categoryname>
2820: <description>
2821: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 2822: </description>
2823: <status>works/unverified</status>
2824: </file>
2825: <file>
1.5 harris41 2826: <source>loncom/publisher/londiff.pm</source>
2827: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
2828: <categoryname>handler</categoryname>
2829: <description>
2830: Handler to show difference between two files.
1.221 www 2831: </description>
2832: <status>works/unverified</status>
2833: </file>
2834: <file>
2835: <source>loncom/publisher/lonrights.pm</source>
2836: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
2837: <categoryname>handler</categoryname>
2838: <description>
2839: Handler to show and edit custom distribution rights
1.5 harris41 2840: </description>
2841: <status>works/unverified</status>
1.4 harris41 2842: </file>
2843: <file>
1.5 harris41 2844: <source>loncom/publisher/lonupload.pm</source>
2845: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
2846: <categoryname>handler</categoryname>
2847: <description>
2848: Handler to upload files through browser into construction space.
2849: </description>
2850: <status>works/unverified</status>
1.4 harris41 2851: </file>
2852: <file>
1.76 harris41 2853: <source>doc/man/Apache__lonupload.3</source>
2854: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 2855: <categoryname>doc</categoryname>
1.76 harris41 2856: <description>man page for lonupload.pm</description>
2857: <build trigger='always run'>
1.115 harris41 2858: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
2859: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 2860: </build>
2861: <status>works/unverified</status>
2862: <dependencies>
2863: ../../loncom/publisher/lonupload.pm
2864: </dependencies>
2865: </file>
2866: <file>
1.118 harris41 2867: <source>doc/lib/perl/Apache/lonupload.html</source>
2868: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 2869: </target>
1.83 harris41 2870: <categoryname>doc</categoryname>
1.76 harris41 2871: <description>POD-derived page for lonupload.pm</description>
2872: <build trigger='always run'>
1.115 harris41 2873: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 2874: ../../doc/lib/perl/Apache/lonupload.html && \
2875: echo 'pod2html lonupload.pm'
1.76 harris41 2876: </build>
2877: <status>works/unverified</status>
2878: <dependencies>
2879: ../../loncom/publisher/lonupload.pm
2880: </dependencies>
2881: </file>
2882: <file>
1.5 harris41 2883: <source>loncom/homework/essayresponse.pm</source>
2884: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
2885: <categoryname>handler</categoryname>
2886: <description>
2887: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 2888: </description>
2889: <status>works/unverified</status>
2890: </file>
2891: <file>
2892: <source>loncom/homework/externalresponse.pm</source>
2893: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
2894: <categoryname>handler</categoryname>
2895: <description>
2896: Handler to evaluate externally graded responses.
2897: </description>
2898: <status>works/unverified</status>
2899: </file>
2900: <file>
2901: <source>loncom/homework/loncapagrade.pm</source>
2902: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
2903: <categoryname>handler</categoryname>
2904: <description>
1.133 harris41 2905: Holds results and defines
2906: tag handlers needed by externalresponse.pm
1.5 harris41 2907: </description>
2908: <status>works/unverified</status>
1.4 harris41 2909: </file>
2910: <file>
1.5 harris41 2911: <source>loncom/publisher/lonpubdir.pm</source>
2912: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
2913: <categoryname>handler</categoryname>
2914: <description>
2915: Handler to publish directories.
1.172 www 2916: </description>
2917: </file>
2918: <file>
2919: <source>loncom/publisher/lonunauthorized.pm</source>
2920: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
2921: <categoryname>handler</categoryname>
2922: <description>
2923: Handler to explain failed contruction space access.
1.5 harris41 2924: </description>
1.4 harris41 2925: </file>
2926: <file>
1.76 harris41 2927: <source>doc/man/Apache__lonpubdir.3</source>
2928: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 2929: <categoryname>doc</categoryname>
1.76 harris41 2930: <description>man page for lonpubdir.pm</description>
2931: <build trigger='always run'>
1.115 harris41 2932: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
2933: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 2934: </build>
2935: <status>works/unverified</status>
2936: <dependencies>
2937: ../../loncom/lonnet/perl/lonnet.pm
2938: </dependencies>
2939: </file>
2940: <file>
1.118 harris41 2941: <source>doc/lib/perl/Apache/lonpubdir.html</source>
2942: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 2943: </target>
1.83 harris41 2944: <categoryname>doc</categoryname>
1.76 harris41 2945: <description>POD-derived page for lonpubdir.pm</description>
2946: <build trigger='always run'>
1.115 harris41 2947: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 2948: ../../doc/lib/perl/Apache/lonpubdir.html && \
2949: echo 'pod2html lonpubdir.pm'
1.76 harris41 2950: </build>
2951: <status>works/unverified</status>
2952: <dependencies>
2953: ../../loncom/publisher/lonpubdir.pm
2954: </dependencies>
2955: </file>
2956: <file>
1.5 harris41 2957: <source>loncom/publisher/lonretrieve.pm</source>
2958: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
2959: <categoryname>handler</categoryname>
2960: <description>
2961: Handler to retrieve old versions from resource space.
2962: </description>
2963: <status>works/unverified</status>
1.4 harris41 2964: </file>
2965: <file>
1.76 harris41 2966: <source>doc/man/Apache__lonretrieve.3</source>
2967: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 2968: <categoryname>doc</categoryname>
1.76 harris41 2969: <description>man page for lonretrieve.pm</description>
2970: <build trigger='always run'>
1.115 harris41 2971: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
2972: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 2973: </build>
2974: <status>works/unverified</status>
2975: <dependencies>
2976: ../../loncom/publisher/lonretrieve.pm
2977: </dependencies>
2978: </file>
2979: <file>
1.118 harris41 2980: <source>doc/lib/perl/Apache/lonretrieve.html</source>
2981: <target dist='default'>
2982: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 2983: </target>
1.83 harris41 2984: <categoryname>doc</categoryname>
1.76 harris41 2985: <description>POD-derived page for lonretrieve.pm</description>
2986: <build trigger='always run'>
1.115 harris41 2987: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 2988: ../../doc/lib/perl/Apache/lonretrieve.html && \
2989: echo 'pod2html lonretrieve.pm'
1.76 harris41 2990: </build>
2991: <status>works/unverified</status>
2992: <dependencies>
2993: ../../loncom/publisher/lonretrieve.pm
2994: </dependencies>
2995: </file>
2996: <file>
1.5 harris41 2997: <source>loncom/homework/edit.pm</source>
2998: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
2999: <categoryname>handler</categoryname>
3000: <description>
3001: Helper functions when in homework edit mode.
3002: </description>
1.4 harris41 3003: </file>
3004: <file>
1.86 harris41 3005: <source>doc/man/Apache__edit.3</source>
3006: <target dist='default'>usr/man/man3/Apache::edit.3</target>
3007: <categoryname>doc</categoryname>
3008: <description>man page for edit.pm</description>
3009: <build trigger='always run'>
1.115 harris41 3010: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 3011: echo 'manifying edit.pm'
1.86 harris41 3012: </build>
3013: <status>works/unverified</status>
3014: <dependencies>
3015: ../../loncom/homework/edit.pm
3016: </dependencies>
3017: </file>
3018: <file>
1.118 harris41 3019: <source>doc/lib/perl/Apache/edit.html</source>
3020: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
3021: </target>
1.86 harris41 3022: <categoryname>doc</categoryname>
3023: <description>POD-derived page for edit.pm</description>
3024: <build trigger='always run'>
1.118 harris41 3025: loncom/build/pod2html.sh ../homework/edit.pm > \
3026: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 3027: && echo 'pod2html edit.pm'
1.86 harris41 3028: </build>
3029: <status>works/unverified</status>
3030: <dependencies>
3031: ../../loncom/homework/edit.pm
3032: </dependencies>
3033: </file>
3034: <file>
1.5 harris41 3035: <source>loncom/interface/lonmeta.pm</source>
3036: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
3037: <categoryname>handler</categoryname>
3038: <description>Metadata display handler.</description>
3039: <status>works/unverified</status>
1.4 harris41 3040: </file>
3041: <file>
1.5 harris41 3042: <source>rat/lonambiguous.pm</source>
3043: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
3044: <categoryname>handler</categoryname>
3045: <description>
3046: Handler to resolve ambiguous file locations.
3047: </description>
3048: <status>works/unverified</status>
1.4 harris41 3049: </file>
3050: <file>
1.5 harris41 3051: <source>rat/lonratparms.pm</source>
3052: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
3053: <categoryname>handler</categoryname>
3054: <description>
3055: Handler to set resource parameters inside of the RAT based on metadata.
3056: </description>
3057: <status>works/unverified</status>
1.4 harris41 3058: </file>
3059: <file>
1.5 harris41 3060: <source>rat/lonsequence.pm</source>
3061: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
3062: <categoryname>handler</categoryname>
3063: <description>
3064: Handler for showing sequence objects of educational resources.
3065: </description>
3066: <status>works/unverified</status>
1.4 harris41 3067: </file>
3068: <file>
1.5 harris41 3069: <source>loncom/interface/loncreatecourse.pm</source>
3070: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
3071: <categoryname>handler</categoryname>
3072: <description>
1.72 harris41 3073: Allows domain coordinators to create new courses and assign course
3074: coordinators.
1.5 harris41 3075: </description>
1.10 harris41 3076: <status>works/unverified</status>
1.4 harris41 3077: </file>
3078: <file>
1.5 harris41 3079: <source>loncom/interface/loncreateuser.pm</source>
3080: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
3081: <categoryname>handler</categoryname>
3082: <description>
1.72 harris41 3083: Allows users to within their own privileges create/edit users and give
3084: them roles.
1.5 harris41 3085: </description>
3086: <status>works/unverified</status>
1.143 stredwic 3087: </file>
3088: <file>
3089: <source>loncom/interface/lonhtmlcommon.pm</source>
3090: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
3091: <categoryname>handler</categoryname>
3092: <description>
3093: Contains a set of functions that generate html controls and data layouts
1.282 www 3094: </description>
3095: </file>
3096: <file>
1.382 ! www 3097: <source>loncom/interface/lonspeller.pm</source>
! 3098: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
! 3099: <categoryname>handler</categoryname>
! 3100: <description>
! 3101: Contains a set of functions to use Aspell
! 3102: </description>
! 3103: </file>
! 3104: <file>
1.282 www 3105: <source>loncom/localize/lonlocal.pm</source>
3106: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
3107: <categoryname>handler</categoryname>
3108: <description>
3109: Contains the &mt access function to Locale::Maketext
3110: </description>
3111: </file>
3112: <file>
3113: <source>loncom/localize/localize.pm</source>
3114: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
3115: <categoryname>handler</categoryname>
3116: <description>
3117: Localization class for Locale::Maketext
1.138 stredwic 3118: </description>
3119: </file>
1.283 www 3120: <fileglob>
3121: <glob>*.pm</glob>
3122: <sourcedir>loncom/localize/localize/</sourcedir>
3123: <targetdir dist='default'>
3124: home/httpd/lib/perl/Apache/localize/</targetdir>
3125: <categoryname>static conf</categoryname>
3126: <description>
3127: Translation files.
3128: </description>
3129: <filenames>
1.285 www 3130: de.pm;
1.288 www 3131: pt.pm;
1.336 www 3132: fr.pm;
1.288 www 3133: ja.pm;
1.297 www 3134: tr.pm;
1.305 www 3135: ru.pm;
3136: fa.pm;
3137: ar.pm;
1.314 www 3138: es.pm;
1.283 www 3139: </filenames>
3140: </fileglob>
1.138 stredwic 3141: <file>
3142: <source>loncom/interface/loncoursedata.pm</source>
3143: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
3144: <categoryname>handler</categoryname>
3145: <description>
3146: Common functions for handling student course data (download and process)
1.5 harris41 3147: </description>
1.4 harris41 3148: </file>
3149: <file>
1.5 harris41 3150: <source>loncom/interface/loncommon.pm</source>
3151: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
3152: <categoryname>handler</categoryname>
3153: <description>
3154: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 3155: user, domain, home_server, course_id.
1.5 harris41 3156: </description>
3157: <status>works/unverified</status>
1.4 harris41 3158: </file>
3159: <file>
1.76 harris41 3160: <source>doc/man/Apache__loncommon.3</source>
3161: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 3162: <categoryname>doc</categoryname>
1.76 harris41 3163: <description>man page for loncommon.pm</description>
3164: <build trigger='always run'>
1.115 harris41 3165: loncom/build/pod2man.sh ../interface/loncommon.pm > \
3166: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 3167: </build>
3168: <status>works/unverified</status>
3169: <dependencies>
3170: ../../loncom/interface/loncommon.pm
3171: </dependencies>
3172: </file>
3173: <file>
1.118 harris41 3174: <source>doc/lib/perl/Apache/loncommon.html</source>
3175: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 3176: </target>
1.83 harris41 3177: <categoryname>doc</categoryname>
1.76 harris41 3178: <description>POD-derived page for loncommon.pm</description>
3179: <build trigger='always run'>
1.115 harris41 3180: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 3181: ../../doc/lib/perl/Apache/loncommon.html && \
3182: echo 'pod2html loncommon.pm'
1.76 harris41 3183: </build>
3184: <status>works/unverified</status>
3185: <dependencies>
3186: ../../loncom/interface/loncommon.pm
3187: </dependencies>
3188: </file>
3189: <file>
1.5 harris41 3190: <source>loncom/homework/grades.pm</source>
3191: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
3192: <categoryname>handler</categoryname>
3193: <description>Handles the viewing of grades.</description>
1.4 harris41 3194: </file>
3195: <file>
1.5 harris41 3196: <source>loncom/homework/imageresponse.pm</source>
3197: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
3198: <categoryname>handler</categoryname>
3199: <description>
3200: Coordinates the response to clicking an image.
3201: </description>
3202: <status>works/unverified</status>
1.4 harris41 3203: </file>
3204: <file>
1.5 harris41 3205: <source>loncom/homework/optionresponse.pm</source>
3206: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
3207: <categoryname>handler</categoryname>
1.27 harris41 3208: <description>
3209: Handles tags associated with showing a list of options.</description>
1.4 harris41 3210: </file>
3211: <file>
1.5 harris41 3212: <source>loncom/homework/outputtags.pm</source>
3213: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
3214: <categoryname>handler</categoryname>
3215: <description>
3216: Handles tags associated with output. Seems to relate to due dates of the
3217: assignment.
3218: </description>
1.10 harris41 3219: <status>works/unverified</status>
1.4 harris41 3220: </file>
1.255 albertel 3221:
3222: <file>
3223: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 3224: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 3225: <categoryname>handler</categoryname>
3226: <description>
3227: Handle the tags organicresponse/structure and reationresponse
3228: </description>
3229: <status>works/unverified</status>
3230: </file>
3231:
3232: <fileglob>
3233: <glob>*.*</glob>
3234: <sourcedir>loncom/html/adm/jme/</sourcedir>
3235: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
3236: <categoryname>interface file</categoryname>
3237: <description>
3238: JME files, for editing organic structures
3239: </description>
3240: <filenames>
3241: JME.jar;
3242: jme.gif;
1.258 albertel 3243: jme_help.html;
1.255 albertel 3244: nitro.gif;
3245: smiles.gif
3246: </filenames>
3247: </fileglob>
1.291 albertel 3248:
3249: <file>
3250: <source>loncom/homework/convertjme.pl</source>
3251: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
3252: <categoryname>script</categoryname>
3253: <description>
3254: Dynamically converts JME strings into either a png or ps file.
3255: </description>
3256: </file>
3257:
1.4 harris41 3258: <file>
1.6 harris41 3259: <source>loncom/interface/lontest.pm</source>
3260: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
3261: <categoryname>handler</categoryname>
3262: <description>
3263: Used for debugging and testing the LON-CAPA system.
3264: </description>
1.10 harris41 3265: <status>works/unverified</status>
1.6 harris41 3266: </file>
3267: <file>
3268: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 3269: <target dist='default'>
3270: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 3271: <categoryname>handler</categoryname>
3272: <description>
3273: Handles multiple-choice style responses.
3274: </description>
1.10 harris41 3275: <status>works/unverified</status>
1.6 harris41 3276: </file>
3277: <file>
3278: <source>loncom/interface/lonassignments.pm</source>
3279: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
3280: <categoryname>handler</categoryname>
3281: <description>
3282: Handles processing of assignments.
3283: </description>
1.10 harris41 3284: <status>works/unverified</status>
1.6 harris41 3285: </file>
3286: <file>
3287: <source>loncom/interface/loncommunicate.pm</source>
3288: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
3289: <categoryname>handler</categoryname>
1.72 harris41 3290: <description>
3291: Will be the access handler to email sending, as well as the planned
3292: chatrooms, etc.
3293: </description>
1.10 harris41 3294: <status>works/unverified</status>
1.6 harris41 3295: </file>
3296: <file>
3297: <source>loncom/interface/lonerrorhandler.pm</source>
3298: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
3299: <categoryname>handler</categoryname>
3300: <description>
3301: Handles errors.
3302: </description>
1.10 harris41 3303: <status>works/unverified</status>
1.6 harris41 3304: </file>
3305: <file>
3306: <source>loncom/interface/lonevaluate.pm</source>
3307: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
3308: <categoryname>handler</categoryname>
3309: <description>
3310: Handles evaluation.
3311: </description>
1.10 harris41 3312: <status>works/unverified</status>
1.6 harris41 3313: </file>
3314: <file>
3315: <source>loncom/interface/lonfeedback.pm</source>
3316: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
3317: <categoryname>handler</categoryname>
3318: <description>
3319: Handles feedback from students to instructors and system administrators.
1.72 harris41 3320: Provides a screenshot of the current
3321: resource, as well as previous attempts if the resource was a homework.
3322: Used by lonmsg.pm.
1.6 harris41 3323: </description>
1.10 harris41 3324: <status>works/unverified</status>
1.4 harris41 3325: </file>
3326: <file>
1.6 harris41 3327: <source>loncom/interface/lonnavmaps.pm</source>
3328: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
3329: <categoryname>handler</categoryname>
3330: <description>
3331: Handles navigational maps.
1.211 bowersj2 3332: </description>
3333: <status>works/unverified</status>
1.227 albertel 3334: </file>
3335: <file>
3336: <source>doc/man/Apache__lonnavmaps.3</source>
3337: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
3338: <categoryname>doc</categoryname>
3339: <description>man page for lonnavmaps.pm</description>
3340: <build trigger='always run'>
3341: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
3342: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
3343: </build>
3344: <status>works/unverified</status>
3345: <dependencies>
3346: ../../loncom/interface/lonnavmaps.pm
3347: </dependencies>
3348: </file>
3349: <file>
3350: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
3351: <target dist='default'>
3352: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
3353: </target>
3354: <categoryname>doc</categoryname>
3355: <description>POD-derived page for lonnavmaps.pm</description>
3356: <build trigger='always run'>
3357: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
3358: ../../doc/lib/perl/Apache/lonnavmaps.html && \
3359: echo 'pod2html lonnavmaps.pm'
3360: </build>
3361: <status>works/unverified</status>
3362: <dependencies>
3363: ../../loncom/interface/lonnavmaps.pm
3364: </dependencies>
1.211 bowersj2 3365: </file>
3366: <file>
1.231 bowersj2 3367: <source>loncom/interface/lonhelper.pm</source>
3368: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 3369: <categoryname>handler</categoryname>
3370: <description>
1.235 bowersj2 3371: Helper framework.
3372: </description>
3373: <status>works/unverified</status>
3374: </file>
3375: <file>
3376: <source>loncom/html/adm/helper/parameter.helper</source>
3377: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
3378: <categoryname>handler</categoryname>
3379: <description>
3380: Parameter setting helper.
1.242 bowersj2 3381: </description>
3382: <status>works/unverified</status>
3383: </file>
3384: <file>
3385: <source>loncom/html/adm/helper/course.initialization.helper</source>
3386: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
3387: <categoryname>handler</categoryname>
3388: <description>
3389: Course initialization helper.
1.189 bowersj2 3390: </description>
3391: <status>works/unverified</status>
3392: </file>
3393: <file>
3394: <source>loncom/interface/lonquickgrades.pm</source>
3395: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
3396: <categoryname>handler</categoryname>
3397: <description>
3398: Student quick grades interface.
1.6 harris41 3399: </description>
1.10 harris41 3400: <status>works/unverified</status>
1.4 harris41 3401: </file>
3402: <file>
1.6 harris41 3403: <source>loncom/interface/lonpreferences.pm</source>
3404: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
3405: <categoryname>handler</categoryname>
3406: <description>
3407: Handles user preferences associated with customizing the online LON-CAPA
3408: educational environment.
3409: </description>
1.10 harris41 3410: <status>works/unverified</status>
1.6 harris41 3411: </file>
3412: <file>
3413: <source>loncom/interface/lonprintout.pm</source>
3414: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
3415: <categoryname>handler</categoryname>
3416: <description>
3417: Handles the production of printable files and resources.
3418: </description>
1.10 harris41 3419: <status>works/unverified</status>
1.340 matthew 3420: </file>
3421: <file>
3422: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
3423: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
3424: <categoryname>system file</categoryname>
3425: <description>
3426: Provides a common interface to LON-CAPA metadata.
3427: </description>
1.6 harris41 3428: </file>
3429: <file>
3430: <source>loncom/interface/lonsearchcat.pm</source>
3431: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
3432: <categoryname>handler</categoryname>
3433: <description>
3434: Handles a searchable catalogue.
1.148 matthew 3435: </description>
3436: <status>works/unverified</status>
3437: </file>
3438: <file>
3439: <source>loncom/interface/lonmysql.pm</source>
3440: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
3441: <categoryname>handler</categoryname>
3442: <description>
3443: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 3444: </description>
1.10 harris41 3445: <status>works/unverified</status>
1.4 harris41 3446: </file>
3447: <file>
1.76 harris41 3448: <source>doc/man/Apache__lonsearchcat.3</source>
3449: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 3450: <categoryname>doc</categoryname>
1.76 harris41 3451: <description>man page for lonsearchcat.pm</description>
3452: <build trigger='always run'>
1.115 harris41 3453: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
3454: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 3455: </build>
3456: <status>works/unverified</status>
3457: <dependencies>
3458: ../../loncom/interface/lonsearchcat.pm
3459: </dependencies>
3460: </file>
3461: <file>
1.118 harris41 3462: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
3463: <target dist='default'>
3464: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 3465: </target>
1.83 harris41 3466: <categoryname>doc</categoryname>
1.76 harris41 3467: <description>POD-derived page for lonsearchcat.pm</description>
3468: <build trigger='always run'>
1.115 harris41 3469: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 3470: ../../doc/lib/perl/Apache/lonsearchcat.html && \
3471: echo 'pod2html lonsearchcat.pm'
1.76 harris41 3472: </build>
3473: <status>works/unverified</status>
3474: <dependencies>
3475: ../../loncom/interface/lonsearchcat.pm
3476: </dependencies>
1.232 www 3477: </file>
3478: <file>
3479: <source>loncom/interface/lonmanagekeys.pm</source>
3480: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
3481: <categoryname>handler</categoryname>
3482: <description>
3483: Allows users with "mky" privileges to generate and manage course access keys.
3484: </description>
3485: <status>works/unverified</status>
1.76 harris41 3486: </file>
3487: <file>
1.6 harris41 3488: <source>loncom/interface/londropadd.pm</source>
3489: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
3490: <categoryname>handler</categoryname>
3491: <description>
1.72 harris41 3492: Allows course coordinators to upload courselists in different formats, and
3493: automatically create users (if they do not exist already), assign them the
3494: role of student in a course, and add them to the classlist.
1.6 harris41 3495: </description>
1.10 harris41 3496: <status>works/unverified</status>
1.6 harris41 3497: </file>
3498: <file>
1.380 matthew 3499: <source>loncom/interface/lonviewclasslist.pm</source>
3500: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
3501: <categoryname>handler</categoryname>
3502: <description>
3503: Allows users (including students) to view the classlist of their course.
3504: </description>
3505: <status>works/unverified</status>
3506: </file>
3507: <file>
1.6 harris41 3508: <source>loncom/interface/lonmsg.pm</source>
3509: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
3510: <categoryname>handler</categoryname>
3511: <description>
1.72 harris41 3512: lonmsg.pm has several functions to send and receive internal messages.
3513: author_res_msg - send message to resource author.
3514: user_crit_msg - send a critical message to a user. A critical message
3515: will require acknowledgment by the recipient and the sender will be notified.
3516: user_crit_received - routine to trigger acknowledgment.
3517: statuschange - change the status of a message (read, replied, forwarded, etc).
3518: The handler also displays messages, has routines to reply, etc.
1.6 harris41 3519: </description>
1.10 harris41 3520: <status>works/unverified</status>
1.6 harris41 3521: </file>
3522: <file>
3523: <source>loncom/homework/hint.pm</source>
3524: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
3525: <categoryname>handler</categoryname>
3526: <description>
3527: This handler coordinates the delivery of hints to students working on LON-CAPA
3528: problems and assignments.
3529: </description>
1.10 harris41 3530: <status>works/unverified</status>
1.6 harris41 3531: </file>
3532: <file>
1.244 matthew 3533: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 3534: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
3535: <categoryname>handler</categoryname>
3536: <description>
1.244 matthew 3537: The top level interface for the display and editing of spreadsheets. There
3538: are three levels of spreadsheet.
3539: </description>
3540: <status>works/unverified</status>
3541: </file>
3542: <file>
3543: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
3544: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
3545: <categoryname>handler</categoryname>
3546: <description>
3547: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
3548: assesscalc).
3549: </description>
3550: <status>works/unverified</status>
3551: </file>
3552: <file>
3553: <source>loncom/interface/spreadsheet/classcalc.pm</source>
3554: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
3555: <categoryname>handler</categoryname>
3556: <description>
3557: Defines the specifics of the course level spreadsheet.
3558: </description>
3559: <status>works/unverified</status>
3560: </file>
3561: <file>
3562: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
3563: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
3564: <categoryname>handler</categoryname>
3565: <description>
3566: Defines the specifics of the student level spreadsheet.
3567: </description>
3568: <status>works/unverified</status>
3569: </file>
3570: <file>
3571: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
3572: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
3573: <categoryname>handler</categoryname>
3574: <description>
3575: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 3576: </description>
1.10 harris41 3577: <status>works/unverified</status>
1.6 harris41 3578: </file>
3579: <file>
3580: <source>loncom/interface/lonparmset.pm</source>
3581: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
3582: <categoryname>handler</categoryname>
3583: <description>
3584: Handler to resolve ambiguous file locations
3585: </description>
1.10 harris41 3586: <status>works/unverified</status>
1.6 harris41 3587: </file>
3588: <file>
1.76 harris41 3589: <source>doc/man/Apache__lonparmset.3</source>
3590: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 3591: <categoryname>doc</categoryname>
1.76 harris41 3592: <description>man page for lonparmset.pm</description>
3593: <build trigger='always run'>
1.115 harris41 3594: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
3595: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 3596: </build>
3597: <status>works/unverified</status>
3598: <dependencies>
3599: ../../loncom/interface/lonparmset.pm
3600: </dependencies>
3601: </file>
3602: <file>
1.118 harris41 3603: <source>doc/lib/perl/Apache/lonparmset.html</source>
3604: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 3605: </target>
1.83 harris41 3606: <categoryname>doc</categoryname>
1.76 harris41 3607: <description>POD-derived page for lonparmset.pm</description>
3608: <build trigger='always run'>
1.115 harris41 3609: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 3610: ../../doc/lib/perl/Apache/lonparmset.html && \
3611: echo 'pod2html lonparmset.pm'
1.76 harris41 3612: </build>
3613: <status>works/unverified</status>
3614: <dependencies>
3615: ../../loncom/interface/lonparmset.pm
3616: </dependencies>
3617: </file>
3618: <file>
1.6 harris41 3619: <source>loncom/publisher/lonconstruct.pm</source>
3620: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
3621: <categoryname>handler</categoryname>
3622: <description>
3623: Page wrapper for handling construction space.
3624: </description>
1.10 harris41 3625: <status>works/unverified</status>
1.6 harris41 3626: </file>
3627: <file>
3628: <source>loncom/publisher/lonpublisher.pm</source>
3629: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
3630: <categoryname>handler</categoryname>
3631: <description>
3632: Publishes an LON-CAPA educational resource complete with metadata
3633: (authorship, language, copyright, creation date, etc).
3634: </description>
1.10 harris41 3635: <status>works/unverified</status>
1.6 harris41 3636: </file>
3637: <file>
1.76 harris41 3638: <source>doc/man/Apache__lonpublisher.3</source>
3639: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 3640: <categoryname>doc</categoryname>
1.76 harris41 3641: <description>man page for lonpublisher.pm</description>
3642: <build trigger='always run'>
1.115 harris41 3643: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
3644: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 3645: </build>
3646: <status>works/unverified</status>
3647: <dependencies>
3648: ../../loncom/publisher/lonpublisher.pm
3649: </dependencies>
3650: </file>
3651: <file>
1.118 harris41 3652: <source>doc/lib/perl/Apache/lonpublisher.html</source>
3653: <target dist='default'>
3654: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 3655: </target>
1.83 harris41 3656: <categoryname>doc</categoryname>
1.76 harris41 3657: <description>POD-derived page for lonpublisher.pm</description>
3658: <build trigger='always run'>
1.115 harris41 3659: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 3660: ../../doc/lib/perl/Apache/lonpublisher.html && \
3661: echo 'pod2html lonpublisher.pm'
1.76 harris41 3662: </build>
3663: <status>works/unverified</status>
3664: <dependencies>
3665: ../../loncom/publisher/lonpublisher.pm
3666: </dependencies>
3667: </file>
3668: <file>
1.6 harris41 3669: <source>loncom/interface/lonmenu.pm</source>
3670: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
3671: <categoryname>handler</categoryname>
3672: <description>
3673: Has routines which control the remote control.
1.228 www 3674: </description>
3675: <status>works/unverified</status>
3676: </file>
3677: <file>
3678: <source>loncom/interface/lonremote.pm</source>
3679: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
3680: <categoryname>handler</categoryname>
3681: <description>
1.367 matthew 3682: Handler to launch and collapse the remote control.
1.6 harris41 3683: </description>
1.10 harris41 3684: <status>works/unverified</status>
1.6 harris41 3685: </file>
3686: <file>
1.367 matthew 3687: <source>loncom/interface/portfolio.pm</source>
3688: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
3689: <categoryname>handler</categoryname>
3690: <description>
3691: Handler to manage user portfolios
3692: </description>
3693: <status>unverified</status>
3694: </file>
3695: <file>
1.6 harris41 3696: <source>rat/lonpageflip.pm</source>
3697: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
3698: <categoryname>handler</categoryname>
3699: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 3700: <status>works/unverified</status>
1.6 harris41 3701: </file>
3702: <file>
3703: <source>rat/lonratedt.pm</source>
3704: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
3705: <categoryname>handler</categoryname>
3706: <description>
3707: Builds up frame set and loads in the right thing.
3708: </description>
1.10 harris41 3709: <status>works/unverified</status>
1.6 harris41 3710: </file>
3711: <file>
3712: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
3713: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
3714: <categoryname>handler</categoryname>
3715: <description>
3716: Homework remote control.
1.157 www 3717: </description>
3718: <status>works/unverified</status>
3719: </file>
3720: <file>
3721: <source>loncom/html/res/adm/pages/chatroom.html</source>
3722: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
3723: <categoryname>handler</categoryname>
3724: <description>
3725: Establishes frameset for chatroom
1.6 harris41 3726: </description>
1.10 harris41 3727: <status>works/unverified</status>
1.6 harris41 3728: </file>
3729: <file>
3730: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
3731: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
3732: <categoryname>handler</categoryname>
3733: <description>
1.10 harris41 3734: This will take annotations and then plug them into a page.
1.6 harris41 3735: </description>
1.10 harris41 3736: <status>works/unverified</status>
1.6 harris41 3737: </file>
3738: <file>
3739: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
3740: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
3741: <categoryname>handler</categoryname>
3742: <description>
3743: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 3744: interface.
1.6 harris41 3745: </description>
1.10 harris41 3746: <status>works/unverified</status>
1.6 harris41 3747: </file>
3748: <file>
3749: <source>rat/lonratsrv.pm</source>
3750: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
3751: <categoryname>handler</categoryname>
3752: <description>
1.27 harris41 3753: Handler that takes output from RAT and stores it on disk. Handles the upper
3754: hidden frame of the added window that comes up in RAT. (3 frames come up in
3755: RAT server, code, and output. This module handles server connection.)
1.6 harris41 3756: </description>
1.10 harris41 3757: <status>works/unverified</status>
1.6 harris41 3758: </file>
3759: <file>
3760: <source>rat/lonpage.pm</source>
3761: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
3762: <categoryname>handler</categoryname>
3763: <description>
3764: bundles pages into one page
3765: </description>
1.10 harris41 3766: <status>works/unverified</status>
1.6 harris41 3767: </file>
3768: <file>
1.76 harris41 3769: <source>doc/man/Apache__lonpage.3</source>
3770: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 3771: <categoryname>doc</categoryname>
1.76 harris41 3772: <description>man page for lonpage.pm</description>
3773: <build trigger='always run'>
1.115 harris41 3774: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
3775: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 3776: </build>
3777: <status>works/unverified</status>
3778: <dependencies>
3779: ../../rat/lonpage.pm
3780: </dependencies>
3781: </file>
3782: <file>
1.118 harris41 3783: <source>doc/lib/perl/Apache/lonpage.html</source>
3784: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 3785: </target>
1.83 harris41 3786: <categoryname>doc</categoryname>
1.76 harris41 3787: <description>POD-derived page for lonnet.pm</description>
3788: <build trigger='always run'>
1.115 harris41 3789: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 3790: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 3791: </build>
3792: <status>works/unverified</status>
3793: <dependencies>
3794: ../../rat/lonpage.pm
3795: </dependencies>
3796: </file>
3797: <file>
1.6 harris41 3798: <source>rat/lonuserstate.pm</source>
3799: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
3800: <categoryname>handler</categoryname>
3801: <description>
1.133 harris41 3802: compile course into binary data structure
1.6 harris41 3803: </description>
1.10 harris41 3804: <status>works/unverified</status>
1.6 harris41 3805: </file>
3806: <file>
1.76 harris41 3807: <source>doc/man/Apache__lonuserstate.3</source>
3808: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 3809: <categoryname>doc</categoryname>
1.76 harris41 3810: <description>man page for lonnet.pm</description>
3811: <build trigger='always run'>
1.115 harris41 3812: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
3813: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 3814: </build>
3815: <status>works/unverified</status>
3816: <dependencies>
3817: ../../rat/lonuserstate.pm
3818: </dependencies>
3819: </file>
3820: <file>
1.118 harris41 3821: <source>doc/lib/perl/Apache/lonuserstate.html</source>
3822: <target dist='default'>
3823: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 3824: </target>
1.83 harris41 3825: <categoryname>doc</categoryname>
1.76 harris41 3826: <description>POD-derived page for lonuserstate.pm</description>
3827: <build trigger='always run'>
1.115 harris41 3828: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 3829: ../../doc/lib/perl/Apache/lonuserstate.html && \
3830: echo 'pod2html lonuserstate.pm'
1.76 harris41 3831: </build>
3832: <status>works/unverified</status>
3833: <dependencies>
3834: ../../rat/lonuserstate.pm
3835: </dependencies>
3836: </file>
3837: <file>
1.6 harris41 3838: <source>loncom/xml/lontex.pm</source>
3839: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
3840: <categoryname>handler</categoryname>
3841: <description>
1.133 harris41 3842: Handler for tex files
1.6 harris41 3843: </description>
1.10 harris41 3844: <status>works/unverified</status>
1.6 harris41 3845: </file>
3846: <file>
3847: <source>loncom/xml/lontexconvert.pm</source>
3848: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
3849: <categoryname>handler</categoryname>
3850: <description>
3851: Access to tth/ttm
3852: </description>
1.10 harris41 3853: <status>works/unverified</status>
1.6 harris41 3854: </file>
3855: <file>
3856: <source>loncom/xml/lonxml.pm</source>
3857: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
3858: <categoryname>handler</categoryname>
3859: <description>
3860: XML Parsing Module
1.78 harris41 3861: </description>
3862: <status>works/unverified</status>
3863: </file>
3864: <file>
3865: <source>loncom/xml/lonplot.pm</source>
3866: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
3867: <categoryname>handler</categoryname>
3868: <description>
3869: XML-based plotter of graphs
1.6 harris41 3870: </description>
1.10 harris41 3871: <status>works/unverified</status>
1.6 harris41 3872: </file>
3873: <file>
3874: <source>loncom/xml/style.pm</source>
3875: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
3876: <categoryname>handler</categoryname>
3877: <description>
3878: Style Parsing Module
3879: </description>
1.10 harris41 3880: <status>works/unverified</status>
1.6 harris41 3881: </file>
3882: <file>
3883: <source>loncom/xml/londefdef.pm</source>
3884: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
3885: <categoryname>handler</categoryname>
3886: <description>
3887: Tags Default Definition Module
3888: </description>
1.10 harris41 3889: <status>works/unverified</status>
1.4 harris41 3890: </file>
3891: <file>
1.6 harris41 3892: <source>loncom/xml/run.pm</source>
3893: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
3894: <categoryname>handler</categoryname>
3895: <description>
3896: used to prevent poorly written problems from causing lingering after effects
3897: </description>
1.10 harris41 3898: <status>works/unverified</status>
1.4 harris41 3899: </file>
3900: <file>
1.6 harris41 3901: <source>loncom/xml/scripttag.pm</source>
3902: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
3903: <categoryname>handler</categoryname>
3904: <description>
3905: implements <script>, <scriptlib>, <parserlib>, and
3906: <import>
1.290 www 3907: </description>
3908: <status>works/unverified</status>
3909: </file>
3910: <file>
3911: <source>loncom/xml/languagetags.pm</source>
3912: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
3913: <categoryname>handler</categoryname>
3914: <description>
3915: implements <mt>
1.6 harris41 3916: </description>
1.10 harris41 3917: <status>works/unverified</status>
1.185 albertel 3918: </file>
3919: <file>
3920: <source>loncom/homework/randomlylabel.pm</source>
3921: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
3922: <categoryname>handler</categoryname>
3923: <description>
3924: Handler for compositing images, and text together.
1.339 albertel 3925: </description>
3926: </file>
3927: <file>
3928: <source>loncom/homework/drawimage.pm</source>
3929: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
3930: <categoryname>handler</categoryname>
3931: <description>
3932: Handler for programtically defining an image
1.318 albertel 3933: </description>
3934: </file>
3935: <file>
3936: <source>loncom/homework/imagechoice.pm</source>
3937: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
3938: <categoryname>handler</categoryname>
3939: <description>
3940: Handler for picking out locations on an image.
1.207 www 3941: </description>
3942: </file>
3943: <file>
3944: <source>loncom/homework/rankresponse.pm</source>
3945: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
3946: <categoryname>handler</categoryname>
3947: <description>
3948: Handler for rankresponse
1.209 albertel 3949: </description>
3950: </file>
3951: <file>
3952: <source>loncom/homework/matchresponse.pm</source>
3953: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
3954: <categoryname>handler</categoryname>
3955: <description>
3956: Handler for matchresponse
1.185 albertel 3957: </description>
1.4 harris41 3958: </file>
3959: <file>
1.33 harris41 3960: <source>loncom/homework/randomlabel.pm</source>
3961: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
3962: <categoryname>handler</categoryname>
3963: <description>
3964: Interface for producing applet code which randomizes the labelling of an
3965: image.
3966: </description>
3967: </file>
3968: <file>
1.6 harris41 3969: <source>loncom/homework/lonhomework.pm</source>
3970: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
3971: <categoryname>handler</categoryname>
1.27 harris41 3972: <description>
3973: handles requests for output, evaluation, and alteration of a homework resource
3974: </description>
1.95 harris41 3975: <status>works/unverified</status>
1.4 harris41 3976: </file>
3977: <file>
1.6 harris41 3978: <source>loncom/homework/inputtags.pm</source>
3979: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
3980: <categoryname>handler</categoryname>
3981: <description>
3982: produces HTML input tags (<INPUT>) for rendering homework resources
3983: </description>
1.10 harris41 3984: <status>works/unverified</status>
1.4 harris41 3985: </file>
3986: <file>
1.6 harris41 3987: <source>loncom/homework/structuretags.pm</source>
3988: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
3989: <categoryname>handler</categoryname>
3990: <description>
1.27 harris41 3991: produces HTML tags necessary for structuring the presentation of homework
3992: resources
1.6 harris41 3993: </description>
1.10 harris41 3994: <status>works/unverified</status>
1.4 harris41 3995: </file>
3996: <file>
1.6 harris41 3997: <source>loncom/homework/response.pm</source>
3998: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
3999: <categoryname>handler</categoryname>
4000: <description>
1.27 harris41 4001: defines different types of responses given to student as well as syntax for
4002: producing response values
1.6 harris41 4003: </description>
1.10 harris41 4004: <status>works/unverified</status>
1.4 harris41 4005: </file>
4006: <file>
1.6 harris41 4007: <source>loncom/homework/caparesponse/caparesponse.pm</source>
4008: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
4009: <categoryname>handler</categoryname>
4010: <description>
4011: handles request to the CAPA homework processing engine
4012: </description>
1.10 harris41 4013: <status>works/unverified</status>
1.4 harris41 4014: </file>
4015: <file>
1.113 harris41 4016: <source>loncom/xml/Safe.pm</source>
4017: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
4018: <categoryname>handler</categoryname>
4019: <description>
4020: Meant to safely substitute for CPAN version of Safe.
4021: Allows for safely executing embedded perl comands in
4022: a way that does not threaten the operating system.
4023: </description>
4024: <status>works/unverified</status>
4025: </file>
4026: <file>
1.241 albertel 4027: <source>loncom/auth/localauth.pm</source>
4028: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
4029: <categoryname>handler</categoryname>
4030: <description>
1.208 harris41 4031: Local authentication mechanism. The target file is meant as a template
4032: for a localauth.pm file. The target file with the -std suffix is not
4033: used directly by any software program; it is just a template file.
1.241 albertel 4034: </description>
4035: <status>works/unverified</status>
4036: </file>
4037: <file>
4038: <source>loncom/auth/localauth.pm</source>
4039: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
4040: <categoryname>conf</categoryname>
4041: <description>
4042: Local authentication mechanism.
4043: </description>
4044: <status>works/unverified</status>
1.30 harris41 4045: </file>
4046: <file>
1.6 harris41 4047: <source>loncom/auth/lonacc.pm</source>
4048: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
4049: <categoryname>handler</categoryname>
4050: <description>
4051: (This module, like loncacc.pm also authenticates with cookies.)
4052: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
4053: functions (e.g. roles, logout, annotations, and bookmarks) as well
4054: as coordinating access to educational resources.
4055: </description>
1.10 harris41 4056: <status>works/unverified</status>
1.4 harris41 4057: </file>
4058: <file>
1.76 harris41 4059: <source>doc/man/Apache__lonacc.3</source>
4060: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 4061: <categoryname>doc</categoryname>
1.76 harris41 4062: <description>man page for lonacc.pm</description>
4063: <build trigger='always run'>
1.115 harris41 4064: loncom/build/pod2man.sh ../auth/lonacc.pm > \
4065: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 4066: </build>
4067: <status>works/unverified</status>
4068: <dependencies>
4069: ../../loncom/auth/lonacc.pm
4070: </dependencies>
4071: </file>
4072: <file>
1.118 harris41 4073: <source>doc/lib/perl/Apache/lonacc.html</source>
4074: <target dist='default'>
4075: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 4076: <categoryname>doc</categoryname>
1.76 harris41 4077: <description>POD-derived page for lonacc.pm</description>
4078: <build trigger='always run'>
1.115 harris41 4079: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 4080: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 4081: </build>
4082: <status>works/unverified</status>
4083: <dependencies>
4084: ../../loncom/auth/lonacc.pm
4085: </dependencies>
4086: </file>
4087: <file>
1.6 harris41 4088: <source>loncom/auth/lonracc.pm</source>
4089: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
4090: <categoryname>handler</categoryname>
4091: <description>
4092: access handler for file transfers
1.151 www 4093: </description>
4094: <status>works/unverified</status>
4095: </file>
4096: <file>
4097: <source>loncom/auth/lontokacc.pm</source>
4098: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
4099: <categoryname>handler</categoryname>
4100: <description>
1.154 www 4101: handler for inter-server transfer of token accessed files, includes
4102: cleanup handler to remove file when successfully done
4103: </description>
4104: <status>works/unverified</status>
4105: </file>
4106: <file>
4107: <source>loncom/auth/lonuploadedacc.pm</source>
4108: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
4109: <categoryname>handler</categoryname>
4110: <description>
4111: access handler for user uploaded files
4112: </description>
4113: <status>works/unverified</status>
4114: </file>
4115: <file>
4116: <source>loncom/lontrans.pm</source>
4117: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
4118: <categoryname>handler</categoryname>
4119: <description>
4120: URI to filename translation
1.347 www 4121: </description>
4122: <status>works/unverified</status>
4123: </file>
4124: <file>
4125: <source>loncom/lonenc.pm</source>
4126: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
4127: <categoryname>handler</categoryname>
4128: <description>
4129: Encryption and decryption of URIs
1.6 harris41 4130: </description>
1.10 harris41 4131: <status>works/unverified</status>
1.87 harris41 4132: </file>
4133: <file>
4134: <source>doc/man/Apache__lonracc.3</source>
4135: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
4136: <categoryname>doc</categoryname>
4137: <description>man page for lonracc.pm</description>
4138: <build trigger='always run'>
1.115 harris41 4139: loncom/build/pod2man.sh ../auth/lonracc.pm > \
4140: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 4141: </build>
4142: <status>works/unverified</status>
4143: <dependencies>
4144: ../../loncom/auth/lonracc.pm
4145: </dependencies>
4146: </file>
4147: <file>
1.118 harris41 4148: <source>doc/lib/perl/Apache/lonracc.html</source>
4149: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 4150: </target>
1.87 harris41 4151: <categoryname>doc</categoryname>
4152: <description>POD-derived page for lonracc.pm</description>
4153: <build trigger='always run'>
1.115 harris41 4154: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 4155: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 4156: </build>
4157: <status>works/unverified</status>
4158: <dependencies>
4159: ../../loncom/auth/lonracc.pm
4160: </dependencies>
1.4 harris41 4161: </file>
4162: <file>
1.6 harris41 4163: <source>loncom/auth/loncacc.pm</source>
4164: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
4165: <categoryname>handler</categoryname>
4166: <description>
4167: This module provides access to an educational resource construction area.
4168: This module is invoked by the URL-related pattern syntax
4169: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
4170: Authentication of user identity
4171: is coordinated through cookies. The abbreviation "cacc" corresponds
4172: to "construction-space access"). If the cookie handle is invalid, then
4173: this module returns a forbidden status and makes appropriate log entries.
4174: If the cookie handle is valid, status is determined to be okay (and,
4175: for the "priv"-type access, the resource is delivered by the
4176: <tt>lonconstruct</tt> module).
4177: </description>
1.10 harris41 4178: <status>works/unverified</status>
1.4 harris41 4179: </file>
4180: <file>
1.86 harris41 4181: <source>doc/man/Apache__loncacc.3</source>
4182: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
4183: <categoryname>doc</categoryname>
4184: <description>man page for loncacc.pm</description>
4185: <build trigger='always run'>
1.115 harris41 4186: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
4187: && echo 'manifying loncacc.pm'
1.86 harris41 4188: </build>
4189: <status>works/unverified</status>
4190: <dependencies>
4191: ../../loncom/auth/loncacc.pm
4192: </dependencies>
4193: </file>
4194: <file>
1.118 harris41 4195: <source>doc/lib/perl/Apache/loncacc.html</source>
4196: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 4197: </target>
1.86 harris41 4198: <categoryname>doc</categoryname>
4199: <description>POD-derived page for loncacc.pm</description>
4200: <build trigger='always run'>
1.115 harris41 4201: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 4202: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 4203: </build>
4204: <status>works/unverified</status>
4205: <dependencies>
4206: ../../loncom/auth/loncacc.pm
4207: </dependencies>
4208: </file>
4209: <file>
1.6 harris41 4210: <source>loncom/auth/lonauth.pm</source>
4211: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
4212: <categoryname>handler</categoryname>
4213: <description>authenticate, set up session environment</description>
1.10 harris41 4214: <status>works/unverified</status>
1.4 harris41 4215: </file>
4216: <file>
1.6 harris41 4217: <source>loncom/auth/lonlogin.pm</source>
4218: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
4219: <categoryname>handler</categoryname>
4220: <description>login screen</description>
1.10 harris41 4221: <status>works/unverified</status>
1.4 harris41 4222: </file>
4223: <file>
1.355 matthew 4224: <source>loncom/auth/londatecheck.pm</source>
4225: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
4226: <categoryname>handler</categoryname>
1.356 albertel 4227: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
4228: <status>works/unverified</status>
1.355 matthew 4229: </file>
4230: <file>
1.6 harris41 4231: <source>loncom/auth/lonlogout.pm</source>
4232: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
4233: <categoryname>handler</categoryname>
4234: <description>logout</description>
1.10 harris41 4235: <status>works/unverified</status>
1.4 harris41 4236: </file>
4237: <file>
1.6 harris41 4238: <source>loncom/lonnet/perl/lonrep.pm</source>
4239: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
4240: <categoryname>handler</categoryname>
4241: <description>replication</description>
1.345 raeburn 4242: </file>
4243: <file>
4244: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
4245: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
4246: <categoryname>handler</categoryname>
4247: <description>copying of uploaded files</description>
1.4 harris41 4248: </file>
4249: <file>
1.6 harris41 4250: <source>loncom/auth/lonroles.pm</source>
4251: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
4252: <categoryname>handler</categoryname>
4253: <description>
4254: This perl handling module reads in the available roles available
4255: for a LON-CAPA user (different courses, different privileges, etc)
4256: and produces a form-element HTML page which allows the user to select
4257: which role he wishes to exercise in the LON-CAPA system. For instance,
4258: a user may want to select between being a student in a thermodynamics
4259: physics course or a teaching assistant for an introductory calculus
4260: class.
4261: </description>
1.86 harris41 4262: </file>
4263: <file>
4264: <source>doc/man/Apache__lonroles.3</source>
4265: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
4266: <categoryname>doc</categoryname>
4267: <description>man page for lonroles.pm</description>
4268: <build trigger='always run'>
1.115 harris41 4269: loncom/build/pod2man.sh ../auth/lonroles.pm > \
4270: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 4271: </build>
4272: <status>works/unverified</status>
4273: <dependencies>
4274: ../../loncom/auth/lonroles.pm
4275: </dependencies>
4276: </file>
4277: <file>
1.118 harris41 4278: <source>doc/lib/perl/Apache/lonroles.html</source>
4279: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 4280: </target>
1.86 harris41 4281: <categoryname>doc</categoryname>
4282: <description>POD-derived page for lonroles.pm</description>
4283: <build trigger='always run'>
1.115 harris41 4284: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 4285: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 4286: </build>
4287: <status>works/unverified</status>
4288: <dependencies>
4289: ../../loncom/auth/lonroles.pm
4290: </dependencies>
1.4 harris41 4291: </file>
4292: <file>
1.363 albertel 4293: <source>loncom/interface/lonsource.pm</source>
4294: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
4295: <categoryname>handler</categoryname>
4296: <description>
4297: Problem source code viewer
4298: </description>
4299: <status>works/unverified</status>
4300: </file>
4301: <file>
1.6 harris41 4302: <source>loncom/interface/lonindexer.pm</source>
4303: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
4304: <categoryname>handler</categoryname>
4305: <description>
4306: cross server filesystem browser
4307: </description>
1.10 harris41 4308: <status>works/unverified</status>
1.76 harris41 4309: </file>
4310: <file>
4311: <source>doc/man/Apache__lonindexer.3</source>
4312: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 4313: <categoryname>doc</categoryname>
1.76 harris41 4314: <description>man page for lonindexer.pm</description>
4315: <build trigger='always run'>
1.115 harris41 4316: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
4317: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 4318: </build>
4319: <status>works/unverified</status>
4320: <dependencies>
4321: ../../loncom/interface/lonindexer.pm
4322: </dependencies>
4323: </file>
4324: <file>
1.118 harris41 4325: <source>doc/lib/perl/Apache/lonindexer.html</source>
4326: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 4327: </target>
1.83 harris41 4328: <categoryname>doc</categoryname>
1.76 harris41 4329: <description>POD-derived page for lonindexer.pm</description>
4330: <build trigger='always run'>
1.115 harris41 4331: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 4332: ../../doc/lib/perl/Apache/lonindexer.html && \
4333: echo 'pod2html lonindexer.pm'
1.76 harris41 4334: </build>
4335: <status>works/unverified</status>
4336: <dependencies>
4337: ../../loncom/interface/lonindexer.pm
4338: </dependencies>
1.4 harris41 4339: </file>
4340: <file>
1.24 harris41 4341: <source>loncom/interface/groupsort.pm</source>
4342: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
4343: <categoryname>handler</categoryname>
4344: <description>
4345: Implements a second phase of importing multiple resources into the RAT.
4346: Allows for reordering the sequence of resources.
4347: </description>
4348: <status>works/unverified</status>
4349: </file>
4350: <file>
1.6 harris41 4351: <source>loncom/lonnet/perl/lonnet.pm</source>
4352: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
4353: <categoryname>handler</categoryname>
4354: <description>
4355: This file is an interface to the lonc processes of the LON-CAPA network
4356: as well as set of elaborated functions for handling information necessary
4357: for navigating through a given cluster of LON-CAPA machines within a domain.
4358: There are over 40 specialized functions in this module which handle
4359: the reading and transmission of metadata, user information
4360: (ids, names, environments, roles, logs), file information (storage, reading,
4361: directories, extensions, replication, embedded styles and descriptors),
4362: educational resources (course descriptions, section names and numbers),
4363: url hashing (to assign roles on a url basis), and translating abbreviated
4364: symbols to and from more descriptive phrases or explanations.
4365: </description>
1.10 harris41 4366: <status>works/unverified</status>
1.73 harris41 4367: </file>
4368: <file>
4369: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 4370: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 4371: <categoryname>doc</categoryname>
1.73 harris41 4372: <description>man page for lonnet.pm</description>
4373: <build trigger='always run'>
1.115 harris41 4374: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
4375: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 4376: </build>
4377: <status>works/unverified</status>
4378: <dependencies>
4379: ../../loncom/lonnet/perl/lonnet.pm
4380: </dependencies>
4381: </file>
4382: <file>
1.118 harris41 4383: <source>doc/lib/perl/Apache/lonnet.html</source>
4384: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
4385: </target>
1.83 harris41 4386: <categoryname>doc</categoryname>
1.73 harris41 4387: <description>POD-derived page for lonnet.pm</description>
4388: <build trigger='always run'>
1.115 harris41 4389: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 4390: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 4391: </build>
4392: <status>works/unverified</status>
4393: <dependencies>
4394: ../../loncom/lonnet/perl/lonnet.pm
4395: </dependencies>
1.4 harris41 4396: </file>
4397: <file>
1.6 harris41 4398: <source>loncom/html/index.html</source>
4399: <target dist='default'>home/httpd/html/index.html</target>
4400: <categoryname>interface file</categoryname>
4401: <description>bumps to login</description>
1.280 www 4402: </file>
4403: <file>
4404: <source>loncom/html/index.html</source>
4405: <target dist='default'>home/httpd/html/origindex.html</target>
4406: <categoryname>interface file</categoryname>
4407: <description>bumps to login, backup for takeonline</description>
1.181 www 4408: </file>
4409: <file>
4410: <source>loncom/html/favicon.ico</source>
4411: <target dist='default'>home/httpd/html/favicon.ico</target>
4412: <categoryname>interface file</categoryname>
4413: <description>Bookmark and tab icon</description>
1.4 harris41 4414: </file>
1.6 harris41 4415: <link>
4416: <linkto>etc/mime.types</linkto>
4417: <target dist='default'>etc/httpd/conf/mime.types</target>
4418: <categoryname>symbolic link</categoryname>
4419: <description>symbolic link to /etc/mime.types</description>
4420: </link>
4421: <link>
4422: <linkto>home/httpd/html/res</linkto>
4423: <target dist='default'>home/httpd/html/raw</target>
4424: <categoryname>symbolic link</categoryname>
4425: <description>symbolic link to /home/httpd/html/res</description>
4426: </link>
1.4 harris41 4427: <file>
1.6 harris41 4428: <source>loncom/html/adm/notfound.html</source>
4429: <target dist='default'>home/httpd/html/adm/notfound.html</target>
4430: <categoryname>interface file</categoryname>
4431: <description>
4432: static html page that is shown when an attempt is made to access a document
4433: not present on the web server
4434: </description>
1.4 harris41 4435: </file>
4436: <file>
1.6 harris41 4437: <source>loncom/html/adm/unauthorized.html</source>
4438: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
4439: <categoryname>interface file</categoryname>
4440: <description>
1.27 harris41 4441: static html page that is shown when an attempt is made to access a document
4442: which is restricted based on file or server configurations
1.32 harris41 4443: </description>
4444: </file>
4445: <file>
4446: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 4447: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 4448: <categoryname>interface file</categoryname>
4449: <description>
4450: Help page for the search engine.
1.6 harris41 4451: </description>
1.4 harris41 4452: </file>
4453: <file>
1.6 harris41 4454: <source>rat/client/rat.html</source>
4455: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
4456: <categoryname>interface file</categoryname>
4457: <description>
4458: frameset
4459: </description>
1.4 harris41 4460: </file>
4461: <file>
1.6 harris41 4462: <source>rat/client/parameter.html</source>
4463: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
4464: <categoryname>interface file</categoryname>
4465: <description>
4466: Parameter input window.
4467: </description>
1.4 harris41 4468: </file>
4469: <file>
1.6 harris41 4470: <source>rat/client/code.html</source>
4471: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
1.170 www 4472: <categoryname>interface file</categoryname>
4473: <description>
4474: javascript
4475: </description>
4476: </file>
4477: <file>
4478: <source>rat/client/extpickcode.html</source>
4479: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
4480: <categoryname>interface file</categoryname>
4481: <description>
4482: javascript
4483: </description>
4484: </file>
4485: <file>
4486: <source>rat/client/extpickframe.html</source>
4487: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
1.6 harris41 4488: <categoryname>interface file</categoryname>
4489: <description>
4490: javascript
4491: </description>
1.4 harris41 4492: </file>
4493: <file>
1.6 harris41 4494: <source>rat/client/map.html</source>
4495: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
4496: <categoryname>interface file</categoryname>
4497: <description>
4498: bumper
4499: </description>
1.4 harris41 4500: </file>
4501: <file>
1.6 harris41 4502: <source>rat/client/empty.html</source>
4503: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
4504: <categoryname>interface file</categoryname>
4505: <description>
4506: A blank page with very minimal HTML structural elements.
1.217 www 4507: </description>
4508: </file>
4509: <file>
4510: <source>rat/client/loading.html</source>
4511: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
4512: <categoryname>interface file</categoryname>
4513: <description>
4514: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 4515: </description>
1.4 harris41 4516: </file>
1.10 harris41 4517: <fileglob>
4518: <glob>*.gif</glob>
4519: <sourcedir>rat/images/</sourcedir>
4520: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
4521: <categoryname>graphic file</categoryname>
4522: <description>
4523: icons for providing a HTML-tabled view of a course map
4524: </description>
4525: <filenames>
1.37 harris41 4526: 1.1.dt.gif;
4527: 1.1.empty.gif;
4528: 1.1.ld.gif;
4529: 1.1.lr.gif;
4530: 1.1.rd.gif;
1.60 harris41 4531: 1.1.rl.gif;
1.37 harris41 4532: 1.1.td.gif;
4533: 1.1.tdrl.gif;
4534: 1.1.tl.gif;
4535: 1.1.tr.gif;
4536: 1.1.utd.gif;
4537: 1.2.ctd.gif;
4538: 1.2.dt.gif;
4539: 1.2.empty.gif;
4540: 1.2.ld.gif;
4541: 1.2.lr.gif;
4542: 1.2.lrd.gif;
4543: 1.2.lrtd.gif;
4544: 1.2.rd.gif;
4545: 1.2.rl.gif;
4546: 1.2.rld.gif;
4547: 1.2.rltd.gif;
4548: 1.2.rtd.gif;
4549: 1.2.rtdl.gif;
4550: 1.2.rtl.gif;
4551: 1.2.td.gif;
4552: 1.2.tdl.gif;
4553: 1.2.tdrl.gif;
4554: 1.2.tl.gif;
4555: 1.2.tr.gif;
4556: 1.2.utd.gif;
4557: 2.1.dt.gif;
4558: 2.1.empty.gif;
4559: 2.1.ld.gif;
4560: 2.1.lr.gif;
4561: 2.1.rd.gif;
4562: 2.1.rl.gif;
4563: 2.1.td.gif;
4564: 2.1.tdrl.gif;
4565: 2.1.tl.gif;
4566: 2.1.tr.gif;
4567: 2.2.dt.gif;
4568: 2.2.empty.gif;
4569: 2.2.ld.gif;
4570: 2.2.lr.gif;
4571: 2.2.lrd.gif;
4572: 2.2.lrt.gif;
4573: 2.2.rd.gif;
4574: 2.2.rl.gif;
4575: 2.2.rld.gif;
4576: 2.2.rlt.gif;
4577: 2.2.td.gif;
4578: 2.2.tdl.gif;
4579: 2.2.tdr.gif;
4580: 2.2.tdrl.gif;
4581: 2.2.tl.gif;
4582: 2.2.tr.gif;
4583: 2.2.url.gif;
4584: 2.2.utd.gif;
4585: arrow.gif;
4586: bdt.gif;
4587: bempty.gif;
4588: bld.gif;
4589: blr.gif;
4590: blrd.gif;
4591: blrt.gif;
1.60 harris41 4592: bottom.gif;
1.37 harris41 4593: brd.gif;
4594: brl.gif;
4595: brld.gif;
4596: brlt.gif;
4597: btd.gif;
4598: btdl.gif;
4599: btdr.gif;
4600: btdrl.gif;
4601: btl.gif;
4602: btr.gif;
4603: burl.gif;
4604: butd.gif;
4605: condition.gif;
4606: edit.gif;
4607: finish.gif;
4608: info.gif;
4609: inscol.gif;
4610: inscond.gif;
4611: insres.gif;
4612: insrow.gif;
4613: left.gif;
4614: middle.gif;
4615: resource.gif;
4616: right.gif;
4617: sctd.gif;
4618: sdt.gif;
4619: sempty.gif;
4620: sld.gif;
4621: slr.gif;
4622: slrd.gif;
4623: slrtd.gif;
4624: srd.gif;
4625: srl.gif;
4626: srld.gif;
4627: srltd.gif;
4628: srtd.gif;
4629: srtdl.gif;
4630: srtl.gif;
4631: start.gif;
4632: std.gif;
4633: stdl.gif;
1.10 harris41 4634: sutd.gif
4635: </filenames>
4636: </fileglob>
4637: <fileglob>
1.60 harris41 4638: <glob>*.*</glob>
1.10 harris41 4639: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
4640: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
4641: <categoryname>graphic file</categoryname>
4642: <description>
4643: icons to indicate an unexpected result
4644: </description>
4645: <filenames>
1.37 harris41 4646: lonconstruct.gif;
4647: lonlogo_broken.gif;
4648: lonlogo_broken_tsp.gif;
4649: lonlogo_broken.eps;
4650: lonlogo_broken.jpg;
1.10 harris41 4651: lonlogo_broken.mov
4652: </filenames>
4653: </fileglob>
4654: <fileglob>
1.60 harris41 4655: <glob>*.*</glob>
1.10 harris41 4656: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
4657: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
4658: <categoryname>graphic file</categoryname>
4659: <description>
1.132 harris41 4660: logos and general widget icons
1.10 harris41 4661: </description>
4662: <filenames>
1.68 harris41 4663: SMETE_white.gif;
1.117 harris41 4664: aboutlon.gif;
1.288 www 4665: aboutlon_pt.gif;
4666: aboutlon_de.gif;
1.117 harris41 4667: accessbutton.gif;
1.288 www 4668: accessbutton_pt.gif;
4669: accessbutton_de.gif;
1.224 www 4670: angry.gif;
1.60 harris41 4671: arrow_up.gif;
1.360 albertel 4672: baeh.gif;
1.224 www 4673: bigsmile.gif;
1.177 bowersj2 4674: branch.gif;
1.37 harris41 4675: cab.gif;
4676: cab_big.gif;
1.62 harris41 4677: capapanel.gif;
1.224 www 4678: check.gif;
1.37 harris41 4679: class.gif;
4680: class_big.gif;
1.379 albertel 4681: closepage.gif;
1.224 www 4682: coolindiff.gif;
4683: coolsmile.gif;
4684: cry.gif;
1.343 www 4685: doc.gif;
4686: doc_big.gif;
1.37 harris41 4687: dvi.gif;
4688: dvi_big.gif;
4689: eps.gif;
4690: eps_big.gif;
4691: exam.gif;
4692: exam_big.gif;
1.117 harris41 4693: fillbottom.gif;
4694: fillleft.gif;
4695: fillright.gif;
4696: filltop.gif;
1.37 harris41 4697: folder_closed.gif;
4698: folder_opened.gif;
4699: folder_pointer_closed.gif;
4700: folder_pointer_opened.gif;
4701: form.gif;
4702: form_big.gif;
1.224 www 4703: frowny.gif;
1.37 harris41 4704: gif.gif;
4705: gif_big.gif;
1.117 harris41 4706: header.gif;
1.224 www 4707: hrrm.gif;
1.37 harris41 4708: htm.gif;
4709: html.gif;
4710: html_big.gif;
1.224 www 4711: huh.gif;
1.52 harris41 4712: jar.gif;
4713: jar_big.gif;
1.37 harris41 4714: jpg.gif;
4715: jpg_big.gif;
1.62 harris41 4716: latex.gif;
1.269 www 4717: library.gif;
1.224 www 4718: lipsrsealed.gif;
1.117 harris41 4719: lite.gif;
1.37 harris41 4720: liteani.gif;
1.117 harris41 4721: litetext.gif;
1.62 harris41 4722: lolpanel.gif;
1.37 harris41 4723: lonanim.gif;
4724: lonanimend.gif;
1.117 harris41 4725: loncapalogo.gif;
1.37 harris41 4726: lonhelplogos.gif;
1.60 harris41 4727: lonhelptop.gif;
1.37 harris41 4728: lonlogo.gif;
4729: lonlogos.gif;
1.117 harris41 4730: lowerleft.gif;
4731: lowerright.gif;
1.360 albertel 4732: mailbkgrd.gif;
4733: mailto.gif;
1.236 www 4734: minilogo.gif;
1.37 harris41 4735: meta.gif;
4736: meta_big.gif;
4737: mov.gif;
4738: mov_big.gif;
4739: move_up.gif;
4740: move_down.gif;
1.177 bowersj2 4741: navmap.correct.gif;
1.251 bowersj2 4742: navmap.ellipsis.gif;
1.177 bowersj2 4743: navmap.open.gif;
1.251 bowersj2 4744: navmap.page.open.gif;
4745: navmap.page.closed.gif;
4746: navmap.page.open.nomanip.gif;
4747: navmap.page.closed.nomanip.gif;
1.177 bowersj2 4748: navmap.wrong.gif;
1.180 bowersj2 4749: navmap.folder.open.gif;
4750: navmap.folder.closed.gif;
1.229 bowersj2 4751: navmap.folder.open.nomanip.gif;
4752: navmap.folder.closed.nomanip.gif;
1.292 www 4753: neutral.gif;
1.37 harris41 4754: page.gif;
4755: page_big.gif;
4756: pdf.gif;
4757: pdf_big.gif;
1.54 harris41 4758: png.gif;
4759: png_big.gif;
1.343 www 4760: ppt.gif;
4761: ppt_big.gif;
1.37 harris41 4762: problem.gif;
4763: problem_big.gif;
4764: ps.gif;
4765: ps_big.gif;
1.224 www 4766: rolleyes.gif;
1.37 harris41 4767: quill.gif;
4768: quiz.gif;
4769: quiz_big.gif;
4770: select.gif;
4771: sequence.gif;
4772: sequence_big.gif;
4773: server.gif;
4774: server_big.gif;
1.224 www 4775: shocked.gif;
4776: smiley.gif;
1.37 harris41 4777: srvbad.gif;
4778: srvempty.gif;
4779: srvgood.gif;
4780: srvhalf.gif;
4781: srvnull.gif;
4782: survey.gif;
4783: survey_big.gif;
4784: tex.gif;
4785: tex_big.gif;
1.210 www 4786: tth.gif;
1.37 harris41 4787: txt.gif;
4788: txt_big.gif;
1.57 harris41 4789: unknown.gif;
4790: unknown_big.gif;
1.117 harris41 4791: upperleft.gif;
4792: upperright.gif;
1.37 harris41 4793: user.gif;
4794: user_big.gif;
1.117 harris41 4795: userauthentication.gif;
1.288 www 4796: userauthentication_pt.gif;
4797: userauthentication_de.gif;
1.37 harris41 4798: wav.gif;
4799: wav_big.gif;
4800: white_space_20_22.gif;
4801: whitespace1.gif;
4802: whitespace10.gif;
4803: whitespace2.gif;
4804: whitespace3.gif;
4805: whitespace4.gif;
4806: whitespace5.gif;
4807: whitespace6.gif;
4808: whitespace7.gif;
4809: whitespace8.gif;
4810: whitespace9.gif;
1.224 www 4811: wink.gif;
1.343 www 4812: xls.gif;
4813: xls_big.gif;
1.37 harris41 4814: xml.gif;
4815: xml_big.gif;
4816: zip.gif;
1.10 harris41 4817: zip_big.gif
4818: </filenames>
4819: </fileglob>
4820: <fileglob>
1.60 harris41 4821: <glob>*.*</glob>
1.10 harris41 4822: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
4823: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
4824: <categoryname>graphic file</categoryname>
4825: <description>
1.132 harris41 4826: Miscellaneous resources.
1.10 harris41 4827: </description>
4828: <filenames>
1.80 harris41 4829: authorfeed.gif;
1.373 albertel 4830: blackdot.gif;
1.80 harris41 4831: bomb.gif;
1.320 www 4832: smallFAQ.gif;
4833: smallBug.gif;
1.40 harris41 4834: cat_button.gif;
1.80 harris41 4835: chat.gif;
1.111 harris41 4836: eval_button.gif;
1.80 harris41 4837: feedback.gif;
1.40 harris41 4838: pprm_button.gif;
4839: pgrd_button.gif;
4840: subm_button.gif
1.10 harris41 4841: </filenames>
4842: </fileglob>
4843: <file>
1.299 matthew 4844: <source>modules/TexConvert/tthperl/tth.pm</source>
1.115 harris41 4845: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.298 matthew 4846: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 4847: <categoryname>system file</categoryname>
4848: <description>
4849: perl module for invoking functions specific to TeX-to-HTML conversion
4850: </description>
4851: <note>
4852: Has the same dependencies and build process as tth.so.
4853: Currently, only the tth.so file specifications invoke
1.49 harris41 4854: the build process however. A static version is checked into loncom/xml
4855: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 4856: </note>
1.113 harris41 4857: <status>works/unverified</status>
4858: </file>
4859: <file>
4860: <source>loncom/xml/LCParser.pm</source>
4861: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 4862: <categoryname>system file</categoryname>
4863: <description>
4864: perl module for parsing HTML in a way that really works and is thoroughly
4865: tested
4866: </description>
4867: <status>works/unverified</status>
1.234 foxr 4868: </file>
4869: <file>
1.360 albertel 4870: <source>loncom/lonlocal.pm</source>
4871: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
4872: <categoryname>system file</categoryname>
4873: <description>
4874: lonc/d handler for doing a local filesystem based init:
4875: </description>
4876: <status>works/verified</status>
4877: </file>
4878: <file>
4879: <source>loncom/lonssl.pm</source>
4880: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
4881: <categoryname>system file</categoryname>
4882: <description>
4883: lonc/d handler for doing a remote SSL based init:
4884: </description>
4885: <status>works/verified</status>
4886: </file>
4887: <file>
1.234 foxr 4888: <source>loncom/LondConnection.pm</source>
1.239 albertel 4889: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 4890: <categoryname>system file</categoryname>
4891: <description>
4892: Manages a connection between a lonc proxy daemon and the lond server
4893: in the remote node.
1.252 www 4894: </description>
4895: <status>works/verified</status>
4896: </file>
4897: <file>
4898: <source>loncom/LondTransaction.pm</source>
4899: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
4900: <categoryname>system file</categoryname>
4901: <description>
4902: Handles a single lon-capa insternal transaction
1.234 foxr 4903: </description>
4904: <status>works/verified</status>
4905: </file>
4906: <file>
4907: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 4908: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 4909: <categoryname>system file</categoryname>
4910: <description>
4911: Provides support to iterate through opaque hashes hidden e.g. within
4912: object private data.
4913: </description>
4914: <status>works/verified</status>
4915: </file>
4916: <file>
4917: <source>loncom/types/Queue.pm</source>
1.239 albertel 4918: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 4919: <categoryname>system file</categoryname>
4920: <description>
4921: Provides a FIFO queue class.
4922: </description>
4923: <status>works/verified</status>
4924: </file>
4925: <file>
4926: <source>loncom/types/Stack.pm</source>
1.239 albertel 4927: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 4928: <categoryname>system file</categoryname>
4929: <description>
4930: Provides a LIFO stack class.
4931: </description>
4932: <status>works/verified</status>
1.239 albertel 4933: </file>
1.234 foxr 4934: <file>
4935: <source>loncom/loncnew</source>
1.240 albertel 4936: <target dist='default'>home/httpd/perl/loncnew</target>
4937: <categoryname>script</categoryname>
1.234 foxr 4938: <description>
4939: Proxy server for remote loncapa requests.
1.250 albertel 4940: Needs CPAN Event module.
1.234 foxr 4941: </description>
1.125 harris41 4942: </file>
4943: <file>
4944: <source>loncom/configuration/Configuration.pm</source>
4945: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 4946: <categoryname>system file</categoryname>
4947: <description>
1.126 harris41 4948: Configuration file reader (looks in /etc/httpd/conf/); accepts
4949: a list of *.conf files to inspect for PerlSetVar key/value
4950: entries.
1.316 www 4951: </description>
4952: <status>works/unverified</status>
4953: </file>
4954: <file>
4955: <source>loncom/ConfigFileEdit.pm</source>
4956: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
4957: <categoryname>system file</categoryname>
4958: <description>
4959: Configuration file editing module
1.113 harris41 4960: </description>
1.10 harris41 4961: <status>works/unverified</status>
4962: </file>
4963: <file>
4964: <source>modules/TexConvert/tthperl/tth.so</source>
1.115 harris41 4965: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.298 matthew 4966: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 4967: <categoryname>system file</categoryname>
4968: <description>
4969: shared library file for dynamic loading and unloading
4970: </description>
4971: <note>
4972: The source and file dependencies are not available to most
4973: CVS users. (You can safely rely on the existing binaries
4974: present on your system... don't worry about warnings
4975: related to this file during the build process.)
4976: </note>
4977: <build trigger='run if dependencies change'>
4978: modules/TexConvert/tthperl/commands
4979: </build>
4980: <status>works/unverified</status>
1.281 albertel 4981: <privatedependencies>
1.39 harris41 4982: ../tthdynamic/tthfunc.c;
1.82 harris41 4983: ../ttmdynamic/ttmfunc.c
1.281 albertel 4984: </privatedependencies>
1.10 harris41 4985: </file>
4986: <file>
4987: <source>loncom/homework/caparesponse/capa.pm</source>
1.115 harris41 4988: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.298 matthew 4989: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 4990: <categoryname>system file</categoryname>
4991: <description>
4992: perl module for invoking functions specific to CAPA
4993: </description>
1.49 harris41 4994: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 4995: <note>
4996: Has the same dependencies and build process as capa.so.
4997: Currently, only the capa.so file specifications invoke
4998: the build process however.
4999: </note>
5000: </file>
5001: <file>
5002: <source>loncom/homework/caparesponse/capa.bs</source>
1.115 harris41 5003: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.298 matthew 5004: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 5005: <categoryname>system file</categoryname>
5006: <description>
1.27 harris41 5007: bootstrap file associated with dynamic loading of this module on multiple
5008: architectures
1.10 harris41 5009: </description>
1.49 harris41 5010: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 5011: <note>
5012: Has the same dependencies and build process as capa.so.
5013: Currently, only the capa.so file specifications invoke
5014: the build process however.
5015: </note>
5016: </file>
5017: <file>
5018: <source>loncom/homework/caparesponse/capa.so</source>
1.115 harris41 5019: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.298 matthew 5020: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 5021: <categoryname>system file</categoryname>
5022: <description>
5023: shared library file for dynamic loading and unloading
5024: </description>
5025: <build trigger='always run'>
5026: loncom/homework/caparesponse/commands
5027: </build>
5028: <dependencies>
1.39 harris41 5029: caparesponse.c;
1.119 harris41 5030: caparesponse.pm;
5031: README;
5032: Makefile.PL;
5033: capa.i;
1.120 harris41 5034: commands;
1.222 albertel 5035: ../../../CAPA/pProj/Makefile;
1.120 harris41 5036: ../../../CAPA/pProj/capaGrammarDef.y;
5037: ../../../CAPA/pProj/capaFormula.y;
5038: ../../../CAPA/pProj/capaLexerDef.flex;
5039: ../../../CAPA/pProj/capaFunction.c;
5040: ../../../CAPA/pProj/capaParserUtils.c;
5041: ../../../CAPA/pProj/capaMapExpr.c;
5042: ../../../CAPA/pProj/capaUnit.c;
5043: ../../../CAPA/pProj/com.c;
5044: ../../../CAPA/pProj/linpack.c;
5045: ../../../CAPA/pProj/ranlib.c;
5046: ../../../CAPA/pProj/capaCgiUtils.c;
5047: ../../../CAPA/pProj/capaSubjective.c;
5048: ../../../CAPA/pProj/capaRQO.c;
5049: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 5050: ../../../CAPA/pProj/capaCommon.c;
5051: ../../../CAPA/pProj/capaCommon.h;
5052: ../../../CAPA/pProj/ranlib.h;
5053: ../../../CAPA/pProj/capaCGI.h;
5054: ../../../CAPA/pProj/capaFunction.h;
5055: ../../../CAPA/pProj/capaRQO.h;
5056: ../../../CAPA/pProj/capaParser.h;
5057: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 5058: </dependencies>
5059: </file>
5060: <fileglob>
5061: <glob>*.ent</glob>
5062: <sourcedir>loncom/MathML/</sourcedir>
5063: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
5064: <categoryname>system file</categoryname>
5065: <description>
1.27 harris41 5066: xml files which assign unicode numbers to mathematical symbols using
5067: <! ENTITY... > type syntax.
1.10 harris41 5068: </description>
5069: <filenames>
1.37 harris41 5070: isoamsa.ent;
5071: isoamsb.ent;
5072: isoamsc.ent;
5073: isoamsn.ent;
5074: isoamso.ent;
5075: isoamsr.ent;
5076: isobox.ent;
5077: isocyr1.ent;
5078: isocyr2.ent;
5079: isodia.ent;
5080: isogrk1.ent;
5081: isogrk2.ent;
5082: isogrk3.ent;
5083: isogrk4.ent;
5084: isolat1.ent;
5085: isolat2.ent;
5086: isomfrk.ent;
5087: isomopf.ent;
5088: isomscr.ent;
5089: isonum.ent;
5090: isopub.ent;
5091: isotech.ent;
5092: mmlalias.ent;
1.10 harris41 5093: mmlextra.ent
5094: </filenames>
1.37 harris41 5095: </fileglob>
1.10 harris41 5096: <file>
5097: <source>loncom/MathML/mathml.css</source>
5098: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
5099: <categoryname>system file</categoryname>
5100: <description>
5101: cascading style sheet
5102: </description>
5103: </file>
5104: <file>
5105: <source>loncom/MathML/mathml.dtd</source>
5106: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
5107: <categoryname>system file</categoryname>
5108: <description>
5109: document type definition
5110: </description>
5111: </file>
1.4 harris41 5112: <file>
1.10 harris41 5113: <source>loncom/auth/londes.js</source>
5114: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
5115: <categoryname>interface file</categoryname>
1.6 harris41 5116: <description>
1.27 harris41 5117: Encryption Routines according to Data Encryption Standard DES, written in
5118: javascript.
1.6 harris41 5119: </description>
1.4 harris41 5120: </file>
5121: <file>
1.10 harris41 5122: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 5123: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
5124: </target>
1.10 harris41 5125: <categoryname>handler</categoryname>
1.6 harris41 5126: <description>
1.115 harris41 5127: Intended for providing perl functions for the <script></script>
5128: environment in a problem that was converted from lectureonline.
1.6 harris41 5129: </description>
1.4 harris41 5130: </file>
5131: <file>
1.10 harris41 5132: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 5133: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
5134: </target>
1.10 harris41 5135: <categoryname>handler</categoryname>
1.6 harris41 5136: <description>
1.14 harris41 5137: Provides many functions for the <script> environment in a .problem.
1.11 harris41 5138: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 5139: </description>
1.4 harris41 5140: </file>
5141: <file>
1.10 harris41 5142: <source>loncom/homework/capa.units</source>
5143: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
5144: <categoryname>static conf</categoryname>
1.6 harris41 5145: <description>
1.10 harris41 5146: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 5147: </description>
1.4 harris41 5148: </file>
1.165 www 5149: <fileglob>
5150: <glob>*.jpg</glob>
5151: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
5152: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
5153: <categoryname>graphic file</categoryname>
5154: <description>Pages headers</description>
5155: <filenames>
5156: admin.jpg;
5157: author.jpg;
5158: coordinator.jpg;
5159: header.jpg;
5160: student.jpg;
1.166 www 5161: </filenames>
5162: </fileglob>
5163: <fileglob>
1.230 www 5164: <glob>*.jpg</glob>
5165: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
5166: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
5167: <categoryname>graphic file</categoryname>
5168: <description>Logos of LON-CAPA domains (jpg)</description>
5169: <filenames>
5170: headermsu.jpg;
5171: </filenames>
5172: </fileglob>
5173: <fileglob>
1.166 www 5174: <glob>*.gif</glob>
5175: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
5176: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
5177: <categoryname>graphic file</categoryname>
1.230 www 5178: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 5179: <filenames>
1.197 albertel 5180: 103.gif;
5181: gerd.gif;
5182: mio.gif;
5183: msuvu.gif;
5184: ohiou.gif;
5185: rhs.gif;
5186: sfu.gif;
5187: tmcc.gif;
5188: umich.gif;
5189: worf.gif;
5190: annarbor.gif;
5191: elps.gif;
5192: gwu.gif;
5193: msudemo.gif;
5194: ndsu.gif;
5195: physnet.gif;
5196: sc.gif;
5197: Selwyn.gif;
5198: ucf.gif;
5199: unihalle.gif;
5200: wscc.gif;
5201: cps.gif;
5202: fsu.gif;
5203: lsd.gif;
5204: msu.gif;
5205: nsdl.gif;
5206: pmm.gif;
5207: sunysb.gif;
5208: udel.gif;
1.223 albertel 5209: uz.gif;
5210: fvl.gif;
1.270 www 5211: csm.gif;
1.272 www 5212: nau.gif;
1.344 www 5213: nagoya.gif;
1.381 www 5214: colorado.gif;
1.352 www 5215: acadiau.gif;
1.354 www 5216: psuerie.gif;
1.353 www 5217: redford.gif;
1.341 www 5218: huji.gif;
5219: ifusp.gif;
5220: ucsc.gif;
1.303 www 5221: waverly.gif;
1.302 www 5222: cmich.gif;
1.285 www 5223: UNICAMP.gif;
1.364 www 5224: lakefenton.gif;
5225: grandblanc.gif;
1.223 albertel 5226: glps.gif;
1.275 www 5227: BCHS.gif;
1.223 albertel 5228: headersfu.gif;
1.311 albertel 5229: uwsp.gif;
1.325 www 5230: bsu.gif;
5231: wmston.gif;
1.168 www 5232: </filenames>
5233: </fileglob>
5234: <fileglob>
5235: <glob>*.tab</glob>
5236: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
5237: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
5238: <categoryname>conf</categoryname>
5239: <description>Designs of LON-CAPA domains</description>
1.166 www 5240: <filenames>
1.197 albertel 5241: annarbor.tab;
5242: default.tab;
5243: msu.tab;
1.270 www 5244: csm.tab;
1.341 www 5245: huji.tab;
1.272 www 5246: nau.tab;
1.344 www 5247: nagoya.tab;
1.381 www 5248: colorado.tab;
1.352 www 5249: acadiau.tab;
1.354 www 5250: psuerie.tab;
1.353 www 5251: redford.tab;
1.302 www 5252: cmich.tab;
1.341 www 5253: ifusp.tab;
5254: ucsc.tab;
1.285 www 5255: UNICAMP.tab;
1.364 www 5256: lakefenton.tab;
5257: grandblanc.tab;
1.274 www 5258: fsu.tab;
1.197 albertel 5259: sfu.tab;
1.325 www 5260: wmston.tab;
5261: worf.tab;
1.165 www 5262: </filenames>
5263: </fileglob>
1.10 harris41 5264: <fileglob>
5265: <glob>*.gif</glob>
1.159 www 5266: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
5267: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
1.10 harris41 5268: <categoryname>graphic file</categoryname>
1.159 www 5269: <description>LON-CAPA remote control LCD font</description>
1.10 harris41 5270: <filenames>
1.130 www 5271: 0.gif;
5272: 1.gif;
5273: 2.gif;
5274: 3.gif;
5275: 4.gif;
5276: 5.gif;
5277: 6.gif;
5278: 7.gif;
5279: 8.gif;
5280: 9.gif;
1.37 harris41 5281: a.gif;
1.159 www 5282: b.gif;
5283: c.gif;
5284: d.gif;
5285: e.gif;
5286: f.gif;
5287: g.gif;
5288: h.gif;
5289: i.gif;
5290: j.gif;
5291: k.gif;
5292: l.gif;
5293: m.gif;
5294: n.gif;
5295: o.gif;
5296: p.gif;
5297: q.gif;
5298: r.gif;
5299: s.gif;
5300: t.gif;
5301: u.gif;
5302: v.gif;
5303: w.gif;
5304: x.gif;
5305: y.gif;
5306: z.gif;
1.287 www 5307: ö.gif;
5308: ä.gif;
5309: ü.gif;
5310: ä.gif;
5311: ö.gif;
5312: ü.gif;
1.159 www 5313: colon.gif;
5314: hyphen.gif;
5315: slash.gif;
5316: space.gif;
1.304 www 5317: </filenames>
5318: </fileglob>
5319: <fileglob>
5320: <glob>*.gif</glob>
5321: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
5322: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
5323: <categoryname>graphic file</categoryname>
5324: <description>icons used for the Portuguese LON-CAPA user interface</description>
5325: <filenames>
5326: anno_pt.gif;
5327: anot_pt.gif;
5328: bchat_pt.gif;
5329: catalog_pt.gif;
5330: ccrs_pt.gif;
5331: chrt_pt.gif;
5332: com_pt.gif;
5333: courses_pt.gif;
5334: cprv_pt.gif;
5335: cstr_pt.gif;
5336: docs_pt.gif;
5337: egrd_pt.gif;
5338: enrl_pt.gif;
5339: eval_pt.gif;
5340: fdbk_pt.gif;
5341: grds_pt.gif;
5342: keys_pt.gif;
5343: logout_pt.gif;
5344: nav_pt.gif;
5345: parm_pt.gif;
5346: pref_pt.gif;
5347: prt_pt.gif;
5348: res_pt.gif;
5349: roles_pt.gif;
5350: sbkm_pt.gif;
5351: spacer_pt.gif;
5352: sprs_pt.gif;
5353: src_pt.gif;
5354: stat_pt.gif;
5355: vbkm_pt.gif;
1.159 www 5356: </filenames>
5357: </fileglob>
5358: <fileglob>
5359: <glob>*.gif</glob>
5360: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
5361: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
5362: <categoryname>graphic file</categoryname>
5363: <description>icons used for the entire LON-CAPA user interface</description>
5364: <filenames>
1.147 www 5365: anno.gif;
1.37 harris41 5366: anot.gif;
5367: back.gif;
1.147 www 5368: bchat.gif;
1.37 harris41 5369: bkm.gif;
1.348 albertel 5370: bl_step1.gif;
5371: bl_step2.gif;
5372: bl_step3.gif;
5373: bl_step4.gif;
5374: bl_step5.gif;
5375: bl_step6.gif;
5376: bl_step7.gif;
5377: bl_step8.gif;
5378: bl_step9.gif;
1.37 harris41 5379: brws.gif;
1.60 harris41 5380: catalog.gif;
1.37 harris41 5381: ccrs.gif;
5382: chat.gif;
5383: chrt.gif;
5384: com.gif;
5385: courses.gif;
5386: cprv.gif;
5387: cstr.gif;
5388: dempty.gif;
1.147 www 5389: docs.gif;
1.37 harris41 5390: egrd.gif;
5391: empty.gif;
5392: enrl.gif;
5393: eval.gif;
5394: fdbk.gif;
5395: feedback.gif;
5396: forw.gif;
5397: grds.gif;
5398: group.gif;
5399: help.gif;
5400: info.gif;
1.238 www 5401: keys.gif;
1.37 harris41 5402: ledblink.gif;
5403: ledgreen.gif;
5404: ledoff.gif;
5405: ledon.gif;
5406: ledsend.gif;
5407: logout.gif;
1.328 albertel 5408: mcrs.gif;
1.37 harris41 5409: mrk.gif;
5410: nav.gif;
5411: next.gif;
1.131 www 5412: nothumb.gif;
1.37 harris41 5413: parm.gif;
5414: pgrd.gif;
5415: pparm.gif;
1.99 harris41 5416: pref.gif;
1.37 harris41 5417: prev.gif;
5418: prt.gif;
5419: qempty.gif;
5420: reload.gif;
5421: remotebg.gif;
5422: res.gif;
5423: roles.gif;
5424: sbkm.gif;
5425: spacer.gif;
5426: sprs.gif;
5427: src.gif;
5428: stat.gif;
5429: subm.gif;
5430: title.gif;
5431: vbkm.gif;
1.10 harris41 5432: </filenames>
5433: </fileglob>
1.4 harris41 5434: <file>
1.10 harris41 5435: <source>loncom/html/res/adm/pages/imgmaps.html</source>
5436: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
5437: <categoryname>interface file</categoryname>
1.6 harris41 5438: <description>
1.10 harris41 5439: image maps for the LON-CAPA remote control
1.6 harris41 5440: </description>
1.4 harris41 5441: </file>
5442: <file>
1.10 harris41 5443: <source>loncom/html/res/adm/pages/index.html</source>
5444: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
5445: <categoryname>interface file</categoryname>
1.6 harris41 5446: <description>
1.10 harris41 5447: welcoming page to the LON-CAPA system upon login
1.6 harris41 5448: </description>
1.4 harris41 5449: </file>
5450: <file>
1.10 harris41 5451: <source>loncom/html/res/adm/pages/menu.html</source>
5452: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
5453: <categoryname>interface file</categoryname>
1.6 harris41 5454: <description>
1.10 harris41 5455: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 5456: </description>
1.4 harris41 5457: </file>
1.10 harris41 5458: <fileglob>
5459: <glob>*.gif</glob>
5460: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 5461: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
5462: </targetdir>
1.10 harris41 5463: <categoryname>graphic file</categoryname>
5464: <description>
1.132 harris41 5465: icons used for directory indexing and login screen
1.10 harris41 5466: </description>
5467: <filenames>
1.37 harris41 5468: a.gif;
5469: alert.black.gif;
5470: alert.red.gif;
5471: back.gif;
5472: ball.gray.gif;
5473: ball.red.gif;
5474: binary.gif;
5475: binhex.gif;
5476: blank.gif;
5477: bomb.gif;
5478: box1.gif;
5479: box2.gif;
5480: broken.gif;
5481: burst.gif;
5482: c.gif;
5483: comp.blue.gif;
5484: comp.gray.gif;
5485: compressed.gif;
5486: continued.gif;
5487: course.gif;
5488: dir.gif;
5489: down.gif;
5490: dvi.gif;
5491: f.gif;
5492: folder.gif;
5493: folder.open.gif;
5494: folder.sec.gif;
5495: folder_closed.gif;
5496: folder_closed_pressed.gif;
5497: folder_new.gif;
5498: folder_opened.gif;
5499: folder_opened_pressed.gif;
5500: folder_pointer_closed.gif;
5501: folder_pointer_opened.gif;
5502: folder_spacer.gif;
5503: folder_trash.gif;
5504: forward.gif;
5505: generic.gif;
5506: generic.red.gif;
5507: generic.sec.gif;
5508: hand.right.gif;
5509: hand.up.gif;
5510: html.gif;
5511: image1.gif;
5512: image2.gif;
5513: image3.gif;
5514: index.gif;
5515: layout.gif;
5516: left.gif;
5517: link.gif;
5518: mov.gif;
5519: movie1.gif;
5520: p.gif;
5521: patch.gif;
5522: pdf.gif;
5523: portal.gif;
5524: problem.gif;
5525: ps.gif;
5526: quill.gif;
5527: right.gif;
5528: screw1.gif;
5529: screw2.gif;
5530: script.gif;
5531: sound1.gif;
5532: sound2.gif;
5533: sphere1.gif;
5534: sphere2.gif;
5535: tar.gif;
5536: tex.gif;
5537: text.gif;
5538: transfer.gif;
5539: unknown.gif;
5540: up.gif;
5541: uu.gif;
5542: uuencoded.gif;
5543: white_space_20_22.gif;
5544: white_space_22_22.gif;
5545: whitespace1.gif;
5546: whitespace10.gif;
5547: whitespace2.gif;
5548: whitespace3.gif;
5549: whitespace4.gif;
5550: whitespace5.gif;
5551: whitespace6.gif;
5552: whitespace7.gif;
5553: whitespace8.gif;
5554: whitespace9.gif;
5555: world1.gif;
1.10 harris41 5556: world2.gif
5557: </filenames>
5558: </fileglob>
5559: <fileglob>
5560: <glob>*.gif</glob>
5561: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 5562: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
5563: </targetdir>
1.10 harris41 5564: <categoryname>graphic file</categoryname>
5565: <description>
1.132 harris41 5566: icons used for the bookmark portion of the LON-CAPA user interface
1.10 harris41 5567: </description>
5568: <filenames>
1.37 harris41 5569: folder_anim.gif;
5570: folder_close.gif;
5571: folder_drag.gif;
5572: folder_new.gif;
5573: folder_open.gif;
5574: folder_pointer_closed.gif;
5575: folder_pointer_opened.gif;
5576: folder_static.gif;
5577: folder_trash.gif;
5578: folder_trash_hover.gif;
5579: left_bar.gif;
5580: link.gif;
5581: link_anim.gif;
5582: link_drag.gif;
5583: ll_corner.gif;
5584: lower_bar.gif;
5585: lr_corner.gif;
5586: pix.gif;
5587: right_bar.gif;
5588: toolbar_bg.gif;
5589: ul_corner.gif;
5590: upper_bar.gif;
1.10 harris41 5591: ur_corner.gif
5592: </filenames>
5593: </fileglob>
5594: <fileglob>
5595: <glob>*.html</glob>
5596: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 5597: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
5598: </targetdir>
1.10 harris41 5599: <categoryname>interface file</categoryname>
5600: <description>
1.132 harris41 5601: associated with the scheme of displaying bookmarks
1.10 harris41 5602: </description>
5603: <filenames>
1.37 harris41 5604: bookmarkmenu_toolbar.html;
5605: blank.html;
1.10 harris41 5606: closechildren.html
1.300 albertel 5607: </filenames>
5608: </fileglob>
5609: <fileglob>
5610: <glob>*.*</glob>
5611: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
5612: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
5613: <categoryname>interface file</categoryname>
5614: <description>
5615: Associated file for answering reactionresponse style questions
5616: </description>
5617: <filenames>
5618: reaction_editor.html;
5619: reaction_frame.html;
5620: reaction_help.html;
5621: reaction_viewer.html;
5622: reaction_window.html
1.10 harris41 5623: </filenames>
5624: </fileglob>
1.4 harris41 5625: <file>
1.10 harris41 5626: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 5627: <target dist='default'>
5628: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 5629: <categoryname>interface file</categoryname>
1.6 harris41 5630: <description>
1.10 harris41 5631: javascript for handling client-side interactions with bookmark interface
1.6 harris41 5632: </description>
1.171 harris41 5633: </file>
5634: <file>
1.377 albertel 5635: <source dist='default'>loncom/build/CHECKRPMS</source>
5636: <source dist='fedora1'>loncom/build/CHECKRPMS.fedora</source>
5637: <source dist='fedora2'>loncom/build/CHECKRPMS.fedora</source>
1.171 harris41 5638: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 5639: <categoryname>system script</categoryname>
1.171 harris41 5640: <description>
5641: manilla wrapper around check-rpms
5642: </description>
5643: <status>tested/documented/beta</status>
1.103 harris41 5644: </file>
5645: <file>
5646: <source>loncom/build/check-rpms</source>
1.152 harris41 5647: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 5648: <categoryname>system script</categoryname>
1.103 harris41 5649: <description>
5650: compare installed rpms with up-to-date distribution
5651: </description>
5652: <status>tested/documented/beta</status>
5653: </file>
5654: <file>
5655: <source>doc/man/check-rpms.1</source>
5656: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
5657: <categoryname>doc</categoryname>
5658: <description>man page for check-rpms</description>
5659: <build trigger='always run'>
1.115 harris41 5660: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 5661: echo 'manifying check-rpms'
1.103 harris41 5662: </build>
5663: <status>beta</status>
5664: <dependencies>
5665: ../../loncom/build/check-rpms
5666: </dependencies>
5667: </file>
5668: <file>
5669: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 5670: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
5671: </target>
1.103 harris41 5672: <categoryname>doc</categoryname>
5673: <description>POD-derived page for check-rpms</description>
5674: <build trigger='always run'>
1.118 harris41 5675: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
5676: && echo 'pod2html checkrpms'
1.103 harris41 5677: </build>
5678: <status>works/unverified</status>
5679: <dependencies>
5680: ../../loncom/build/check-rpms
5681: </dependencies>
1.4 harris41 5682: </file>
5683: <file>
1.10 harris41 5684: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 5685: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
5686: </target>
1.10 harris41 5687: <categoryname>script</categoryname>
1.6 harris41 5688: <description>
1.206 harris41 5689: Updates .lpmlnew files with previous settings. Also supports alternative
5690: schemes of settings-updating and file-overwriting.
1.6 harris41 5691: </description>
1.206 harris41 5692: <status>works/unverified</status>
1.4 harris41 5693: </file>
5694: <file>
1.348 albertel 5695: <source>loncom/cron/loncapa.built</source>
5696: <target dist='default'>etc/cron.d/loncapa</target>
5697: <categoryname>conf</categoryname>
5698: <description>
5699: file that specifies periodic processes to run for the LON-CAPA machine
5700: </description>
5701: <build trigger='always run'>
5702: loncom/cron/preserve_local_loncapa_cron
5703: </build>
5704: <dependencies>
5705: loncapa;
5706: preserve_local_loncapa_cron
5707: </dependencies>
1.10 harris41 5708: </file>
5709: <file>
5710: <source>loncom/ntp/step-tickers</source>
1.175 harris41 5711: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
5712: </target>
5713: <categoryname>static conf</categoryname>
1.10 harris41 5714: <description>
5715: file that stimulates running of ntpdate upon init.d/xntpd initiation
5716: </description>
5717: <note>
5718: <table cellpadding='0' cellspacing='0' border='1'>
5719: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
5720: </table>
5721: </note>
1.48 harris41 5722: </file>
5723: <file>
5724: <source>loncom/pam.d/pwauth</source>
5725: <target dist='default'>etc/pam.d/pwauth</target>
5726: <categoryname>static conf</categoryname>
5727: <description>
5728: file that allows setuid password privileges for pwauth executable
5729: </description>
5730: </file>
5731: <file>
5732: <source>loncom/pam.d/pwchange</source>
5733: <target dist='default'>etc/pam.d/pwchange</target>
5734: <categoryname>static conf</categoryname>
5735: <description>
5736: file that allows setuid password privileges for pwchange (lcpasswd) executable
5737: </description>
1.10 harris41 5738: </file>
5739: <file>
5740: <source>loncom/init.d/loncontrol</source>
5741: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
5742: <categoryname>root script</categoryname>
5743: <description>
5744: Controls the launching/halting of lonc, lond, and lonsql processes.
5745: </description>
5746: </file>
5747: <link>
1.115 harris41 5748: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 5749: <target dist='default'>
1.37 harris41 5750: etc/rc.d/rc0.d/K05loncontrol;
5751: etc/rc.d/rc1.d/K05loncontrol;
5752: etc/rc.d/rc2.d/K05loncontrol;
5753: etc/rc.d/rc3.d/S95loncontrol;
5754: etc/rc.d/rc4.d/S95loncontrol;
5755: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 5756: etc/rc.d/rc6.d/K05loncontrol
5757: </target>
5758: <categoryname>symbolic link</categoryname>
1.27 harris41 5759: <description>
5760: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 5761: </link>
5762: <file>
5763: <source>loncom/atalk/config</source>
1.152 harris41 5764: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 5765: <categoryname>static conf</categoryname>
1.6 harris41 5766: <description>
1.27 harris41 5767: configuration file to make LON-CAPA server file space accessible to
5768: Appleshares access (Macintosh)
1.6 harris41 5769: </description>
1.315 albertel 5770: </file>
5771: <file>
1.373 albertel 5772: <source>loncom/interface/lonhelpmenu.pm</source>
5773: <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
5774: <categoryname>handler</categoryname>
5775: <description>
5776: Creates a multipage help screen to help users out.
5777: </description>
5778: </file>
5779: <file>
5780: <source>loncom/interface/lonsupportreq.pm</source>
5781: <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
5782: <categoryname>handler</categoryname>
5783: <description>
5784: Handler to make it easy for users to send a request to te helpdesk
5785: </description>
5786: </file>
5787: <file>
1.315 albertel 5788: <source>loncom/interface/lonmodifycourse.pm</source>
5789: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
5790: <categoryname>handler</categoryname>
5791: <description>
5792: Interface to modifying a course's internal ENV values for automated
5793: enrollement
5794: </description>
1.306 albertel 5795: </file>
5796: <file>
5797: <source>loncom/interface/lonpopulate.pm</source>
5798: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
5799: <categoryname>handler</categoryname>
5800: <description>
5801: Handler for configuring automated enrollment
5802: </description>
5803: </file>
5804: <file>
5805: <source>loncom/enrollment/Enrollment.pm</source>
5806: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
5807: <categoryname>handler</categoryname>
5808: <description>
5809: Handler for automated enrollment
5810: </description>
5811: </file>
5812: <file>
5813: <source>loncom/enrollment/localenroll.pm</source>
5814: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
5815: <categoryname>conf</categoryname>
5816: <description>
5817: Local handler for automated enrollment.
5818: </description>
5819: </file>
5820: <file>
5821: <source>loncom/enrollment/localenroll.pm</source>
5822: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
5823: <categoryname>handler</categoryname>
5824: <description>
5825: Local handler for automated enrollment, standard version.
5826: </description>
5827: </file>
5828: <file>
5829: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 5830: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 5831: <categoryname>script</categoryname>
5832: <description>
5833: Local handler for automated enrollment, standard version.
5834: </description>
1.4 harris41 5835: </file>
1.14 harris41 5836: </files>
1.1 harris41 5837: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>