Author: aconway
Date: Thu Feb 12 16:47:14 2015
New Revision: 1659312

URL: http://svn.apache.org/r1659312
Log:
Updates to dispatch web pages.

- Documentation links follow the pattern of other components (c++ broker 
specifically)
- Component page re-styled like proton component page.
- Removed mention of dispatch library except on trunk page, API doc linked but 
marked "Experimental".


Added:
    qpid/site/docs/components/dispatch-router/overview.html
    qpid/site/input/components/dispatch-router/overview.md
Modified:
    qpid/site/docs/components/dispatch-router/index.html
    qpid/site/docs/documentation.html
    qpid/site/docs/releases/qpid-dispatch-0.3/index.html
    qpid/site/docs/releases/qpid-dispatch-trunk/index.html
    qpid/site/input/components/dispatch-router/index.md
    qpid/site/input/documentation.md
    qpid/site/input/releases/qpid-dispatch-0.3/index.md
    qpid/site/input/releases/qpid-dispatch-trunk/index.md

Modified: qpid/site/docs/components/dispatch-router/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/dispatch-router/index.html?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/docs/components/dispatch-router/index.html (original)
+++ qpid/site/docs/components/dispatch-router/index.html Thu Feb 12 16:47:14 
2015
@@ -107,100 +107,89 @@
 
       <div id="-middle" class="panel">
         <ul id="-path-navigation"><li><a 
href="/components/index.html">Components</a></li><li>Dispatch Router</li></ul>
-        <h1 id="dispatch-router">Dispatch Router</h1>
+        <div id="-left-column">
 
-<p>A lightweight message router, written in C and built on
-<a href="/proton/index.html">Qpid Proton</a>, that provides flexible
-and scalable interconnect between AMQP endpoints or between endpoints
-and brokers.</p>
-
-<table>
-<tbody>
-<tr><td><em>Platforms</em></td><td>Linux</td></tr>
-<tr><td><em>AMQP versions</em></td><td>1.0</td></tr>
-<tr><td><em>Download</em></td><td><a 
href="http://www.apache.org/dyn/closer.cgi/qpid/dispatch/0.3/qpid-dispatch-0.3.tar.gz";>qpid-dispatch-0.3.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/qpid/dispatch/0.3/qpid-dispatch-0.3.tar.gz.asc";>ASC</a>,
 <a 
href="http://www.apache.org/dist/qpid/dispatch/0.3/SHA1SUM";>SHA1</a>]</td></tr>
-<tr><td><em>Source location</em></td><td><a 
href="http://svn.apache.org/repos/asf/qpid/dispatch/trunk/";>http://svn.apache.org/repos/asf/qpid/dispatch/trunk/</a></td></tr>
-</tbody>
-</table>
-
-<h2 id="overview">Overview</h2>
-
-<p>The Dispatch router is an AMQP router that provides advanced interconnect 
for AMQP.
-It is <em>not</em> a broker.  It will never assume ownership of a message.  It 
will,
-however, propagate settlement and disposition across a network such that 
delivery
-guarantees are met.</p>
-
-<p>The router is meant to be deployed in topologies of multiple routers, 
preferably with
-redundant paths.  It uses link-state routing protocols and algorithms (similar 
to OSPF
-or IS-IS from the networking world) to calculate the best path from every 
point to
-every other point and to recover quickly from failures.  It does not need to 
use
-clustering for high availability; rather, it relies on redundant paths to 
provide
-continued connectivity in the face of system or network failure.</p>
-
-<p>A messaging client can make a single AMQP connection into a messaging bus 
built of
-Dispatch routers and, over that connection, exchange messages with one or more 
message
-brokers, and at the same time exchange messages directly with other endpoints 
without
-involving a broker at all.</p>
-
-<h2 id="benefits">Benefits</h2>
-
-<ul>
-<li>Simplifies connectivity
-<ul>
-<li>An endpoint can do all of its messaging through a single transport 
connection</li>
-<li>Avoid opening holes in firewalls for incoming connections</li>
-</ul></li>
-<li>Simplifies reliability
-<ul>
-<li>Reliability and availability are provided using redundant topology, not 
server clustering</li>
-<li>Reliable end-to-end messaging without persistent stores</li>
-<li>Use a message broker only when you need store-and-forward semantics</li>
-</ul></li>
-</ul>
+<h1 id="dispatch-router">Dispatch Router</h1>
+
+<div class="feature">
+
+<p>A high-performance, lightweight AMQP 1.0 message router, written in C and 
built
+on <a href="/proton/index.html">Qpid Proton</a>. It provides flexible and
+scalable interconnect between any AMQP endpoints, whether they be clients,
+brokers or other AMQP enabled services.  More about
+<a href="overview.html">Dispatch Router</a>.</p>
+
+</div>
 
 <h2 id="features">Features</h2>
 
