summaryrefslogtreecommitdiffstats
path: root/doc/appendix/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/appendix/index.txt')
-rw-r--r--doc/appendix/index.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/appendix/index.txt b/doc/appendix/index.txt
new file mode 100644
index 000000000..1bac69a3d
--- /dev/null
+++ b/doc/appendix/index.txt
@@ -0,0 +1,27 @@
+.. -*- mode: rst -*-
+
+.. _appendix-index:
+
+========
+Appendix
+========
+
+Bcfg2 is based on a client-server architecture. The client is
+responsible for interpreting (but not processing) the configuration
+served by the server. This configuration is literal, so no local
+process is required. After completion of the configuration process,
+the client uploads a set of statistics to the server. This section
+will describe the goals and then the architecture motivated by it.
+
+
+.. toctree::
+ :maxdepth: 2
+
+ files
+ configuration
+ contributors
+ books
+ papers
+ articles
+ guides
+ tools