summaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/architecture.xml26
-rw-r--r--doc/development.xml16
-rw-r--r--doc/reports.xml18
3 files changed, 30 insertions, 30 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>
diff --git a/doc/development.xml b/doc/development.xml
index 057d20786..b6e7b62ce 100644
--- a/doc/development.xml
+++ b/doc/development.xml
@@ -1,4 +1,4 @@
-<chapter>
+<chapter id='chap:development'>
<title>Developing for Bcfg2</title>
<para>
@@ -10,7 +10,7 @@
how to implement them.
</para>
- <section>
+ <section id='sec:plugins'>
<title>Bcfg2 Plugins</title>
<para>
@@ -25,7 +25,7 @@
easily supplant one or all of them.
</para>
- <table>
+ <table id='table:plugin-functions'>
<title>Bcfg2 Plugin Functions</title>
<tgroup cols='2'>
<colspec colnum='1'/>
@@ -52,7 +52,7 @@
</section>
- <section>
+ <section id='sec:writing-plugins'>
<title>Writing Bcfg2 Plugins</title>
<para>
@@ -63,7 +63,7 @@
</para>
- <table>
+ <table id='table:plugin-members'>
<title>Bcfg2 Plugin Members</title>
<tgroup cols='3'>
<colspec colnum='1' colwidth='1*'/>
@@ -104,10 +104,10 @@
</tgroup>
</table>
- <section>
+ <section id='sec:example-plugin'>
<title>An Example Plugin</title>
- <example>
+ <example id='ex:simple-plugin'>
<title>A Simple Plugin</title>
<programlisting>import socket, Bcfg2.Server.Plugin
@@ -162,4 +162,4 @@ class Chiba(Bcfg2.Server.Plugin.Plugin):
</section>
</section>
-</chapter> \ No newline at end of file
+</chapter>
diff --git a/doc/reports.xml b/doc/reports.xml
index 25837bf2a..1587c88d4 100644
--- a/doc/reports.xml
+++ b/doc/reports.xml
@@ -1,4 +1,4 @@
-<chapter>
+<chapter id='chap:reports'>
<title>BCFG2 Reports</title>
<para>
@@ -19,7 +19,7 @@
prove to be powerful.
</para>
- <section>
+ <section id='sec:reports-how'>
<title>How it works</title>
<para>
@@ -61,7 +61,7 @@
</para>
</section>
- <section>
+ <section id='sec:report-types'>
<title>Report Types</title>
<para>
@@ -76,7 +76,7 @@
custom report using XSLT. Tables describing report types and
report delivery mechanisms follow: </para>
- <table>
+ <table id='table:report-types'>
<title>Bcfg2 Report Types</title>
<tgroup cols='2'>
<colspec colnum='1' colwidth='1*'/>
@@ -122,7 +122,7 @@
</tgroup>
</table>
- <table>
+ <table id='table:report-delivery'>
<title>Bcfg2 Report Delivery Mechanisms</title>
<tgroup cols='2'>
<colspec colnum='1' colwidth='1*'/>
@@ -142,7 +142,7 @@
</section>
- <section>
+ <section id='sec:reports-configuration'>
<title>Configuration</title>
<para>The <filename>report-configuration.xml</filename> file is
@@ -184,7 +184,7 @@
</section>
- <section>
+ <section id='sec:reports-quick-start'>
<title>Reporting Quick Start</title>
<para>
@@ -193,7 +193,7 @@
information on exactly what each section does, please refer to
the Configuration section above. </para>
- <example>
+ <example id='ex:report-config'>
<title>etc/report-configuration.xml</title>
<programlisting><![CDATA[<Reports>
<Report name='core_stats' good='Y' modified='Y'>
@@ -243,4 +243,4 @@
</caption>
</mediaobject>
</section>
-</chapter> \ No newline at end of file
+</chapter>