Author: jross
Date: Tue Feb 16 22:11:30 2016
New Revision: 1730759

URL: http://svn.apache.org/viewvc?rev=1730759&view=rev
Log:
QPID-6970: Correct the components table content; add some text to clarify the 
axis of compatibility

Modified:
    qpid/site/docs/components/index.html
    qpid/site/input/components/index.md

Modified: qpid/site/docs/components/index.html
URL: 
http://svn.apache.org/viewvc/qpid/site/docs/components/index.html?rev=1730759&r1=1730758&r2=1730759&view=diff
==============================================================================
--- qpid/site/docs/components/index.html (original)
+++ qpid/site/docs/components/index.html Tue Feb 16 22:11:30 2016
@@ -211,13 +211,17 @@ connecting clients and brokers.</p>
 </tr>
 <tr>
   <td><a href="/proton/index.html">Qpid Proton</a></td>
-  <td>C, Java, JavaScript, Perl, PHP, Python, Ruby</td>
-  <td>JVM, Linux, OS X</td>
+  <td>C, C++, Java, JavaScript, Python, Ruby</td>
+  <td>JVM, Linux, Windows</td>
   <td>1.0</td>
 </tr>
 </tbody>
 </table>
 
+<p>Any Qpid components that share an AMQP version can interoperate.  For
+instance, the brokers are implemented in C++ and Java respectively,
+but they do not require C++ or Java clients for communication.</p>
+
 </div>
 
 

Modified: qpid/site/input/components/index.md
URL: 
http://svn.apache.org/viewvc/qpid/site/input/components/index.md?rev=1730759&r1=1730758&r2=1730759&view=diff
==============================================================================
--- qpid/site/input/components/index.md (original)
+++ qpid/site/input/components/index.md Tue Feb 16 22:11:30 2016
@@ -75,6 +75,10 @@ connecting clients and brokers.
 | [Java broker]({{site_url}}/components/java-broker/index.html) | - | JVM | 
1.0, 0-10, 0-9-1, 0-9, 0-8 |
 | [Qpid JMS]({{site_url}}/components/jms/index.html) | Java | JVM | 1.0, 0-10, 
0-9-1, 0-9, 0-8 |
 | [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) | 
C++, Perl, Python, Ruby, .NET | Linux, Windows | 1.0, 0-10 |
-| [Qpid Proton]({{site_url}}/proton/index.html) | C, Java, JavaScript, Perl, 
PHP, Python, Ruby | JVM, Linux, OS X | 1.0 |
+| [Qpid Proton]({{site_url}}/proton/index.html) | C, C++, Java, JavaScript, 
Python, Ruby | JVM, Linux, Windows | 1.0 |
+
+Any Qpid components that share an AMQP version can interoperate.  For
+instance, the brokers are implemented in C++ and Java respectively,
+but they do not require C++ or Java clients for communication.
 
 </div>



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

Reply via email to