+<ul>
+<li>Arbitrary topology - no restrictions on redundancy</li>
+<li>Automatic re-routing when topology changes</li>
+<li>Configurable addressing semantics</li>
+<li>Run-time configuration and query via management tools.</li>
+<li>Full support for the draft AMQP management specification.</li>
+</ul>
+
+<h2 id="documentation">Documentation</h2>
+
 <div class="two-column">
 
+<div class="column">
+
 <ul>
-<li>Supports arbitrary topology - no restrictions on redundancy</li>
-<li>Automatic route computation - adjusts quickly to changes in topology</li>
-<li>Configurable addressing semantics</li>
+<li><a href="/releases/qpid-dispatch-0.3/book.html">Dispatch router book</a> 
(<a href="/releases/qpid-dispatch-0.3/book.pdf">PDF</a>)</li>
+<li><a 
href="http://svn.apache.org/repos/asf/qpid/dispatch/0.3/README";>Installing Qpid 
Dispatch</a></li>
 </ul>
 
 </div>
 
-<h2 id="documentation">Documentation</h2>
+<div class="column">
 
 <ul>
-<li><a href="/releases/qpid-dispatch-0.3/index.html">Current release</a></li>
-<li><a href="/releases/index.html#past-releases">Past releases</a> </li>
-<li><a href="/releases/qpid-dispatch-trunk/index.html">Work in 
progress</a></li>
+<li><a href="/releases/qpid-dispatch-0.3/qdrouterd.8.html">qdrouterd</a> - 
Router daemon</li>
+<li><a 
href="/releases/qpid-dispatch-0.3/qdrouterd.conf.5.html">qdrouterd.conf</a> - 
Daemon configuration</li>
+<li><a href="/releases/qpid-dispatch-0.3/qdstat.8.html">qdstat</a> - Get 
router statistics</li>
+<li><a href="/releases/qpid-dispatch-0.3/qdmanage.8.html">qdmanage</a> - 
Manage the router</li>
 </ul>
 
-<h2 id="issues">Issues</h2>
+</div>
 
-<p>For more information about finding and reporting bugs, see
-<a href="/issues.html">Qpid issues</a>.</p>
+</div>
 
-<div class="indent">
-  <form id="jira-search-form">
-    <input type="hidden" name="jql" value="project = QPID and component = 
'Qpid Dispatch' and text ~ '{}' order by updatedDate desc"/>
-    <input type="text" name="text"/>
-    <button type="submit">Search</button>
-  </form>
 </div>
 
-<div class="two-column">
+<div id="-right-column">
+
+<h2 id="download">Download</h2>
+
+<ul>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/qpid/dispatch/0.3/qpid-dispatch-0.3.tar.gz";>qpid-dispatch-0.3.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/qpid/dispatch/0.3/qpid-dispatch-0.3.tar.gz.asc";>ASC</a>,
 <a href="http://www.apache.org/dist/qpid/dispatch/0.3/SHA1SUM";>SHA1</a>]</li>
+</ul>
+
+<h2 id="releases">Releases</h2>
+
+<ul>
+<li><a href="/releases/qpid-dispatch-0.3/index.html">Qpid Dispatch 0.3</a></li>
+<li><a href="/releases/index.html#past-releases">Past releases</a></li>
+<li><a href="/releases/qpid-dispatch-trunk/index.html">Work in 
progress</a>.</li>
+</ul>
+
+<h2 id="source-code">Source code</h2>
+
+<ul>
+<li><a href="http://svn.apache.org/repos/asf/qpid/dispatch";>SVN 
repository</a></li>
+<li>Read-only GIT mirror:
+git://git.apache.org/dispatch</li>
+</ul>
+
+<h2 id="issues">Issues</h2>
 
 <ul>
-<li><a 
href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+EMPTY+and+issuetype+%3D+%22Bug%22+and+project+%3D+%22DISPATCH%22";>Open
 bugs</a></li>
-<li><a 
href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+%22Fixed%22+and+issuetype+%3D+%22Bug%22+and+project+%3D+%22DISPATCH%22";>Fixed
 bugs</a></li>
