Author: jross
Date: Tue Jul 23 10:24:59 2013
New Revision: 1505961

URL: http://svn.apache.org/r1505961
Log:
QPID-4990: Expanded features and issues content for component pages

Modified:
    qpid/site/docs/components/messenger/index.html
    qpid/site/docs/components/protocol-engine/index.html
    qpid/site/docs/components/qpid-jca/index.html
    qpid/site/input/components/messenger/index.md
    qpid/site/input/components/protocol-engine/index.md
    qpid/site/input/components/qpid-jca/index.md

Modified: qpid/site/docs/components/messenger/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/messenger/index.html?rev=1505961&r1=1505960&r2=1505961&view=diff
==============================================================================
--- qpid/site/docs/components/messenger/index.html (original)
+++ qpid/site/docs/components/messenger/index.html Tue Jul 23 10:24:59 2013
@@ -51,7 +51,7 @@
 
 <p>AMQP Messenger offers a simple but powerful programming model.
 Connection management happens under the covers, leaving you to focus
-on your application.  Messenger supports point-to-point messaging.</p>
+on your application.</p>
 
 <p>The AMQP Messenger API is part of the
 <a href="http://qpid.apache.org/proton/index.html";>Qpid Proton</a> toolkit for 
making any
@@ -64,59 +64,60 @@ application speak AMQP.</p>
 <tr><td><em>AMQP versions</em></td><td>1.0</td></tr>
 <tr><td><em>Download</em></td><td><a 
href="http://www.apache.org/dyn/closer.cgi/qpid/proton/0.4/qpid-proton-0.4.tar.gz";>qpid-proton-0.4.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/qpid/proton/0.4/qpid-proton-0.4.tar.gz.asc";>PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a 
href="http://svn.apache.org/repos/asf/qpid/proton/trunk/";>http://svn.apache.org/repos/asf/qpid/proton/trunk/</a></td></tr>
-<tr><td><em>Issues</em></td><td><a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20%3D%20Bug%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)">Open
 bugs</a>, <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20(Improvement%2C%20%22New%20Feature%22)%20AND%20resolution%20%3D%20Fixed%20AND%20status%20in%20(Resolved%2C%20Closed)">Completed
 enhancements</a>, <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20(Improvement%2C%20%22New%20Feature%22)%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)">Requested
 enhancements</a></td></tr>
 </tbody>
 </table>
 
-<h2 id="documentation">Documentation</h2>
-
-<p>This is the documentation for the current released version.  You can
-find previous versions with our
-<a href="http://qpid.apache.org/releases/index.html#past-releases";>past 
releases</a>.</p>
-
-<ul>
-<li><a href="book/index.html">Introduction</a></li>
-<li><a 
href="http://svn.apache.org/repos/asf/qpid/proton/tags/0.4/README";>Installing 
Qpid Proton</a></li>
-</ul>
+<h2 id="features">Features</h2>
 
 <div class="two-column">
 
-<h3 id="c">C</h3>
-
 <ul>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/c/api/messenger_8h.html";>API
 reference</a></li>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/c/examples/index.html";>Examples</a></li>
+<li>Supports brokered and point-to-point messaging</li>
+<li>C-based and pure-Java implementations</li>
+<li>Secure connection via SSL</li>
+<li>Seamless disconnected operation</li>
+<li>Converts AMQP data types to language-native types</li>
 </ul>
 
-<h3 id="java">Java</h3>
-
-<ul>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/java/api/org/apache/qpid/proton/messenger/Messenger.html";>API
 reference</a></li>
-</ul>
+</div>
 
-<h3 id="perl">Perl</h3>
+<h2 id="documentation">Documentation</h2>
 
-<ul>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/perl/examples/index.html";>Examples</a></li>
-</ul>
+<p>This is the documentation for the current released version.  You can
+find previous versions with our
+<a href="http://qpid.apache.org/releases/index.html#past-releases";>past 
releases</a>.</p>
 
-<h3 id="php">PHP</h3>
+<div class="two-column">
 
 <ul>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/php/examples/index.html";>Examples</a></li>
+<li><a href="book/index.html">Introduction</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/c/api/messenger_8h.html";>C
 API reference</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/c/examples/index.html";>C
 examples</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/java/api/org/apache/qpid/proton/messenger/Messenger.html";>Java
 API reference</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/perl/examples/index.html";>Java
 examples</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/php/examples/index.html";>PHP
 examples</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/python/api/proton.Messenger-class.html";>Python
 API reference</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/python/examples/index.html";>Python
 examples</a></li>
