diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-11-24 14:16:25 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-11-24 14:16:25 +0000 |
| commit | a5bab5c983cd1a14b347d272fc207c2c6963c941 (patch) | |
| tree | 5b255ae997859963e901db66abb524411e3cb98d | |
| parent | 7e043b3aab4973905496a760db9e50287f1ee616 (diff) | |
| download | qpid-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.txt | 4 | ||||
| -rw-r--r-- | qpid/doc/dev-readme/QPID-0.8-Component-README.odg | bin | 0 -> 13700 bytes | |||
| -rw-r--r-- | qpid/doc/dev-readme/QPID-0.8-Component-README.pdf | bin | 0 -> 40319 bytes | |||
| -rw-r--r-- | qpid/doc/dev-readme/README.txt | 6 |
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 Binary files differnew file mode 100644 index 0000000000..4a5024c330 --- /dev/null +++ b/qpid/doc/dev-readme/QPID-0.8-Component-README.odg diff --git a/qpid/doc/dev-readme/QPID-0.8-Component-README.pdf b/qpid/doc/dev-readme/QPID-0.8-Component-README.pdf Binary files differnew file mode 100644 index 0000000000..4b3c810081 --- /dev/null +++ b/qpid/doc/dev-readme/QPID-0.8-Component-README.pdf 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. |
