File:  [LON-CAPA] / doc / loncapafiles / buildfiles.lpml
Revision 1.8: download - view: text, annotated - select for diffs
Tue Dec 9 20:17:48 2003 UTC (20 years, 3 months ago) by matthew
Branches: MAIN
CVS tags: version_1_1_X, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, HEAD
Added accesscount_seed.piml
loncapafiles.lpml now installs seed_accesscount.db
buildfiles.lpml contains information about running accesscount_seed.piml.

<!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
 "http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- buildfiles.lpml -->

<!-- $Id: buildfiles.lpml,v 1.8 2003/12/09 20:17:48 matthew Exp $ -->

<!--

Copyright Michigan State University Board of Trustees

This file is part of the LearningOnline Network with CAPA (LON-CAPA).

LON-CAPA is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

LON-CAPA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with LON-CAPA; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

/home/httpd/html/adm/gpl.txt

http://www.lon-capa.org/

-->

<!-- Default values must be defined before specific values. -->
<!-- If no 'dist' attribute is specified, then it is always installed. -->
<!-- If 'dist' attribute is set to  'default', then the specification. -->
<!-- is accepted if an alternative distribution is not requested or not -->
<!-- defined. -->

<lpml>
<specialnotices>
<specialnotice dist='default'>
</specialnotice>
</specialnotices>
<targetroot>/build</targetroot>
<sourceroot>/home/user/loncapa/</sourceroot>
<categories>
<category name="system file" type="runtime">
  <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  <abbreviation>systemfile</abbreviation>
</category>
<category name="system file" type="development">
  <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  <abbreviation>systemfile</abbreviation>
</category>
<category name="standard" type="runtime">
  <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  <abbreviation>directory</abbreviation>
</category>
<category name="standard" type="development">
  <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  <abbreviation>directory</abbreviation>
