Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.124
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.124 ! foxr 6: <!-- $Id: loncapafiles.lpml,v 1.123 2002/04/28 05:15:55 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.124 ! foxr 1061: </file>
! 1062: <file>
! 1063: <source>loncom/lchtmldir</source>
! 1064: <target dist='default'>home/httpd/perl/lchtmldir</target>
! 1065: <categoryname>setuid script</categoryname>
! 1066: <description>
! 1067: Manages the file system rammifications of adding author mode to a user.
! 1068: If necessary a public_html diretory is added, permissions and ownership are
! 1069: set according to the user's authentication mode.
! 1070: </description>
! 1071: <status>New file</status>
1.4 harris41 1072: </file>
1073: <file>
1.5 harris41 1074: <source>loncom/lcuserdel</source>
1075: <target dist='default'>home/httpd/perl/lcuserdel</target>
1076: <categoryname>setuid script</categoryname>
1077: <description>
1.48 harris41 1078: Coordinates the system services and files in order to allow lond to delete a
1079: user.
1.5 harris41 1080: </description>
1.10 harris41 1081: <status>deprecated</status>
1.4 harris41 1082: </file>
1083: <file>
1.5 harris41 1084: <source>loncom/lcnfson</source>
1085: <target dist='default'>home/httpd/perl/lcnfson</target>
1086: <categoryname>setuid script</categoryname>
1087: <description>
1088: coordinates the system services and files in order to allow lond to enable NFS
1089: for a user
1090: </description>
1.10 harris41 1091: <status>deprecated</status>
1.4 harris41 1092: </file>
1093: <file>
1.5 harris41 1094: <source>loncom/lcnfsoff</source>
1095: <target dist='default'>home/httpd/perl/lcnfsoff</target>
1096: <categoryname>setuid script</categoryname>
1097: <description>
1098: coordinates the system services and files in order to allow lond to disable NFS
1099: for a user
1100: </description>
1.10 harris41 1101: <status>deprecated</status>
1.53 harris41 1102: </file>
1103: <file>
1104: <source>loncom/license/gpl.txt</source>
1105: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
1106: <categoryname>interface file</categoryname>
1107: <description>
1108: GNU General Public License. Long live the cause of freeware!
1109: </description>
1.4 harris41 1110: </file>
1111: <file>
1.62 harris41 1112: <source>loncom/license/about.html</source>
1113: <target dist='default'>home/httpd/html/adm/about.html</target>
1114: <categoryname>interface file</categoryname>
1115: <description>
1116: The "About" Page.
1117: </description>
1118: </file>
1119: <file>
1.5 harris41 1120: <source>loncom/publisher/publisher.html</source>
1121: <target dist='default'>home/httpd/html/adm/publisher.html</target>
1122: <categoryname>interface file</categoryname>
1123: <description>
1124: HTML frame that presents a form element to allow for the publishing of
1125: resources, directories and underlying subdirectories.
1126: </description>
1.4 harris41 1127: </file>
1128: <file>
1.10 harris41 1129: <source>loncom/html/adm/noidea.html</source>
1130: <target dist='default'>home/httpd/html/adm/noidea.html</target>
1131: <categoryname>interface file</categoryname>
1132: <description>
1133: Interface file for responding to improper page flipping.
1134: </description>
1135: </file>
1136: <file>
1.28 harris41 1137: <source>loncom/xml/physnet.sty</source>
1138: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
1139: <categoryname>static conf</categoryname>
1140: <description>
1141: The relevant conditions and metadata to attach to PhysNet-specific tags.
1142: </description>
1143: </file>
1144: <file>
1.5 harris41 1145: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 1146: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
1147: </target>
1.5 harris41 1148: <categoryname>static conf</categoryname>
1149: <description>
1150: The relevant conditions and metadata to attach to LectureOnline-specific tags.
1151: </description>
1.4 harris41 1152: </file>
1153: <file>
1.5 harris41 1154: <source>loncom/misc/un_keyword.tab</source>
1155: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
1156: <categoryname>conf</categoryname>
1157: <description>
1158: File which contains words which should not be keywords used to specify resource
1159: content.
1160: </description>
1.4 harris41 1161: </file>
1162: <file>
1.22 harris41 1163: <source>loncom/publisher/packages.tab</source>
1164: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 1165: <categoryname>static conf</categoryname>
1.22 harris41 1166: <description>
1167: Parameter packages, so that assessments can publish parameter packages
1168: needed, which are then expanded into individual parameters - allows to
1169: retroactively add new parameters to already published assessments.
1170: </description>
1171: </file>
1172: <file>
1.5 harris41 1173: <source>loncom/publisher/copyright.tab</source>
1174: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 1175: <categoryname>static conf</categoryname>
1.5 harris41 1176: <description>
1177: Table which contains list of copyright possibilities for educational resources.
1178: </description>
1.4 harris41 1179: </file>
1180: <file>
1.5 harris41 1181: <source>loncom/publisher/language.tab</source>
1182: <target dist='default'>home/httpd/lonTabs/language.tab</target>
1183: <categoryname>static conf</categoryname>
1184: <description>
1185: Table which contains string abbreviations of language::font rendering
1186: combinations.
1187: </description>
1.4 harris41 1188: </file>
1189: <file>
1.5 harris41 1190: <source>loncom/publisher/addid.tab</source>
1191: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
1192: <categoryname>static conf</categoryname>
1193: <description>
1194: Table which has hash data necessary for distinguishing IDs from indices.
1195: </description>
1.4 harris41 1196: </file>
1197: <file>
1.38 harris41 1198: <source>rat/lonwrapper.pm</source>
1.19 harris41 1199: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
1200: <categoryname>handler</categoryname>
1201: <description>
1202: Wrapper for external and binary files as standalone resources.
1203: Edit handler for rat maps; TeX content handler.
1204: </description>
1205: <status>works/unverified</status>
1206: </file>
1207: <file>
1.15 harris41 1208: <source>loncom/publisher/loncfile.pm</source>
1209: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
1210: <categoryname>handler</categoryname>
1211: <description>
1212: Provides web-based functionality for file copy, rename, mkdir, etc, in the
1213: construction space menu.
1214: </description>
1215: <status>works/unverified</status>
1216: </file>
1217: <file>
1.7 harris41 1218: <source>loncom/interface/lonstatistics.pm</source>
1219: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
1220: <categoryname>handler</categoryname>
1221: <description>
1222: Handler to show statistics on solving LON-CAPA problems.
1223: </description>
1224: <status>works/unverified</status>
1225: </file>
1226: <file>
1.5 harris41 1227: <source>loncom/publisher/londiff.pm</source>
1228: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
1229: <categoryname>handler</categoryname>
1230: <description>
1231: Handler to show difference between two files.
1232: </description>
1233: <status>works/unverified</status>
1.4 harris41 1234: </file>
1235: <file>
1.5 harris41 1236: <source>loncom/publisher/lonupload.pm</source>
1237: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
1238: <categoryname>handler</categoryname>
1239: <description>
1240: Handler to upload files through browser into construction space.
1241: </description>
1242: <status>works/unverified</status>
1.4 harris41 1243: </file>
1244: <file>
1.76 harris41 1245: <source>doc/man/Apache__lonupload.3</source>
1246: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 1247: <categoryname>doc</categoryname>
1.76 harris41 1248: <description>man page for lonupload.pm</description>
1249: <build trigger='always run'>
1.115 harris41 1250: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
1251: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 1252: </build>
1253: <status>works/unverified</status>
1254: <dependencies>
1255: ../../loncom/publisher/lonupload.pm
1256: </dependencies>
1257: </file>
1258: <file>
1.118 harris41 1259: <source>doc/lib/perl/Apache/lonupload.html</source>
1260: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 1261: </target>
1.83 harris41 1262: <categoryname>doc</categoryname>
1.76 harris41 1263: <description>POD-derived page for lonupload.pm</description>
1264: <build trigger='always run'>
1.115 harris41 1265: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 1266: ../../doc/lib/perl/Apache/lonupload.html && \
1267: echo 'pod2html lonupload.pm'
1.76 harris41 1268: </build>
1269: <status>works/unverified</status>
1270: <dependencies>
1271: ../../loncom/publisher/lonupload.pm
1272: </dependencies>
1273: </file>
1274: <file>
1.5 harris41 1275: <source>loncom/homework/essayresponse.pm</source>
1276: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
1277: <categoryname>handler</categoryname>
1278: <description>
1279: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 1280: </description>
1281: <status>works/unverified</status>
1282: </file>
1283: <file>
1284: <source>loncom/homework/externalresponse.pm</source>
1285: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
1286: <categoryname>handler</categoryname>
1287: <description>
1288: Handler to evaluate externally graded responses.
1289: </description>
1290: <status>works/unverified</status>
1291: </file>
1292: <file>
1293: <source>loncom/homework/loncapagrade.pm</source>
1294: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
1295: <categoryname>handler</categoryname>
1296: <description>
1297: Handler to evaluate externally graded responses.
1.5 harris41 1298: </description>
1299: <status>works/unverified</status>
1.4 harris41 1300: </file>
1301: <file>
1.5 harris41 1302: <source>loncom/publisher/lonpubdir.pm</source>
1303: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
1304: <categoryname>handler</categoryname>
1305: <description>
1306: Handler to publish directories.
1307: </description>
1.4 harris41 1308: </file>
1309: <file>
1.76 harris41 1310: <source>doc/man/Apache__lonpubdir.3</source>
1311: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 1312: <categoryname>doc</categoryname>
1.76 harris41 1313: <description>man page for lonpubdir.pm</description>
1314: <build trigger='always run'>
1.115 harris41 1315: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
1316: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 1317: </build>
1318: <status>works/unverified</status>
1319: <dependencies>
1320: ../../loncom/lonnet/perl/lonnet.pm
1321: </dependencies>
1322: </file>
1323: <file>
1.118 harris41 1324: <source>doc/lib/perl/Apache/lonpubdir.html</source>
1325: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 1326: </target>
1.83 harris41 1327: <categoryname>doc</categoryname>
1.76 harris41 1328: <description>POD-derived page for lonpubdir.pm</description>
1329: <build trigger='always run'>
1.115 harris41 1330: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 1331: ../../doc/lib/perl/Apache/lonpubdir.html && \
1332: echo 'pod2html lonpubdir.pm'
1.76 harris41 1333: </build>
1334: <status>works/unverified</status>
1335: <dependencies>
1336: ../../loncom/publisher/lonpubdir.pm
1337: </dependencies>
1338: </file>
1339: <file>
1.5 harris41 1340: <source>loncom/publisher/lonretrieve.pm</source>
1341: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
1342: <categoryname>handler</categoryname>
1343: <description>
1344: Handler to retrieve old versions from resource space.
1345: </description>
1346: <status>works/unverified</status>
1.4 harris41 1347: </file>
1348: <file>
1.76 harris41 1349: <source>doc/man/Apache__lonretrieve.3</source>
1350: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 1351: <categoryname>doc</categoryname>
1.76 harris41 1352: <description>man page for lonretrieve.pm</description>
1353: <build trigger='always run'>
1.115 harris41 1354: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
1355: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 1356: </build>
1357: <status>works/unverified</status>
1358: <dependencies>
1359: ../../loncom/publisher/lonretrieve.pm
1360: </dependencies>
1361: </file>
1362: <file>
1.118 harris41 1363: <source>doc/lib/perl/Apache/lonretrieve.html</source>
1364: <target dist='default'>
1365: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 1366: </target>
1.83 harris41 1367: <categoryname>doc</categoryname>
1.76 harris41 1368: <description>POD-derived page for lonretrieve.pm</description>
1369: <build trigger='always run'>
1.115 harris41 1370: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 1371: ../../doc/lib/perl/Apache/lonretrieve.html && \
1372: echo 'pod2html lonretrieve.pm'
1.76 harris41 1373: </build>
1374: <status>works/unverified</status>
1375: <dependencies>
1376: ../../loncom/publisher/lonretrieve.pm
1377: </dependencies>
1378: </file>
1379: <file>
1.5 harris41 1380: <source>loncom/homework/edit.pm</source>
1381: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
1382: <categoryname>handler</categoryname>
1383: <description>
1384: Helper functions when in homework edit mode.
1385: </description>
1.4 harris41 1386: </file>
1387: <file>
1.86 harris41 1388: <source>doc/man/Apache__edit.3</source>
1389: <target dist='default'>usr/man/man3/Apache::edit.3</target>
1390: <categoryname>doc</categoryname>
1391: <description>man page for edit.pm</description>
1392: <build trigger='always run'>
1.115 harris41 1393: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 1394: echo 'manifying edit.pm'
1.86 harris41 1395: </build>
1396: <status>works/unverified</status>
1397: <dependencies>
1398: ../../loncom/homework/edit.pm
1399: </dependencies>
1400: </file>
1401: <file>
1.118 harris41 1402: <source>doc/lib/perl/Apache/edit.html</source>
1403: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
1404: </target>
1.86 harris41 1405: <categoryname>doc</categoryname>
1406: <description>POD-derived page for edit.pm</description>
1407: <build trigger='always run'>
1.118 harris41 1408: loncom/build/pod2html.sh ../homework/edit.pm > \
1409: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 1410: && echo 'pod2html edit.pm'
1.86 harris41 1411: </build>
1412: <status>works/unverified</status>
1413: <dependencies>
1414: ../../loncom/homework/edit.pm
1415: </dependencies>
1416: </file>
1417: <file>
1.5 harris41 1418: <source>loncom/interface/lonmeta.pm</source>
1419: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
1420: <categoryname>handler</categoryname>
1421: <description>Metadata display handler.</description>
1422: <status>works/unverified</status>
1.4 harris41 1423: </file>
1424: <file>
1.5 harris41 1425: <source>rat/lonambiguous.pm</source>
1426: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
1427: <categoryname>handler</categoryname>
1428: <description>
1429: Handler to resolve ambiguous file locations.
1430: </description>
1431: <status>works/unverified</status>
1.4 harris41 1432: </file>
1433: <file>
1.5 harris41 1434: <source>rat/lonratparms.pm</source>
1435: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
1436: <categoryname>handler</categoryname>
1437: <description>
1438: Handler to set resource parameters inside of the RAT based on metadata.
1439: </description>
1440: <status>works/unverified</status>
1.4 harris41 1441: </file>
1442: <file>
1.5 harris41 1443: <source>rat/lonsequence.pm</source>
1444: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
1445: <categoryname>handler</categoryname>
1446: <description>
1447: Handler for showing sequence objects of educational resources.
1448: </description>
1449: <status>works/unverified</status>
1.4 harris41 1450: </file>
1451: <file>
1.5 harris41 1452: <source>loncom/interface/loncreatecourse.pm</source>
1453: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
1454: <categoryname>handler</categoryname>
1455: <description>
1.72 harris41 1456: Allows domain coordinators to create new courses and assign course
1457: coordinators.
1.5 harris41 1458: </description>
1.10 harris41 1459: <status>works/unverified</status>
1.4 harris41 1460: </file>
1461: <file>
1.5 harris41 1462: <source>loncom/interface/loncreateuser.pm</source>
1463: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
1464: <categoryname>handler</categoryname>
1465: <description>
1.72 harris41 1466: Allows users to within their own privileges create/edit users and give
1467: them roles.
1.5 harris41 1468: </description>
1469: <status>works/unverified</status>
1.4 harris41 1470: </file>
1471: <file>
1.5 harris41 1472: <source>loncom/interface/lonchart.pm</source>
1473: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
1474: <categoryname>handler</categoryname>
1475: <description>
1476: Produces simple LectureOnline-like student assessment performance chart
1477: </description>
1.4 harris41 1478: </file>
1479: <file>
1.5 harris41 1480: <source>loncom/interface/loncommon.pm</source>
1481: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
1482: <categoryname>handler</categoryname>
1483: <description>
1484: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 1485: user, domain, home_server, course_id.
1.5 harris41 1486: </description>
1487: <status>works/unverified</status>
1.4 harris41 1488: </file>
1489: <file>
1.76 harris41 1490: <source>doc/man/Apache__loncommon.3</source>
1491: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 1492: <categoryname>doc</categoryname>
1.76 harris41 1493: <description>man page for loncommon.pm</description>
1494: <build trigger='always run'>
1.115 harris41 1495: loncom/build/pod2man.sh ../interface/loncommon.pm > \
1496: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 1497: </build>
1498: <status>works/unverified</status>
1499: <dependencies>
1500: ../../loncom/interface/loncommon.pm
1501: </dependencies>
1502: </file>
1503: <file>
1.118 harris41 1504: <source>doc/lib/perl/Apache/loncommon.html</source>
1505: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 1506: </target>
1.83 harris41 1507: <categoryname>doc</categoryname>
1.76 harris41 1508: <description>POD-derived page for loncommon.pm</description>
1509: <build trigger='always run'>
1.115 harris41 1510: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 1511: ../../doc/lib/perl/Apache/loncommon.html && \
1512: echo 'pod2html loncommon.pm'
1.76 harris41 1513: </build>
1514: <status>works/unverified</status>
1515: <dependencies>
1516: ../../loncom/interface/loncommon.pm
1517: </dependencies>
1518: </file>
1519: <file>
1.5 harris41 1520: <source>loncom/homework/grades.pm</source>
1521: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
1522: <categoryname>handler</categoryname>
1523: <description>Handles the viewing of grades.</description>
1.4 harris41 1524: </file>
1525: <file>
1.5 harris41 1526: <source>loncom/homework/imageresponse.pm</source>
1527: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
1528: <categoryname>handler</categoryname>
1529: <description>
1530: Coordinates the response to clicking an image.
1531: </description>
1532: <status>works/unverified</status>
1.4 harris41 1533: </file>
1534: <file>
1.5 harris41 1535: <source>loncom/homework/optionresponse.pm</source>
1536: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
1537: <categoryname>handler</categoryname>
1.27 harris41 1538: <description>
1539: Handles tags associated with showing a list of options.</description>
1.4 harris41 1540: </file>
1541: <file>
1.5 harris41 1542: <source>loncom/homework/outputtags.pm</source>
1543: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
1544: <categoryname>handler</categoryname>
1545: <description>
1546: Handles tags associated with output. Seems to relate to due dates of the
1547: assignment.
1548: </description>
1.10 harris41 1549: <status>works/unverified</status>
1.4 harris41 1550: </file>
1551: <file>
1.6 harris41 1552: <source>loncom/interface/lontest.pm</source>
1553: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
1554: <categoryname>handler</categoryname>
1555: <description>
1556: Used for debugging and testing the LON-CAPA system.
1557: </description>
1.10 harris41 1558: <status>works/unverified</status>
1.6 harris41 1559: </file>
1560: <file>
1561: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 1562: <target dist='default'>
1563: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 1564: <categoryname>handler</categoryname>
1565: <description>
1566: Handles multiple-choice style responses.
1567: </description>
1.10 harris41 1568: <status>works/unverified</status>
1.6 harris41 1569: </file>
1570: <file>
1571: <source>loncom/interface/lonassignments.pm</source>
1572: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
1573: <categoryname>handler</categoryname>
1574: <description>
1575: Handles processing of assignments.
1576: </description>
1.10 harris41 1577: <status>works/unverified</status>
1.6 harris41 1578: </file>
1579: <file>
1580: <source>loncom/interface/loncommunicate.pm</source>
1581: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
1582: <categoryname>handler</categoryname>
1.72 harris41 1583: <description>
1584: Will be the access handler to email sending, as well as the planned
1585: chatrooms, etc.
1586: </description>
1.10 harris41 1587: <status>works/unverified</status>
1.6 harris41 1588: </file>
1589: <file>
1590: <source>loncom/interface/lonerrorhandler.pm</source>
1591: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
1592: <categoryname>handler</categoryname>
1593: <description>
1594: Handles errors.
1595: </description>
1.10 harris41 1596: <status>works/unverified</status>
1.6 harris41 1597: </file>
1598: <file>
1599: <source>loncom/interface/lonevaluate.pm</source>
1600: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
1601: <categoryname>handler</categoryname>
1602: <description>
1603: Handles evaluation.
1604: </description>
1.10 harris41 1605: <status>works/unverified</status>
1.6 harris41 1606: </file>
1607: <file>
1608: <source>loncom/interface/lonfeedback.pm</source>
1609: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
1610: <categoryname>handler</categoryname>
1611: <description>
1612: Handles feedback from students to instructors and system administrators.
1.72 harris41 1613: Provides a screenshot of the current
1614: resource, as well as previous attempts if the resource was a homework.
1615: Used by lonmsg.pm.
1.6 harris41 1616: </description>
1.10 harris41 1617: <status>works/unverified</status>
1.4 harris41 1618: </file>
1619: <file>
1.6 harris41 1620: <source>loncom/interface/lonnavmaps.pm</source>
1621: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
1622: <categoryname>handler</categoryname>
1623: <description>
1624: Handles navigational maps.
1625: </description>
1.10 harris41 1626: <status>works/unverified</status>
1.4 harris41 1627: </file>
1628: <file>
1.6 harris41 1629: <source>loncom/interface/lonpreferences.pm</source>
1630: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
1631: <categoryname>handler</categoryname>
1632: <description>
1633: Handles user preferences associated with customizing the online LON-CAPA
1634: educational environment.
1635: </description>
1.10 harris41 1636: <status>works/unverified</status>
1.6 harris41 1637: </file>
1638: <file>
1639: <source>loncom/interface/lonprintout.pm</source>
1640: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
1641: <categoryname>handler</categoryname>
1642: <description>
1643: Handles the production of printable files and resources.
1644: </description>
1.10 harris41 1645: <status>works/unverified</status>
1.6 harris41 1646: </file>
1647: <file>
1648: <source>loncom/interface/lonsearchcat.pm</source>
1649: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
1650: <categoryname>handler</categoryname>
1651: <description>
1652: Handles a searchable catalogue.
1653: </description>
1.10 harris41 1654: <status>works/unverified</status>
1.4 harris41 1655: </file>
1656: <file>
1.76 harris41 1657: <source>doc/man/Apache__lonsearchcat.3</source>
1658: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 1659: <categoryname>doc</categoryname>
1.76 harris41 1660: <description>man page for lonsearchcat.pm</description>
1661: <build trigger='always run'>
1.115 harris41 1662: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
1663: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 1664: </build>
1665: <status>works/unverified</status>
1666: <dependencies>
1667: ../../loncom/interface/lonsearchcat.pm
1668: </dependencies>
1669: </file>
1670: <file>
1.118 harris41 1671: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
1672: <target dist='default'>
1673: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 1674: </target>
1.83 harris41 1675: <categoryname>doc</categoryname>
1.76 harris41 1676: <description>POD-derived page for lonsearchcat.pm</description>
1677: <build trigger='always run'>
1.115 harris41 1678: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 1679: ../../doc/lib/perl/Apache/lonsearchcat.html && \
1680: echo 'pod2html lonsearchcat.pm'
1.76 harris41 1681: </build>
1682: <status>works/unverified</status>
1683: <dependencies>
1684: ../../loncom/interface/lonsearchcat.pm
1685: </dependencies>
1686: </file>
1687: <file>
1.6 harris41 1688: <source>loncom/interface/londropadd.pm</source>
1689: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
1690: <categoryname>handler</categoryname>
1691: <description>
1.72 harris41 1692: Allows course coordinators to upload courselists in different formats, and
1693: automatically create users (if they do not exist already), assign them the
1694: role of student in a course, and add them to the classlist.
1.6 harris41 1695: </description>
1.10 harris41 1696: <status>works/unverified</status>
1.6 harris41 1697: </file>
1698: <file>
1699: <source>loncom/interface/lonmsg.pm</source>
1700: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
1701: <categoryname>handler</categoryname>
1702: <description>
1.72 harris41 1703: lonmsg.pm has several functions to send and receive internal messages.
1704: author_res_msg - send message to resource author.
1705: user_crit_msg - send a critical message to a user. A critical message
1706: will require acknowledgment by the recipient and the sender will be notified.
1707: user_crit_received - routine to trigger acknowledgment.
1708: statuschange - change the status of a message (read, replied, forwarded, etc).
1709: The handler also displays messages, has routines to reply, etc.
1.6 harris41 1710: </description>
1.10 harris41 1711: <status>works/unverified</status>
1.6 harris41 1712: </file>
1713: <file>
1714: <source>loncom/homework/hint.pm</source>
1715: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
1716: <categoryname>handler</categoryname>
1717: <description>
1718: This handler coordinates the delivery of hints to students working on LON-CAPA
1719: problems and assignments.
1720: </description>
1.10 harris41 1721: <status>works/unverified</status>
1.6 harris41 1722: </file>
1723: <file>
1724: <source>loncom/interface/lonspreadsheet.pm</source>
1725: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
1726: <categoryname>handler</categoryname>
1727: <description>
1.72 harris41 1728: Spreadsheets are completely web-based.
1729: They exist on the level of a whole course, a student, and individual
1730: assessments.
1.6 harris41 1731: </description>
1.10 harris41 1732: <status>works/unverified</status>
1.6 harris41 1733: </file>
1734: <file>
1735: <source>loncom/interface/lonparmset.pm</source>
1736: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
1737: <categoryname>handler</categoryname>
1738: <description>
1739: Handler to resolve ambiguous file locations
1740: </description>
1.10 harris41 1741: <status>works/unverified</status>
1.6 harris41 1742: </file>
1743: <file>
1.76 harris41 1744: <source>doc/man/Apache__lonparmset.3</source>
1745: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 1746: <categoryname>doc</categoryname>
1.76 harris41 1747: <description>man page for lonparmset.pm</description>
1748: <build trigger='always run'>
1.115 harris41 1749: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
1750: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 1751: </build>
1752: <status>works/unverified</status>
1753: <dependencies>
1754: ../../loncom/interface/lonparmset.pm
1755: </dependencies>
1756: </file>
1757: <file>
1.118 harris41 1758: <source>doc/lib/perl/Apache/lonparmset.html</source>
1759: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 1760: </target>
1.83 harris41 1761: <categoryname>doc</categoryname>
1.76 harris41 1762: <description>POD-derived page for lonparmset.pm</description>
1763: <build trigger='always run'>
1.115 harris41 1764: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 1765: ../../doc/lib/perl/Apache/lonparmset.html && \
1766: echo 'pod2html lonparmset.pm'
1.76 harris41 1767: </build>
1768: <status>works/unverified</status>
1769: <dependencies>
1770: ../../loncom/interface/lonparmset.pm
1771: </dependencies>
1772: </file>
1773: <file>
1.6 harris41 1774: <source>loncom/publisher/lonconstruct.pm</source>
1775: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
1776: <categoryname>handler</categoryname>
1777: <description>
1778: Page wrapper for handling construction space.
1779: </description>
1.10 harris41 1780: <status>works/unverified</status>
1.6 harris41 1781: </file>
1782: <file>
1783: <source>loncom/publisher/lonpublisher.pm</source>
1784: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
1785: <categoryname>handler</categoryname>
1786: <description>
1787: Publishes an LON-CAPA educational resource complete with metadata
1788: (authorship, language, copyright, creation date, etc).
1789: </description>
1.10 harris41 1790: <status>works/unverified</status>
1.6 harris41 1791: </file>
1792: <file>
1.76 harris41 1793: <source>doc/man/Apache__lonpublisher.3</source>
1794: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 1795: <categoryname>doc</categoryname>
1.76 harris41 1796: <description>man page for lonpublisher.pm</description>
1797: <build trigger='always run'>
1.115 harris41 1798: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
1799: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 1800: </build>
1801: <status>works/unverified</status>
1802: <dependencies>
1803: ../../loncom/publisher/lonpublisher.pm
1804: </dependencies>
1805: </file>
1806: <file>
1.118 harris41 1807: <source>doc/lib/perl/Apache/lonpublisher.html</source>
1808: <target dist='default'>
1809: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 1810: </target>
1.83 harris41 1811: <categoryname>doc</categoryname>
1.76 harris41 1812: <description>POD-derived page for lonpublisher.pm</description>
1813: <build trigger='always run'>
1.115 harris41 1814: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 1815: ../../doc/lib/perl/Apache/lonpublisher.html && \
1816: echo 'pod2html lonpublisher.pm'
1.76 harris41 1817: </build>
1818: <status>works/unverified</status>
1819: <dependencies>
1820: ../../loncom/publisher/lonpublisher.pm
1821: </dependencies>
1822: </file>
1823: <file>
1.6 harris41 1824: <source>loncom/interface/lonmenu.pm</source>
1825: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
1826: <categoryname>handler</categoryname>
1827: <description>
1828: Has routines which control the remote control.
1829: </description>
1.10 harris41 1830: <status>works/unverified</status>
1.6 harris41 1831: </file>
1832: <file>
1833: <source>rat/lonpageflip.pm</source>
1834: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
1835: <categoryname>handler</categoryname>
1836: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 1837: <status>works/unverified</status>
1.6 harris41 1838: </file>
1839: <file>
1840: <source>rat/lonratedt.pm</source>
1841: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
1842: <categoryname>handler</categoryname>
1843: <description>
1844: Builds up frame set and loads in the right thing.
1845: </description>
1.10 harris41 1846: <status>works/unverified</status>
1.6 harris41 1847: </file>
1848: <file>
1849: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
1850: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
1851: <categoryname>handler</categoryname>
1852: <description>
1853: Homework remote control.
1854: </description>
1.10 harris41 1855: <status>works/unverified</status>
1.6 harris41 1856: </file>
1857: <file>
1858: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
1859: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
1860: <categoryname>handler</categoryname>
1861: <description>
1.10 harris41 1862: This will take annotations and then plug them into a page.
1.6 harris41 1863: </description>
1.10 harris41 1864: <status>works/unverified</status>
1.6 harris41 1865: </file>
1866: <file>
1867: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
1868: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
1869: <categoryname>handler</categoryname>
1870: <description>
1871: This will take bookmarks and get/write/display them for the LON-CAPA user
1.10 harris41 1872: interface.
1.6 harris41 1873: </description>
1.10 harris41 1874: <status>works/unverified</status>
1.6 harris41 1875: </file>
1876: <file>
1877: <source>rat/lonratsrv.pm</source>
1878: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
1879: <categoryname>handler</categoryname>
1880: <description>
1.27 harris41 1881: Handler that takes output from RAT and stores it on disk. Handles the upper
1882: hidden frame of the added window that comes up in RAT. (3 frames come up in
1883: RAT server, code, and output. This module handles server connection.)
1.6 harris41 1884: </description>
1.10 harris41 1885: <status>works/unverified</status>
1.6 harris41 1886: </file>
1887: <file>
1888: <source>rat/lonpage.pm</source>
1889: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
1890: <categoryname>handler</categoryname>
1891: <description>
1892: bundles pages into one page
1893: </description>
1.10 harris41 1894: <status>works/unverified</status>
1.6 harris41 1895: </file>
1896: <file>
1.76 harris41 1897: <source>doc/man/Apache__lonpage.3</source>
1898: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 1899: <categoryname>doc</categoryname>
1.76 harris41 1900: <description>man page for lonpage.pm</description>
1901: <build trigger='always run'>
1.115 harris41 1902: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
1903: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 1904: </build>
1905: <status>works/unverified</status>
1906: <dependencies>
1907: ../../rat/lonpage.pm
1908: </dependencies>
1909: </file>
1910: <file>
1.118 harris41 1911: <source>doc/lib/perl/Apache/lonpage.html</source>
1912: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 1913: </target>
1.83 harris41 1914: <categoryname>doc</categoryname>
1.76 harris41 1915: <description>POD-derived page for lonnet.pm</description>
1916: <build trigger='always run'>
1.115 harris41 1917: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 1918: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 1919: </build>
1920: <status>works/unverified</status>
1921: <dependencies>
1922: ../../rat/lonpage.pm
1923: </dependencies>
1924: </file>
1925: <file>
1.6 harris41 1926: <source>rat/lonuserstate.pm</source>
1927: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
1928: <categoryname>handler</categoryname>
1929: <description>
1930: compile course into binary data structure (in loncom/rat)
1931: </description>
1.10 harris41 1932: <status>works/unverified</status>
1.6 harris41 1933: </file>
1934: <file>
1.76 harris41 1935: <source>doc/man/Apache__lonuserstate.3</source>
1936: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 1937: <categoryname>doc</categoryname>
1.76 harris41 1938: <description>man page for lonnet.pm</description>
1939: <build trigger='always run'>
1.115 harris41 1940: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
1941: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 1942: </build>
1943: <status>works/unverified</status>
1944: <dependencies>
1945: ../../rat/lonuserstate.pm
1946: </dependencies>
1947: </file>
1948: <file>
1.118 harris41 1949: <source>doc/lib/perl/Apache/lonuserstate.html</source>
1950: <target dist='default'>
1951: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 1952: </target>
1.83 harris41 1953: <categoryname>doc</categoryname>
1.76 harris41 1954: <description>POD-derived page for lonuserstate.pm</description>
1955: <build trigger='always run'>
1.115 harris41 1956: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 1957: ../../doc/lib/perl/Apache/lonuserstate.html && \
1958: echo 'pod2html lonuserstate.pm'
1.76 harris41 1959: </build>
1960: <status>works/unverified</status>
1961: <dependencies>
1962: ../../rat/lonuserstate.pm
1963: </dependencies>
1964: </file>
1965: <file>
1.6 harris41 1966: <source>loncom/xml/lontex.pm</source>
1967: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
1968: <categoryname>handler</categoryname>
1969: <description>
1970: Handler for tex files (somewhere in modules)
1971: </description>
1.10 harris41 1972: <status>works/unverified</status>
1.6 harris41 1973: </file>
1974: <file>
1975: <source>loncom/xml/lontexconvert.pm</source>
1976: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
1977: <categoryname>handler</categoryname>
1978: <description>
1979: Access to tth/ttm
1980: </description>
1.10 harris41 1981: <status>works/unverified</status>
1.6 harris41 1982: </file>
1983: <file>
1984: <source>loncom/xml/lonxml.pm</source>
1985: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
1986: <categoryname>handler</categoryname>
1987: <description>
1988: XML Parsing Module
1.78 harris41 1989: </description>
1990: <status>works/unverified</status>
1991: </file>
1992: <file>
1993: <source>loncom/xml/lonplot.pm</source>
1994: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
1995: <categoryname>handler</categoryname>
1996: <description>
1997: XML-based plotter of graphs
1.6 harris41 1998: </description>
1.10 harris41 1999: <status>works/unverified</status>
1.6 harris41 2000: </file>
2001: <file>
2002: <source>loncom/xml/style.pm</source>
2003: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
2004: <categoryname>handler</categoryname>
2005: <description>
2006: Style Parsing Module
2007: </description>
1.10 harris41 2008: <status>works/unverified</status>
1.6 harris41 2009: </file>
2010: <file>
2011: <source>loncom/xml/londefdef.pm</source>
2012: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
2013: <categoryname>handler</categoryname>
2014: <description>
2015: Tags Default Definition Module
2016: </description>
1.10 harris41 2017: <status>works/unverified</status>
1.4 harris41 2018: </file>
2019: <file>
1.6 harris41 2020: <source>loncom/xml/run.pm</source>
2021: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
2022: <categoryname>handler</categoryname>
2023: <description>
2024: used to prevent poorly written problems from causing lingering after effects
2025: </description>
1.10 harris41 2026: <status>works/unverified</status>
1.4 harris41 2027: </file>
2028: <file>
1.6 harris41 2029: <source>loncom/xml/scripttag.pm</source>
2030: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
2031: <categoryname>handler</categoryname>
2032: <description>
2033: implements <script>, <scriptlib>, <parserlib>, and
2034: <import>
2035: </description>
1.10 harris41 2036: <status>works/unverified</status>
1.4 harris41 2037: </file>
2038: <file>
1.33 harris41 2039: <source>loncom/homework/randomlabel.pm</source>
2040: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
2041: <categoryname>handler</categoryname>
2042: <description>
2043: Interface for producing applet code which randomizes the labelling of an
2044: image.
2045: </description>
2046: </file>
2047: <file>
1.6 harris41 2048: <source>loncom/homework/lonhomework.pm</source>
2049: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
2050: <categoryname>handler</categoryname>
1.27 harris41 2051: <description>
2052: handles requests for output, evaluation, and alteration of a homework resource
2053: </description>
1.95 harris41 2054: <status>works/unverified</status>
1.4 harris41 2055: </file>
2056: <file>
1.6 harris41 2057: <source>loncom/homework/inputtags.pm</source>
2058: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
2059: <categoryname>handler</categoryname>
2060: <description>
2061: produces HTML input tags (<INPUT>) for rendering homework resources
2062: </description>
1.10 harris41 2063: <status>works/unverified</status>
1.4 harris41 2064: </file>
2065: <file>
1.6 harris41 2066: <source>loncom/homework/structuretags.pm</source>
2067: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
2068: <categoryname>handler</categoryname>
2069: <description>
1.27 harris41 2070: produces HTML tags necessary for structuring the presentation of homework
2071: resources
1.6 harris41 2072: </description>
1.10 harris41 2073: <status>works/unverified</status>
1.4 harris41 2074: </file>
2075: <file>
1.6 harris41 2076: <source>loncom/homework/response.pm</source>
2077: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
2078: <categoryname>handler</categoryname>
2079: <description>
1.27 harris41 2080: defines different types of responses given to student as well as syntax for
2081: producing response values
1.6 harris41 2082: </description>
1.10 harris41 2083: <status>works/unverified</status>
1.4 harris41 2084: </file>
2085: <file>
1.6 harris41 2086: <source>loncom/homework/caparesponse/caparesponse.pm</source>
2087: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
2088: <categoryname>handler</categoryname>
2089: <description>
2090: handles request to the CAPA homework processing engine
2091: </description>
1.10 harris41 2092: <status>works/unverified</status>
1.4 harris41 2093: </file>
2094: <file>
1.113 harris41 2095: <source>loncom/xml/Safe.pm</source>
2096: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
2097: <categoryname>handler</categoryname>
2098: <description>
2099: Meant to safely substitute for CPAN version of Safe.
2100: Allows for safely executing embedded perl comands in
2101: a way that does not threaten the operating system.
2102: </description>
2103: <status>works/unverified</status>
2104: </file>
2105: <file>
1.30 harris41 2106: <source>loncom/auth/localauth.pm</source>
2107: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
2108: <categoryname>handler</categoryname>
2109: <description>
2110: Local authentication mechanism (meant to be customized).
2111: </description>
2112: <status>works/unverified</status>
2113: </file>
2114: <file>
1.6 harris41 2115: <source>loncom/auth/lonacc.pm</source>
2116: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
2117: <categoryname>handler</categoryname>
2118: <description>
2119: (This module, like loncacc.pm also authenticates with cookies.)
2120: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
2121: functions (e.g. roles, logout, annotations, and bookmarks) as well
2122: as coordinating access to educational resources.
2123: </description>
1.10 harris41 2124: <status>works/unverified</status>
1.4 harris41 2125: </file>
2126: <file>
1.76 harris41 2127: <source>doc/man/Apache__lonacc.3</source>
2128: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 2129: <categoryname>doc</categoryname>
1.76 harris41 2130: <description>man page for lonacc.pm</description>
2131: <build trigger='always run'>
1.115 harris41 2132: loncom/build/pod2man.sh ../auth/lonacc.pm > \
2133: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 2134: </build>
2135: <status>works/unverified</status>
2136: <dependencies>
2137: ../../loncom/auth/lonacc.pm
2138: </dependencies>
2139: </file>
2140: <file>
1.118 harris41 2141: <source>doc/lib/perl/Apache/lonacc.html</source>
2142: <target dist='default'>
2143: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 2144: <categoryname>doc</categoryname>
1.76 harris41 2145: <description>POD-derived page for lonacc.pm</description>
2146: <build trigger='always run'>
1.115 harris41 2147: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 2148: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 2149: </build>
2150: <status>works/unverified</status>
2151: <dependencies>
2152: ../../loncom/auth/lonacc.pm
2153: </dependencies>
2154: </file>
2155: <file>
1.6 harris41 2156: <source>loncom/auth/lonracc.pm</source>
2157: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
2158: <categoryname>handler</categoryname>
2159: <description>
2160: access handler for file transfers
2161: </description>
1.10 harris41 2162: <status>works/unverified</status>
1.87 harris41 2163: </file>
2164: <file>
2165: <source>doc/man/Apache__lonracc.3</source>
2166: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
2167: <categoryname>doc</categoryname>
2168: <description>man page for lonracc.pm</description>
2169: <build trigger='always run'>
1.115 harris41 2170: loncom/build/pod2man.sh ../auth/lonracc.pm > \
2171: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 2172: </build>
2173: <status>works/unverified</status>
2174: <dependencies>
2175: ../../loncom/auth/lonracc.pm
2176: </dependencies>
2177: </file>
2178: <file>
1.118 harris41 2179: <source>doc/lib/perl/Apache/lonracc.html</source>
2180: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 2181: </target>
1.87 harris41 2182: <categoryname>doc</categoryname>
2183: <description>POD-derived page for lonracc.pm</description>
2184: <build trigger='always run'>
1.115 harris41 2185: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 2186: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 2187: </build>
2188: <status>works/unverified</status>
2189: <dependencies>
2190: ../../loncom/auth/lonracc.pm
2191: </dependencies>
1.4 harris41 2192: </file>
2193: <file>
1.6 harris41 2194: <source>loncom/auth/loncacc.pm</source>
2195: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
2196: <categoryname>handler</categoryname>
2197: <description>
2198: This module provides access to an educational resource construction area.
2199: This module is invoked by the URL-related pattern syntax
2200: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
2201: Authentication of user identity
2202: is coordinated through cookies. The abbreviation "cacc" corresponds
2203: to "construction-space access"). If the cookie handle is invalid, then
2204: this module returns a forbidden status and makes appropriate log entries.
2205: If the cookie handle is valid, status is determined to be okay (and,
2206: for the "priv"-type access, the resource is delivered by the
2207: <tt>lonconstruct</tt> module).
2208: </description>
1.10 harris41 2209: <status>works/unverified</status>
1.4 harris41 2210: </file>
2211: <file>
1.86 harris41 2212: <source>doc/man/Apache__loncacc.3</source>
2213: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
2214: <categoryname>doc</categoryname>
2215: <description>man page for loncacc.pm</description>
2216: <build trigger='always run'>
1.115 harris41 2217: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
2218: && echo 'manifying loncacc.pm'
1.86 harris41 2219: </build>
2220: <status>works/unverified</status>
2221: <dependencies>
2222: ../../loncom/auth/loncacc.pm
2223: </dependencies>
2224: </file>
2225: <file>
1.118 harris41 2226: <source>doc/lib/perl/Apache/loncacc.html</source>
2227: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 2228: </target>
1.86 harris41 2229: <categoryname>doc</categoryname>
2230: <description>POD-derived page for loncacc.pm</description>
2231: <build trigger='always run'>
1.115 harris41 2232: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 2233: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 2234: </build>
2235: <status>works/unverified</status>
2236: <dependencies>
2237: ../../loncom/auth/loncacc.pm
2238: </dependencies>
2239: </file>
2240: <file>
1.6 harris41 2241: <source>loncom/auth/lonauth.pm</source>
2242: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
2243: <categoryname>handler</categoryname>
2244: <description>authenticate, set up session environment</description>
1.10 harris41 2245: <status>works/unverified</status>
1.4 harris41 2246: </file>
2247: <file>
1.6 harris41 2248: <source>loncom/auth/lonlogin.pm</source>
2249: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
2250: <categoryname>handler</categoryname>
2251: <description>login screen</description>
1.10 harris41 2252: <status>works/unverified</status>
1.4 harris41 2253: </file>
2254: <file>
1.6 harris41 2255: <source>loncom/auth/lonlogout.pm</source>
2256: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
2257: <categoryname>handler</categoryname>
2258: <description>logout</description>
1.10 harris41 2259: <status>works/unverified</status>
1.4 harris41 2260: </file>
2261: <file>
1.6 harris41 2262: <source>loncom/lonnet/perl/lonrep.pm</source>
2263: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
2264: <categoryname>handler</categoryname>
2265: <description>replication</description>
1.4 harris41 2266: </file>
2267: <file>
1.6 harris41 2268: <source>loncom/auth/lonroles.pm</source>
2269: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
2270: <categoryname>handler</categoryname>
2271: <description>
2272: This perl handling module reads in the available roles available
2273: for a LON-CAPA user (different courses, different privileges, etc)
2274: and produces a form-element HTML page which allows the user to select
2275: which role he wishes to exercise in the LON-CAPA system. For instance,
2276: a user may want to select between being a student in a thermodynamics
2277: physics course or a teaching assistant for an introductory calculus
2278: class.
2279: </description>
1.86 harris41 2280: </file>
2281: <file>
2282: <source>doc/man/Apache__lonroles.3</source>
2283: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
2284: <categoryname>doc</categoryname>
2285: <description>man page for lonroles.pm</description>
2286: <build trigger='always run'>
1.115 harris41 2287: loncom/build/pod2man.sh ../auth/lonroles.pm > \
2288: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 2289: </build>
2290: <status>works/unverified</status>
2291: <dependencies>
2292: ../../loncom/auth/lonroles.pm
2293: </dependencies>
2294: </file>
2295: <file>
1.118 harris41 2296: <source>doc/lib/perl/Apache/lonroles.html</source>
2297: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 2298: </target>
1.86 harris41 2299: <categoryname>doc</categoryname>
2300: <description>POD-derived page for lonroles.pm</description>
2301: <build trigger='always run'>
1.115 harris41 2302: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 2303: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 2304: </build>
2305: <status>works/unverified</status>
2306: <dependencies>
2307: ../../loncom/auth/lonroles.pm
2308: </dependencies>
1.4 harris41 2309: </file>
2310: <file>
1.6 harris41 2311: <source>loncom/interface/lonindexer.pm</source>
2312: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
2313: <categoryname>handler</categoryname>
2314: <description>
2315: cross server filesystem browser
2316: </description>
1.10 harris41 2317: <status>works/unverified</status>
1.76 harris41 2318: </file>
2319: <file>
2320: <source>doc/man/Apache__lonindexer.3</source>
2321: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 2322: <categoryname>doc</categoryname>
1.76 harris41 2323: <description>man page for lonindexer.pm</description>
2324: <build trigger='always run'>
1.115 harris41 2325: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
2326: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 2327: </build>
2328: <status>works/unverified</status>
2329: <dependencies>
2330: ../../loncom/interface/lonindexer.pm
2331: </dependencies>
2332: </file>
2333: <file>
1.118 harris41 2334: <source>doc/lib/perl/Apache/lonindexer.html</source>
2335: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 2336: </target>
1.83 harris41 2337: <categoryname>doc</categoryname>
1.76 harris41 2338: <description>POD-derived page for lonindexer.pm</description>
2339: <build trigger='always run'>
1.115 harris41 2340: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 2341: ../../doc/lib/perl/Apache/lonindexer.html && \
2342: echo 'pod2html lonindexer.pm'
1.76 harris41 2343: </build>
2344: <status>works/unverified</status>
2345: <dependencies>
2346: ../../loncom/interface/lonindexer.pm
2347: </dependencies>
1.4 harris41 2348: </file>
2349: <file>
1.24 harris41 2350: <source>loncom/interface/groupsort.pm</source>
2351: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
2352: <categoryname>handler</categoryname>
2353: <description>
2354: Implements a second phase of importing multiple resources into the RAT.
2355: Allows for reordering the sequence of resources.
2356: </description>
2357: <status>works/unverified</status>
2358: </file>
2359: <file>
1.6 harris41 2360: <source>loncom/lonnet/perl/lonnet.pm</source>
2361: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
2362: <categoryname>handler</categoryname>
2363: <description>
2364: This file is an interface to the lonc processes of the LON-CAPA network
2365: as well as set of elaborated functions for handling information necessary
2366: for navigating through a given cluster of LON-CAPA machines within a domain.
2367: There are over 40 specialized functions in this module which handle
2368: the reading and transmission of metadata, user information
2369: (ids, names, environments, roles, logs), file information (storage, reading,
2370: directories, extensions, replication, embedded styles and descriptors),
2371: educational resources (course descriptions, section names and numbers),
2372: url hashing (to assign roles on a url basis), and translating abbreviated
2373: symbols to and from more descriptive phrases or explanations.
2374: </description>
1.10 harris41 2375: <status>works/unverified</status>
1.73 harris41 2376: </file>
2377: <file>
2378: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 2379: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 2380: <categoryname>doc</categoryname>
1.73 harris41 2381: <description>man page for lonnet.pm</description>
2382: <build trigger='always run'>
1.115 harris41 2383: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
2384: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 2385: </build>
2386: <status>works/unverified</status>
2387: <dependencies>
2388: ../../loncom/lonnet/perl/lonnet.pm
2389: </dependencies>
2390: </file>
2391: <file>
1.118 harris41 2392: <source>doc/lib/perl/Apache/lonnet.html</source>
2393: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
2394: </target>
1.83 harris41 2395: <categoryname>doc</categoryname>
1.73 harris41 2396: <description>POD-derived page for lonnet.pm</description>
2397: <build trigger='always run'>
1.115 harris41 2398: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 2399: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 2400: </build>
2401: <status>works/unverified</status>
2402: <dependencies>
2403: ../../loncom/lonnet/perl/lonnet.pm
2404: </dependencies>
1.4 harris41 2405: </file>
2406: <file>
1.6 harris41 2407: <source>loncom/html/index.html</source>
2408: <target dist='default'>home/httpd/html/index.html</target>
2409: <categoryname>interface file</categoryname>
2410: <description>bumps to login</description>
1.4 harris41 2411: </file>
1.6 harris41 2412: <link>
2413: <linkto>etc/mime.types</linkto>
2414: <target dist='default'>etc/httpd/conf/mime.types</target>
2415: <categoryname>symbolic link</categoryname>
2416: <description>symbolic link to /etc/mime.types</description>
2417: </link>
2418: <link>
2419: <linkto>home/httpd/html/res</linkto>
2420: <target dist='default'>home/httpd/html/raw</target>
2421: <categoryname>symbolic link</categoryname>
2422: <description>symbolic link to /home/httpd/html/res</description>
2423: </link>
1.4 harris41 2424: <file>
1.6 harris41 2425: <source>loncom/html/adm/notfound.html</source>
2426: <target dist='default'>home/httpd/html/adm/notfound.html</target>
2427: <categoryname>interface file</categoryname>
2428: <description>
2429: static html page that is shown when an attempt is made to access a document
2430: not present on the web server
2431: </description>
1.4 harris41 2432: </file>
2433: <file>
1.6 harris41 2434: <source>loncom/html/adm/unauthorized.html</source>
2435: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
2436: <categoryname>interface file</categoryname>
2437: <description>
1.27 harris41 2438: static html page that is shown when an attempt is made to access a document
2439: which is restricted based on file or server configurations
1.32 harris41 2440: </description>
2441: </file>
2442: <file>
2443: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 2444: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 2445: <categoryname>interface file</categoryname>
2446: <description>
2447: Help page for the search engine.
1.6 harris41 2448: </description>
1.4 harris41 2449: </file>
2450: <file>
1.6 harris41 2451: <source>rat/client/rat.html</source>
2452: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
2453: <categoryname>interface file</categoryname>
2454: <description>
2455: frameset
2456: </description>
1.4 harris41 2457: </file>
2458: <file>
1.6 harris41 2459: <source>rat/client/parameter.html</source>
2460: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
2461: <categoryname>interface file</categoryname>
2462: <description>
2463: Parameter input window.
2464: </description>
1.4 harris41 2465: </file>
2466: <file>
1.6 harris41 2467: <source>rat/client/code.html</source>
2468: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
2469: <categoryname>interface file</categoryname>
2470: <description>
2471: javascript
2472: </description>
1.4 harris41 2473: </file>
2474: <file>
1.6 harris41 2475: <source>rat/client/map.html</source>
2476: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
2477: <categoryname>interface file</categoryname>
2478: <description>
2479: bumper
2480: </description>
1.4 harris41 2481: </file>
2482: <file>
1.6 harris41 2483: <source>rat/client/empty.html</source>
2484: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
2485: <categoryname>interface file</categoryname>
2486: <description>
2487: A blank page with very minimal HTML structural elements.
2488: </description>
1.4 harris41 2489: </file>
1.10 harris41 2490: <fileglob>
2491: <glob>*.gif</glob>
2492: <sourcedir>rat/images/</sourcedir>
2493: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
2494: <categoryname>graphic file</categoryname>
2495: <description>
2496: icons for providing a HTML-tabled view of a course map
2497: </description>
2498: <filenames>
1.37 harris41 2499: 1.1.dt.gif;
2500: 1.1.empty.gif;
2501: 1.1.ld.gif;
2502: 1.1.lr.gif;
2503: 1.1.rd.gif;
1.60 harris41 2504: 1.1.rl.gif;
1.37 harris41 2505: 1.1.td.gif;
2506: 1.1.tdrl.gif;
2507: 1.1.tl.gif;
2508: 1.1.tr.gif;
2509: 1.1.utd.gif;
2510: 1.2.ctd.gif;
2511: 1.2.dt.gif;
2512: 1.2.empty.gif;
2513: 1.2.ld.gif;
2514: 1.2.lr.gif;
2515: 1.2.lrd.gif;
2516: 1.2.lrtd.gif;
2517: 1.2.rd.gif;
2518: 1.2.rl.gif;
2519: 1.2.rld.gif;
2520: 1.2.rltd.gif;
2521: 1.2.rtd.gif;
2522: 1.2.rtdl.gif;
2523: 1.2.rtl.gif;
2524: 1.2.td.gif;
2525: 1.2.tdl.gif;
2526: 1.2.tdrl.gif;
2527: 1.2.tl.gif;
2528: 1.2.tr.gif;
2529: 1.2.utd.gif;
2530: 2.1.dt.gif;
2531: 2.1.empty.gif;
2532: 2.1.ld.gif;
2533: 2.1.lr.gif;
2534: 2.1.rd.gif;
2535: 2.1.rl.gif;
2536: 2.1.td.gif;
2537: 2.1.tdrl.gif;
2538: 2.1.tl.gif;
2539: 2.1.tr.gif;
2540: 2.2.dt.gif;
2541: 2.2.empty.gif;
2542: 2.2.ld.gif;
2543: 2.2.lr.gif;
2544: 2.2.lrd.gif;
2545: 2.2.lrt.gif;
2546: 2.2.rd.gif;
2547: 2.2.rl.gif;
2548: 2.2.rld.gif;
2549: 2.2.rlt.gif;
2550: 2.2.td.gif;
2551: 2.2.tdl.gif;
2552: 2.2.tdr.gif;
2553: 2.2.tdrl.gif;
2554: 2.2.tl.gif;
2555: 2.2.tr.gif;
2556: 2.2.url.gif;
2557: 2.2.utd.gif;
2558: arrow.gif;
2559: bdt.gif;
2560: bempty.gif;
2561: bld.gif;
2562: blr.gif;
2563: blrd.gif;
2564: blrt.gif;
1.60 harris41 2565: bottom.gif;
1.37 harris41 2566: brd.gif;
2567: brl.gif;
2568: brld.gif;
2569: brlt.gif;
2570: btd.gif;
2571: btdl.gif;
2572: btdr.gif;
2573: btdrl.gif;
2574: btl.gif;
2575: btr.gif;
2576: burl.gif;
2577: butd.gif;
2578: condition.gif;
2579: edit.gif;
2580: finish.gif;
2581: info.gif;
2582: inscol.gif;
2583: inscond.gif;
2584: insres.gif;
2585: insrow.gif;
2586: left.gif;
2587: middle.gif;
2588: resource.gif;
2589: right.gif;
2590: sctd.gif;
2591: sdt.gif;
2592: sempty.gif;
2593: sld.gif;
2594: slr.gif;
2595: slrd.gif;
2596: slrtd.gif;
2597: srd.gif;
2598: srl.gif;
2599: srld.gif;
2600: srltd.gif;
2601: srtd.gif;
2602: srtdl.gif;
2603: srtl.gif;
2604: start.gif;
2605: std.gif;
2606: stdl.gif;
1.10 harris41 2607: sutd.gif
2608: </filenames>
2609: </fileglob>
2610: <fileglob>
1.60 harris41 2611: <glob>*.*</glob>
1.10 harris41 2612: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
2613: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
2614: <categoryname>graphic file</categoryname>
2615: <description>
2616: icons to indicate an unexpected result
2617: </description>
2618: <filenames>
1.37 harris41 2619: lonconstruct.gif;
2620: lonlogo_broken.gif;
2621: lonlogo_broken_tsp.gif;
2622: lonlogo_broken.eps;
2623: lonlogo_broken.jpg;
1.10 harris41 2624: lonlogo_broken.mov
2625: </filenames>
2626: </fileglob>
2627: <fileglob>
1.60 harris41 2628: <glob>*.*</glob>
1.10 harris41 2629: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
2630: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
2631: <categoryname>graphic file</categoryname>
2632: <description>
2633: logos
2634: </description>
2635: <filenames>
1.68 harris41 2636: SMETE_white.gif;
1.117 harris41 2637: aboutlon.gif;
2638: accessbutton.gif;
1.60 harris41 2639: arrow_up.gif;
1.37 harris41 2640: cab.gif;
2641: cab_big.gif;
1.62 harris41 2642: capapanel.gif;
1.37 harris41 2643: class.gif;
2644: class_big.gif;
2645: dvi.gif;
2646: dvi_big.gif;
2647: eps.gif;
2648: eps_big.gif;
2649: exam.gif;
2650: exam_big.gif;
1.117 harris41 2651: fillbottom.gif;
2652: fillleft.gif;
2653: fillright.gif;
2654: filltop.gif;
1.37 harris41 2655: folder_closed.gif;
2656: folder_opened.gif;
2657: folder_pointer_closed.gif;
2658: folder_pointer_opened.gif;
2659: form.gif;
2660: form_big.gif;
2661: gif.gif;
2662: gif_big.gif;
1.117 harris41 2663: header.gif;
1.37 harris41 2664: htm.gif;
2665: html.gif;
2666: html_big.gif;
1.52 harris41 2667: jar.gif;
2668: jar_big.gif;
1.37 harris41 2669: jpg.gif;
2670: jpg_big.gif;
1.62 harris41 2671: latex.gif;
1.117 harris41 2672: lite.gif;
1.37 harris41 2673: liteani.gif;
1.117 harris41 2674: litetext.gif;
1.62 harris41 2675: lolpanel.gif;
1.37 harris41 2676: lonanim.gif;
2677: lonanimend.gif;
1.117 harris41 2678: loncapalogo.gif;
1.37 harris41 2679: lonhelplogos.gif;
1.60 harris41 2680: lonhelptop.gif;
1.37 harris41 2681: lonlogo.gif;
2682: lonlogos.gif;
1.117 harris41 2683: lowerleft.gif;
2684: lowerright.gif;
1.37 harris41 2685: meta.gif;
2686: meta_big.gif;
2687: mov.gif;
2688: mov_big.gif;
2689: move_up.gif;
2690: move_down.gif;
2691: page.gif;
2692: page_big.gif;
2693: pdf.gif;
2694: pdf_big.gif;
1.54 harris41 2695: png.gif;
2696: png_big.gif;
1.37 harris41 2697: problem.gif;
2698: problem_big.gif;
2699: ps.gif;
2700: ps_big.gif;
2701: quill.gif;
2702: quiz.gif;
2703: quiz_big.gif;
2704: select.gif;
2705: sequence.gif;
2706: sequence_big.gif;
2707: server.gif;
2708: server_big.gif;
2709: srvbad.gif;
2710: srvempty.gif;
2711: srvgood.gif;
2712: srvhalf.gif;
2713: srvnull.gif;
2714: survey.gif;
2715: survey_big.gif;
2716: tex.gif;
2717: tex_big.gif;
2718: txt.gif;
2719: txt_big.gif;
1.57 harris41 2720: unknown.gif;
2721: unknown_big.gif;
1.117 harris41 2722: upperleft.gif;
2723: upperright.gif;
1.37 harris41 2724: user.gif;
2725: user_big.gif;
1.117 harris41 2726: userauthentication.gif;
1.37 harris41 2727: wav.gif;
2728: wav_big.gif;
2729: white_space_20_22.gif;
2730: whitespace1.gif;
2731: whitespace10.gif;
2732: whitespace2.gif;
2733: whitespace3.gif;
2734: whitespace4.gif;
2735: whitespace5.gif;
2736: whitespace6.gif;
2737: whitespace7.gif;
2738: whitespace8.gif;
2739: whitespace9.gif;
2740: xml.gif;
2741: xml_big.gif;
2742: zip.gif;
1.10 harris41 2743: zip_big.gif
2744: </filenames>
2745: </fileglob>
2746: <fileglob>
1.60 harris41 2747: <glob>*.*</glob>
1.10 harris41 2748: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
2749: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
2750: <categoryname>graphic file</categoryname>
2751: <description>
1.40 harris41 2752: Miscellaneous resources. Respectively: button for catalog,
2753: button to set parameters in a page,
2754: button to do regrades, button to check on problem submissions,
1.10 harris41 2755: </description>
2756: <filenames>
1.80 harris41 2757: authorfeed.gif;
2758: bomb.gif;
1.40 harris41 2759: cat_button.gif;
1.80 harris41 2760: chat.gif;
1.111 harris41 2761: eval_button.gif;
1.80 harris41 2762: feedback.gif;
1.40 harris41 2763: pprm_button.gif;
2764: pgrd_button.gif;
2765: subm_button.gif
1.10 harris41 2766: </filenames>
2767: </fileglob>
2768: <file>
2769: <source>loncom/xml/tth.pm</source>
2770: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
1.115 harris41 2771: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
1.10 harris41 2772: <categoryname>system file</categoryname>
2773: <description>
2774: perl module for invoking functions specific to TeX-to-HTML conversion
2775: </description>
2776: <note>
2777: Has the same dependencies and build process as tth.so.
2778: Currently, only the tth.so file specifications invoke
1.49 harris41 2779: the build process however. A static version is checked into loncom/xml
2780: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 2781: </note>
1.113 harris41 2782: <status>works/unverified</status>
2783: </file>
2784: <file>
2785: <source>loncom/xml/LCParser.pm</source>
2786: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
2787: <categoryname>system file</categoryname>
2788: <description>
2789: perl module for parsing HTML in a way that really works and is thoroughly
2790: tested
2791: </description>
1.10 harris41 2792: <status>works/unverified</status>
2793: </file>
2794: <file>
2795: <source>modules/TexConvert/tthperl/tth.so</source>
2796: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
1.115 harris41 2797: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
1.10 harris41 2798: <categoryname>system file</categoryname>
2799: <description>
2800: shared library file for dynamic loading and unloading
2801: </description>
2802: <note>
2803: The source and file dependencies are not available to most
2804: CVS users. (You can safely rely on the existing binaries
2805: present on your system... don't worry about warnings
2806: related to this file during the build process.)
2807: </note>
2808: <build trigger='run if dependencies change'>
2809: modules/TexConvert/tthperl/commands
2810: </build>
2811: <status>works/unverified</status>
2812: <dependencies>
1.39 harris41 2813: ../tthdynamic/tthfunc.c;
1.82 harris41 2814: ../ttmdynamic/ttmfunc.c
1.10 harris41 2815: </dependencies>
2816: </file>
2817: <file>
2818: <source>loncom/homework/caparesponse/capa.pm</source>
2819: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
1.115 harris41 2820: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
1.10 harris41 2821: <categoryname>system file</categoryname>
2822: <description>
2823: perl module for invoking functions specific to CAPA
2824: </description>
1.49 harris41 2825: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 2826: <note>
2827: Has the same dependencies and build process as capa.so.
2828: Currently, only the capa.so file specifications invoke
2829: the build process however.
2830: </note>
2831: </file>
2832: <file>
2833: <source>loncom/homework/caparesponse/capa.bs</source>
2834: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
1.115 harris41 2835: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
1.10 harris41 2836: <categoryname>system file</categoryname>
2837: <description>
1.27 harris41 2838: bootstrap file associated with dynamic loading of this module on multiple
2839: architectures
1.10 harris41 2840: </description>
1.49 harris41 2841: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 2842: <note>
2843: Has the same dependencies and build process as capa.so.
2844: Currently, only the capa.so file specifications invoke
2845: the build process however.
2846: </note>
2847: </file>
2848: <file>
2849: <source>loncom/homework/caparesponse/capa.so</source>
2850: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
1.115 harris41 2851: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
1.10 harris41 2852: <categoryname>system file</categoryname>
2853: <description>
2854: shared library file for dynamic loading and unloading
2855: </description>
2856: <build trigger='always run'>
2857: loncom/homework/caparesponse/commands
2858: </build>
2859: <dependencies>
1.39 harris41 2860: caparesponse.c;
1.119 harris41 2861: caparesponse.pm;
2862: README;
2863: Makefile.PL;
2864: capa.i;
1.120 harris41 2865: commands;
2866: ../../../CAPA/pProj/capaGrammarDef.y;
2867: ../../../CAPA/pProj/capaFormula.y;
2868: ../../../CAPA/pProj/capaLexerDef.flex;
2869: ../../../CAPA/pProj/capaFunction.c;
2870: ../../../CAPA/pProj/capaParserUtils.c;
2871: ../../../CAPA/pProj/capaMapExpr.c;
2872: ../../../CAPA/pProj/capaUnit.c;
2873: ../../../CAPA/pProj/com.c;
2874: ../../../CAPA/pProj/linpack.c;
2875: ../../../CAPA/pProj/ranlib.c;
2876: ../../../CAPA/pProj/capaCgiUtils.c;
2877: ../../../CAPA/pProj/capaSubjective.c;
2878: ../../../CAPA/pProj/capaRQO.c;
2879: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 2880: ../../../CAPA/pProj/capaCommon.c;
2881: ../../../CAPA/pProj/capaCommon.h;
2882: ../../../CAPA/pProj/ranlib.h;
2883: ../../../CAPA/pProj/capaCGI.h;
2884: ../../../CAPA/pProj/capaFunction.h;
2885: ../../../CAPA/pProj/capaRQO.h;
2886: ../../../CAPA/pProj/capaParser.h;
2887: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 2888: </dependencies>
2889: </file>
2890: <fileglob>
2891: <glob>*.ent</glob>
2892: <sourcedir>loncom/MathML/</sourcedir>
2893: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
2894: <categoryname>system file</categoryname>
2895: <description>
1.27 harris41 2896: xml files which assign unicode numbers to mathematical symbols using
2897: <! ENTITY... > type syntax.
1.10 harris41 2898: </description>
2899: <filenames>
1.37 harris41 2900: isoamsa.ent;
2901: isoamsb.ent;
2902: isoamsc.ent;
2903: isoamsn.ent;
2904: isoamso.ent;
2905: isoamsr.ent;
2906: isobox.ent;
2907: isocyr1.ent;
2908: isocyr2.ent;
2909: isodia.ent;
2910: isogrk1.ent;
2911: isogrk2.ent;
2912: isogrk3.ent;
2913: isogrk4.ent;
2914: isolat1.ent;
2915: isolat2.ent;
2916: isomfrk.ent;
2917: isomopf.ent;
2918: isomscr.ent;
2919: isonum.ent;
2920: isopub.ent;
2921: isotech.ent;
2922: mmlalias.ent;
1.10 harris41 2923: mmlextra.ent
2924: </filenames>
1.37 harris41 2925: </fileglob>
1.10 harris41 2926: <file>
2927: <source>loncom/MathML/mathml.css</source>
2928: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
2929: <categoryname>system file</categoryname>
2930: <description>
2931: cascading style sheet
2932: </description>
2933: </file>
2934: <file>
2935: <source>loncom/MathML/mathml.dtd</source>
2936: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
2937: <categoryname>system file</categoryname>
2938: <description>
2939: document type definition
2940: </description>
2941: </file>
1.4 harris41 2942: <file>
1.10 harris41 2943: <source>loncom/auth/londes.js</source>
2944: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
2945: <categoryname>interface file</categoryname>
1.6 harris41 2946: <description>
1.27 harris41 2947: Encryption Routines according to Data Encryption Standard DES, written in
2948: javascript.
1.6 harris41 2949: </description>
1.4 harris41 2950: </file>
2951: <file>
1.10 harris41 2952: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 2953: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
2954: </target>
1.10 harris41 2955: <categoryname>handler</categoryname>
1.6 harris41 2956: <description>
1.115 harris41 2957: Intended for providing perl functions for the <script></script>
2958: environment in a problem that was converted from lectureonline.
1.6 harris41 2959: </description>
1.4 harris41 2960: </file>
2961: <file>
1.10 harris41 2962: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 2963: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
2964: </target>
1.10 harris41 2965: <categoryname>handler</categoryname>
1.6 harris41 2966: <description>
1.14 harris41 2967: Provides many functions for the <script> environment in a .problem.
1.11 harris41 2968: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 2969: </description>
1.4 harris41 2970: </file>
2971: <file>
1.10 harris41 2972: <source>loncom/homework/capa.units</source>
2973: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
2974: <categoryname>static conf</categoryname>
1.6 harris41 2975: <description>
1.10 harris41 2976: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 2977: </description>
1.4 harris41 2978: </file>
1.10 harris41 2979: <fileglob>
2980: <glob>*.gif</glob>
2981: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
1.115 harris41 2982: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
1.10 harris41 2983: <categoryname>graphic file</categoryname>
2984: <description>icons used for the entire LON-CAPA user interface</description>
2985: <filenames>
1.37 harris41 2986: a.gif;
2987: anot.gif;
2988: b.gif;
2989: back.gif;
2990: bkm.gif;
2991: brws.gif;
2992: c.gif;
1.60 harris41 2993: catalog.gif;
1.37 harris41 2994: ccrs.gif;
2995: chat.gif;
2996: chrt.gif;
2997: com.gif;
2998: courses.gif;
2999: cprv.gif;
3000: cstr.gif;
3001: d.gif;
3002: dempty.gif;
3003: e.gif;
3004: egrd.gif;
3005: empty.gif;
3006: enrl.gif;
3007: eval.gif;
3008: f.gif;
3009: fdbk.gif;
3010: feedback.gif;
3011: forw.gif;
3012: g.gif;
3013: grds.gif;
3014: group.gif;
3015: h.gif;
3016: help.gif;
3017: hyphen.gif;
3018: i.gif;
3019: info.gif;
3020: j.gif;
3021: k.gif;
3022: l.gif;
3023: ledblink.gif;
3024: ledgreen.gif;
3025: ledoff.gif;
3026: ledon.gif;
3027: ledsend.gif;
3028: logout.gif;
3029: m.gif;
3030: mrk.gif;
3031: n.gif;
3032: nav.gif;
3033: next.gif;
3034: o.gif;
3035: p.gif;
3036: parm.gif;
3037: pgrd.gif;
3038: pparm.gif;
1.99 harris41 3039: pref.gif;
1.37 harris41 3040: prev.gif;
3041: prt.gif;
3042: q.gif;
3043: qempty.gif;
3044: r.gif;
3045: reload.gif;
3046: remotebg.gif;
3047: res.gif;
3048: roles.gif;
3049: s.gif;
3050: sbkm.gif;
3051: space.gif;
3052: spacer.gif;
3053: sprs.gif;
3054: src.gif;
3055: stat.gif;
3056: subm.gif;
3057: t.gif;
3058: title.gif;
3059: u.gif;
3060: v.gif;
3061: vbkm.gif;
3062: w.gif;
3063: x.gif;
3064: y.gif;
1.10 harris41 3065: z.gif
3066: </filenames>
3067: </fileglob>
1.4 harris41 3068: <file>
1.10 harris41 3069: <source>loncom/html/res/adm/pages/imgmaps.html</source>
3070: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
3071: <categoryname>interface file</categoryname>
1.6 harris41 3072: <description>
1.10 harris41 3073: image maps for the LON-CAPA remote control
1.6 harris41 3074: </description>
1.4 harris41 3075: </file>
3076: <file>
1.10 harris41 3077: <source>loncom/html/res/adm/pages/index.html</source>
3078: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
3079: <categoryname>interface file</categoryname>
1.6 harris41 3080: <description>
1.10 harris41 3081: welcoming page to the LON-CAPA system upon login
1.6 harris41 3082: </description>
1.4 harris41 3083: </file>
3084: <file>
1.10 harris41 3085: <source>loncom/html/res/adm/pages/menu.html</source>
3086: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
3087: <categoryname>interface file</categoryname>
1.6 harris41 3088: <description>
1.10 harris41 3089: renders the HTML (including image maps) for the LON-CAPA remote control
1.6 harris41 3090: </description>
1.4 harris41 3091: </file>
1.10 harris41 3092: <fileglob>
3093: <glob>*.gif</glob>
3094: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 3095: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
3096: </targetdir>
1.10 harris41 3097: <categoryname>graphic file</categoryname>
3098: <description>
3099: icons used for the bookmark portion of the LON-CAPA user interface
3100: </description>
3101: <filenames>
1.37 harris41 3102: a.gif;
3103: alert.black.gif;
3104: alert.red.gif;
3105: back.gif;
3106: ball.gray.gif;
3107: ball.red.gif;
3108: binary.gif;
3109: binhex.gif;
3110: blank.gif;
3111: bomb.gif;
3112: box1.gif;
3113: box2.gif;
3114: broken.gif;
3115: burst.gif;
3116: c.gif;
3117: comp.blue.gif;
3118: comp.gray.gif;
3119: compressed.gif;
3120: continued.gif;
3121: course.gif;
3122: dir.gif;
3123: down.gif;
3124: dvi.gif;
3125: f.gif;
3126: folder.gif;
3127: folder.open.gif;
3128: folder.sec.gif;
3129: folder_closed.gif;
3130: folder_closed_pressed.gif;
3131: folder_new.gif;
3132: folder_opened.gif;
3133: folder_opened_pressed.gif;
3134: folder_pointer_closed.gif;
3135: folder_pointer_opened.gif;
3136: folder_spacer.gif;
3137: folder_trash.gif;
3138: forward.gif;
3139: generic.gif;
3140: generic.red.gif;
3141: generic.sec.gif;
3142: hand.right.gif;
3143: hand.up.gif;
3144: html.gif;
3145: image1.gif;
3146: image2.gif;
3147: image3.gif;
3148: index.gif;
3149: layout.gif;
3150: left.gif;
3151: link.gif;
3152: mov.gif;
3153: movie1.gif;
3154: p.gif;
3155: patch.gif;
3156: pdf.gif;
3157: portal.gif;
3158: problem.gif;
3159: ps.gif;
3160: quill.gif;
3161: right.gif;
3162: screw1.gif;
3163: screw2.gif;
3164: script.gif;
3165: sound1.gif;
3166: sound2.gif;
3167: sphere1.gif;
3168: sphere2.gif;
3169: tar.gif;
3170: tex.gif;
3171: text.gif;
3172: transfer.gif;
3173: unknown.gif;
3174: up.gif;
3175: uu.gif;
3176: uuencoded.gif;
3177: white_space_20_22.gif;
3178: white_space_22_22.gif;
3179: whitespace1.gif;
3180: whitespace10.gif;
3181: whitespace2.gif;
3182: whitespace3.gif;
3183: whitespace4.gif;
3184: whitespace5.gif;
3185: whitespace6.gif;
3186: whitespace7.gif;
3187: whitespace8.gif;
3188: whitespace9.gif;
3189: world1.gif;
1.10 harris41 3190: world2.gif
3191: </filenames>
3192: </fileglob>
3193: <fileglob>
3194: <glob>*.gif</glob>
3195: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 3196: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
3197: </targetdir>
1.10 harris41 3198: <categoryname>graphic file</categoryname>
3199: <description>
3200: icons used for directory indexing and login screen
3201: </description>
3202: <filenames>
1.37 harris41 3203: folder_anim.gif;
3204: folder_close.gif;
3205: folder_drag.gif;
3206: folder_new.gif;
3207: folder_open.gif;
3208: folder_pointer_closed.gif;
3209: folder_pointer_opened.gif;
3210: folder_static.gif;
3211: folder_trash.gif;
3212: folder_trash_hover.gif;
3213: left_bar.gif;
3214: link.gif;
3215: link_anim.gif;
3216: link_drag.gif;
3217: ll_corner.gif;
3218: lower_bar.gif;
3219: lr_corner.gif;
3220: pix.gif;
3221: right_bar.gif;
3222: toolbar_bg.gif;
3223: ul_corner.gif;
3224: upper_bar.gif;
1.10 harris41 3225: ur_corner.gif
3226: </filenames>
3227: </fileglob>
3228: <fileglob>
3229: <glob>*.html</glob>
3230: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
1.115 harris41 3231: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
3232: </targetdir>
1.10 harris41 3233: <categoryname>interface file</categoryname>
3234: <description>
3235: associated with the frameset scheme of displaying bookmarks
3236: </description>
3237: <filenames>
1.37 harris41 3238: bookmarkmenu_toolbar.html;
3239: blank.html;
1.10 harris41 3240: closechildren.html
3241: </filenames>
3242: </fileglob>
1.4 harris41 3243: <file>
1.10 harris41 3244: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
1.27 harris41 3245: <target dist='default'>
3246: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
1.10 harris41 3247: <categoryname>interface file</categoryname>
1.6 harris41 3248: <description>
1.10 harris41 3249: javascript for handling client-side interactions with bookmark interface
1.6 harris41 3250: </description>
1.103 harris41 3251: </file>
3252: <file>
3253: <source>loncom/build/check-rpms</source>
3254: <target dist='default'>usr/local/bin/check-rpms</target>
3255: <categoryname>root script</categoryname>
3256: <description>
3257: compare installed rpms with up-to-date distribution
3258: </description>
3259: <status>tested/documented/beta</status>
3260: </file>
3261: <file>
3262: <source>doc/man/check-rpms.1</source>
3263: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
3264: <categoryname>doc</categoryname>
3265: <description>man page for check-rpms</description>
3266: <build trigger='always run'>
1.115 harris41 3267: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 3268: echo 'manifying check-rpms'
1.103 harris41 3269: </build>
3270: <status>beta</status>
3271: <dependencies>
3272: ../../loncom/build/check-rpms
3273: </dependencies>
3274: </file>
3275: <file>
3276: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 3277: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
3278: </target>
1.103 harris41 3279: <categoryname>doc</categoryname>
3280: <description>POD-derived page for check-rpms</description>
3281: <build trigger='always run'>
1.118 harris41 3282: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
3283: && echo 'pod2html checkrpms'
1.103 harris41 3284: </build>
3285: <status>works/unverified</status>
3286: <dependencies>
3287: ../../loncom/build/check-rpms
3288: </dependencies>
1.4 harris41 3289: </file>
3290: <file>
1.10 harris41 3291: <source>loncom/build/loncaparestoreconfigurations</source>
3292: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
3293: <categoryname>script</categoryname>
1.6 harris41 3294: <description>
1.10 harris41 3295: restores .rpmsave files after a LON-CAPA-base upgrade
1.6 harris41 3296: </description>
1.10 harris41 3297: <status>deprecated</status>
1.4 harris41 3298: </file>
3299: <file>
1.10 harris41 3300: <source>loncom/cron/loncapa</source>
3301: <target dist='default'>etc/cron.d/loncapa</target>
3302: <categoryname>static conf</categoryname>
3303: <description>
3304: file that specifies periodic processes to run for the LON-CAPA machine
3305: </description>
3306: </file>
3307: <file>
3308: <source>loncom/ntp/step-tickers</source>
3309: <target dist='default'>etc/ntp/step-tickers</target>
3310: <categoryname>conf</categoryname>
3311: <description>
3312: file that stimulates running of ntpdate upon init.d/xntpd initiation
3313: </description>
3314: <note>
3315: <table cellpadding='0' cellspacing='0' border='1'>
3316: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
3317: </table>
3318: </note>
1.48 harris41 3319: </file>
3320: <file>
3321: <source>loncom/pam.d/pwauth</source>
3322: <target dist='default'>etc/pam.d/pwauth</target>
3323: <categoryname>static conf</categoryname>
3324: <description>
3325: file that allows setuid password privileges for pwauth executable
3326: </description>
3327: </file>
3328: <file>
3329: <source>loncom/pam.d/pwchange</source>
3330: <target dist='default'>etc/pam.d/pwchange</target>
3331: <categoryname>static conf</categoryname>
3332: <description>
3333: file that allows setuid password privileges for pwchange (lcpasswd) executable
3334: </description>
1.10 harris41 3335: </file>
3336: <file>
3337: <source>loncom/init.d/loncontrol</source>
3338: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
3339: <categoryname>root script</categoryname>
3340: <description>
3341: Controls the launching/halting of lonc, lond, and lonsql processes.
3342: </description>
3343: </file>
3344: <link>
1.115 harris41 3345: <linkto>etc/rc.d/init.d/loncontrol</linkto>
1.10 harris41 3346: <target dist='default'>
1.37 harris41 3347: etc/rc.d/rc0.d/K05loncontrol;
3348: etc/rc.d/rc1.d/K05loncontrol;
3349: etc/rc.d/rc2.d/K05loncontrol;
3350: etc/rc.d/rc3.d/S95loncontrol;
3351: etc/rc.d/rc4.d/S95loncontrol;
3352: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 3353: etc/rc.d/rc6.d/K05loncontrol
3354: </target>
3355: <categoryname>symbolic link</categoryname>
1.27 harris41 3356: <description>
3357: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
1.10 harris41 3358: </link>
3359: <file>
3360: <source>loncom/atalk/config</source>
3361: <target dist='default'>etc/atalk/config</target>
3362: <categoryname>conf</categoryname>
1.6 harris41 3363: <description>
1.27 harris41 3364: configuration file to make LON-CAPA server file space accessible to
3365: Appleshares access (Macintosh)
1.6 harris41 3366: </description>
1.4 harris41 3367: </file>
1.14 harris41 3368: </files>
1.1 harris41 3369: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>