-<li><a 
href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+EMPTY+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+project+%3D+%22DISPATCH%22";>Requested
 enhancements</a></li>
-<li><a 
href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+%22Fixed%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+project+%3D+%22DISPATCH%22";>Completed
 enhancements</a></li>
+<li><a href="http://issues.apache.org/jira/browse/DISPATCH";>Main issues 
page</a></li>
+<li><form id="-jira-goto-form">Go to issue <input name="jira" 
value="DISPATCH-"/></form></li>
 <li><a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&amp;issuetype=1&amp;summary=[Enter%20a%20brief%20description]&amp;priority=3";>Report
 a bug</a></li>
 <li><a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&amp;issuetype=4&amp;summary=[Enter%20a%20brief%20description]&amp;priority=3";>Request
 an enhancement</a></li>
-<li><a href="http://issues.apache.org/jira/browse/DISPATCH";>Jira summary 
page</a></li>
 </ul>
 
 </div>

Added: qpid/site/docs/components/dispatch-router/overview.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/dispatch-router/overview.html?rev=1659312&view=auto
==============================================================================
--- qpid/site/docs/components/dispatch-router/overview.html (added)
+++ qpid/site/docs/components/dispatch-router/overview.html Thu Feb 12 16:47:14 
2015
@@ -0,0 +1,171 @@
+<!DOCTYPE html>
+<!--
+ -
+ - Licensed to the Apache Software Foundation (ASF) under one
+ - or more contributor license agreements.  See the NOTICE file
+ - distributed with this work for additional information
+ - regarding copyright ownership.  The ASF licenses this file
+ - to you under the Apache License, Version 2.0 (the
+ - "License"); you may not use this file except in compliance
+ - with the License.  You may obtain a copy of the License at
+ -
+ -   http://www.apache.org/licenses/LICENSE-2.0
+ -
+ - Unless required by applicable law or agreed to in writing,
+ - software distributed under the License is distributed on an
+ - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ - KIND, either express or implied.  See the License for the
+ - specific language governing permissions and limitations
+ - under the License.
+ -
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
+  <head>
+    <title>Overview - Apache Qpid&#8482;</title>
+    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <link rel="stylesheet" href="/site.css" type="text/css" async="async"/>
+    <link rel="stylesheet" href="/deferred.css" type="text/css" defer="defer"/>
+    <script type="text/javascript">var _deferredFunctions = [];</script>
+    <script type="text/javascript" src="/deferred.js" defer="defer"></script>
+    <!--[if lte IE 8]>
+      <link rel="stylesheet" href="/ie.css" type="text/css"/>
+      <script type="text/javascript" src="/html5shiv.js"></script>
+    <![endif]-->
+  </head>
+  <body>
+    <div id="-content">
+      <div id="-top" class="panel">
+        <a id="-menu-link"><img width="16" height="16" 
src="data:image/png;base64," alt="Menu"/></a>
+
+        <a id="-search-link"><img width="22" height="16" 
src="data:image/png;base64," alt="Search"/></a>
+
+        <ul id="-global-navigation">
+          <li><a id="-logotype" href="/index.html">Apache 
Qpid<sup>&#8482;</sup></a></li>
+          <li><a href="/download.html">Download</a></li>
+          <li><a href="/documentation.html">Documentation</a></li>
+          <li><a href="/discussion.html">Discussion</a></li>
+          <li><a href="/issues.html">Issues</a></li>
+          <li><a href="/source-code.html">Source Code</a></li>
+          <li><a href="/resources.html">More Resources</a></li>
+        </ul>
+      </div>
+
+      <div id="-menu" class="panel" style="display: none;">
+        <section>
+          <h3>Project</h3>
+
+          <ul>
+            <li><a href="/overview.html">Overview</a></li>
+            <li><a href="/proton/index.html">Qpid Proton</a></li>
+            <li><a href="/contributors.html">Contributors</a></li>
+            <li><a href="/get-involved.html">Get involved</a></li>
+          </ul>
+        </section>
+
+        <section>
+          <h3>Software</h3>
+
+          <ul>
+            <li><a href="/download.html">Download</a></li>
+            <li><a href="/documentation.html">Documentation</a></li>
+            <li><a href="/components/index.html">Components</a></li>
+            <li><a href="/releases/index.html">Releases</a></li>
+          </ul>
+        </section>
+
+        <section>
+          <h3>Resources</h3>
+
+          <ul>
+            <li><a href="/discussion.html">Discussion</a></li>
+            <li><a href="/issues.html">Issues</a></li>
+            <li><a href="/source-code.html">Source code</a></li>
+            <li><a href="/resources.html">More resources</a></li>
+          </ul>
+        </section>
+
+        <section>
+          <h3>More</h3>
+
+          <ul>
+            <li><a href="/amqp.html">AMQP</a></li>
+            <li><a href="/developer.html">Developer central</a></li>
+            <li><a 
href="https://cwiki.apache.org/confluence/display/qpid/";>Wiki</a></li>
+          </ul>
+        </section>
+      </div>
+
+      <div id="-search" class="panel" style="display: none;">
+        <form action="http://www.google.com/search"; method="get">
+          <input type="hidden" name="sitesearch" value="qpid.apache.org"/>
+          <input type="text" name="q" maxlength="255" autofocus="autofocus" 
tabindex="1"/>
+          <button type="submit">Search</button>
+          <p><a href="/search.html">More ways to search</a></p>
+        </form>
+      </div>
+
+      <div id="-middle" class="panel">
+        <ul id="-path-navigation"><li><a 
href="/components/index.html">Components</a></li><li><a 
href="/components/dispatch-router/index.html">Dispatch 
Router</a></li><li>Overview</li></ul>
+        <h1 id="overview">Overview</h1>
+
+<p>The Dispatch router is an AMQP router that provides advanced interconnect 
for AMQP.
+It is <em>not</em> a broker.  It will never assume ownership of a message.  It 
will,
+however, propagate settlement and disposition across a network such that 
delivery
+guarantees are met.</p>
+
+<p>The router is meant to be deployed in topologies of multiple routers, 
preferably with
+redundant paths.  It uses link-state routing protocols and algorithms (similar 
to OSPF
+or IS-IS from the networking world) to calculate the best path from every 
point to
+every other point and to recover quickly from failures.  It does not need to 
use
+clustering for high availability; rather, it relies on redundant paths to 
provide
+continued connectivity in the face of system or network failure.</p>
+
+<p>A messaging client can make a single AMQP connection into a messaging bus 
built of
+Dispatch routers and, over that connection, exchange messages with one or more 
message
+brokers, and at the same time exchange messages directly with other endpoints 
without
+involving a broker at all.</p>
+
+<h2 id="benefits">Benefits</h2>
+
+<p>Simplifies connectivity</p>
+
+<ul>
+<li>An endpoint can do all of its messaging through a single transport 
connection</li>
+<li>Avoid opening holes in firewalls for incoming connections</li>
+</ul>
+
+<p>Simplifies reliability</p>
+
+<ul>
+<li>Reliability and availability are provided using redundant topology, not 
server clustering</li>
+<li>Reliable end-to-end messaging without persistent stores</li>
+<li>Use a message broker only when you need store-and-forward semantics</li>
+</ul>
+
+
+        <hr/>
+
+        <ul id="-apache-navigation">
+          <li><a href="http://www.apache.org/";>Apache</a></li>
+          <li><a href="http://www.apache.org/licenses/";>License</a></li>
+          <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+          <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks!</a></li>
+          <li><a href="http://www.apache.org/security/";>Security</a></li>
+          <li><a href="http://www.apache.org/";><img id="-apache-feather" 
width="48" height="14" src="data:image/png;base64," alt="Apache"/></a></li>
+        </ul>
+
+        <p id="-legal">
+          Apache Qpid, Messaging built on AMQP; Copyright &#169; 2013
+          The Apache Software Foundation; Licensed under
+          the <a href="http://www.apache.org/licenses/LICENSE-2.0";>Apache
+          License, Version 2.0</a>; Apache Qpid, Qpid, Qpid Proton,
+          Proton, Apache, the Apache feather logo, and the Apache Qpid
+          project logo are trademarks of The Apache Software
+          Foundation; All other marks mentioned may be trademarks or
+          registered trademarks of their respective owners
+        </p>
+      </div>
+    </div>
+  </body>
+</html>

