You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/08/24 18:25:57 UTC

svn commit: r1697451 - in /qpid/site: docs/components/dispatch-router/index.html input/components/dispatch-router/index.md scripts/gen-dispatch-release-page

Author: robbie
Date: Mon Aug 24 16:25:57 2015
New Revision: 1697451

URL: http://svn.apache.org/r1697451
Log:
NO-JIRA: update website with the new dispatch git repo and mirror locations, inc scripts for upcoming release

Modified:
    qpid/site/docs/components/dispatch-router/index.html
    qpid/site/input/components/dispatch-router/index.md
    qpid/site/scripts/gen-dispatch-release-page

Modified: qpid/site/docs/components/dispatch-router/index.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/components/dispatch-router/index.html?rev=1697451&r1=1697450&r2=1697451&view=diff
==============================================================================
--- qpid/site/docs/components/dispatch-router/index.html (original)
+++ qpid/site/docs/components/dispatch-router/index.html Mon Aug 24 16:25:57 2015
@@ -135,7 +135,7 @@ they be clients, brokers or other AMQP-e
 
 <ul>
 <li><a href="/releases/qpid-dispatch-0.4/book/book.html">Dispatch router book</a></li>
-<li><a href="http://svn.apache.org/repos/asf/qpid/dispatch/branches/0.4/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.4">Installing Qpid Dispatch</a></li>
 </ul>
 
 </div>
@@ -177,8 +177,8 @@ they be clients, brokers or other AMQP-e
 <h2 id="source-code">Source code</h2>
 
 <ul>
-<li><a href="https://github.com/apache/dispatch">Browse via GitHub</a></li>
-<li><a href="https://svn.apache.org/repos/asf/qpid/dispatch">Subversion repository</a></li>
+<li><a href="https://github.com/apache/qpid-dispatch">Browse via GitHub</a></li>
+<li><a href="https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git">Git clone URL</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=1697451&r1=1697450&r2=1697451&view=diff
==============================================================================
--- qpid/site/input/components/dispatch-router/index.md (original)
+++ qpid/site/input/components/dispatch-router/index.md Mon Aug 24 16:25:57 2015
@@ -45,7 +45,7 @@ they be clients, brokers or other AMQP-e
 <div class="column" markdown="1">
 
  - [Dispatch router book](@current-dispatch-release-url@/book/book.html)
- - [Installing Qpid Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/branches/@current-dispatch-release@/README)
+ - [Installing Qpid Dispatch](https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb=@current-dispatch-release@)
 
 </div>
 <div class="column" markdown="1">
@@ -76,7 +76,7 @@ they be clients, brokers or other AMQP-e
 
 ## Source code
 
- - [Browse via GitHub](https://github.com/apache/dispatch)
- - [Subversion repository](https://svn.apache.org/repos/asf/qpid/dispatch)
+ - [Browse via GitHub](https://github.com/apache/qpid-dispatch)
+ - [Git clone URL](https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git)
 
 </div>

Modified: qpid/site/scripts/gen-dispatch-release-page
URL: http://svn.apache.org/viewvc/qpid/site/scripts/gen-dispatch-release-page?rev=1697451&r1=1697450&r2=1697451&view=diff
==============================================================================
--- qpid/site/scripts/gen-dispatch-release-page (original)
+++ qpid/site/scripts/gen-dispatch-release-page Mon Aug 24 16:25:57 2015
@@ -35,7 +35,7 @@ documentation = \
 
 <div class="two-column" markdown="1">
 <div class="column" markdown="1">
-- [Installing Qpid Dispatch](http://svn.apache.org/repos/asf/qpid/dispatch/trunk/README)
+- [Installing Qpid Dispatch](https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;a=blob_plain;f=README;hb={release})
 - [Dispatch router book](book/book.html)
 </div>
 <div class="column" markdown="1">
@@ -99,8 +99,7 @@ files you download.
 
  - [All release artefacts](http://archive.apache.org/dist/qpid/dispatch/{release})
  - [Resolved issues in JIRA]({issues_url})
- - [Source repository branch](http://svn.apache.org/repos/asf/qpid/dispatch/branches/{release})
- - [Source repository tag](http://svn.apache.org/repos/asf/qpid/dispatch/tags/{release})
+ - [Source repository tag](https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git/tree/refs/tags/{release})
 """
 
 def gen_release_page(release, release_dir):
@@ -173,7 +172,7 @@ This content was generated at {time} on
 
 ## More information
 
-- [Source repository](http://svn.apache.org/repos/asf/qpid/dispatch/trunk)
+- [Source repository](https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git)
 """
 
 def gen_trunk_release_page(release_dir):



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