Annotation of doc/loncapafiles/valid_hosts.xfml, revision 1.4
1.4 ! harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD xfml 1.0 Final//EN"
! 2: "/home/harris41/loncapa/loncom/build/xfml.dtd">
1.2 harris41 3: <!-- valid_hosts.xfml -->
1.1 harris41 4: <!-- Scott Harrison -->
5:
1.4 ! harris41 6: <!-- $Id: valid_hosts.xfml,v 1.3 2002/02/20 00:24:32 harris41 Exp $ -->
1.1 harris41 7:
8: <!--
9:
10: Copyright Michigan State University Board of Trustees
11:
12: This file is part of 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: <!-- Note: current status is that choice:include is currently unsupported and
35: all matching statements REQUIRE two levels of 'when' statements;
36: not one or more than two... -->
37:
38: <xfml>
1.2 harris41 39: <clause>
40: <when:name match='/^source$/'>
41: <when:cdata match='!/^loncom\/hosts\.tab$/'>
1.1 harris41 42: <choice:exclude nodename='file' />
1.2 harris41 43: </when:cdata>
1.1 harris41 44: </when:name>
1.3 harris41 45: </clause>
46: <clause>
47: <choice:exclude nodename='fileglob' />
48: </clause>
49: <clause>
50: <choice:exclude nodename='link' />
51: </clause>
52: <clause>
53: <when:name match='/^targetdir$/'>
54: <when:cdata match='!/^home\/httpd\/lonTabs$/'>
55: <choice:exclude nodename='directory' />
56: </when:cdata>
57: </when:name>
58: </clause>
59: <clause>
60: <choice:exclude nodename='rpm' />
61: </clause>
62: <clause>
63: <choice:exclude nodename='specialnotices' />
1.2 harris41 64: </clause>
1.1 harris41 65: </xfml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>