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