Modified: qpid/site/docs/documentation.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/documentation.html?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/docs/documentation.html (original)
+++ qpid/site/docs/documentation.html Thu Feb 12 16:47:14 2015
@@ -235,7 +235,8 @@ find older versions with our
 <h3 id="dispatch-router">Dispatch router</h3>
 
 <ul>
-<li><a href="/releases/qpid-dispatch-0.3/index.html">Qpid Dispatch 0.3</a></li>
+<li><a href="/components/dispatch-router/index.html">Overview</a></li>
+<li><a href="/releases/qpid-dispatch-0.3/book.html">Dispatch router book</a> 
(<a href="/releases/qpid-dispatch-0.3/book.pdf">PDF</a>)</li>
 </ul>
 
 </section>
@@ -275,13 +276,7 @@ find older versions with our
 <ul>
 <li><a href="/releases/index.html">Past and current releases</a></li>
 <li><a href="/components/index.html">Components</a></li>
-</ul>
-
-<h3 id="work-in-progress">Work in progress</h3>
-
-<ul>
-<li><a href="/releases/qpid-trunk/index.html">Qpid</a></li>
-<li><a href="/releases/qpid-dispatch-trunk/index.html">Dispatch Router</a></li>
+<li>Work in progress: <a href="/releases/qpid-trunk/index.html">Qpid</a>, <a 
href="/releases/qpid-dispatch-trunk/index.html">Dispatch Router</a></li>
 </ul>
 
 

