blob: 760df39def23798a2666ac7962793d42ab96995f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[
<!ENTITY concepts SYSTEM "concepts.xml">
<!ENTITY architecture SYSTEM "architecture.xml">
<!ENTITY install SYSTEM "install.xml">
<!ENTITY generators SYSTEM "generators.xml">
<!ENTITY deployment SYSTEM "deployment.xml">
<!ENTITY reports SYSTEM "reports.xml">
]>
<book id="bcfg2">
<bookinfo>
<title>Bcfg2 Manual</title>
<author>
<firstname>Narayan</firstname>
<surname>Desai</surname>
<email>desai@mcs.anl.gov</email>
</author>
<author>
<firstname>Rick</firstname>
<surname>Bradshaw</surname>
<email>bradshaw@mcs.anl.gov</email>
</author>
<author>
<firstname>Joey</firstname>
<surname>Hagedorn</surname>
<email>hagedorn@mcs.anl.gov</email>
</author>
<affiliation>
<orgname>Argonne National Laboratory</orgname>
<orgdiv>MCS Division</orgdiv>
</affiliation>
<date>September 2, 2005</date>
<releaseinfo>$Revision$</releaseinfo>
<pubdate>September 2005</pubdate>
<copyright>
<year>2005</year>
<holder>Argonne National Laboratory</holder>
</copyright>
<legalnotice>
<para>
This manual 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.
</para>
<para>
This is distributed in the hope that it will be useful,
but <emphasis>without any warranty</emphasis>; without even the
implied warranty of <emphasis>merchantability</emphasis> or
<emphasis>fitness for a particular purpose</emphasis>. See the
GNU General Public License for more details.
</para>
</legalnotice>
<revhistory>
<revision>
<revnumber>0.6.9</revnumber>
<date>$Date$</date>
<revremark>$Id$</revremark>
</revision>
</revhistory>
</bookinfo>
<toc/>
&architecture;
&install;
&generators;
&deployment;
&reports;
</book>
|