Author: tross Date: Mon Apr 13 21:54:37 2015 New Revision: 1673296 URL: http://svn.apache.org/r1673296 Log: Updates for dispatch 0.4 release. Added missing developer page.
Added: qpid/site/docs/developer.html Modified: qpid/site/docs/releases/index.html qpid/site/input/developer.md qpid/site/input/releases/index.md Added: qpid/site/docs/developer.html URL: http://svn.apache.org/viewvc/qpid/site/docs/developer.html?rev=1673296&view=auto ============================================================================== --- qpid/site/docs/developer.html (added) +++ qpid/site/docs/developer.html Mon Apr 13 21:54:37 2015 @@ -0,0 +1,250 @@ +<!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>Developer Central - Apache Qpid™</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>™</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="/index.html">Home</a></li><li>Developer Central</li></ul> + <h1 id="developer-central">Developer Central</h1> + +<div id="-developer-forms" class="feature"> + <form id="-jira-goto-form"> + Go to <span class="accesskey">i</span>ssue <input name="jira" accesskey="i" autofocus="autofocus" tabindex="1"/> + </form> + + <form id="-viewvc-goto-form" action="http://svn.apache.org/viewvc" method="get"> + <input type="hidden" name="view" value="revision"/> + Go to <span class="accesskey">r</span>evision <input type="text" name="revision" accesskey="r" tabindex="2"/> + </form> + + <form id="-jira-search-form"> + <span class="accesskey">S</span>earch issues <input name="text" type="text" accesskey="s" tabindex="3"/> + </form> +</div> + +<div class="two-column"> + +<section> + +<h2 id="upcoming-releases">Upcoming releases</h2> + +<ul> +<li><a href="https://cwiki.apache.org/confluence/display/qpid/Dispatch+Roadmap">Qpid Dispatch 0.5</a></li> +</ul> + +</section> + +<section> + +<h2 id="current-releases">Current releases</h2> + +<ul> +<li><a href="/releases/qpid-0.32/index.html">Qpid 0.32</a>, March 2015</li> +<li><a href="/releases/qpid-dispatch-0.4/index.html">Qpid Dispatch 0.4</a>, April 2015</li> +<li><a href="/releases/qpid-proton-0.9/index.html">Qpid Proton 0.9</a>, March 2015</li> +</ul> + +</section> + +</div> + +<h2 id="source-modules">Source modules</h2> + +<div id="-source-modules" class="scroll"> + +<table> +<tbody> +<tr><td>C++</td><td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20(%22C%2B%2B%20Broker%22%2C%20%22C%2B%2B%20Client%22%2C%20%22C%2B%2B%20Clustering%22%2C%20%22Dot%20Net%20Client%22%2C%20%22Perl%20Client%22%2C%20%22Python%20Tools%22%2C%20%22Qpid%20Managment%20Framework%22%2C%20%22Ruby%20Client%22)%20ORDER%20BY%20priority%20DESC">Open issues</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311395&components=12311396&summary=[Enter%20a%20brief%20description]&priority=3">Report bug</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311395&components=12311396&summary=[Enter%20a%20brief%20description]&priority=3">Request improvement</a></td><td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-cpp-tr unk-test/">Build status</a></td><td><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp">Source location</a></td></tr> +<tr><td>Java</td><td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20(%22Java%20Broker%22%2C%20%22Java%20Client%22%2C%20%22Java%20Common%22%2C%20%22Java%20Management%20%3A%20JMX%20Console%22%2C%20%22Java%20Performance%20Tests%22%2C%20%22Java%20Tests%22%2C%20%22Java%20Tools%22%2C%20JCA)%20ORDER%20BY%20priority%20DESC">Open issues</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3">Report bug</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311388&components=12311389&summary=[Enter%20a%20brief%20description]&priority=3">Request improvement</a></td><td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-JDK 1.8/">Build status</a></td><td><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/java">Source location</a></td></tr> +<tr><td>Python</td><td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20in%20(%22Python%20Client%22%2C%20%22Python%20Test%20Suite%22)%20ORDER%20BY%20priority%20DESC">Open issues</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311544&summary=[Enter%20a%20brief%20description]&priority=3">Report bug</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311544&summary=[Enter%20a%20brief%20description]&priority=3">Request improvement</a></td><td>-</td><td><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python">Source location</a></td></tr> +<tr><td><a href="/components/dispatch-router/index.html">Dispatch</a></td><td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20DISPATCH%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC">Open issues</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3">Report bug</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3">Request improvement</a></td><td>-</td><td><a href="https://svn.apache.org/repos/asf/qpid/dispatch/trunk">Source location</a></td></tr> +<tr><td><a href="/components/jms/index.html">JMS</a></td><td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPIDJMS%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC">Open issues</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12314524&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3">Report bug</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12314524&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3">Request improvement</a></td><td>-</td><td><a href="https://git-wip-us.apache.org/repos/asf/qpid-jms.git">Source location</a></td></tr> +<tr><td><a href="/proton/index.html">Proton</a></td><td><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC">Open issues</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3">Report bug</a></td><td><a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3">Request improvement</a></td><td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-proton-c/">Build status</a></td><td><a href="https://git-wip-us.apache.org/repos/asf/qpid-proton.git">Source location</a></td></tr> +</tbody> +</table> + +</div> + +<div class="four-column" style="font-size: 0.9em;"> + +<section> + +<h2 id="issues">Issues</h2> + +<ul> +<li><a href="https://issues.apache.org/jira/issues/?filter=-1">Your assigned issues</a></li> +<li><a href="https://issues.apache.org/jira/issues/?filter=-2">Your reported issues</a></li> +<li><a href="https://issues.apache.org/jira/issues/?filter=-3">Your recently viewed issues</a></li> +</ul> + +</section> + +<section> + +<h2 id="list-archives">List archives</h2> + +<ul> +<li><a href="http://qpid.2158936.n2.nabble.com/Apache-Qpid-developers-f7254403.html">Developers</a></li> +<li><a href="http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html">Users</a></li> +<li><a href="http://qpid.2158936.n2.nabble.com/Apache-Qpid-commits-f7106555.html">Commits</a></li> +<li><a href="http://mail-archives.apache.org/mod_mbox/qpid-notifications/">Notifications</a></li> +</ul> + +</section> + +<section> + +<h2 id="apache-services">Apache services</h2> + +<ul> +<li><a href="https://builds.apache.org/view/M-R/view/Qpid/">Qpid at Jenkins</a></li> +<li><a href="https://reviews.apache.org/groups/qpid/">Qpid at Review Board</a></li> +<li><a href="http://s.apache.org/">URI shortener</a></li> +<li><a href="https://paste.apache.org/">Pastebin</a></li> +</ul> + +</section> + +<section> + +<h2 id="wiki">Wiki</h2> + +<ul> +<li><a href="https://cwiki.apache.org/confluence/display/qpid/index">Index</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/qpid/developer+pages">Developer pages</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/qpid/documentation">Documentation</a></li> +<li><a href="https://cwiki.apache.org/confluence/display/qpid/Releases">Releases</a></li> +</ul> + +</section> + +</div> + + + <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 © 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/releases/index.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/index.html?rev=1673296&r1=1673295&r2=1673296&view=diff ============================================================================== --- qpid/site/docs/releases/index.html (original) +++ qpid/site/docs/releases/index.html Mon Apr 13 21:54:37 2015 @@ -120,7 +120,7 @@ and the <ul> <li><a href="qpid-jms-0.1.0/index.html">Qpid JMS 0.1.0</a>, March 2015</li> <li><a href="qpid-0.32/index.html">Qpid 0.32</a>, March 2015</li> -<li><a href="qpid-dispatch-0.4/index.html">Qpid Dispatch 0.4</a>, Apr 2015</li> +<li><a href="qpid-dispatch-0.4/index.html">Qpid Dispatch 0.4</a>, April 2015</li> <li><a href="qpid-proton-0.9/index.html">Qpid Proton 0.9</a>, March 2015</li> </ul> Modified: qpid/site/input/developer.md URL: http://svn.apache.org/viewvc/qpid/site/input/developer.md?rev=1673296&r1=1673295&r2=1673296&view=diff ============================================================================== --- qpid/site/input/developer.md (original) +++ qpid/site/input/developer.md Mon Apr 13 21:54:37 2015 @@ -20,7 +20,7 @@ ## Upcoming releases - - [Qpid Dispatch 0.4](https://cwiki.apache.org/confluence/display/qpid/Dispatch+Roadmap) + - [Qpid Dispatch 0.5](https://cwiki.apache.org/confluence/display/qpid/Dispatch+Roadmap) </section> <section markdown="1"> @@ -28,7 +28,7 @@ ## Current releases - [Qpid 0.32](@site-url@/releases/qpid-0.32/index.html), March 2015 - - [Qpid Dispatch 0.3](@site-url@/releases/qpid-dispatch-0.3/index.html), January 2015 + - [Qpid Dispatch 0.4](@site-url@/releases/qpid-dispatch-0.4/index.html), April 2015 - [Qpid Proton 0.9](@site-url@/releases/qpid-proton-0.9/index.html), March 2015 </section> Modified: qpid/site/input/releases/index.md URL: http://svn.apache.org/viewvc/qpid/site/input/releases/index.md?rev=1673296&r1=1673295&r2=1673296&view=diff ============================================================================== --- qpid/site/input/releases/index.md (original) +++ qpid/site/input/releases/index.md Mon Apr 13 21:54:37 2015 @@ -29,7 +29,7 @@ and the - [Qpid JMS 0.1.0](qpid-jms-0.1.0/index.html), March 2015 - [Qpid 0.32](qpid-0.32/index.html), March 2015 - - [Qpid Dispatch 0.4](qpid-dispatch-0.4/index.html), Apr 2015 + - [Qpid Dispatch 0.4](qpid-dispatch-0.4/index.html), April 2015 - [Qpid Proton 0.9](qpid-proton-0.9/index.html), March 2015 ## Past releases --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org