summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2010-11-24 14:16:25 +0000
committerCharles E. Rolke <chug@apache.org>2010-11-24 14:16:25 +0000
commita5bab5c983cd1a14b347d272fc207c2c6963c941 (patch)
tree5b255ae997859963e901db66abb524411e3cb98d
parent7e043b3aab4973905496a760db9e50287f1ee616 (diff)
downloadqpid-python-a5bab5c983cd1a14b347d272fc207c2c6963c941.tar.gz
Add a new directory to the ./doc tree for holding files that are part of
the README's but are beyond simple text. Add a drawing and exported PDF to illustrate the topmost README.txt. Modify ./README.txt to reference the new PDF. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1038614 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/README.txt4
-rw-r--r--qpid/doc/dev-readme/QPID-0.8-Component-README.odgbin0 -> 13700 bytes
-rw-r--r--qpid/doc/dev-readme/QPID-0.8-Component-README.pdfbin0 -> 40319 bytes
-rw-r--r--qpid/doc/dev-readme/README.txt6
4 files changed, 10 insertions, 0 deletions
diff --git a/qpid/README.txt b/qpid/README.txt
index 14202ab703..00a56bdc3d 100644
--- a/qpid/README.txt
+++ b/qpid/README.txt
@@ -63,3 +63,7 @@ Management Tools (implemented in Java):
Documentation:
./doc
+
+
+Further information about the organization of Qpid source components may
+be found in ./doc/dev-readme/QPID-0.8-Component-README.pdf.
diff --git a/qpid/doc/dev-readme/QPID-0.8-Component-README.odg b/qpid/doc/dev-readme/QPID-0.8-Component-README.odg
new file mode 100644
index 0000000000..4a5024c330
--- /dev/null
+++ b/qpid/doc/dev-readme/QPID-0.8-Component-README.odg
Binary files differ
diff --git a/qpid/doc/dev-readme/QPID-0.8-Component-README.pdf b/qpid/doc/dev-readme/QPID-0.8-Component-README.pdf
new file mode 100644
index 0000000000..4b3c810081
--- /dev/null
+++ b/qpid/doc/dev-readme/QPID-0.8-Component-README.pdf
Binary files differ
diff --git a/qpid/doc/dev-readme/README.txt b/qpid/doc/dev-readme/README.txt
new file mode 100644
index 0000000000..65a8626e53
--- /dev/null
+++ b/qpid/doc/dev-readme/README.txt
@@ -0,0 +1,6 @@
+This directory holds documents of interest to developers.
+
+The documents are descriptions of how Qpid is organized at the source code
+level and not of how Qpid works as a delivered product. They provide
+supporting graphics and illustrations for top-level README.txt files
+located elsewhere in the source tree.