+<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/ruby/examples/index.html";>Ruby
 examples</a></li>
+<li><a 
href="http://svn.apache.org/repos/asf/qpid/proton/tags/0.4/README";>Installing 
Qpid Proton</a></li>
 </ul>
 
-<h3 id="python">Python</h3>
+</div>
 
-<ul>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/python/api/proton.Messenger-class.html";>API
 reference</a></li>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/python/examples/index.html";>Examples</a></li>
-</ul>
+<h2 id="issues">Issues</h2>
+
+<p>For more information about finding and reporting bugs, see
+<a href="http://qpid.apache.org/issues.html";>Qpid issues</a>.</p>
 
-<h3 id="ruby">Ruby</h3>
+<div class="two-column">
 
 <ul>
-<li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/messenger/ruby/examples/index.html";>Examples</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+%3D+%22Bug%22+and+resolution+is+EMPTY";>Open
 bugs</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+resolution+is+EMPTY";>Requested
 enhancements</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+%3D+%22Resolved%22+and+resolution+is+not+EMPTY";>Completed
 enhancements</a></li>
+<li><a href="http://qpid.apache.org/search.html#search-issues";>Search 
issues</a></li>
+<li><a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&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=12313720&amp;issuetype=2&amp;summary=[Enter%20a%20brief%20description]&amp;priority=3";>Request
 an enhancement</a></li>
 </ul>
 
 </div>

Modified: qpid/site/docs/components/protocol-engine/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/protocol-engine/index.html?rev=1505961&r1=1505960&r2=1505961&view=diff
==============================================================================
--- qpid/site/docs/components/protocol-engine/index.html (original)
+++ qpid/site/docs/components/protocol-engine/index.html Tue Jul 23 10:24:59 
2013
@@ -63,16 +63,29 @@ application speak AMQP.</p>
 <tr><td><em>AMQP versions</em></td><td>1.0</td></tr>
 <tr><td><em>Download</em></td><td><a 
href="http://www.apache.org/dyn/closer.cgi/qpid/proton/0.4/qpid-proton-0.4.tar.gz";>qpid-proton-0.4.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/qpid/proton/0.4/qpid-proton-0.4.tar.gz.asc";>PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a 
href="http://svn.apache.org/repos/asf/qpid/proton/trunk/";>http://svn.apache.org/repos/asf/qpid/proton/trunk/</a></td></tr>
-<tr><td><em>Issues</em></td><td><a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20%3D%20Bug%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)">Open
 bugs</a>, <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20(Improvement%2C%20%22New%20Feature%22)%20AND%20resolution%20%3D%20Fixed%20AND%20status%20in%20(Resolved%2C%20Closed)">Completed
 enhancements</a>, <a 
href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20(Improvement%2C%20%22New%20Feature%22)%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)">Requested
 enhancements</a></td></tr>
 </tbody>
 </table>
 
+<h2 id="features">Features</h2>
+
+<div class="two-column">
+
+<ul>
+<li>Full control over 1.0 protocol semantics</li>
+<li>C-based and pure-Java implementations</li>
+<li>Secure connection via SSL</li>
+</ul>
+
+</div>
+
 <h2 id="documentation">Documentation</h2>
 
 <p>This is the documentation for the current released version.  You can
 find previous versions with our
 <a href="http://qpid.apache.org/releases/index.html#past-releases";>past 
releases</a>.</p>
 
+<div class="two-column">
+
 <ul>
 <li><a 
href="https://cwiki.apache.org/confluence/display/qpid/protocol+engines";>Overview</a></li>
 <li><a 
href="http://qpid.apache.org/releases/qpid-proton-0.4/protocol-engine/c/api/index.html";>C
 API reference</a></li>
@@ -81,6 +94,26 @@ find previous versions with our
 <li><a 
href="http://svn.apache.org/repos/asf/qpid/proton/tags/0.4/README";>Installing 
Qpid Proton</a></li>
 </ul>
 
