File:  [LON-CAPA] / doc / loncapafiles / valid_hosts.xfml
Revision 1.7: download - view: text, annotated - select for diffs
Tue Apr 3 22:13:40 2007 UTC (17 years ago) by albertel
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_99_0, version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, bz6209-base, bz6209, HEAD, GCI_3, GCI_2, GCI_1, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
- switch to use dns

- change host configuration to install and maintain dns_*.tab
   - installs the specific cluster tab file, and lists myself in the hosts.tab file

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD xfml 1.0 Final//EN"
    2:  "/home/harris41/loncapa/loncom/build/xfml.dtd">
    3: <!-- valid_hosts.xfml -->
    4: 
    5: <!-- $Id: valid_hosts.xfml,v 1.7 2007/04/03 22:13:40 albertel Exp $ -->
    6: 
    7: <!--
    8: 
    9: Copyright Michigan State University Board of Trustees
   10: 
   11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   12: 
   13: LON-CAPA is free software; you can redistribute it and/or modify
   14: it under the terms of the GNU General Public License as published by
   15: the Free Software Foundation; either version 2 of the License, or
   16: (at your option) any later version.
   17: 
   18: LON-CAPA is distributed in the hope that it will be useful,
   19: but WITHOUT ANY WARRANTY; without even the implied warranty of
   20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21: GNU General Public License for more details.
   22: 
   23: You should have received a copy of the GNU General Public License
   24: along with LON-CAPA; if not, write to the Free Software
   25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   26: 
   27: /home/httpd/html/adm/gpl.txt
   28: 
   29: http://www.lon-capa.org/
   30: 
   31: -->
   32: 
   33: <!-- Note: current status is that choice:include is currently unsupported and
   34:      all matching statements REQUIRE two levels of 'when' statements;
   35:      not one or more than two...  -->
   36: 
   37: <xfml>
   38: <clause>
   39: <when:name match='/^source$/'>
   40: <when:cdata match='!/^loncom\/(dns_|)(hosts|domain)\.tab$/'>
   41: <choice:exclude nodename='file' />
   42: </when:cdata>
   43: </when:name>
   44: </clause>
   45: <clause>
   46: <choice:exclude nodename='fileglob' />
   47: </clause>
   48: <clause>
   49: <choice:exclude nodename='link' />
   50: </clause>
   51: <clause>
   52: <when:name match='/^targetdir$/'>
   53: <when:cdata match='!/^home\/httpd\/lonTabs$/'>
   54: <choice:exclude nodename='directory' />
   55: </when:cdata>
   56: </when:name>
   57: </clause>
   58: <clause>
   59: <choice:exclude nodename='rpm' />
   60: </clause>
   61: <clause>
   62: <choice:exclude nodename='specialnotices' />
   63: </clause>
   64: </xfml>

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