blob: c8cf3ca0461cabce127f22d9bb210295a148efca (
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[
<!ENTITY architecture SYSTEM "architecture.xml">
<!ENTITY install SYSTEM "install.xml">
<!ENTITY specification SYSTEM "specs.xml">
<!ENTITY deployment SYSTEM "deployment.xml">
<!ENTITY development SYSTEM "development.xml">
<!ENTITY reports SYSTEM "reports.xml">
]>
<book id="bcfg2">
<bookinfo>
<title>Bcfg2 Manual</title>
<authorgroup>
<author>
<firstname>Narayan</firstname>
<surname>Desai</surname>
<email>desai@mcs.anl.gov</email>
<affiliation>
<orgname>Argonne National Laboratory</orgname>
<orgdiv>MCS Division</orgdiv>
</affiliation>
</author>
<author>
<firstname>Rick</firstname>
<surname>Bradshaw</surname>
<email>bradshaw@mcs.anl.gov</email>
<affiliation>
<orgname>Argonne National Laboratory</orgname>
<orgdiv>MCS Division</orgdiv>
</affiliation>
</author>
<author>
<firstname>Joey</firstname>
<surname>Hagedorn</surname>
<email>hagedorn@mcs.anl.gov</email>
<affiliation>
<orgname>Argonne National Laboratory</orgname>
<orgdiv>MCS Division</orgdiv>
</affiliation>
</author>
</authorgroup>
<date>July 21, 2006</date>
<edition>Manual for version 0.8.2</edition>
<releaseinfo>$Revision$</releaseinfo>
<pubdate>July 2006</pubdate>
<copyright>
<year>2005-2006</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>
<para>
Required software packages may require additional
terms. Please refer to these individual packages for more
information.
</para>
</legalnotice>
<revhistory>
<revision>
<revnumber>0.8.2</revnumber>
<date>$Date$</date>
<revremark>$Id$</revremark>
</revision>
</revhistory>
</bookinfo>
&architecture;
&install;
&specification;
&deployment;
&development;
&reports;
</book>
|