You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2015/10/06 13:38:27 UTC

svn commit: r1707005 [1/7] - in /qpid/site: ./ docs/ docs/AMQP/ docs/amqp/ input/ input/AMQP/ input/amqp/ misc/ misc/amqp/ scripts/

Author: jross
Date: Tue Oct  6 11:38:27 2015
New Revision: 1707005

URL: http://svn.apache.org/viewvc?rev=1707005&view=rev
Log:
QPID-6773: Blog links and AMQP type reference

 - Add a link to Ted's blog on AMQP as a network protocol
 - Incorporate Chuck's interactive type reference into the site
   scripts
 - Relocate the AMQP stuff (now that we have more) under an amqp dir

Added:
    qpid/site/docs/amqp/
    qpid/site/docs/amqp/index.html
    qpid/site/docs/amqp/type-reference.html
    qpid/site/input/AMQP/AMQP_type_reference.md
    qpid/site/input/amqp/
    qpid/site/input/amqp/index.md
    qpid/site/input/amqp/type-reference.html.in
    qpid/site/misc/
    qpid/site/misc/amqp/
    qpid/site/misc/amqp/messaging.xml   (with props)
    qpid/site/misc/amqp/security.xml   (with props)
    qpid/site/misc/amqp/transactions.xml   (with props)
    qpid/site/misc/amqp/transport.xml   (with props)
    qpid/site/misc/amqp/types.xml   (with props)
    qpid/site/scripts/gen-amqp-type-reference   (with props)
Removed:
    qpid/site/input/AMQP/AMQP_type_reference.html
Modified:
    qpid/site/Makefile
    qpid/site/docs/AMQP/AMQP_type_reference.html
    qpid/site/docs/amqp.html
    qpid/site/docs/index.html
    qpid/site/docs/resources.html
    qpid/site/input/amqp.md
    qpid/site/input/index.html.in
    qpid/site/input/resources.md

Modified: qpid/site/Makefile
URL: http://svn.apache.org/viewvc/qpid/site/Makefile?rev=1707005&r1=1707004&r2=1707005&view=diff
==============================================================================
--- qpid/site/Makefile (original)
+++ qpid/site/Makefile Tue Oct  6 11:38:27 2015
@@ -86,3 +86,6 @@ gen-jms-release-%:
 gen-cpp-release-%: RELEASE_DIR := input/releases/qpid-cpp-${RELEASE}
 gen-cpp-release-%:
 	scripts/gen-cpp-release-$* ${RELEASE} ${RELEASE_DIR} ${CHECKOUT_DIR}
+
+gen-amqp-type-reference:
+	scripts/gen-amqp-type-reference misc/amqp > input/amqp/type-reference.html.in



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org