--- doc/loncapafiles/Attic/loncapafiles.html 2000/09/24 02:37:57 1.3 +++ doc/loncapafiles/Attic/loncapafiles.html 2000/12/10 17:27:56 1.33 @@ -1,91 +1,198 @@
- -
-
--Name : LON-CAPA-base Relocations: (not relocateable) -Version : 3.1 Vendor: Laboratory for Instructional Technology Education, - Division of Science and Mathematics Education, - Michigan State University. -Release : 1 Build Date: Sat Sep 23 21:08:01 2000 -Install date: Sat Sep 23 21:08:13 2000 Build Host: spock.lite.msu.edu -Group : Utilities/System Source RPM: LON-CAPA-base-3.1-1.src.rpm -Size : 817259 License: GNU General Public License. Version 2, June 1991. - Michigan State University patents may apply. -Summary : Basic system files for running a LON-CAPA server. -Description : -This package facilitates a base installation of LON-CAPA files in their directories. -The files in this package are only those directly associated with the network communication -layer established through direct server-to-server communications (via lond and lonc); plus -those which configure (but otherwise not constitute) external software packages like Apache -and Athena-Kerberos. For more on the LON-CAPA project, visit http://www.lon-capa.org/. -- |
-Note: these files only refer to -
+The NAME tags associated with TYPE=RPM are:
+Data can also be attached to any LON-CAPA tag. This is especially important for files. This is shown by these three examples:
+
<METAGROUP>
+
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
+
<DESCRIPTION>
+
Handler for TeX files
+
</DESCRIPTION>
+
</METAGROUP>
+
+
<METAGROUP>
+
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file">
+
<DESCRIPTION>
+
shared library file for dynamic loading and unloading of TeX-to-HTML functionality
+
</DESCRIPTION>
+
<BUILD>
+
loncom/modules/TexConvert/tthperl/commands
+
</BUILD>
+
<DEPENDENCIES>
+
../tthdynamic/tthfunc.c
+
../ttmdynamic/ttmfunc.c
+
</DEPENDENCIES>
+
</METAGROUP>
+
+
<METAGROUP>
+
<LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
+
<DESCRIPTION>
+
define handlers, set parameters
+
</DESCRIPTION>
+
<NOTE>
+
<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
+
<TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
+
<TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
+
<TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
+
<TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
+
<TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
+
<TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
+
</TABLE>
+
</NOTE>
+
</METAGROUP>
+
+The METAGROUP tags for files are anticipatively limited to: NOTE, BUILD, DEPENDENCIES and DESCRIPTION. +
++To allow for viewing the tag information in a tabular HTML format, the make process generates +doc/loncapafiles/latestinstallconfiguration.html which +has the latest HTML presentation of the current LONCAPA tag configuration settings. Alternatively, +you can just view the internal tags of this HTML file. +