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