File:  [LON-CAPA] / doc / loncapafiles / installfiles.lpml
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jan 20 23:48:02 2003 UTC (21 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
dist attribute on file tag was causing parser to abort

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
    2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
    3: <!-- installfiles.lpml -->
    4: <!-- Scott Harrison -->
    5: 
    6: <!-- $Id: installfiles.lpml,v 1.2 2003/01/20 23:48:02 harris41 Exp $ -->
    7: 
    8: <!--
    9: 
   10: Copyright Michigan State University Board of Trustees
   11: 
   12: This file was written to help the LearningOnline Network with CAPA (LON-CAPA).
   13: 
   14: LON-CAPA is free software; you can redistribute it and/or modify
   15: it under the terms of the GNU General Public License as published by
   16: the Free Software Foundation; either version 2 of the License, or
   17: (at your option) any later version.
   18: 
   19: LON-CAPA is distributed in the hope that it will be useful,
   20: but WITHOUT ANY WARRANTY; without even the implied warranty of
   21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22: GNU General Public License for more details.
   23: 
   24: You should have received a copy of the GNU General Public License
   25: along with LON-CAPA; if not, write to the Free Software
   26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   27: 
   28: /home/httpd/html/adm/gpl.txt
   29: 
   30: http://www.lon-capa.org/
   31: 
   32: -->
   33: 
   34: <!-- This file describes those files which can be used to automate -->
   35: <!-- LON-CAPA installations on specific operating systems. -->
   36: 
   37: <!-- Default values must be defined before specific values. -->
   38: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   39: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   40: <!-- is accepted if an alternative distribution is not requested or not -->
   41: <!-- defined. -->
   42: 
   43: <lpml>
   44: <specialnotices>
   45: <specialnotice dist='default'>
   46: </specialnotice>
   47: </specialnotices>
   48: <targetroot>/build</targetroot>
   49: <sourceroot>/home/user/loncapa/</sourceroot>
   50: <categories>
   51: <category name="system file" type="runtime">
   52:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   53:   <abbreviation>systemfile</abbreviation>
   54: </category>
   55: <category name="system file" type="development">
   56:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   57:   <abbreviation>systemfile</abbreviation>
   58: </category>
   59: <category name="standard" type="runtime">
   60:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
   61:   <abbreviation>directory</abbreviation>
   62: </category>
   63: <category name="standard" type="development">
   64:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
   65:   <abbreviation>directory</abbreviation>
   66: </category>
   67: </categories>
   68: <directories>
   69: </directories>
   70: <files>
   71: <file>
   72: <source>doc/install/redhat7.3/install.pl</source>
   73: <target dist='default'>install.pl</target>
   74: <categoryname>system file</categoryname>
   75: <description>
   76: A script which is meant to automatically install LON-CAPA (and, non-trivially,
   77: all of its dependencies) on top of a fresh redhat 7.3 installation.
   78: </description>
   79: <note>
   80: </note>
   81: </file>
   82: <file>
   83: <source>doc/install/redhat7.3/new_install_rh73.html</source>
   84: <target dist='default'>new_install_rh73.html</target>
   85: <categoryname>system file</categoryname>
   86: <description>
   87: Describes the entire process of installing LON-CAPA on a RedHat 7.3
   88: operating system.
   89: </description>
   90: <note>
   91: </note>
   92: </file>
   93: </files>
   94: </lpml>

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