+</div>
+
+<h2 id="issues">Issues</h2>
+
+<p>For more information about finding and reporting bugs, see
+<a href="http://qpid.apache.org/issues.html";>Qpid issues</a>.</p>
+
+<div class="two-column">
+
+<ul>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+%3D+%22Bug%22+and+resolution+is+EMPTY";>Open
 bugs</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+resolution+is+EMPTY";>Requested
 enhancements</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+%3D+%22Resolved%22+and+resolution+is+not+EMPTY";>Completed
 enhancements</a></li>
+<li><a href="http://qpid.apache.org/search.html#search-issues";>Search 
issues</a></li>
+<li><a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&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=12313720&amp;issuetype=2&amp;summary=[Enter%20a%20brief%20description]&amp;priority=3";>Request
 an enhancement</a></li>
+</ul>
+
+</div>
+
       </div>
       <div id="bottom">
         <ul id="apache-navigation">

Modified: qpid/site/docs/components/qpid-jca/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/qpid-jca/index.html?rev=1505961&r1=1505960&r2=1505961&view=diff
==============================================================================
--- qpid/site/docs/components/qpid-jca/index.html (original)
+++ qpid/site/docs/components/qpid-jca/index.html Tue Jul 23 10:24:59 2013
@@ -61,16 +61,30 @@ EE applications and AMQP 0-10 message br
 <tr><td><em>AMQP versions</em></td><td>0-10</td></tr>
 <tr><td><em>Download</em></td><td><a 
href="http://www.apache.org/dyn/closer.cgi/qpid/0.22/qpid-java-0.22.tar.gz";>qpid-java-0.22.tar.gz</a>
 [<a 
href="http://www.apache.org/dist/qpid/0.22/qpid-java-0.22.tar.gz.asc";>PGP</a>]</td></tr>
 <tr><td><em>Source location</em></td><td><a 
href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/jca/";>http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/jca/</a></td></tr>
-<tr><td><em>Issues</em></td><td><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+%3D+%22Bug%22+and+status+in+%28%22Open%22%2C+%22Reopened%22%2C+%22In+Progress%22%2C+%22Ready+To+Review%22%29+and+component+%3D+%22JCA%22";>Open
 bugs</a>, <a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+in+%28%22Closed%22%2C+%22Resolved%22%29+and+resolution+%3D+%22Fixed%22+and+component+%3D+%22JCA%22";>Completed
 enhancements</a>, <a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+in+%28%22Open%22%2C+%22Reopened%22%2C+%22In+Progress%22%2C+%22Ready+To+Review%22%29+and+component+%3D+%22JCA%22";>Requested
 enhancements</a></td></tr>
 </tbody>
 </table>
 
+<h2 id="features">Features</h2>
+
+<div class="two-column">
+
+<ul>
+<li><a href="http://jcp.org/en/jsr/detail?id=112";>JCA 1.5</a> compliant</li>
+<li>Outbound and inbound connectivity</li>
+<li>Connects to <a 
href="http://www.redhat.com/products/jbossenterprisemiddleware/application-platform/";>JBoss
 EAP</a>, <a href="http://geronimo.apache.org/";>Geronimo</a>, and <a 
href="https://glassfish.java.net/";>Glassfish</a></li>
+<li>Supports binding to Swing and other non-managed clients</li>
+</ul>
+
+</div>
+
 <h2 id="documentation">Documentation</h2>
 
 <p>This is the documentation for the current released version.  You can
 find previous versions with our
 <a href="http://qpid.apache.org/releases/index.html#past-releases";>past 
releases</a>.</p>
 
+<div class="two-column">
+
 <ul>
 <li><a 
href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README.txt";>README</a></li>
 <li><a 
href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/README-JBOSS.txt";>Connect
 with JBoss EAP 5</a></li>
@@ -80,6 +94,26 @@ find previous versions with our
 <li><a 
href="http://svn.apache.org/repos/asf/qpid/tags/0.22/qpid/java/jca/example/";>Examples</a></li>
 </ul>
 
+</div>
+
+<h2 id="issues">Issues</h2>
+
+<p>For more information about finding and reporting bugs, see
+<a href="http://qpid.apache.org/issues.html";>Qpid issues</a>.</p>
+
+<div class="two-column">
+
+<ul>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+%3D+%22Bug%22+and+resolution+is+EMPTY+and+component+%3D+%22JCA%22";>Open
 bugs</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+resolution+is+EMPTY+and+component+%3D+%22JCA%22";>Requested
 enhancements</a></li>
