You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/05/17 14:29:46 UTC

qpid-site git commit: NO-JIRA: Fix generation errors in dispatch-0.5 release.

Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 5911c9cf8 -> 885fb7e3c


NO-JIRA: Fix generation errors in dispatch-0.5 release.

Site generator dropped or truncated default values in some man pages,
noticed in man/qdmanage.html


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/885fb7e3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/885fb7e3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/885fb7e3

Branch: refs/heads/asf-site
Commit: 885fb7e3c61b0124cc5c0042b8ef2900ce83af1a
Parents: 5911c9c
Author: Alan Conway <ac...@redhat.com>
Authored: Tue May 17 10:26:31 2016 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue May 17 10:29:10 2016 -0400

----------------------------------------------------------------------
 .../qpid-dispatch-0.5/book/addressing.html      |  1 -
 .../qpid-dispatch-0.5/book/amqp-mapping.html    |  1 -
 .../qpid-dispatch-0.5/book/basic_usage.html     | 63 +++++++++++---------
 .../releases/qpid-dispatch-0.5/book/book.html   |  1 -
 .../book/client_compatibility.html              |  1 -
 .../qpid-dispatch-0.5/book/default_config.html  |  1 -
 .../qpid-dispatch-0.5/book/introduction.html    |  1 -
 .../qpid-dispatch-0.5/book/link_routing.html    | 21 ++++---
 .../releases/qpid-dispatch-0.5/book/schema.html |  1 -
 .../book/technical_details.html                 |  1 -
 .../releases/qpid-dispatch-0.5/book/tools.html  | 13 ++--
 .../releases/qpid-dispatch-0.5/book/using.html  |  1 -
 content/releases/qpid-dispatch-0.5/index.html   | 42 +++++--------
 .../qpid-dispatch-0.5/man/qdmanage.html         | 24 ++++----
 .../qpid-dispatch-0.5/man/qdrouterd.conf.html   | 11 ++--
 .../qpid-dispatch-0.5/man/qdrouterd.html        |  1 -
 .../releases/qpid-dispatch-0.5/man/qdstat.html  |  3 +-
 .../qpid-dispatch-0.5/release-notes.html        |  4 +-
 .../qpid-dispatch-0.5/book/addressing.html.in   |  1 -
 .../qpid-dispatch-0.5/book/amqp-mapping.html.in |  1 -
 .../qpid-dispatch-0.5/book/basic_usage.html.in  | 63 +++++++++++---------
 .../qpid-dispatch-0.5/book/book.html.in         |  1 -
 .../book/client_compatibility.html.in           |  1 -
 .../book/default_config.html.in                 |  1 -
 .../qpid-dispatch-0.5/book/introduction.html.in |  1 -
 .../qpid-dispatch-0.5/book/link_routing.html.in | 21 ++++---
 .../qpid-dispatch-0.5/book/schema.html.in       |  1 -
 .../book/technical_details.html.in              |  1 -
 .../qpid-dispatch-0.5/book/tools.html.in        | 13 ++--
 .../qpid-dispatch-0.5/book/using.html.in        |  1 -
 input/releases/qpid-dispatch-0.5/index.md       | 50 ++++++++--------
 .../qpid-dispatch-0.5/man/qdmanage.html.in      | 24 ++++----
 .../man/qdrouterd.conf.html.in                  | 11 ++--
 .../qpid-dispatch-0.5/man/qdrouterd.html.in     |  1 -
 .../qpid-dispatch-0.5/man/qdstat.html.in        |  3 +-
 .../releases/qpid-dispatch-0.5/release-notes.md |  4 +-
 scripts/gen-dispatch-release-books              |  1 +
 37 files changed, 197 insertions(+), 194 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/addressing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/addressing.html b/content/releases/qpid-dispatch-0.5/book/addressing.html
index 87b3a3f..c78584a 100644
--- a/content/releases/qpid-dispatch-0.5/book/addressing.html
+++ b/content/releases/qpid-dispatch-0.5/book/addressing.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="addressing">
 <h1>3.2. Addressing<a class="headerlink" href="#addressing" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html b/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
index 8abbbb6..a39a371 100644
--- a/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
+++ b/content/releases/qpid-dispatch-0.5/book/amqp-mapping.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="amqp-mapping">
 <h1>3.3. AMQP Mapping<a class="headerlink" href="#amqp-mapping" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/basic_usage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/basic_usage.html b/content/releases/qpid-dispatch-0.5/book/basic_usage.html
index 141a57c..4827040 100644
--- a/content/releases/qpid-dispatch-0.5/book/basic_usage.html
+++ b/content/releases/qpid-dispatch-0.5/book/basic_usage.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="basic-usage-and-examples">
 <h1>2.3. Basic Usage and Examples<a class="headerlink" href="#basic-usage-and-examples" title="Permalink to this headline">.</a></h1>
@@ -128,13 +127,14 @@ with any other routers and only routes messages among directly connected
 endpoints.</p>
 <p>If your router is running in stand-alone mode, <em>qdstat -a</em> will look
 like the following:</p>
-<div class="highlight-python"><pre>$ qdstat -a
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdstat -a
 Router Addresses
   class   address          phase  in-proc  local  remote  in  out  thru  to-proc  from-proc
   ===========================================================================================
   local   $management             Y        0      0       0   0    0     0        0
   mobile  $management      0      Y        0      0       1   0    0     1        0
-  local   temp.4Q3i01lWbs                  1      0       0   0    0     0        0</pre>
+  local   temp.4Q3i01lWbs                  1      0       0   0    0     0        0
+</pre></div>
 </div>
 <p>Note that there are two known addresses. <em>$management</em> is the address of
 the router&#8217;s embedded management agent. <em>temp.4Q3i01lWbs</em> is the temporary
@@ -142,7 +142,7 @@ reply-to address of the <em>qdstat</em> client making requests to the agent.</p>
 <p>If you change the mode to interior and restart the processs, the same
 command will yield additional addresses which are used for
 inter-router communication:</p>
-<div class="highlight-python"><pre>$ qdstat -a
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdstat -a
 Router Addresses
   class   address          phase  in-proc  local  remote  in  out  thru  to-proc  from-proc
   ===========================================================================================
@@ -151,7 +151,8 @@ Router Addresses
   local   qdhello                 Y        0      0       0   0    0     0        3
   local   qdrouter                Y        0      0       0   0    0     0        1
   local   qdrouter.ma             Y        0      0       0   0    0     0        0
-  local   temp.2ot2AWsnYz                  1      0       0   0    0     0        0</pre>
+  local   temp.2ot2AWsnYz                  1      0       0   0    0     0        0
+</pre></div>
 </div>
 </div>
 <div class="section" id="mobile-subscribers">
@@ -163,22 +164,25 @@ attaches, the messages will be routed to the appropriate destination.</p>
 <p>To illustrate a subscription on a stand-alone router, you can use the
 examples that are provided with Qpid Proton. Using the <em>simple_recv.py</em> example
 receiver:</p>
-<div class="highlight-python"><pre>$ python ./simple_recv.py -a 127.0.0.1/my-address</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ python ./simple_recv.py -a 127.0.0.1/my-address
+</pre></div>
 </div>
 <p>This command creates a receiving link subscribed to the specified
 address. To verify the subscription:</p>
-<div class="highlight-python"><pre>$ qdstat -a
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdstat -a
 Router Addresses
   class   address          phase  in-proc  local  remote  in  out  thru  to-proc  from-proc
   ===========================================================================================
   local   $management             Y        0      0       0   0    0     0        0
   mobile  $management      0      Y        0      0       1   0    0     1        0
   mobile  my-address       0               1      0       0   0    0     0        0
-  local   temp.JAgKj1+iB8                  1      0       0   0    0     0        0</pre>
+  local   temp.JAgKj1+iB8                  1      0       0   0    0     0        0
+</pre></div>
 </div>
 <p>You can then, in a separate command window, run a sender to produce
 messages to that address:</p>
-<div class="highlight-python"><pre>$ python ./simple_send.py -a 127.0.0.1/my-address</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ python ./simple_send.py -a 127.0.0.1/my-address
+</pre></div>
 </div>
 </div>
 <div class="section" id="dynamic-reply-to">
