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