</category>
</categories>
<directories>
</directories>
<files>
<file>
<source>loncom/build/Makefile</source>
<target dist='default'>Makefile</target>
<categoryname>system file</categoryname>
<description>
Makefile for LON-CAPA
</description>
<note>
</note>
<dependencies>
doc/loncapafiles/configurable.gif;
doc/loncapafiles/directory.gif;
doc/loncapafiles/emptydirectory.gif;
doc/loncapafiles/graphicfile.gif;
doc/loncapafiles/handler.gif;
doc/loncapafiles/interfacefile.gif;
doc/loncapafiles/link.gif;
doc/loncapafiles/rootscript.gif;
doc/loncapafiles/script.gif;
doc/loncapafiles/setuid.gif;
doc/loncapafiles/static.gif;
doc/loncapafiles/systemfile.gif
</dependencies>
</file>
<file>
<source>doc/loncapafiles/loncapafiles.lpml</source>
<target dist='default'>loncapafiles.lpml</target>
<categoryname>system file</categoryname>
<description>
Describes the files that implement LON-CAPA on the filesystem
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/buildfiles.lpml</source>
<target dist='default'>buildfiles.lpml</target>
<categoryname>system file</categoryname>
<description>
Describes the files that implement the building of LON-CAPA inside the source
file tree.
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/installfiles.lpml</source>
<target dist='default'>installfiles.lpml</target>
<categoryname>system file</categoryname>
<description>
Describes the files that help automate LON-CAPA installations on specific
operating systems.
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/webserver.piml</source>
<target dist='default'>webserver.piml</target>
<categoryname>system file</categoryname>
<description>
Post-installation of web server configuration files
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/reseval_fixup.piml</source>
<target dist='default'>reseval_fixup.piml</target>
<categoryname>system file</categoryname>
<description>
Migrates reseval.db to nohist_eseval.db, deletes useless hist file
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/accesscount_seed.piml</source>
<target dist='default'>accesscount_seed.piml</target>
<categoryname>system file</categoryname>
<description>
Executes seed_accesscount.pl on each nohist_resevaldata.db file to move access
count data to nohist_accesscount.db and compact the nohist_resevaldata.db
file.
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/clearoutoldspreadsheetcache.piml</source>
<target dist='default'>clearoutoldspreadsheetcache.piml</target>
<categoryname>system file</categoryname>
<description>
Deletes all of the old spreadsheet cache files, the ones generated prior 
to version 0.6 were incorrect
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/sanitycheck.piml</source>
<target dist='default'>sanitycheck.piml</target>
<categoryname>system file</categoryname>
<description>
Checks LON-CAPA system for frequently occuring bugs.
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/updatequery.piml</source>
<target dist='default'>updatequery.piml</target>
<categoryname>system file</categoryname>
<description>
Checks LON-CAPA system for frequently occuring bugs.
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/sendmail_fix.piml</source>
<target dist='default'>sendmail_fix.piml</target>
<categoryname>system file</categoryname>
<description>
Checks LON-CAPA system for sendmail permissions error.
</description>
<note>
</note>
</file>
<file>
<source>doc/loncapafiles/valid_hosts.xfml</source>
<target dist='default'>valid_hosts.xfml</target>
<categoryname>system file</categoryname>
<description>
Useful for extracting (and pushing/pulling) information relevant
to hosts.tab.
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/check-rpms</source>
<target dist='default'>check-rpms</target>
<categoryname>system file</categoryname>
<description>
script for checking RPMS against an RPM repository
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/distprobe</source>
<target dist='default'>distprobe</target>
<categoryname>system file</categoryname>
<description>
for probing operating system flavor and version
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/doc_template.pl</source>
<target dist='default'>doc_template.pl</target>
<categoryname>system file</categoryname>
<description>
for making fancy install.lon-capa.org pages
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/filecompare.pl</source>
<target dist='default'>filecompare.pl</target>
<categoryname>system file</categoryname>
<description>
rigorously compare many different values associated between files
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/loncaparestoreconfigurations</source>
<target dist='default'>loncaparestoreconfigurations</target>
<categoryname>system file</categoryname>
<description>
intelligently restore configuration values
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/lpml.dtd</source>
<target dist='default'>lpml.dtd</target>
<categoryname>system file</categoryname>
<description>
DocumentType for LPML
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/lpml_html_posteval.pl</source>
<target dist='default'>lpml_html_posteval.pl</target>
<categoryname>system file</categoryname>
<description>
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/lpml_parse.pl</source>
<target dist='default'>lpml_parse.pl</target>
<categoryname>system file</categoryname>
<description>
parse apart the loncapafiles.lpml and buildfiles.lpml
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/make_domain_coordinator.pl</source>
<target dist='default'>make_domain_coordinator.pl</target>
<categoryname>system file</categoryname>
<description>
make a domain coordinator on a new LON-CAPA system
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/piml.dtd</source>
<target dist='default'>piml.dtd</target>
<categoryname>system file</categoryname>
<description>
DocumentType definition for PIML (part of the LPML system)
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/piml_parse.pl</source>
<target dist='default'>piml_parse.pl</target>
<categoryname>system file</categoryname>
<description>
parse a PIML file
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/pod2html.sh</source>
<target dist='default'>pod2html.sh</target>
<categoryname>system file</categoryname>
<description>
make HTML documentation pages
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/pod2man.sh</source>
<target dist='default'>pod2man.sh</target>
<categoryname>system file</categoryname>
<description>
make UNIX-style manual pages
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/verify.pl</source>
<target dist='default'>verify.pl</target>
<categoryname>system file</categoryname>
<description>
wraps around filecompare.pl for posteval LPML statements
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/verifymodown.pl</source>
<target dist='default'>verifymodown.pl</target>
<categoryname>system file</categoryname>
<description>
double-checks modification and ownership on files
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/xfml.dtd</source>
<target dist='default'>xfml.dtd</target>
<categoryname>system file</categoryname>
<description>
DocumentType definition for XFML (part of the LPML system)
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/xfml_parse.pl</source>
<target dist='default'>xfml_parse.pl</target>
<categoryname>system file</categoryname>
<description>
parses XFML files
</description>
<note>
</note>
</file>
</files>
</lpml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>