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