summaryrefslogtreecommitdiffstats
path: root/doc/manual.xml
blob: 878a104fb9ff71d32328b11660e075c05463afee (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
<!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>September 2, 2005</date>
    <edition>Manual for version 0.8.0</edition>
    <releaseinfo>$Revision$</releaseinfo>
    <pubdate>January 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>
    </legalnotice>

    <revhistory>
      <revision>
	<revnumber>0.8.0</revnumber>
	<date>$Date$</date>
	<revremark>$Id$</revremark>
      </revision>
    </revhistory>
  </bookinfo>

&architecture;
&install;
&specification;
&deployment;
&development;
&reports;
</book>