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