Author: rhs
Date: Tue Oct 28 19:42:38 2014
New Revision: 1634958
URL: http://svn.apache.org/r1634958
Log:
added development page
Added:
qpid/site/docs/proton/development.html
Modified:
qpid/site/input/proton/development.md
Added: qpid/site/docs/proton/development.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/development.html?rev=1634958&view=auto
==============================================================================
--- qpid/site/docs/proton/development.html (added)
+++ qpid/site/docs/proton/development.html Tue Oct 28 19:42:38 2014
@@ -0,0 +1,179 @@
+<!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>Development Plans - 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="/proton/index.html">Qpid
Proton</a></li><li>Development Plans</li></ul>
+ <h1 id="development-plans">Development Plans</h1>
+
+<h2 id="next-release-proton-09">Next Release: Proton 0.9</h2>
+
+<p>The timeline for this release is end of 2014. Realistically this means
+RCs need to start in early December. In order to provide additional
+time to review the new examples and adapt to/review API changes, there
+are one or more alpha releases planned for November.</p>
+
+<p>As this timeline is quite aggressive, the scope of the release needs
+to be very strictly defined. The overall theme is API stabilization as
+we move towards 1.0. This is both about identifying and fixing gaps in
+the API, but also about improving our process around API changes such
+that we can make them in a backwards compatible way going forward.</p>
+
+<h3 id="primary-goals">Primary goals</h3>
+
+<ul>
+<li>API stabilization
+<ul>
+<li>transactions</li>
+<li>message</li>
+<li>codec</li>
+<li>land Gordon's examples branch</li>
+</ul></li>
+</ul>
+
+<h3 id="really-nice-to-have-goals">Really nice to have goals</h3>
+
+<ul>
+<li>Javascript support
+<ul>
+<li>land Fraiser's branch</li>
+</ul></li>
+<li>Windows SSL</li>
+<li>Improved installs for bindings (pypi, gems, etc)</li>
+</ul>
+
+<h3 id="probably-next-release">Probably next release</h3>
+
+<ul>
+<li>Cyrus SASL integration</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 © 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/input/proton/development.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/proton/development.md?rev=1634958&r1=1634957&r2=1634958&view=diff
==============================================================================
--- qpid/site/input/proton/development.md (original)
+++ qpid/site/input/proton/development.md Tue Oct 28 19:42:38 2014
@@ -17,9 +17,22 @@
;; under the License.
;;
-# Proton 0.9
+# Development Plans
-## Primary goals
+## Next Release: Proton 0.9
+
+The timeline for this release is end of 2014. Realistically this means
+RCs need to start in early December. In order to provide additional
+time to review the new examples and adapt to/review API changes, there
+are one or more alpha releases planned for November.
+
+As this timeline is quite aggressive, the scope of the release needs
+to be very strictly defined. The overall theme is API stabilization as
+we move towards 1.0. This is both about identifying and fixing gaps in
+the API, but also about improving our process around API changes such
+that we can make them in a backwards compatible way going forward.
+
+### Primary goals
- API stabilization
+ transactions
@@ -27,13 +40,13 @@
+ codec
+ land Gordon's examples branch
-## Really nice to have goals
+### Really nice to have goals
- Javascript support
+ land Fraiser's branch
- Windows SSL
- Improved installs for bindings (pypi, gems, etc)
-## Probably next release
+### Probably next release
- Cyrus SASL integration
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]