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