diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-03-16 14:07:30 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-03-16 14:07:30 +0000 |
commit | 039c418b582d276df99979b09662270edaf8801a (patch) | |
tree | 65fb890775753d1dee16cea512301c4fa44edde2 | |
parent | 01658aa9fa2ab18ce6c9da6e7ad32f7b02dcba4e (diff) | |
download | qpid-python-039c418b582d276df99979b09662270edaf8801a.tar.gz |
Added section 4, showing the XInclude file structure, to make it easier for people to make changes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@923746 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | doc/book/README.txt | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/doc/book/README.txt b/doc/book/README.txt index 4f76e3c9cd..e3a3e6891b 100644 --- a/doc/book/README.txt +++ b/doc/book/README.txt @@ -48,3 +48,67 @@ In addition to DocBook, you need the following software: - An XSLT processor. The shell script uses xsltproc. - An XSL:FO processor. The shell script uses Apache FOP (fop-0.95-3.noarch on Fedora). +4. File Structure + +The following XInclude tree shows the organization of files in the +document. + +Book.xml + Book-Info.xml + Introduction.xml + AMQP.xml + Getting-Started.xml + Download.xml + AMQP-Messaging-Broker-CPP.xml + Running-CPP-Broker.xml + Cheat-Sheet-for-configuring-Queue-Options.xml + Cheat-Sheet-for-configuring-Exchange-Options.xml + Using-Broker-Federation.xml + SSL.xml + LVQ.xml + queue-state-replication.xml + Starting-a-cluster.xml + ACL.xml + Managing-CPP-Broker.xml + QMan-Qpid-Management-bridge.xml + Qpid-Management-Framework.xml + Management-Design-notes.xml + QMF-Python-Console-Tutorial.xml + AMQP-Messaging-Broker-Java.xml + Java-Broker-Feature-Guide.xml + Qpid-Java-FAQ.xml + Java-Environment-Variables.xml + Qpid-Troubleshooting-Guide.xml + Add-New-Users.xml + Configure-ACLs.xml + Configure-Java-Qpid-to-use-a-SSL-connection.xml + Configure-Log4j-CompositeRolling-Appender.xml + Configure-the-Broker-via-config.xml.xml + Configure-the-Virtual-Hosts-via-virtualhosts.xml.xml + Debug-using-log4j.xml + How-to-Tune-M3-Java-Broker-Performance.xml + Qpid-Java-Build-How-To.xml + Use-Priority-Queues.xml + Qpid-JMX-Management-Console.xml + Configuring-Management-Users.xml + Configuring-Qpid-JMX-Management-Console.xml + Management-Console-Security.xml + Qpid-JMX-Management-Console-FAQ.xml + Qpid-JMX-Management-Console-User-Guide.xml + Qpid-Management-Features.xml + MessageStore-Tool.xml + Qpid-Java-Broker-Management-CLI.xml + AMQP-Java-JMS-Messaging-Client.xml + System-Properties.xml + Connection-URL-Format.xml + Binding-URL-Format.xml + AMQP-C++-Messaging-Client.xml + AMQP-.NET-Messaging-Client.xml + NET-User-Guide.xml + Excel-AddIn.xml + WCF.xml + AMQP-Python-Messaging-Client.xml + PythonBrokerTest.xml + AMQP-Ruby-Messaging-Client.xml + AMQP-Compatibility.xml + Qpid-Interoperability-Documentation.xml |