@@ -189,7 +193,7 @@ take to get there. To illustrate this feature, see below a simple
 program (written in C++ against the qpid::messaging API) that queries
 the management agent of the attached router for a list of other known
 routers&#8217; management addresses.</p>
-<div class="highlight-python"><pre>#include &lt;qpid/messaging/Address.h&gt;
+<div class="highlight-python"><div class="highlight"><pre><span></span>#include &lt;qpid/messaging/Address.h&gt;
 #include &lt;qpid/messaging/Connection.h&gt;
 #include &lt;qpid/messaging/Message.h&gt;
 #include &lt;qpid/messaging/Receiver.h&gt;
@@ -203,61 +207,62 @@ using std::stringstream;
 using std::string;
 
 int main() {
-    const char* url = "amqp:tcp:127.0.0.1:5672";
-    std::string connectionOptions = "{protocol:amqp1.0}";
+    const char* url = &quot;amqp:tcp:127.0.0.1:5672&quot;;
+    std::string connectionOptions = &quot;{protocol:amqp1.0}&quot;;
 
     Connection connection(url, connectionOptions);
     connection.open();
     Session session = connection.createSession();
-    Sender sender = session.createSender("mgmt");
+    Sender sender = session.createSender(&quot;mgmt&quot;);
 
     // create reply receiver and get the reply-to address
-    Receiver receiver = session.createReceiver("#");
+    Receiver receiver = session.createReceiver(&quot;#&quot;);
     Address responseAddress = receiver.getAddress();
 
     Message request;
     request.setReplyTo(responseAddress);
-    request.setProperty("x-amqp-to", "amqp:/_local/$management");
-    request.setProperty("operation", "DISCOVER-MGMT-NODES");
-    request.setProperty("type", "org.amqp.management");
-    request.setProperty("name, "self");
+    request.setProperty(&quot;x-amqp-to&quot;, &quot;amqp:/_local/$management&quot;);
+    request.setProperty(&quot;operation&quot;, &quot;DISCOVER-MGMT-NODES&quot;);
+    request.setProperty(&quot;type&quot;, &quot;org.amqp.management&quot;);
+    request.setProperty(&quot;name, &quot;self&quot;);
 
     sender.send(request);
     Message response = receiver.fetch();
     Variant content(response.getContentObject());
-    std::cout &lt;&lt; "Response: " &lt;&lt; content &lt;&lt; std::endl &lt;&lt; std::endl;
+    std::cout &lt;&lt; &quot;Response: &quot; &lt;&lt; content &lt;&lt; std::endl &lt;&lt; std::endl;
 
     connection.close();
-}</pre>
+}
+</pre></div>
 </div>
 <p>The equivalent program written in Python against the Proton Messenger
 API:</p>
-<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">proton</span> <span class="kn">import</span> <span class="n">Messenger</span><span class="p">,</span> <span class="n">Message</span>
+<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">proton</span> <span class="kn">import</span> <span class="n">Messenger</span><span class="p">,</span> <span class="n">Message</span>
 
 <span class="k">def</span> <span class="nf">main</span><span class="p">():</span>
-    <span class="n">host</span> <span class="o">=</span> <span class="s">&quot;0.0.0.0:5672&quot;</span>
+    <span class="n">host</span> <span class="o">=</span> <span class="s2">&quot;0.0.0.0:5672&quot;</span>
 
     <span class="n">messenger</span> <span class="o">=</span> <span class="n">Messenger</span><span class="p">()</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">start</span><span class="p">()</span>
-    <span class="n">messenger</span><span class="o">.</span><span class="n">route</span><span class="p">(</span><span class="s">&quot;amqp:/*&quot;</span><span class="p">,</span> <span class="s">&quot;amqp://</span><span class="si">%s</span><span class="s">/$1&quot;</span> <span class="o">%</span> <span class="n">host</span><span class="p">)</span>
-    <span class="n">reply_subscription</span> <span class="o">=</span> <span class="n">messenger</span><span class="o">.</span><span class="n">subscribe</span><span class="p">(</span><span class="s">&quot;amqp:/#&quot;</span><span class="p">)</span>
+    <span class="n">messenger</span><span class="o">.</span><span class="n">route</span><span class="p">(</span><span class="s2">&quot;amqp:/*&quot;</span><span class="p">,</span> <span class="s2">&quot;amqp://</span><span class="si">%s</span><span class="s2">/$1&quot;</span> <span class="o">%</span> <span class="n">host</span><span class="p">)</span>
+    <span class="n">reply_subscription</span> <span class="o">=</span> <span class="n">messenger</span><span class="o">.</span><span class="n">subscribe</span><span class="p">(</span><span class="s2">&quot;amqp:/#&quot;</span><span class="p">)</span>
     <span class="n">reply_address</span> <span class="o">=</span> <span class="n">reply_subscription</span><span class="o">.</span><span class="n">address</span>
 
     <span class="n">request</span>  <span class="o">=</span> <span class="n">Message</span><span class="p">()</span>
     <span class="n">response</span> <span class="o">=</span> <span class="n">Message</span><span class="p">()</span>
 
-    <span class="n">request</span><span class="o">.</span><span class="n">address</span> <span class="o">=</span> <span class="s">&quot;amqp:/_local/$management&quot;</span>
+    <span class="n">request</span><span class="o">.</span><span class="n">address</span> <span class="o">=</span> <span class="s2">&quot;amqp:/_local/$management&quot;</span>
     <span class="n">request</span><span class="o">.</span><span class="n">reply_to</span> <span class="o">=</span> <span class="n">reply_address</span>
-    <span class="n">request</span><span class="o">.</span><span class="n">properties</span> <span class="o">=</span> <span class="p">{</span><span class="s">u&#39;operation&#39;</span> <span class="p">:</span> <span class="s">u&#39;DISCOVER-MGMT-NODES&#39;</span><span class="p">,</span>
-                          <span class="s">u&#39;type&#39;</span>      <span class="p">:</span> <span class="s">u&#39;org.amqp.management&#39;</span><span class="p">,</span>
-                          <span class="s">u&#39;name&#39;</span>      <span class="p">:</span> <span class="s">u&#39;self&#39;</span><span class="p">}</span>
+    <span class="n">request</span><span class="o">.</span><span class="n">properties</span> <span class="o">=</span> <span class="p">{</span><span class="s1">u&#39;operation&#39;</span> <span class="p">:</span> <span class="s1">u&#39;DISCOVER-MGMT-NODES&#39;</span><span class="p">,</span>
+                          <span class="s1">u&#39;type&#39;</span>      <span class="p">:</span> <span class="s1">u&#39;org.amqp.management&#39;</span><span class="p">,</span>
+                          <span class="s1">u&#39;name&#39;</span>      <span class="p">:</span> <span class="s1">u&#39;self&#39;</span><span class="p">}</span>
 
     <span class="n">messenger</span><span class="o">.</span><span class="n">put</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">send</span><span class="p">()</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">recv</span><span class="p">()</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">response</span><span class="p">)</span>
 
-    <span class="k">print</span> <span class="s">&quot;Response: </span><span class="si">%r</span><span class="s">&quot;</span> <span class="o">%</span> <span class="n">response</span><span class="o">.</span><span class="n">body</span>
+    <span class="k">print</span> <span class="s2">&quot;Response: </span><span class="si">%r</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">response</span><span class="o">.</span><span class="n">body</span>
 
     <span class="n">messenger</span><span class="o">.</span><span class="n">stop</span><span class="p">()</span>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/book.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/book.html b/content/releases/qpid-dispatch-0.5/book/book.html
index 97f23e3..10ccdd9 100644
--- a/content/releases/qpid-dispatch-0.5/book/book.html
+++ b/content/releases/qpid-dispatch-0.5/book/book.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="qpid-dispatch-router-book">
 <h1>Qpid Dispatch Router Book<a class="headerlink" href="#qpid-dispatch-router-book" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/client_compatibility.html b/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
index 395b2ad..652d9d7 100644
--- a/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
+++ b/content/releases/qpid-dispatch-0.5/book/client_compatibility.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="client-compatibility">
 <h1>3.1. Client Compatibility<a class="headerlink" href="#client-compatibility" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/default_config.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/default_config.html b/content/releases/qpid-dispatch-0.5/book/default_config.html
index 03a799c..4c3f657 100644
--- a/content/releases/qpid-dispatch-0.5/book/default_config.html
+++ b/content/releases/qpid-dispatch-0.5/book/default_config.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="configuration">
 <h1>2.1. Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/introduction.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/introduction.html b/content/releases/qpid-dispatch-0.5/book/introduction.html
index f3438dd..4a2236b 100644
--- a/content/releases/qpid-dispatch-0.5/book/introduction.html
+++ b/content/releases/qpid-dispatch-0.5/book/introduction.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="introduction">
 <h1>1. Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/link_routing.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/link_routing.html b/content/releases/qpid-dispatch-0.5/book/link_routing.html
index aacece3..0c0e03e 100644
--- a/content/releases/qpid-dispatch-0.5/book/link_routing.html
+++ b/content/releases/qpid-dispatch-0.5/book/link_routing.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="link-routing">
 <h1>2.4. Link Routing<a class="headerlink" href="#link-routing" title="Permalink to this headline">.</a></h1>
@@ -136,7 +135,7 @@ network to a queue on a remote broker and use link credit to control
 the flow of messages from the broker.</p>
 <p>Why would one want to do this?  One reason is to provide client
 isolation.  A network like the following can be deployed:</p>
-<div class="highlight-python"><pre>                Public Network
+<div class="highlight-python"><div class="highlight"><pre><span></span>                Public Network
                +-----------------+
                |      +-----+    |
                | B1   | Rp  |    |
@@ -154,7 +153,8 @@ isolation.  A network like the following can be deployed:</p>
 |         +-----+ |           | +-----+         |
 |                 |           |                 |
 |                 |           |                 |
-+-----------------+           +-----------------+</pre>
++-----------------+           +-----------------+
+</pre></div>
 </div>
 <p>The clients in Private Net B can be constrained (by firewall policy)
 to only connect to the Router in their own network.  Using
@@ -177,22 +177,24 @@ message-router network between them.</p>
 configured to support the example described above?</p>
 <p>First, router Ra needs to be told how to make a connection to the
 broker B2:</p>
-<div class="highlight-python"><pre>connector {
+<div class="highlight-python"><div class="highlight"><pre><span></span>connector {
     name: broker
     role: on-demand
     addr: &lt;B2-url&gt;
     port: &lt;B2-port&gt;
     sasl-mechanisms: ANONYMOUS
-}</pre>
+}
+</pre></div>
 </div>
 <p>This <em>on-demand</em> connector tells the router how to connect to an
 external AMQP container when it is needed.  The name &#8220;broker&#8221; will be
 used later to refer to this connection.</p>
 <p>Now, the router must be configured to route certain addresses to B2:</p>
-<div class="highlight-python"><pre>linkRoutePattern {
+<div class="highlight-python"><div class="highlight"><pre><span></span>linkRoutePattern {
     prefix: b2.
     connector: broker
-}</pre>
+}
+</pre></div>
 </div>
 <p>The linkRoutePattern tells router Ra that any sender or receiver that
 is attached with a target or source (respectively) whos address begins
@@ -205,9 +207,10 @@ link-routes to the &#8220;b2.&#8221; prefix.  This means that sender or receiver
 links attached to Rb or Rp will be routed via the shortest path to Ra
 where they are then routed outbound to the broker B2.</p>
 <p>On Rp and Rb, it is advisable to add the following configuration:</p>
-<div class="highlight-python"><pre>linkRoutePattern {
+<div class="highlight-python"><div class="highlight"><pre><span></span>linkRoutePattern {
     prefix: b2.
-}</pre>
+}
+</pre></div>
 </div>
 <p>This configuration tells the routers that link-routing is intended to
 be available for targets and sources starting with &#8220;b2.&#8221;.  This is

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/schema.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/schema.html b/content/releases/qpid-dispatch-0.5/book/schema.html
index 3e884ab..c50aeaf 100644
--- a/content/releases/qpid-dispatch-0.5/book/schema.html
+++ b/content/releases/qpid-dispatch-0.5/book/schema.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="management-schema">
 <h1>3.4. Management Schema<a class="headerlink" href="#management-schema" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/technical_details.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/technical_details.html b/content/releases/qpid-dispatch-0.5/book/technical_details.html
index b840055..a6c7a70 100644
--- a/content/releases/qpid-dispatch-0.5/book/technical_details.html
+++ b/content/releases/qpid-dispatch-0.5/book/technical_details.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="technical-details-and-specifications">
 <h1>3. Technical Details and Specifications<a class="headerlink" href="#technical-details-and-specifications" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/tools.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/tools.html b/content/releases/qpid-dispatch-0.5/book/tools.html
index 4624ce8..3c92235 100644
--- a/content/releases/qpid-dispatch-0.5/book/tools.html
+++ b/content/releases/qpid-dispatch-0.5/book/tools.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="tools">
 <h1>2.2. Tools<a class="headerlink" href="#tools" title="Permalink to this headline">.</a></h1>
@@ -162,18 +161,22 @@ are attached to other routers in a network of routbers.</td>
 to not only view but modify the configuration of a running dispatch
 router.</p>
 <p>For example you can query all the connection entities in the router:</p>
-<div class="highlight-python"><pre>$ qdmanage query --type connection</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage query --type connection
+</pre></div>
 </div>
 <p>To enable logging debug and higher level messages by default:</p>
-<div class="highlight-python"><pre>$ qdmanage update log/DEFAULT enable=debug+</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage update log/DEFAULT enable=debug+
+</pre></div>
 </div>
 <p>In fact, everything that can be configured in the configuration file can
 also be created in a running router via management. For example to
 create a new listener in a running router:</p>
-<div class="highlight-python"><pre>$ qdmanage create type=listener port=5555</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage create type=listener port=5555
+</pre></div>
 </div>
 <p>Now you can connect to port 5555, for exampple:</p>
-<div class="highlight-python"><pre>$ qdmanage query -b localhost:5555 --type listener</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage query -b localhost:5555 --type listener
+</pre></div>
 </div>
 <p>For complete details see the <cite>qdmanage(8)</cite> man page and the output of
 <cite>qdmanage &#8211;help</cite>. Also for details of what can be configured see the

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/book/using.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/book/using.html b/content/releases/qpid-dispatch-0.5/book/using.html
index 155aeb8..7e7bc5e 100644
--- a/content/releases/qpid-dispatch-0.5/book/using.html
+++ b/content/releases/qpid-dispatch-0.5/book/using.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="using-qpid-dispatch">
 <h1>2. Using Qpid Dispatch<a class="headerlink" href="#using-qpid-dispatch" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/index.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/index.html b/content/releases/qpid-dispatch-0.5/index.html
index cdfd1eb..6a083d8 100644
--- a/content/releases/qpid-dispatch-0.5/index.html
+++ b/content/releases/qpid-dispatch-0.5/index.html
@@ -114,18 +114,11 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
         <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/releases/index.html">Releases</a></li><li>Qpid Dispatch 0.5</li></ul>
 
         <div id="-middle-content">
-          <script type="text/javascript">
-  _deferredFunctions.push(function() {
-      if ("0.5" === "0.5") {
-          _modifyCurrentReleaseLinks();
-      }
-  });
-</script>
-
-<h1 id="qpid-dispatch-05">Qpid Dispatch 0.5</h1>
+          <h1 id="qpid-dispatch-05">Qpid Dispatch 0.5</h1>
 
 <p>Dispatch is a lightweight AMQP message router library. More about
-<a href="/components/dispatch-router/index.html">Qpid Dispatch</a>.</p>
+<a href="/components/dispatch-router/index.html">Qpid
+Dispatch</a>.</p>
 
 <p>For a detailed list of the changes in this release, see the <a href="release-notes.html">release
 notes</a>.</p>
@@ -133,15 +126,15 @@ notes</a>.</p>
 <h2 id="downloads">Downloads</h2>
 
 <p>It's important to <a href="/download.html#verify-what-you-download">verify the
-integrity</a> of the
-files you download.</p>
+integrity</a> of
+the files you download.</p>
 
 <table>
 <thead>
 <tr>
   <th>Content</th>
   <th>Download</th>
-  <th>Signature</th>
+  <th>Verify</th>
 </tr>
 </thead>
 <tbody>
@@ -157,18 +150,9 @@ files you download.</p>
 
 <div class="two-column">
 
-<div class="column">
-
 <ul>
-<li><a href="https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README">Installing Qpid Dispatch</a></li>
+<li><a href="https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb=0.5">Installing Qpid Dispatch</a></li>
 <li><a href="book/book.html">Dispatch router book</a></li>
-</ul>
-
-</div>
-
-<div class="column">
-
-<ul>
 <li><a href="man/qdrouterd.html">qdrouterd</a> - Router daemon</li>
 <li><a href="man/qdrouterd.conf.html">qdrouterd.conf</a> - Daemon configuration</li>
 <li><a href="man/qdstat.html">qdstat</a> - Get router statistics</li>
@@ -177,16 +161,22 @@ files you download.</p>
 
 </div>
 
-</div>
-
 <h2 id="more-information">More information</h2>
 
 <ul>
 <li><a href="http://archive.apache.org/dist/qpid/dispatch/0.5">All release artefacts</a></li>
-<li><a href="https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH+AND+fixVersion+%3D+%270.5%27+ORDER+BY+priority+DESC">Resolved issues in JIRA</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH+AND+fixVersion+%3D+%270.5%27+AND+resolution+%3D+%27fixed%27+ORDER+BY+priority+DESC">Resolved issues in JIRA</a></li>
 <li><a href="https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git/tree/refs/tags/0.5">Source repository tag</a></li>
 </ul>
 
+<script type="text/javascript">
+  _deferredFunctions.push(function() {
+      if ("0.5" === "0.5") {
+          _modifyCurrentReleaseLinks();
+      }
+  });
+</script>
+
 
           <hr/>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/man/qdmanage.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdmanage.html b/content/releases/qpid-dispatch-0.5/man/qdmanage.html
index 5a91593..8bc26e7 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdmanage.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdmanage.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="qdmanage-manual-page">
 <h1>qdmanage manual page<a class="headerlink" href="#qdmanage-manual-page" title="Permalink to this headline">.</a></h1>
@@ -189,17 +188,17 @@ formatted output.</dd>
 <p>&#8211;identity=ID
 :   Identity of entity to operate on.</p>
 <p>&#8211;indent=INDENT
-:   Pretty-printing indent. -1 means don&#8217;t pretty-print</p>
+:   Pretty-printing indent. -1 means don&#8217;t pretty-print (default 2)</p>
 <p>&#8211;stdin
-:   Read attributes as JSON map or list of maps from</p>
+:   Read attributes as JSON map or list of maps from stdin.</p>
 <p>&#8211;body=BODY
-:   JSON value to use as body of a non-standard operation</p>
+:   JSON value to use as body of a non-standard operation call.</p>
 <p>&#8211;properties=PROPERTIES
 :   JSON map to use as properties for a non-standard operation call.</p>
 <div class="section" id="connection-options">
 <h3>Connection Options<a class="headerlink" href="#connection-options" title="Permalink to this headline">.</a></h3>
 <p>-b URL, &#8211;bus=URL
-:   URL of the messaging bus to connect to (default</p>
+:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
 <p>-r ROUTER-ID, &#8211;router=ROUTER-ID
 :   Router to be queried</p>
 <p>-t SECS, &#8211;timeout=SECS
@@ -226,20 +225,25 @@ formatted output.</dd>
 <div class="section" id="examples">
 <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">.</a></h2>
 <p>Show the logging configuration</p>
-<div class="highlight-python"><pre>qdmanage query --type=log</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage query --type=log
+</pre></div>
 </div>
 <p>Enable debug and higher log messages by default:</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/DEFAULT enable=debug+</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/DEFAULT enable=debug+
+</pre></div>
 </div>
 <p>Enable trace log messages only for the MESSAGE moudle and direct MESSAGE
 logs to the file &#8220;test.log&#8221;</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/MESSAGE enable=trace output=test.log</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=trace output=test.log
+</pre></div>
 </div>
 <p>Set MESSAGE logging back to the default:</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/MESSAGE enable=default</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=default
+</pre></div>
 </div>
 <p>Disable MESSAGE logging:</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/MESSAGE enable=none</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=none
+</pre></div>
 </div>
 </div>
 <div class="section" id="see-also">

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html b/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
index d3b6299..7862766 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="qdrouterd-conf-manual-page">
 <h1>qdrouterd.conf manual page<a class="headerlink" href="#qdrouterd-conf-manual-page" title="Permalink to this headline">.</a></h1>
@@ -126,11 +125,12 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 <div class="section" id="description">
 <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">.</a></h2>
 <p>The configuration file is made up of sections with this syntax:</p>
-<div class="highlight-python"><pre>SECTION-NAME {
+<div class="highlight-python"><div class="highlight"><pre><span></span>SECTION-NAME {
     ATTRIBUTE-NAME: ATTRIBUTE-VALUE
     ATTRIBUTE-NAME: ATTRIBUTE-VALUE
     ...
-}</pre>
+}
+</pre></div>
 </div>
 <p>There are two types of sections:</p>
 <p><em>Configuration sections</em> correspond to configuration entities. They can be queried and
@@ -141,7 +141,7 @@ one or more entity sections.</p>
 that can be included in multiple &#8220;listener&#8221; entities. Here&#8217;s an example, note
 how the &#8216;ssl-profile&#8217; attribute of &#8216;listener&#8217; sections references the &#8216;name&#8217;
 attribute of &#8216;ssl-profile&#8217; sections.</p>
-<div class="highlight-python"><pre>ssl-profile {
+<div class="highlight-python"><div class="highlight"><pre><span></span>ssl-profile {
     name: ssl-profile-one
     cert-db: ca-certificate-1.pem
     cert-file: server-certificate-1.pem
@@ -153,7 +153,8 @@ listener {
     addr: 0.0.0.0
     port: 20102
     sasl-mechanisms: ANONYMOUS
-}</pre>
+}
+</pre></div>
 </div>
 </div>
 <div class="section" id="annotation-sections">

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdrouterd.html b/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
index 4dc5f62..ce5fd1e 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdrouterd.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="qdrouterd-manual-page">
 <h1>qdrouterd manual page<a class="headerlink" href="#qdrouterd-manual-page" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/man/qdstat.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/man/qdstat.html b/content/releases/qpid-dispatch-0.5/man/qdstat.html
index 3c10495..a6e9d52 100644
--- a/content/releases/qpid-dispatch-0.5/man/qdstat.html
+++ b/content/releases/qpid-dispatch-0.5/man/qdstat.html
@@ -115,7 +115,6 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
 
         <div id="-middle-content">
           
-
   
   <div class="section" id="qdstat-manual-page">
 <h1>qdstat manual page<a class="headerlink" href="#qdstat-manual-page" title="Permalink to this headline">.</a></h1>
@@ -156,7 +155,7 @@ as memory use.</p>
 <div class="section" id="connection-options">
 <h3>Connection Options<a class="headerlink" href="#connection-options" title="Permalink to this headline">.</a></h3>
 <p>-b URL, &#8211;bus=URL
-:   URL of the messaging bus to connect to (default</p>
+:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
 <p>-r ROUTER-ID, &#8211;router=ROUTER-ID
 :   Router to be queried</p>
 <p>-t SECS, &#8211;timeout=SECS

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/content/releases/qpid-dispatch-0.5/release-notes.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-dispatch-0.5/release-notes.html b/content/releases/qpid-dispatch-0.5/release-notes.html
index db9d389..205b7d1 100644
--- a/content/releases/qpid-dispatch-0.5/release-notes.html
+++ b/content/releases/qpid-dispatch-0.5/release-notes.html
@@ -117,7 +117,8 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
           <h1 id="qpid-dispatch-05-release-notes">Qpid Dispatch 0.5 Release Notes</h1>
 
 <p>Dispatch is a lightweight AMQP message router library. More about
-<a href="/components/dispatch-router/index.html">Qpid Dispatch</a>.</p>
+<a href="/components/dispatch-router/index.html">Qpid
+Dispatch</a>.</p>
 
 <p>For more information about this release, including download links and
 documentation, see the <a href="index.html">release overview</a>.</p>
@@ -130,6 +131,7 @@ documentation, see the <a href="index.html">release overview</a>.</p>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-101">DISPATCH-101</a> - Create a field iterator that is specific to handling address fields</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-121">DISPATCH-121</a> - Allow pool allocation to be switched for plain allocation at build time.</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-123">DISPATCH-123</a> - Separate target to build documentation.</li>
+<li><a href="https://issues.apache.org/jira/browse/DISPATCH-135">DISPATCH-135</a> - Move the qd_delivery_t functionality into the router node</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-136">DISPATCH-136</a> - qdstat -n doesn't show the local router in the list</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-145">DISPATCH-145</a> - Add identifying information to the properties map of the Open performative</li>
 <li><a href="https://issues.apache.org/jira/browse/DISPATCH-149">DISPATCH-149</a> - Properly handle different detach/close scenarios for links</li>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/addressing.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/addressing.html.in b/input/releases/qpid-dispatch-0.5/book/addressing.html.in
index efbcdfd..d472702 100644
--- a/input/releases/qpid-dispatch-0.5/book/addressing.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/addressing.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="addressing">
 <h1>3.2. Addressing<a class="headerlink" href="#addressing" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/amqp-mapping.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/amqp-mapping.html.in b/input/releases/qpid-dispatch-0.5/book/amqp-mapping.html.in
index d1b8c73..146a29b 100644
--- a/input/releases/qpid-dispatch-0.5/book/amqp-mapping.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/amqp-mapping.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="amqp-mapping">
 <h1>3.3. AMQP Mapping<a class="headerlink" href="#amqp-mapping" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/basic_usage.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/basic_usage.html.in b/input/releases/qpid-dispatch-0.5/book/basic_usage.html.in
index 7264e77..a931434 100644
--- a/input/releases/qpid-dispatch-0.5/book/basic_usage.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/basic_usage.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="basic-usage-and-examples">
 <h1>2.3. Basic Usage and Examples<a class="headerlink" href="#basic-usage-and-examples" title="Permalink to this headline">.</a></h1>
@@ -12,13 +11,14 @@ with any other routers and only routes messages among directly connected
 endpoints.</p>
 <p>If your router is running in stand-alone mode, <em>qdstat -a</em> will look
 like the following:</p>
-<div class="highlight-python"><pre>$ qdstat -a
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdstat -a
 Router Addresses
   class   address          phase  in-proc  local  remote  in  out  thru  to-proc  from-proc
   ===========================================================================================
   local   $management             Y        0      0       0   0    0     0        0
   mobile  $management      0      Y        0      0       1   0    0     1        0
-  local   temp.4Q3i01lWbs                  1      0       0   0    0     0        0</pre>
+  local   temp.4Q3i01lWbs                  1      0       0   0    0     0        0
+</pre></div>
 </div>
 <p>Note that there are two known addresses. <em>$management</em> is the address of
 the router&#8217;s embedded management agent. <em>temp.4Q3i01lWbs</em> is the temporary
@@ -26,7 +26,7 @@ reply-to address of the <em>qdstat</em> client making requests to the agent.</p>
 <p>If you change the mode to interior and restart the processs, the same
 command will yield additional addresses which are used for
 inter-router communication:</p>
-<div class="highlight-python"><pre>$ qdstat -a
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdstat -a
 Router Addresses
   class   address          phase  in-proc  local  remote  in  out  thru  to-proc  from-proc
   ===========================================================================================
@@ -35,7 +35,8 @@ Router Addresses
   local   qdhello                 Y        0      0       0   0    0     0        3
   local   qdrouter                Y        0      0       0   0    0     0        1
   local   qdrouter.ma             Y        0      0       0   0    0     0        0
-  local   temp.2ot2AWsnYz                  1      0       0   0    0     0        0</pre>
+  local   temp.2ot2AWsnYz                  1      0       0   0    0     0        0
+</pre></div>
 </div>
 </div>
 <div class="section" id="mobile-subscribers">
@@ -47,22 +48,25 @@ attaches, the messages will be routed to the appropriate destination.</p>
 <p>To illustrate a subscription on a stand-alone router, you can use the
 examples that are provided with Qpid Proton. Using the <em>simple_recv.py</em> example
 receiver:</p>
-<div class="highlight-python"><pre>$ python ./simple_recv.py -a 127.0.0.1/my-address</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ python ./simple_recv.py -a 127.0.0.1/my-address
+</pre></div>
 </div>
 <p>This command creates a receiving link subscribed to the specified
 address. To verify the subscription:</p>
-<div class="highlight-python"><pre>$ qdstat -a
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdstat -a
 Router Addresses
   class   address          phase  in-proc  local  remote  in  out  thru  to-proc  from-proc
   ===========================================================================================
   local   $management             Y        0      0       0   0    0     0        0
   mobile  $management      0      Y        0      0       1   0    0     1        0
   mobile  my-address       0               1      0       0   0    0     0        0
-  local   temp.JAgKj1+iB8                  1      0       0   0    0     0        0</pre>
+  local   temp.JAgKj1+iB8                  1      0       0   0    0     0        0
+</pre></div>
 </div>
 <p>You can then, in a separate command window, run a sender to produce
 messages to that address:</p>
-<div class="highlight-python"><pre>$ python ./simple_send.py -a 127.0.0.1/my-address</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ python ./simple_send.py -a 127.0.0.1/my-address
+</pre></div>
 </div>
 </div>
 <div class="section" id="dynamic-reply-to">
@@ -73,7 +77,7 @@ take to get there. To illustrate this feature, see below a simple
 program (written in C++ against the qpid::messaging API) that queries
 the management agent of the attached router for a list of other known
 routers&#8217; management addresses.</p>
-<div class="highlight-python"><pre>#include &lt;qpid/messaging/Address.h&gt;
+<div class="highlight-python"><div class="highlight"><pre><span></span>#include &lt;qpid/messaging/Address.h&gt;
 #include &lt;qpid/messaging/Connection.h&gt;
 #include &lt;qpid/messaging/Message.h&gt;
 #include &lt;qpid/messaging/Receiver.h&gt;
@@ -87,61 +91,62 @@ using std::stringstream;
 using std::string;
 
 int main() {
-    const char* url = "amqp:tcp:127.0.0.1:5672";
-    std::string connectionOptions = "{protocol:amqp1.0}";
+    const char* url = &quot;amqp:tcp:127.0.0.1:5672&quot;;
+    std::string connectionOptions = &quot;{protocol:amqp1.0}&quot;;
 
     Connection connection(url, connectionOptions);
     connection.open();
     Session session = connection.createSession();
-    Sender sender = session.createSender("mgmt");
+    Sender sender = session.createSender(&quot;mgmt&quot;);
 
     // create reply receiver and get the reply-to address
-    Receiver receiver = session.createReceiver("#");
+    Receiver receiver = session.createReceiver(&quot;#&quot;);
     Address responseAddress = receiver.getAddress();
 
     Message request;
     request.setReplyTo(responseAddress);
-    request.setProperty("x-amqp-to", "amqp:/_local/$management");
-    request.setProperty("operation", "DISCOVER-MGMT-NODES");
-    request.setProperty("type", "org.amqp.management");
-    request.setProperty("name, "self");
+    request.setProperty(&quot;x-amqp-to&quot;, &quot;amqp:/_local/$management&quot;);
+    request.setProperty(&quot;operation&quot;, &quot;DISCOVER-MGMT-NODES&quot;);
+    request.setProperty(&quot;type&quot;, &quot;org.amqp.management&quot;);
+    request.setProperty(&quot;name, &quot;self&quot;);
 
     sender.send(request);
     Message response = receiver.fetch();
     Variant content(response.getContentObject());
-    std::cout &lt;&lt; "Response: " &lt;&lt; content &lt;&lt; std::endl &lt;&lt; std::endl;
+    std::cout &lt;&lt; &quot;Response: &quot; &lt;&lt; content &lt;&lt; std::endl &lt;&lt; std::endl;
 
     connection.close();
-}</pre>
+}
+</pre></div>
 </div>
 <p>The equivalent program written in Python against the Proton Messenger
 API:</p>
-<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">proton</span> <span class="kn">import</span> <span class="n">Messenger</span><span class="p">,</span> <span class="n">Message</span>
+<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">proton</span> <span class="kn">import</span> <span class="n">Messenger</span><span class="p">,</span> <span class="n">Message</span>
 
 <span class="k">def</span> <span class="nf">main</span><span class="p">():</span>
-    <span class="n">host</span> <span class="o">=</span> <span class="s">&quot;0.0.0.0:5672&quot;</span>
+    <span class="n">host</span> <span class="o">=</span> <span class="s2">&quot;0.0.0.0:5672&quot;</span>
 
     <span class="n">messenger</span> <span class="o">=</span> <span class="n">Messenger</span><span class="p">()</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">start</span><span class="p">()</span>
-    <span class="n">messenger</span><span class="o">.</span><span class="n">route</span><span class="p">(</span><span class="s">&quot;amqp:/*&quot;</span><span class="p">,</span> <span class="s">&quot;amqp://</span><span class="si">%s</span><span class="s">/$1&quot;</span> <span class="o">%</span> <span class="n">host</span><span class="p">)</span>
-    <span class="n">reply_subscription</span> <span class="o">=</span> <span class="n">messenger</span><span class="o">.</span><span class="n">subscribe</span><span class="p">(</span><span class="s">&quot;amqp:/#&quot;</span><span class="p">)</span>
+    <span class="n">messenger</span><span class="o">.</span><span class="n">route</span><span class="p">(</span><span class="s2">&quot;amqp:/*&quot;</span><span class="p">,</span> <span class="s2">&quot;amqp://</span><span class="si">%s</span><span class="s2">/$1&quot;</span> <span class="o">%</span> <span class="n">host</span><span class="p">)</span>
+    <span class="n">reply_subscription</span> <span class="o">=</span> <span class="n">messenger</span><span class="o">.</span><span class="n">subscribe</span><span class="p">(</span><span class="s2">&quot;amqp:/#&quot;</span><span class="p">)</span>
     <span class="n">reply_address</span> <span class="o">=</span> <span class="n">reply_subscription</span><span class="o">.</span><span class="n">address</span>
 
     <span class="n">request</span>  <span class="o">=</span> <span class="n">Message</span><span class="p">()</span>
     <span class="n">response</span> <span class="o">=</span> <span class="n">Message</span><span class="p">()</span>
 
-    <span class="n">request</span><span class="o">.</span><span class="n">address</span> <span class="o">=</span> <span class="s">&quot;amqp:/_local/$management&quot;</span>
+    <span class="n">request</span><span class="o">.</span><span class="n">address</span> <span class="o">=</span> <span class="s2">&quot;amqp:/_local/$management&quot;</span>
     <span class="n">request</span><span class="o">.</span><span class="n">reply_to</span> <span class="o">=</span> <span class="n">reply_address</span>
-    <span class="n">request</span><span class="o">.</span><span class="n">properties</span> <span class="o">=</span> <span class="p">{</span><span class="s">u&#39;operation&#39;</span> <span class="p">:</span> <span class="s">u&#39;DISCOVER-MGMT-NODES&#39;</span><span class="p">,</span>
-                          <span class="s">u&#39;type&#39;</span>      <span class="p">:</span> <span class="s">u&#39;org.amqp.management&#39;</span><span class="p">,</span>
-                          <span class="s">u&#39;name&#39;</span>      <span class="p">:</span> <span class="s">u&#39;self&#39;</span><span class="p">}</span>
+    <span class="n">request</span><span class="o">.</span><span class="n">properties</span> <span class="o">=</span> <span class="p">{</span><span class="s1">u&#39;operation&#39;</span> <span class="p">:</span> <span class="s1">u&#39;DISCOVER-MGMT-NODES&#39;</span><span class="p">,</span>
+                          <span class="s1">u&#39;type&#39;</span>      <span class="p">:</span> <span class="s1">u&#39;org.amqp.management&#39;</span><span class="p">,</span>
+                          <span class="s1">u&#39;name&#39;</span>      <span class="p">:</span> <span class="s1">u&#39;self&#39;</span><span class="p">}</span>
 
     <span class="n">messenger</span><span class="o">.</span><span class="n">put</span><span class="p">(</span><span class="n">request</span><span class="p">)</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">send</span><span class="p">()</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">recv</span><span class="p">()</span>
     <span class="n">messenger</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">response</span><span class="p">)</span>
 
-    <span class="k">print</span> <span class="s">&quot;Response: </span><span class="si">%r</span><span class="s">&quot;</span> <span class="o">%</span> <span class="n">response</span><span class="o">.</span><span class="n">body</span>
+    <span class="k">print</span> <span class="s2">&quot;Response: </span><span class="si">%r</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">response</span><span class="o">.</span><span class="n">body</span>
 
     <span class="n">messenger</span><span class="o">.</span><span class="n">stop</span><span class="p">()</span>
 

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/book.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/book.html.in b/input/releases/qpid-dispatch-0.5/book/book.html.in
index 451f6a3..e90a9bf 100644
--- a/input/releases/qpid-dispatch-0.5/book/book.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/book.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="qpid-dispatch-router-book">
 <h1>Qpid Dispatch Router Book<a class="headerlink" href="#qpid-dispatch-router-book" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/client_compatibility.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/client_compatibility.html.in b/input/releases/qpid-dispatch-0.5/book/client_compatibility.html.in
index 1b76189..95ba509 100644
--- a/input/releases/qpid-dispatch-0.5/book/client_compatibility.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/client_compatibility.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="client-compatibility">
 <h1>3.1. Client Compatibility<a class="headerlink" href="#client-compatibility" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/default_config.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/default_config.html.in b/input/releases/qpid-dispatch-0.5/book/default_config.html.in
index c89827e..edbf413 100644
--- a/input/releases/qpid-dispatch-0.5/book/default_config.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/default_config.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="configuration">
 <h1>2.1. Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/introduction.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/introduction.html.in b/input/releases/qpid-dispatch-0.5/book/introduction.html.in
index 1fe1e81..45dbc25 100644
--- a/input/releases/qpid-dispatch-0.5/book/introduction.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/introduction.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="introduction">
 <h1>1. Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/link_routing.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/link_routing.html.in b/input/releases/qpid-dispatch-0.5/book/link_routing.html.in
index ffbe05c..9df5dd6 100644
--- a/input/releases/qpid-dispatch-0.5/book/link_routing.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/link_routing.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="link-routing">
 <h1>2.4. Link Routing<a class="headerlink" href="#link-routing" title="Permalink to this headline">.</a></h1>
@@ -20,7 +19,7 @@ network to a queue on a remote broker and use link credit to control
 the flow of messages from the broker.</p>
 <p>Why would one want to do this?  One reason is to provide client
 isolation.  A network like the following can be deployed:</p>
-<div class="highlight-python"><pre>                Public Network
+<div class="highlight-python"><div class="highlight"><pre><span></span>                Public Network
                +-----------------+
                |      +-----+    |
                | B1   | Rp  |    |
@@ -38,7 +37,8 @@ isolation.  A network like the following can be deployed:</p>
 |         +-----+ |           | +-----+         |
 |                 |           |                 |
 |                 |           |                 |
-+-----------------+           +-----------------+</pre>
++-----------------+           +-----------------+
+</pre></div>
 </div>
 <p>The clients in Private Net B can be constrained (by firewall policy)
 to only connect to the Router in their own network.  Using
@@ -61,22 +61,24 @@ message-router network between them.</p>
 configured to support the example described above?</p>
 <p>First, router Ra needs to be told how to make a connection to the
 broker B2:</p>
-<div class="highlight-python"><pre>connector {
+<div class="highlight-python"><div class="highlight"><pre><span></span>connector {
     name: broker
     role: on-demand
     addr: &lt;B2-url&gt;
     port: &lt;B2-port&gt;
     sasl-mechanisms: ANONYMOUS
-}</pre>
+}
+</pre></div>
 </div>
 <p>This <em>on-demand</em> connector tells the router how to connect to an
 external AMQP container when it is needed.  The name &#8220;broker&#8221; will be
 used later to refer to this connection.</p>
 <p>Now, the router must be configured to route certain addresses to B2:</p>
-<div class="highlight-python"><pre>linkRoutePattern {
+<div class="highlight-python"><div class="highlight"><pre><span></span>linkRoutePattern {
     prefix: b2.
     connector: broker
-}</pre>
+}
+</pre></div>
 </div>
 <p>The linkRoutePattern tells router Ra that any sender or receiver that
 is attached with a target or source (respectively) whos address begins
@@ -89,9 +91,10 @@ link-routes to the &#8220;b2.&#8221; prefix.  This means that sender or receiver
 links attached to Rb or Rp will be routed via the shortest path to Ra
 where they are then routed outbound to the broker B2.</p>
 <p>On Rp and Rb, it is advisable to add the following configuration:</p>
-<div class="highlight-python"><pre>linkRoutePattern {
+<div class="highlight-python"><div class="highlight"><pre><span></span>linkRoutePattern {
     prefix: b2.
-}</pre>
+}
+</pre></div>
 </div>
 <p>This configuration tells the routers that link-routing is intended to
 be available for targets and sources starting with &#8220;b2.&#8221;.  This is

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/schema.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/schema.html.in b/input/releases/qpid-dispatch-0.5/book/schema.html.in
index e8216eb..ba75ecb 100644
--- a/input/releases/qpid-dispatch-0.5/book/schema.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/schema.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="management-schema">
 <h1>3.4. Management Schema<a class="headerlink" href="#management-schema" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/technical_details.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/technical_details.html.in b/input/releases/qpid-dispatch-0.5/book/technical_details.html.in
index 9bdb52b..19684bb 100644
--- a/input/releases/qpid-dispatch-0.5/book/technical_details.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/technical_details.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="technical-details-and-specifications">
 <h1>3. Technical Details and Specifications<a class="headerlink" href="#technical-details-and-specifications" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/tools.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/tools.html.in b/input/releases/qpid-dispatch-0.5/book/tools.html.in
index 9540b50..6bdf98f 100644
--- a/input/releases/qpid-dispatch-0.5/book/tools.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/tools.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="tools">
 <h1>2.2. Tools<a class="headerlink" href="#tools" title="Permalink to this headline">.</a></h1>
@@ -46,18 +45,22 @@ are attached to other routers in a network of routbers.</td>
 to not only view but modify the configuration of a running dispatch
 router.</p>
 <p>For example you can query all the connection entities in the router:</p>
-<div class="highlight-python"><pre>$ qdmanage query --type connection</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage query --type connection
+</pre></div>
 </div>
 <p>To enable logging debug and higher level messages by default:</p>
-<div class="highlight-python"><pre>$ qdmanage update log/DEFAULT enable=debug+</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage update log/DEFAULT enable=debug+
+</pre></div>
 </div>
 <p>In fact, everything that can be configured in the configuration file can
 also be created in a running router via management. For example to
 create a new listener in a running router:</p>
-<div class="highlight-python"><pre>$ qdmanage create type=listener port=5555</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage create type=listener port=5555
+</pre></div>
 </div>
 <p>Now you can connect to port 5555, for exampple:</p>
-<div class="highlight-python"><pre>$ qdmanage query -b localhost:5555 --type listener</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>$ qdmanage query -b localhost:5555 --type listener
+</pre></div>
 </div>
 <p>For complete details see the <cite>qdmanage(8)</cite> man page and the output of
 <cite>qdmanage &#8211;help</cite>. Also for details of what can be configured see the

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/book/using.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/book/using.html.in b/input/releases/qpid-dispatch-0.5/book/using.html.in
index 0a8700f..9cf839f 100644
--- a/input/releases/qpid-dispatch-0.5/book/using.html.in
+++ b/input/releases/qpid-dispatch-0.5/book/using.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="using-qpid-dispatch">
 <h1>2. Using Qpid Dispatch<a class="headerlink" href="#using-qpid-dispatch" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/index.md
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/index.md b/input/releases/qpid-dispatch-0.5/index.md
index 1fb2f9f..66719a0 100644
--- a/input/releases/qpid-dispatch-0.5/index.md
+++ b/input/releases/qpid-dispatch-0.5/index.md
@@ -17,18 +17,11 @@
 ;; under the License.
 ;;
 
-<script type="text/javascript">
-  _deferredFunctions.push(function() {
-      if ("0.5" === "{{current_dispatch_release}}") {
-          _modifyCurrentReleaseLinks();
-      }
-  });
-</script>
-
 # Qpid Dispatch 0.5
 
 Dispatch is a lightweight AMQP message router library. More about
-[Qpid Dispatch]({{site_url}}/components/dispatch-router/index.html).
+[Qpid
+Dispatch]({{site_url}}/components/dispatch-router/index.html).
 
 For a detailed list of the changes in this release, see the [release
 notes](release-notes.html).
@@ -36,33 +29,38 @@ notes](release-notes.html).
 ## Downloads
 
 It's important to [verify the
-integrity]({{site_url}}/download.html#verify-what-you-download) of the
-files you download.
+integrity]({{site_url}}/download.html#verify-what-you-download) of
+the files you download.
 
-| Content | Download | Signature |
-| ------- | -------- | --------- |
+| Content | Download | Verify |
+|---------|----------|--------|
 | Dispatch router | [qpid-dispatch-0.5.tar.gz](http://archive.apache.org/dist/qpid/dispatch/0.5/qpid-dispatch-0.5.tar.gz) | [PGP](http://archive.apache.org/dist/qpid/dispatch/0.5/qpid-dispatch-0.5.tar.gz.asc) |
 
-
 ## Documentation
 
+
 <div class="two-column" markdown="1">
-<div class="column" markdown="1">
-- [Installing Qpid Dispatch](https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README)
-- [Dispatch router book](book/book.html)
-</div>
-<div class="column" markdown="1">
-- [qdrouterd](man/qdrouterd.html) - Router daemon
-- [qdrouterd.conf](man/qdrouterd.conf.html) - Daemon configuration
-- [qdstat](man/qdstat.html) - Get router statistics
-- [qdmanage](man/qdmanage.html) - Manage the router
-</div>
-</div>
 
+ - [Installing Qpid Dispatch](https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb=0.5)
+ - [Dispatch router book](book/book.html)
+ - [qdrouterd](man/qdrouterd.html) - Router daemon
+ - [qdrouterd.conf](man/qdrouterd.conf.html) - Daemon configuration
+ - [qdstat](man/qdstat.html) - Get router statistics
+ - [qdmanage](man/qdmanage.html) - Manage the router
+
+</div>
 
 
 ## More information
 
  - [All release artefacts](http://archive.apache.org/dist/qpid/dispatch/0.5)
- - [Resolved issues in JIRA](https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH+AND+fixVersion+%3D+%270.5%27+ORDER+BY+priority+DESC)
+ - [Resolved issues in JIRA](https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH+AND+fixVersion+%3D+%270.5%27+AND+resolution+%3D+%27fixed%27+ORDER+BY+priority+DESC)
  - [Source repository tag](https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git/tree/refs/tags/0.5)
+
+<script type="text/javascript">
+  _deferredFunctions.push(function() {
+      if ("0.5" === "{{current_dispatch_release}}") {
+          _modifyCurrentReleaseLinks();
+      }
+  });
+</script>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/man/qdmanage.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/man/qdmanage.html.in b/input/releases/qpid-dispatch-0.5/man/qdmanage.html.in
index 57c6323..6700ce9 100644
--- a/input/releases/qpid-dispatch-0.5/man/qdmanage.html.in
+++ b/input/releases/qpid-dispatch-0.5/man/qdmanage.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="qdmanage-manual-page">
 <h1>qdmanage manual page<a class="headerlink" href="#qdmanage-manual-page" title="Permalink to this headline">.</a></h1>
@@ -73,17 +72,17 @@ formatted output.</dd>
 <p>&#8211;identity=ID
 :   Identity of entity to operate on.</p>
 <p>&#8211;indent=INDENT
-:   Pretty-printing indent. -1 means don&#8217;t pretty-print</p>
+:   Pretty-printing indent. -1 means don&#8217;t pretty-print (default 2)</p>
 <p>&#8211;stdin
-:   Read attributes as JSON map or list of maps from</p>
+:   Read attributes as JSON map or list of maps from stdin.</p>
 <p>&#8211;body=BODY
-:   JSON value to use as body of a non-standard operation</p>
+:   JSON value to use as body of a non-standard operation call.</p>
 <p>&#8211;properties=PROPERTIES
 :   JSON map to use as properties for a non-standard operation call.</p>
 <div class="section" id="connection-options">
 <h3>Connection Options<a class="headerlink" href="#connection-options" title="Permalink to this headline">.</a></h3>
 <p>-b URL, &#8211;bus=URL
-:   URL of the messaging bus to connect to (default</p>
+:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
 <p>-r ROUTER-ID, &#8211;router=ROUTER-ID
 :   Router to be queried</p>
 <p>-t SECS, &#8211;timeout=SECS
@@ -110,20 +109,25 @@ formatted output.</dd>
 <div class="section" id="examples">
 <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">.</a></h2>
 <p>Show the logging configuration</p>
-<div class="highlight-python"><pre>qdmanage query --type=log</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage query --type=log
+</pre></div>
 </div>
 <p>Enable debug and higher log messages by default:</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/DEFAULT enable=debug+</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/DEFAULT enable=debug+
+</pre></div>
 </div>
 <p>Enable trace log messages only for the MESSAGE moudle and direct MESSAGE
 logs to the file &#8220;test.log&#8221;</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/MESSAGE enable=trace output=test.log</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=trace output=test.log
+</pre></div>
 </div>
 <p>Set MESSAGE logging back to the default:</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/MESSAGE enable=default</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=default
+</pre></div>
 </div>
 <p>Disable MESSAGE logging:</p>
-<div class="highlight-python"><pre>qdmanage udpdate name=log/MESSAGE enable=none</pre>
+<div class="highlight-python"><div class="highlight"><pre><span></span>qdmanage udpdate name=log/MESSAGE enable=none
+</pre></div>
 </div>
 </div>
 <div class="section" id="see-also">

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html.in b/input/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html.in
index 45e32de..4273c1c 100644
--- a/input/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html.in
+++ b/input/releases/qpid-dispatch-0.5/man/qdrouterd.conf.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="qdrouterd-conf-manual-page">
 <h1>qdrouterd.conf manual page<a class="headerlink" href="#qdrouterd-conf-manual-page" title="Permalink to this headline">.</a></h1>
@@ -10,11 +9,12 @@
 <div class="section" id="description">
 <h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">.</a></h2>
 <p>The configuration file is made up of sections with this syntax:</p>
-<div class="highlight-python"><pre>SECTION-NAME {
+<div class="highlight-python"><div class="highlight"><pre><span></span>SECTION-NAME {
     ATTRIBUTE-NAME: ATTRIBUTE-VALUE
     ATTRIBUTE-NAME: ATTRIBUTE-VALUE
     ...
-}</pre>
+}
+</pre></div>
 </div>
 <p>There are two types of sections:</p>
 <p><em>Configuration sections</em> correspond to configuration entities. They can be queried and
@@ -25,7 +25,7 @@ one or more entity sections.</p>
 that can be included in multiple &#8220;listener&#8221; entities. Here&#8217;s an example, note
 how the &#8216;ssl-profile&#8217; attribute of &#8216;listener&#8217; sections references the &#8216;name&#8217;
 attribute of &#8216;ssl-profile&#8217; sections.</p>
-<div class="highlight-python"><pre>ssl-profile {
+<div class="highlight-python"><div class="highlight"><pre><span></span>ssl-profile {
     name: ssl-profile-one
     cert-db: ca-certificate-1.pem
     cert-file: server-certificate-1.pem
@@ -37,7 +37,8 @@ listener {
     addr: 0.0.0.0
     port: 20102
     sasl-mechanisms: ANONYMOUS
-}</pre>
+}
+</pre></div>
 </div>
 </div>
 <div class="section" id="annotation-sections">

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/man/qdrouterd.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/man/qdrouterd.html.in b/input/releases/qpid-dispatch-0.5/man/qdrouterd.html.in
index 6d936ed..e45fe2c 100644
--- a/input/releases/qpid-dispatch-0.5/man/qdrouterd.html.in
+++ b/input/releases/qpid-dispatch-0.5/man/qdrouterd.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="qdrouterd-manual-page">
 <h1>qdrouterd manual page<a class="headerlink" href="#qdrouterd-manual-page" title="Permalink to this headline">.</a></h1>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/man/qdstat.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/man/qdstat.html.in b/input/releases/qpid-dispatch-0.5/man/qdstat.html.in
index 80a9a68..0be3ace 100644
--- a/input/releases/qpid-dispatch-0.5/man/qdstat.html.in
+++ b/input/releases/qpid-dispatch-0.5/man/qdstat.html.in
@@ -1,5 +1,4 @@
 
-
   
   <div class="section" id="qdstat-manual-page">
 <h1>qdstat manual page<a class="headerlink" href="#qdstat-manual-page" title="Permalink to this headline">.</a></h1>
@@ -40,7 +39,7 @@ as memory use.</p>
 <div class="section" id="connection-options">
 <h3>Connection Options<a class="headerlink" href="#connection-options" title="Permalink to this headline">.</a></h3>
 <p>-b URL, &#8211;bus=URL
-:   URL of the messaging bus to connect to (default</p>
+:   URL of the messaging bus to connect to (default 0.0.0.0)</p>
 <p>-r ROUTER-ID, &#8211;router=ROUTER-ID
 :   Router to be queried</p>
 <p>-t SECS, &#8211;timeout=SECS

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/input/releases/qpid-dispatch-0.5/release-notes.md
----------------------------------------------------------------------
diff --git a/input/releases/qpid-dispatch-0.5/release-notes.md b/input/releases/qpid-dispatch-0.5/release-notes.md
index 58ba49e..7cf9431 100644
--- a/input/releases/qpid-dispatch-0.5/release-notes.md
+++ b/input/releases/qpid-dispatch-0.5/release-notes.md
@@ -20,7 +20,8 @@
 # Qpid Dispatch 0.5 Release Notes
 
 Dispatch is a lightweight AMQP message router library. More about
-[Qpid Dispatch]({{site_url}}/components/dispatch-router/index.html).
+[Qpid
+Dispatch]({{site_url}}/components/dispatch-router/index.html).
 
 For more information about this release, including download links and
 documentation, see the [release overview](index.html).
@@ -33,6 +34,7 @@ documentation, see the [release overview](index.html).
  - [DISPATCH-101](https://issues.apache.org/jira/browse/DISPATCH-101) - Create a field iterator that is specific to handling address fields
  - [DISPATCH-121](https://issues.apache.org/jira/browse/DISPATCH-121) - Allow pool allocation to be switched for plain allocation at build time.
  - [DISPATCH-123](https://issues.apache.org/jira/browse/DISPATCH-123) - Separate target to build documentation.
+ - [DISPATCH-135](https://issues.apache.org/jira/browse/DISPATCH-135) - Move the qd_delivery_t functionality into the router node
  - [DISPATCH-136](https://issues.apache.org/jira/browse/DISPATCH-136) - qdstat -n doesn't show the local router in the list
  - [DISPATCH-145](https://issues.apache.org/jira/browse/DISPATCH-145) - Add identifying information to the properties map of the Open performative
  - [DISPATCH-149](https://issues.apache.org/jira/browse/DISPATCH-149) - Properly handle different detach/close scenarios for links

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/885fb7e3/scripts/gen-dispatch-release-books
----------------------------------------------------------------------
diff --git a/scripts/gen-dispatch-release-books b/scripts/gen-dispatch-release-books
index 747422b..2a2b5e8 100755
--- a/scripts/gen-dispatch-release-books
+++ b/scripts/gen-dispatch-release-books
@@ -22,6 +22,7 @@ import os
 from generate import *
 
 def copy_image_files(from_dir, to_dir):
+    if not is_dir(from_dir): return
     image_files = list_dir(from_dir, "*")
 
     if image_files:


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