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