+<li><a 
href="https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+%3D+%22Resolved%22+and+resolution+is+not+EMPTY+and+component+%3D+%22JCA%22";>Completed
 enhancements</a></li>
+<li><a href="http://qpid.apache.org/search.html#search-issues";>Search 
issues</a></li>
+<li><a 
href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&amp;issuetype=1&amp;components=12317036&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=12310520&amp;issuetype=2&amp;components=12317036&amp;summary=[Enter%20a%20brief%20description]&amp;priority=3";>Request
 an enhancement</a></li>
+</ul>
+
+</div>
+
       </div>
       <div id="bottom">
         <ul id="apache-navigation">

Modified: qpid/site/input/components/messenger/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/messenger/index.md?rev=1505961&r1=1505960&r2=1505961&view=diff
==============================================================================
--- qpid/site/input/components/messenger/index.md (original)
+++ qpid/site/input/components/messenger/index.md Tue Jul 23 10:24:59 2013
@@ -21,7 +21,7 @@
 
 AMQP Messenger offers a simple but powerful programming model.
 Connection management happens under the covers, leaving you to focus
-on your application.  Messenger supports point-to-point messaging.
+on your application.
 
 The AMQP Messenger API is part of the
 [Qpid Proton](@site-url@/proton/index.html) toolkit for making any
@@ -32,43 +32,52 @@ application speak AMQP.
   || *AMQP versions* || 1.0 ||
   || *Download* || 
[qpid-proton-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/proton/@current-proton-release@/qpid-proton-@[email protected])
 
