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