Author: tross
Date: Tue Apr 22 19:39:00 2014
New Revision: 1589266
URL: http://svn.apache.org/r1589266
Log:
NO-JIRA - Further documentation updates
Modified:
qpid/site/docs/developer.html
qpid/site/docs/download.html
qpid/site/docs/releases/qpid-dispatch-0.1/index.html
qpid/site/docs/resources.html
qpid/site/input/developer.md
qpid/site/input/download.md
Modified: qpid/site/docs/developer.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/developer.html?rev=1589266&r1=1589265&r2=1589266&view=diff
==============================================================================
--- qpid/site/docs/developer.html (original)
+++ qpid/site/docs/developer.html Tue Apr 22 19:39:00 2014
@@ -132,7 +132,7 @@
<ul>
<li><a
href="https://cwiki.apache.org/confluence/display/qpid/0.28+Release">Qpid
0.28</a></li>
-<li>Qpid Dispatch 0.2</li>
+<li>Qpid Dispatch 0.3</li>
<li><a
href="https://issues.apache.org/jira/browse/PROTON/fixforversion/12326040">Qpid
Proton 0.7</a></li>
</ul>
@@ -144,7 +144,7 @@
<ul>
<li><a href="/releases/qpid-0.26/index.html">Qpid 0.26</a> - 7 February</li>
-<li><a href="/releases/qpid-dispatch-0.1/index.html">Qpid Dispatch 0.1</a> -
17 January</li>
+<li><a href="/releases/qpid-dispatch-0.2/index.html">Qpid Dispatch 0.2</a> -
17 April</li>
<li><a href="/releases/qpid-proton-0.6/index.html">Qpid Proton 0.6</a> - 15
January</li>
</ul>
Modified: qpid/site/docs/download.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/download.html?rev=1589266&r1=1589265&r2=1589266&view=diff
==============================================================================
--- qpid/site/docs/download.html (original)
+++ qpid/site/docs/download.html Tue Apr 22 19:39:00 2014
@@ -146,6 +146,7 @@ the files you download.</p>
<tr><td><a href="/components/cpp-broker/index.html">C++ broker</a>
(command-line tools)</td><td><a
href="http://www.apache.org/dyn/closer.cgi/qpid/0.26/qpid-tools-0.26.tar.gz">qpid-tools-0.26.tar.gz</a></td><td><a
href="http://www.apache.org/dist/qpid/0.26/qpid-tools-0.26.tar.gz.asc">PGP</a></td></tr>
<tr><td><a href="/components/java-broker/index.html">Java
broker</a></td><td><a
href="http://www.apache.org/dyn/closer.cgi/qpid/0.26/qpid-java-broker-0.26.tar.gz">qpid-java-broker-0.26.tar.gz</a>*</td><td><a
href="http://www.apache.org/dist/qpid/0.26/qpid-java-broker-0.26.tar.gz.asc">PGP</a></td></tr>
<tr><td><a href="/components/qmf/index.html">QMF</a></td><td><a
href="http://www.apache.org/dyn/closer.cgi/qpid/0.26/qpid-qmf-0.26.tar.gz">qpid-qmf-0.26.tar.gz</a></td><td><a
href="http://www.apache.org/dist/qpid/0.26/qpid-qmf-0.26.tar.gz.asc">PGP</a></td></tr>
+<tr><td><a href="/components/dispatch-router/index.html">Dispatch
Router</a></td><td><a
href="http://www.apache.org/dyn/closer.cgi/qpid/0.2/qpid-dispatch-0.2.tar.gz">qpid-dispatch-0.2.tar.gz</a></td><td><a
href="http://www.apache.org/dist/qpid/dispatch/0.2/qpid-dispatch-0.2.tar.gz.asc">PGP</a></td></tr>
</tbody>
</table>
Modified: qpid/site/docs/releases/qpid-dispatch-0.1/index.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-dispatch-0.1/index.html?rev=1589266&r1=1589265&r2=1589266&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-dispatch-0.1/index.html (original)
+++ qpid/site/docs/releases/qpid-dispatch-0.1/index.html Tue Apr 22 19:39:00
2014
@@ -109,7 +109,7 @@
<ul id="-path-navigation"><li><a
href="/releases/index.html">Releases</a></li><li>Qpid Dispatch Router
0.1</li></ul>
<script type="text/javascript">
_deferredFunctions.push(function() {
- if ("0.1" === "0.1") {
+ if ("0.1" === "0.2") {
_modifyCurrentReleaseLinks();
}
});
@@ -141,8 +141,8 @@ files you download.</p>
<div class="two-column">
<ul>
-<li><a href="/releases/qpid-dispatch-0.1/notes.html">Initial Release
Overview</a></li>
-<li><a href="/releases/qpid-dispatch-0.1/amqp-mapping.html">Usage of
AMQP</a></li>
+<li><a href="/releases/qpid-dispatch-0.2/notes.html">Initial Release
Overview</a></li>
+<li><a href="/releases/qpid-dispatch-0.2/amqp-mapping.html">Usage of
AMQP</a></li>
</ul>
</div>
Modified: qpid/site/docs/resources.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/resources.html?rev=1589266&r1=1589265&r2=1589266&view=diff
==============================================================================
--- qpid/site/docs/resources.html (original)
+++ qpid/site/docs/resources.html Tue Apr 22 19:39:00 2014
@@ -171,17 +171,6 @@ would like your blog linked here.</p>
<section>
-<h2 id="trunk-documentation">Trunk documentation</h2>
-
-<ul>
-<li><a href="/components/java-broker/book/index.html">Java broker
manual</a></li>
-<li><a href="/components/programming/book/index.html">Programming in Apache
Qpid</a></li>
-</ul>
-
-</section>
-
-<section>
-
<h2 id="wiki">Wiki</h2>
<ul>
Modified: qpid/site/input/developer.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/developer.md?rev=1589266&r1=1589265&r2=1589266&view=diff
==============================================================================
--- qpid/site/input/developer.md (original)
+++ qpid/site/input/developer.md Tue Apr 22 19:39:00 2014
@@ -21,7 +21,7 @@
## Upcoming releases
- [Qpid 0.28](https://cwiki.apache.org/confluence/display/qpid/0.28+Release)
- - Qpid Dispatch 0.2
+ - Qpid Dispatch 0.3
- [Qpid Proton
0.7](https://issues.apache.org/jira/browse/PROTON/fixforversion/12326040)
</section>
@@ -30,7 +30,7 @@
## Current releases
- @current-release-link@ - 7 February
- - @current-dispatch-release-link@ - 17 January
+ - @current-dispatch-release-link@ - 17 April
- @current-proton-release-link@ - 15 January
</section>
Modified: qpid/site/input/download.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/download.md?rev=1589266&r1=1589265&r2=1589266&view=diff
==============================================================================
--- qpid/site/input/download.md (original)
+++ qpid/site/input/download.md Tue Apr 22 19:39:00 2014
@@ -50,6 +50,7 @@ the files you download.
|| [C++ broker](@site-url@/components/cpp-broker/index.html) (command-line
tools) ||
[qpid-tools-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/@current-release@/qpid-tools-@[email protected])
||
[PGP](http://www.apache.org/dist/qpid/@current-release@/qpid-tools-@[email protected])
||
|| [Java broker](@site-url@/components/java-broker/index.html) ||
[qpid-java-broker-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/@current-release@/qpid-java-broker-@[email protected])\*
||
[PGP](http://www.apache.org/dist/qpid/@current-release@/qpid-java-broker-@[email protected])
||
|| [QMF](@site-url@/components/qmf/index.html) ||
[qpid-qmf-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/@current-release@/qpid-qmf-@[email protected])
||
[PGP](http://www.apache.org/dist/qpid/@current-release@/qpid-qmf-@[email protected])
||
+ || [Dispatch Router](@site-url@/components/dispatch-router/index.html) ||
[qpid-dispatch-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/@current-dispatch-release@/qpid-dispatch-@[email protected])
||
[PGP](http://www.apache.org/dist/qpid/dispatch/@current-dispatch-release@/qpid-dispatch-@[email protected])
||
\*These Java artefacts are released as compiled bytecode. We also
offer the source as part of our
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]