\[[PGP](http://www.apache.org/dist/qpid/proton/@current-proton-release@/qpid-proton-@[email protected])]
 ||
   || *Source location* ||  
<http://svn.apache.org/repos/asf/qpid/proton/trunk/> ||
-  || *Issues* || [Open 
bugs](https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20%3D%20Bug%20AND%20status%20in%20\(Open%2C%20%22In%20Progress%22%2C%20Reopened\)),
 [Completed 
enhancements](https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20\(Improvement%2C%20%22New%20Feature%22\)%20AND%20resolution%20%3D%20Fixed%20AND%20status%20in%20\(Resolved%2C%20Closed\)),
 [Requested 
enhancements](https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20\(Improvement%2C%20%22New%20Feature%22\)%20AND%20status%20in%20\(Open%2C%20%22In%20Progress%22%2C%20Reopened\))
 ||
 
-## Documentation
-
-This is the documentation for the current released version.  You can
-find previous versions with our
-[past releases](@site-url@/releases/index.html#past-releases).
-
- - [Introduction](book/index.html)
- - [Installing Qpid 
Proton](http://svn.apache.org/repos/asf/qpid/proton/tags/@current-proton-release@/README)
+## Features
 
 <div class="two-column" markdown="1">
 
-### C
+ - Supports brokered and point-to-point messaging
+ - C-based and pure-Java implementations
+ - Secure connection via SSL
+ - Seamless disconnected operation
+ - Converts AMQP data types to language-native types
 
- - [API 
reference](@current-proton-release-url@/protocol-engine/c/api/messenger_8h.html)
- - [Examples](@current-proton-release-url@/messenger/c/examples/index.html)
- 
-### Java
+</div>
 
- - [API 
reference](@current-proton-release-url@/protocol-engine/java/api/org/apache/qpid/proton/messenger/Messenger.html)
+## Documentation
 
-### Perl
+This is the documentation for the current released version.  You can
+find previous versions with our
+[past releases](@site-url@/releases/index.html#past-releases).
 
- - [Examples](@current-proton-release-url@/messenger/perl/examples/index.html)
+<div class="two-column" markdown="1">
 
-### PHP
+ - [Introduction](book/index.html)
+ - [C API 
reference](@current-proton-release-url@/protocol-engine/c/api/messenger_8h.html)
+ - [C examples](@current-proton-release-url@/messenger/c/examples/index.html)
+ - [Java API 
reference](@current-proton-release-url@/protocol-engine/java/api/org/apache/qpid/proton/messenger/Messenger.html)
+ - [Java 
examples](@current-proton-release-url@/messenger/perl/examples/index.html)
+ - [PHP 
examples](@current-proton-release-url@/messenger/php/examples/index.html)
+ - [Python API 
reference](@current-proton-release-url@/protocol-engine/python/api/proton.Messenger-class.html)
+ - [Python 
examples](@current-proton-release-url@/messenger/python/examples/index.html)
+ - [Ruby 
examples](@current-proton-release-url@/messenger/ruby/examples/index.html)
+ - [Installing Qpid 
Proton](http://svn.apache.org/repos/asf/qpid/proton/tags/@current-proton-release@/README)
 
- - [Examples](@current-proton-release-url@/messenger/php/examples/index.html)
+</div>
 
-### Python
+## Issues
 
- - [API 
reference](@current-proton-release-url@/protocol-engine/python/api/proton.Messenger-class.html)
- - 
[Examples](@current-proton-release-url@/messenger/python/examples/index.html)
+For more information about finding and reporting bugs, see
+[Qpid issues](@site-url@/issues.html).
 
-### Ruby
+<div class="two-column" markdown="1">
 
- - [Examples](@current-proton-release-url@/messenger/ruby/examples/index.html)
+ - [Open 
bugs](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+%3D+%22Bug%22+and+resolution+is+EMPTY)
+ - [Requested 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+resolution+is+EMPTY)
+ - [Completed 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+%3D+%22Resolved%22+and+resolution+is+not+EMPTY)
+ - [Search issues](http://qpid.apache.org/search.html#search-issues)
+ - [Report a 
bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3)
+ - [Request an 
enhancement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=2&summary=[Enter%20a%20brief%20description]&priority=3)
 
 </div>

Modified: qpid/site/input/components/protocol-engine/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/protocol-engine/index.md?rev=1505961&r1=1505960&r2=1505961&view=diff
==============================================================================
--- qpid/site/input/components/protocol-engine/index.md (original)
+++ qpid/site/input/components/protocol-engine/index.md Tue Jul 23 10:24:59 2013
@@ -31,7 +31,16 @@ application speak AMQP.
   || *AMQP versions* || 1.0 ||
   || *Download* || 
[qpid-proton-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/proton/@current-proton-release@/qpid-proton-@[email protected])
 
\[[PGP](http://www.apache.org/dist/qpid/proton/@current-proton-release@/qpid-proton-@[email protected])]
 ||
   || *Source location* ||  
<http://svn.apache.org/repos/asf/qpid/proton/trunk/> ||
-  || *Issues* || [Open 
bugs](https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20%3D%20Bug%20AND%20status%20in%20\(Open%2C%20%22In%20Progress%22%2C%20Reopened\)),
 [Completed 
enhancements](https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20\(Improvement%2C%20%22New%20Feature%22\)%20AND%20resolution%20%3D%20Fixed%20AND%20status%20in%20\(Resolved%2C%20Closed\)),
 [Requested 
enhancements](https://issues.apache.org/jira/issues/?jql=project%20%3D%20PROTON%20AND%20issuetype%20in%20\(Improvement%2C%20%22New%20Feature%22\)%20AND%20status%20in%20\(Open%2C%20%22In%20Progress%22%2C%20Reopened\))
 ||
+
+## Features
+
+<div class="two-column" markdown="1">
+
+ - Full control over 1.0 protocol semantics
+ - C-based and pure-Java implementations
+ - Secure connection via SSL
+
+</div>
 
 ## Documentation
 
@@ -39,8 +48,28 @@ This is the documentation for the curren
 find previous versions with our
 [past releases](@site-url@/releases/index.html#past-releases).
 
+<div class="two-column" markdown="1">
+
  - 
[Overview](https://cwiki.apache.org/confluence/display/qpid/protocol+engines)
  - [C API 
reference](@current-proton-release-url@/protocol-engine/c/api/index.html)
  - [Java API 
reference](@current-proton-release-url@/protocol-engine/java/api/index.html)
  - [Python API 
reference](@current-proton-release-url@/protocol-engine/python/api/index.html)
  - [Installing Qpid 
Proton](http://svn.apache.org/repos/asf/qpid/proton/tags/@current-proton-release@/README)
+
+</div>
+
+## Issues
+
+For more information about finding and reporting bugs, see
+[Qpid issues](@site-url@/issues.html).
+
+<div class="two-column" markdown="1">
+
+ - [Open 
bugs](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+%3D+%22Bug%22+and+resolution+is+EMPTY)
+ - [Requested 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+resolution+is+EMPTY)
+ - [Completed 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid+Proton%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+%3D+%22Resolved%22+and+resolution+is+not+EMPTY)
+ - [Search issues](http://qpid.apache.org/search.html#search-issues)
+ - [Report a 
bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3)
+ - [Request an 
enhancement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=2&summary=[Enter%20a%20brief%20description]&priority=3)
+
+</div>

Modified: qpid/site/input/components/qpid-jca/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/qpid-jca/index.md?rev=1505961&r1=1505960&r2=1505961&view=diff
==============================================================================
--- qpid/site/input/components/qpid-jca/index.md (original)
+++ qpid/site/input/components/qpid-jca/index.md Tue Jul 23 10:24:59 2013
@@ -29,7 +29,17 @@ EE applications and AMQP 0-10 message br
   || *AMQP versions* || 0-10 ||
   || *Download* || 
[qpid-java-@[email protected]](http://www.apache.org/dyn/closer.cgi/qpid/@current-release@/qpid-java-@[email protected])
 
\[[PGP](http://www.apache.org/dist/qpid/@current-release@/qpid-java-@[email protected])]
 ||
   || *Source location* ||  
<http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/jca/> ||
-  || *Issues* || [Open 
bugs](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+%3D+%22Bug%22+and+status+in+%28%22Open%22%2C+%22Reopened%22%2C+%22In+Progress%22%2C+%22Ready+To+Review%22%29+and+component+%3D+%22JCA%22),
 [Completed 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+in+%28%22Closed%22%2C+%22Resolved%22%29+and+resolution+%3D+%22Fixed%22+and+component+%3D+%22JCA%22),
 [Requested 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+in+%28%22Open%22%2C+%22Reopened%22%2C+%22In+Progress%22%2C+%22Ready+To+Review%22%29+and+component+%3D+%22JCA%22)
 ||
+
+## Features
+
+<div class="two-column" markdown="1">
+
+ - [JCA 1.5](http://jcp.org/en/jsr/detail?id=112) compliant
+ - Outbound and inbound connectivity
+ - Connects to [JBoss 
EAP](http://www.redhat.com/products/jbossenterprisemiddleware/application-platform/),
 [Geronimo](http://geronimo.apache.org/), and 
[Glassfish](https://glassfish.java.net/)
+ - Supports binding to Swing and other non-managed clients
+
+</div>
 
 ## Documentation
 
@@ -37,9 +47,29 @@ This is the documentation for the curren
 find previous versions with our
 [past releases](@site-url@/releases/index.html#past-releases).
 
+<div class="two-column" markdown="1">
+
  - 
[README](http://svn.apache.org/repos/asf/qpid/tags/@current-release@/qpid/java/jca/README.txt)
  - [Connect with JBoss EAP 
5](http://svn.apache.org/repos/asf/qpid/tags/@current-release@/qpid/java/jca/README-JBOSS.txt)
  - [Connect with JBoss EAP 
6](http://svn.apache.org/repos/asf/qpid/tags/@current-release@/qpid/java/jca/README-JBOSS-EAP6.txt)
  - [Connect with 
Geronimo](http://svn.apache.org/repos/asf/qpid/tags/@current-release@/qpid/java/jca/README-GERONIMO.txt)
  - [Connect with 
Glassfish](http://svn.apache.org/repos/asf/qpid/tags/@current-release@/qpid/java/jca/example/README-GLASSFISH.txt)
  - 
[Examples](http://svn.apache.org/repos/asf/qpid/tags/@current-release@/qpid/java/jca/example/)
+
+</div>
+
+## Issues
+
+For more information about finding and reporting bugs, see
+[Qpid issues](@site-url@/issues.html).
+
+<div class="two-column" markdown="1">
+
+ - [Open 
bugs](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+%3D+%22Bug%22+and+resolution+is+EMPTY+and+component+%3D+%22JCA%22)
+ - [Requested 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+resolution+is+EMPTY+and+component+%3D+%22JCA%22)
+ - [Completed 
enhancements](https://issues.apache.org/jira/issues/?jql=project+%3D+%22Qpid%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+status+%3D+%22Resolved%22+and+resolution+is+not+EMPTY+and+component+%3D+%22JCA%22)
+ - [Search issues](http://qpid.apache.org/search.html#search-issues)
+ - [Report a 
bug](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12317036&summary=[Enter%20a%20brief%20description]&priority=3)
+ - [Request an 
enhancement](https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=2&components=12317036&summary=[Enter%20a%20brief%20description]&priority=3)
+
+</div>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to