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

svn commit: r1663084 - in /qpid/site: docs/components/dispatch-router/index.html input/components/dispatch-router/index.md

Author: jross
Date: Sun Mar  1 12:00:40 2015
New Revision: 1663084

URL: http://svn.apache.org/r1663084
Log:
QPID-6334: Correct the install doc URL; adjust some language and punctuation for consistency

Modified:
    qpid/site/docs/components/dispatch-router/index.html
    qpid/site/input/components/dispatch-router/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=1663084&r1=1663083&r2=1663084&view=diff
==============================================================================
--- qpid/site/docs/components/dispatch-router/index.html (original)
+++ qpid/site/docs/components/dispatch-router/index.html Sun Mar  1 12:00:40 2015
@@ -116,7 +116,7 @@
 <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
+brokers or other AMQP-enabled services.  More about
 <a href="overview.html">Dispatch Router</a>.</p>
 
 </div>
@@ -127,8 +127,8 @@ brokers or other AMQP enabled services.
 <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>
+<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>
@@ -139,7 +139,7 @@ brokers or other AMQP enabled services.
 
 <ul>
 <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>
+<li><a href="http://svn.apache.org/repos/asf/qpid/dispatch/branches/0.3/README">Installing Qpid Dispatch</a></li>
 </ul>
 
 </div>
@@ -164,7 +164,9 @@ brokers or other AMQP enabled services.
 <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>
+<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></li>
+<li><a href="http://www.apache.org/dist/qpid/dispatch/0.3/qpid-dispatch-0.3.tar.gz.asc">PGP signature</a></li>
+<li><a href="http://www.apache.org/dist/qpid/dispatch/0.3/SHA1SUM">SHA1 checksum</a></li>
 </ul>
 
 <h2 id="releases">Releases</h2>
@@ -172,24 +174,23 @@ brokers or other AMQP enabled services.
 <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>
+<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>
+<li><a href="https://svn.apache.org/repos/asf/qpid/dispatch">Subversion repository</a></li>
+<li><a href="git://git.apache.org/dispatch">Read-only Git mirror URL</a></li>
 </ul>
 
 <h2 id="issues">Issues</h2>
 
 <ul>
-<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><form id="-jira-goto-form">Go to issue <input name="jira" value="DISPATCH-"/></form></li>
+<li><a href="http://issues.apache.org/jira/browse/DISPATCH">JIRA project page</a></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=1663084&r1=1663083&r2=1663084&view=diff
==============================================================================
--- qpid/site/input/components/dispatch-router/index.md (original)
+++ qpid/site/input/components/dispatch-router/index.md Sun Mar  1 12:00:40 2015
@@ -25,7 +25,7 @@
 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
+brokers or other AMQP-enabled services.  More about
 [Dispatch Router](overview.html).
 </div>
 
@@ -34,8 +34,8 @@ brokers or other AMQP enabled services.
  - 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.
+ - Run-time configuration and query via management tools
+ - Full support for the draft AMQP management specification
 
 ## Documentation
 
@@ -43,13 +43,16 @@ brokers or other AMQP enabled services.
 <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)
+ - [Installing Qpid Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/branches/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>
@@ -58,26 +61,26 @@ brokers or other AMQP enabled services.
 
 ## Download
 
-- [qpid-dispatch-@current-dispatch-release@.tar.gz](http://www.apache.org/dyn/closer.cgi/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@current-dispatch-release@.tar.gz) \[[ASC](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@current-dispatch-release@.tar.gz.asc), [SHA1](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/SHA1SUM)]
+ - [qpid-dispatch-@current-dispatch-release@.tar.gz](http://www.apache.org/dyn/closer.cgi/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@current-dispatch-release@.tar.gz)
+ - [PGP signature](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@current-dispatch-release@.tar.gz.asc)
+ - [SHA1 checksum](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/SHA1SUM)
 
 ## Releases
 
-- @current-dispatch-release-link@
-- [Past releases](@site-url@/releases/index.html#past-releases)
-- [Work in progress](@site-url@/releases/qpid-dispatch-trunk/index.html).
-
-
+ - @current-dispatch-release-link@
+ - [Past releases](@site-url@/releases/index.html#past-releases)
+ - [Work in progress](@site-url@/releases/qpid-dispatch-trunk/index.html)
 
 ## Source code
-- [SVN repository](http://svn.apache.org/repos/asf/qpid/dispatch)
-- Read-only GIT mirror:
-  git://git.apache.org/dispatch
+
+ - [Subversion repository](https://svn.apache.org/repos/asf/qpid/dispatch)
+ - [Read-only Git mirror URL](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)
+ - <form id="-jira-goto-form">Go to issue <input name="jira" value="DISPATCH-"/></form>
+ - [JIRA project page](http://issues.apache.org/jira/browse/DISPATCH)
 
 </div>



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