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