Modified: qpid/site/docs/releases/qpid-dispatch-0.3/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-0.3/index.html?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-0.3/index.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-0.3/index.html Thu Feb 12 16:47:14 
2015
@@ -143,9 +143,8 @@ files you download.</p>
 <div class="column">
 
 <ul>
-<li><a 
href="http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README";>Installing 
Qpid Dispatch</a></li>
 <li><a href="book.html">Dispatch router book</a> (<a 
href="book.pdf">PDF</a>)</li>
-<li><a href="api/index.html">Dispatch library API</a></li>
+<li><a 
href="http://svn.apache.org/repos/asf/qpid/dispatch/0.3/README";>Installing Qpid 
Dispatch</a></li>
 </ul>
 
 </div>
@@ -153,10 +152,10 @@ files you download.</p>
 <div class="column">
 
 <ul>
-<li><a href="qdrouterd.8.html">qdrouterd</a> - The router daemon</li>
-<li><a href="qdrouterd.conf.5.html">qdrouterd.conf</a> - Router daemon 
configuration</li>
-<li><a href="qdstat.8.html">qdstat</a> - Check statistics for a running 
router</li>
-<li><a href="qdmanage.8.html">qdmanage</a> - Check statistics for a running 
router</li>
+<li><a href="qdrouterd.8.html">qdrouterd</a> - Router daemon</li>
+<li><a href="qdrouterd.conf.5.html">qdrouterd.conf</a> - Router 
configuration</li>
+<li><a href="qdstat.8.html">qdstat</a> - Get router statistics</li>
+<li><a href="qdmanage.8.html">qdmanage</a> - Manage the router</li>
 </ul>
 
 </div>

Modified: qpid/site/docs/releases/qpid-dispatch-trunk/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-trunk/index.html?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-trunk/index.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-trunk/index.html Thu Feb 12 16:47:14 
2015
@@ -129,8 +129,8 @@ incomplete.  For a smoother experience,
 
 <ul>
 <li><a 
href="http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README";>Installing 
Qpid Dispatch</a></li>
-<li><a href="book.html">Dispatch router book</a> (<a 
href="book.pdf">PDF</a>)</li>
-<li><a href="api/index.html">Dispatch library API</a></li>
+<li><p><a href="book.html">Dispatch router book</a> (<a 
href="book.pdf">PDF</a>)</p></li>
+<li><p><a href="api/index.html"><em>Dispatch library API 
(Experimental)</em></a> </p></li>
 </ul>
 
 </div>
@@ -138,10 +138,10 @@ incomplete.  For a smoother experience,
 <div class="column">
 
 <ul>
-<li><a href="qdrouterd.8.html">qdrouterd</a> - The router daemon</li>
-<li><a href="qdrouterd.conf.5.html">qdrouterd.conf</a> - Router daemon 
configuration</li>
-<li><a href="qdstat.8.html">qdstat</a> - Check statistics for a running 
router</li>
-<li><a href="qdmanage.8.html">qdmanage</a> - Check statistics for a running 
router</li>
+<li><a href="qdrouterd.8.html">qdrouterd</a> - Router daemon</li>
+<li><a href="qdrouterd.conf.5.html">qdrouterd.conf</a> - Router 
configuration</li>
+<li><a href="qdstat.8.html">qdstat</a> - Get router statistics</li>
+<li><a href="qdmanage.8.html">qdmanage</a> - Manage the router</li>
 </ul>
 
 </div>

