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