summaryrefslogtreecommitdiffstats
path: root/doc/architecture.xml
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-11-11 16:50:42 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-11-11 16:50:42 +0000
commit23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e (patch)
treee186ad8efe94637760b1f7dbbd61b393ef51c6bc /doc/architecture.xml
parenta0c6af72dcbb763f10d6afb921e9a73baafb2361 (diff)
downloadbcfg2-23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e.tar.gz
bcfg2-23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e.tar.bz2
bcfg2-23b90cb65ccdd60c1fe49ea8c8a9f17ea7d0036e.zip
Added section ids
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2488 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/architecture.xml')
-rw-r--r--doc/architecture.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/architecture.xml b/doc/architecture.xml
index f484b65eb..ef9d6bca8 100644
--- a/doc/architecture.xml
+++ b/doc/architecture.xml
@@ -1,4 +1,4 @@
-<chapter>
+<chapter id='chap:architecture'>
<title>Bcfg2 Architecture</title>
<para>
@@ -11,7 +11,7 @@
architecture motivated by it.
</para>
- <section>
+ <section id='sec:goals'>
<title>Goals</title>
<itemizedlist>
@@ -83,8 +83,8 @@
</itemizedlist>
</section>
- <section>
- <title>The Bcfg2 client</title>
+ <section id='sec:client'>
+ <title>The Bcfg2 Client</title>
<para>The Bcfg2 client performs all client configuration or
reconfiguration operations. It renders a declarative configuration
@@ -206,7 +206,7 @@
</listitem>
</orderedlist>
- <section>
+ <section id='sec:arch-abstraction'>
<title>Architecture Abstraction</title>
<para>The Bcfg2 client internally supports the administrative
@@ -248,7 +248,7 @@
</para>
</section>
</section>
- <section>
+ <section id='sec:server'>
<title>The Bcfg2 Server</title>
<para>
The Bcfg2 server is responsible for taking a network description
@@ -268,7 +268,7 @@
configuration specifications for clients.
</para>
- <section>
+ <section id='sec:construction'>
<title>The Configuration Specification Construction Process</title>
<para>
As we described in the previous section, the client connects
@@ -346,7 +346,7 @@
</section>
</section>
- <section>
+ <section id='sec:literal'>
<title>The Literal Configuration Specification</title>
<para>
@@ -391,7 +391,7 @@
</listitem>
</itemizedlist>
- <section>
+ <section id='sec:spec-structure'>
<title>The Structure of Specifications</title>
<para>
Configuration specifications contain some number of
@@ -428,7 +428,7 @@
</section>
</section>
- <section>
+ <section id='sec:design-considerations'>
<title>Design Considerations</title>
<para>
@@ -439,7 +439,7 @@
well.
</para>
- <section>
+ <section id='sec:metadata'>
<title>System Metadata</title>
<para>
@@ -541,7 +541,7 @@
</orderedlist>
</section>
- <section>
+ <section id='sec:pkg-management'>
<title>Package Management</title>
<para>
@@ -553,4 +553,4 @@
</para>
</section>
</section>
-</chapter> \ No newline at end of file
+</chapter>