Modified: qpid/site/input/components/dispatch-router/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/dispatch-router/index.md?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/input/components/dispatch-router/index.md (original)
+++ qpid/site/input/components/dispatch-router/index.md Thu Feb 12 16:47:14 2015
@@ -6,9 +6,9 @@
 ;; to you under the Apache License, Version 2.0 (the
 ;; "License"); you may not use this file except in compliance
 ;; with the License.  You may obtain a copy of the License at
-;; 
+;;
 ;;   http://www.apache.org/licenses/LICENSE-2.0
-;; 
+;;
 ;; Unless required by applicable law or agreed to in writing,
 ;; software distributed under the License is distributed on an
 ;; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -17,84 +17,67 @@
 ;; under the License.
 ;;
 
+<div id="-left-column" markdown="1">
+
 # Dispatch Router
 
-A lightweight message router, written in C and built on
-[Qpid Proton](@site-url@/proton/index.html), that provides flexible
-and scalable interconnect between AMQP endpoints or between endpoints
-and brokers.
-
-  || *Platforms* || Linux ||
-  || *AMQP versions* || 1.0 ||
-  || *Download* || 
[qpid-dispatch-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@[email protected])
 
\[[ASC](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@[email protected]),
 
[SHA1](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/SHA1SUM)]
 ||
-  || *Source location* ||  
<http://svn.apache.org/repos/asf/qpid/dispatch/trunk/> ||
-  
-## Overview
-
-The Dispatch router is an AMQP router that provides advanced interconnect for 
AMQP.
-It is *not* a broker.  It will never assume ownership of a message.  It will,
-however, propagate settlement and disposition across a network such that 
delivery
-guarantees are met.
-
-The router is meant to be deployed in topologies of multiple routers, 
preferably with
-redundant paths.  It uses link-state routing protocols and algorithms (similar 
to OSPF
-or IS-IS from the networking world) to calculate the best path from every 
point to
-every other point and to recover quickly from failures.  It does not need to 
use
-clustering for high availability; rather, it relies on redundant paths to 
provide
-continued connectivity in the face of system or network failure.
-
-A messaging client can make a single AMQP connection into a messaging bus 
built of
-Dispatch routers and, over that connection, exchange messages with one or more 
message
-brokers, and at the same time exchange messages directly with other endpoints 
without
-involving a broker at all.
-
-## Benefits
-
- - Simplifies connectivity
-   - An endpoint can do all of its messaging through a single transport 
connection
-   - Avoid opening holes in firewalls for incoming connections
- - Simplifies reliability
-   - Reliability and availability are provided using redundant topology, not 
server clustering
-   - Reliable end-to-end messaging without persistent stores
-   - Use a message broker only when you need store-and-forward semantics
+<div class="feature" markdown="1">
+A high-performance, lightweight AMQP 1.0 message router, written in C and built
+on [Qpid Proton](@site-url@/proton/index.html). It provides flexible and
+scalable interconnect between any AMQP endpoints, whether they be clients,
+brokers or other AMQP enabled services.  More about
+[Dispatch Router](overview.html).
+</div>
 
 ## Features
 
-<div class="two-column" markdown="1">
-
- - Supports arbitrary topology - no restrictions on redundancy
- - Automatic route computation - adjusts quickly to changes in topology
+ - Arbitrary topology - no restrictions on redundancy
+ - Automatic re-routing when topology changes
  - Configurable addressing semantics
+ - Run-time configuration and query via management tools.
+ - Full support for the draft AMQP management specification.
 
+## Documentation
+
+<div class="two-column" markdown="1">
+<div class="column" markdown="1">
+
+ - [Dispatch router book](@current-dispatch-release-url@/book.html) 
([PDF](@current-dispatch-release-url@/book.pdf))
+ - [Installing Qpid 
Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/0.3/README)
+</div>
+<div class="column" markdown="1">
+ - [qdrouterd](@current-dispatch-release-url@/qdrouterd.8.html) - Router daemon
+ - [qdrouterd.conf](@current-dispatch-release-url@/qdrouterd.conf.5.html) - 
Daemon configuration
+ - [qdstat](@current-dispatch-release-url@/qdstat.8.html) - Get router 
statistics
+ - [qdmanage](@current-dispatch-release-url@/qdmanage.8.html) - Manage the 
router
+</div>
+</div>
 </div>
 
-## Documentation
+<div id="-right-column" markdown="1">
 
- - [Current release](@current-dispatch-release-url@/index.html)
- - [Past releases](@site-url@/releases/index.html#past-releases) 
- - [Work in progress](@site-url@/releases/qpid-dispatch-trunk/index.html)
+## Download
 
-## Issues
+- 
[qpid-dispatch-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@[email protected])
 
\[[ASC](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@[email protected]),
 
[SHA1](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/SHA1SUM)]
 
-For more information about finding and reporting bugs, see
-[Qpid issues](@site-url@/issues.html).
+## Releases
 
-<div class="indent">
-  <form id="jira-search-form">
-    <input type="hidden" name="jql" value="project = QPID and component = 
'Qpid Dispatch' and text ~ '{}' order by updatedDate desc"/>
-    <input type="text" name="text"/>
-    <button type="submit">Search</button>
-  </form>
-</div>
+- @current-dispatch-release-link@
+- [Past releases](@site-url@/releases/index.html#past-releases)
+- [Work in progress](@site-url@/releases/qpid-dispatch-trunk/index.html).
 
-<div class="two-column" markdown="1">
 
- - [Open 
bugs](http://issues.apache.org/jira/issues/?jql=resolution+%3D+EMPTY+and+issuetype+%3D+%22Bug%22+and+project+%3D+%22DISPATCH%22)
- - [Fixed 
bugs](http://issues.apache.org/jira/issues/?jql=resolution+%3D+%22Fixed%22+and+issuetype+%3D+%22Bug%22+and+project+%3D+%22DISPATCH%22)
- - [Requested 
enhancements](http://issues.apache.org/jira/issues/?jql=resolution+%3D+EMPTY+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+project+%3D+%22DISPATCH%22)
- - [Completed 
enhancements](http://issues.apache.org/jira/issues/?jql=resolution+%3D+%22Fixed%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+project+%3D+%22DISPATCH%22)
+
+## Source code
+- [SVN repository](http://svn.apache.org/repos/asf/qpid/dispatch)
+- Read-only GIT mirror:
+  git://git.apache.org/dispatch
+
+## Issues
+
+ - [Main issues page](http://issues.apache.org/jira/browse/DISPATCH)
+ - <form id="-jira-goto-form">Go to issue <input name="jira" 
value="DISPATCH-"/></form>
  - [Report a 
bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3)
  - [Request an 
enhancement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3)
- - [Jira summary page](http://issues.apache.org/jira/browse/DISPATCH)
 
 </div>

Added: qpid/site/input/components/dispatch-router/overview.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/dispatch-router/overview.md?rev=1659312&view=auto
==============================================================================
--- qpid/site/input/components/dispatch-router/overview.md (added)
+++ qpid/site/input/components/dispatch-router/overview.md Thu Feb 12 16:47:14 
2015
@@ -0,0 +1,31 @@
+# Overview
+
+The Dispatch router is an AMQP router that provides advanced interconnect for 
AMQP.
+It is *not* a broker.  It will never assume ownership of a message.  It will,
+however, propagate settlement and disposition across a network such that 
delivery
+guarantees are met.
+
+The router is meant to be deployed in topologies of multiple routers, 
preferably with
+redundant paths.  It uses link-state routing protocols and algorithms (similar 
to OSPF
+or IS-IS from the networking world) to calculate the best path from every 
point to
+every other point and to recover quickly from failures.  It does not need to 
use
+clustering for high availability; rather, it relies on redundant paths to 
provide
+continued connectivity in the face of system or network failure.
+
+A messaging client can make a single AMQP connection into a messaging bus 
built of
+Dispatch routers and, over that connection, exchange messages with one or more 
message
+brokers, and at the same time exchange messages directly with other endpoints 
without
+involving a broker at all.
+
+## Benefits
+
+Simplifies connectivity
+
+- An endpoint can do all of its messaging through a single transport connection
+- Avoid opening holes in firewalls for incoming connections
+
+Simplifies reliability
+
+- Reliability and availability are provided using redundant topology, not 
server clustering
+- Reliable end-to-end messaging without persistent stores
+- Use a message broker only when you need store-and-forward semantics

Modified: qpid/site/input/documentation.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/documentation.md?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/input/documentation.md (original)
+++ qpid/site/input/documentation.md Thu Feb 12 16:47:14 2015
@@ -103,7 +103,8 @@ find older versions with our
 
 ### Dispatch router
 
- - @current-dispatch-release-link@
+ - [Overview](@site-url@/components/dispatch-router/index.html)
+ - [Dispatch router book](@current-dispatch-release-url@/book.html) 
([PDF](@current-dispatch-release-url@/book.pdf))
 
 </section>
 <section markdown="1">
@@ -134,8 +135,4 @@ find older versions with our
 
  - [Past and current releases](@site-url@/releases/index.html)
  - [Components](@site-url@/components/index.html)
-
-### Work in progress
-
- - [Qpid](@site-url@/releases/qpid-trunk/index.html)
- - [Dispatch Router](@site-url@/releases/qpid-dispatch-trunk/index.html)
+ - Work in progress: [Qpid](@site-url@/releases/qpid-trunk/index.html), 
[Dispatch Router](@site-url@/releases/qpid-dispatch-trunk/index.html)

Modified: qpid/site/input/releases/qpid-dispatch-0.3/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-0.3/index.md?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-0.3/index.md (original)
+++ qpid/site/input/releases/qpid-dispatch-0.3/index.md Thu Feb 12 16:47:14 2015
@@ -47,15 +47,14 @@ files you download.
 
 <div class="two-column" markdown="1">
 <div class="column" markdown="1">
-- [Installing Qpid 
Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README)
 - [Dispatch router book](book.html) ([PDF](book.pdf))
-- [Dispatch library API](api/index.html)
+- [Installing Qpid 
Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/0.3/README)
 </div>
 <div class="column" markdown="1">
-- [qdrouterd](qdrouterd.8.html) - The router daemon
-- [qdrouterd.conf](qdrouterd.conf.5.html) - Router daemon configuration
-- [qdstat](qdstat.8.html) - Check statistics for a running router
-- [qdmanage](qdmanage.8.html) - Check statistics for a running router
+- [qdrouterd](qdrouterd.8.html) - Router daemon
+- [qdrouterd.conf](qdrouterd.conf.5.html) - Router configuration
+- [qdstat](qdstat.8.html) - Get router statistics
+- [qdmanage](qdmanage.8.html) - Manage the router
 </div>
 </div>
 
@@ -66,4 +65,4 @@ files you download.
  - [All release artefacts](http://archive.apache.org/dist/qpid/dispatch/0.3)
  - [Resolved issues in 
JIRA](https://issues.apache.org/jira/issues/?jql=project+%3D+DISPATCH+AND+fixVersion+%3D+%270.3%27+ORDER+BY+priority+DESC)
  - [Source repository 
branch](http://svn.apache.org/repos/asf/qpid/dispatch/branches/0.3)
- - [Source repository 
tag](http://svn.apache.org/repos/asf/qpid/dispatch/tags/0.3)
\ No newline at end of file
+ - [Source repository 
tag](http://svn.apache.org/repos/asf/qpid/dispatch/tags/0.3)

Modified: qpid/site/input/releases/qpid-dispatch-trunk/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-dispatch-trunk/index.md?rev=1659312&r1=1659311&r2=1659312&view=diff
==============================================================================
--- qpid/site/input/releases/qpid-dispatch-trunk/index.md (original)
+++ qpid/site/input/releases/qpid-dispatch-trunk/index.md Thu Feb 12 16:47:14 
2015
@@ -38,13 +38,14 @@ This content was generated at 15:28  on
 <div class="column" markdown="1">
 - [Installing Qpid 
Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README)
 - [Dispatch router book](book.html) ([PDF](book.pdf))
-- [Dispatch library API](api/index.html)
+
+- [*Dispatch library API (Experimental)*](api/index.html) 
 </div>
 <div class="column" markdown="1">
-- [qdrouterd](qdrouterd.8.html) - The router daemon
-- [qdrouterd.conf](qdrouterd.conf.5.html) - Router daemon configuration
-- [qdstat](qdstat.8.html) - Check statistics for a running router
-- [qdmanage](qdmanage.8.html) - Check statistics for a running router
+- [qdrouterd](qdrouterd.8.html) - Router daemon
+- [qdrouterd.conf](qdrouterd.conf.5.html) - Router configuration
+- [qdstat](qdstat.8.html) - Get router statistics
+- [qdmanage](qdmanage.8.html) - Manage the router
 </div>
 </div>
 
@@ -52,4 +53,4 @@ This content was generated at 15:28  on
 
 ## More information
 
-- [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)
\ No newline at end of file
+- [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to