Author: rhs
Date: Thu Jun 21 14:54:31 2012
New Revision: 1352548
URL: http://svn.apache.org/viewvc?rev=1352548&view=rev
Log:
initial draft of proton website
Added:
qpid/site/docs/proton/
qpid/site/docs/proton/design.html (with props)
qpid/site/docs/proton/documentation.html (with props)
qpid/site/docs/proton/download.html (with props)
qpid/site/docs/proton/examples.html (with props)
qpid/site/docs/proton/getting_started.html (with props)
qpid/site/docs/proton/goals.html (with props)
qpid/site/docs/proton/includes/
qpid/site/docs/proton/includes/footer.include
qpid/site/docs/proton/includes/header.include
qpid/site/docs/proton/includes/menu.include
qpid/site/docs/proton/index.html (with props)
qpid/site/docs/proton/source_repository.html (with props)
Added: qpid/site/docs/proton/design.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/design.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/design.html (added)
+++ qpid/site/docs/proton/design.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,62 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <p>Design documentation will be coming. If you have
+ questions, please ask on the qpid developer list and/or
+ browse the source code.</p>
+
+ <p>This is a project of the <a href="http://www.apache.org/">Apache
Software Foundation.</a></p>
+
+ </div> <!-- end of main_text_area_body -->
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/design.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/documentation.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/documentation.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/documentation.html (added)
+++ qpid/site/docs/proton/documentation.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,64 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <p>User documentation will be coming shortly. Until then
+ please check out the source and look at the examples
+ and/or doxygen:</p>
+
+ <p><a
href="https://svn.apache.org/repos/asf/qpid/proton/trunk">https://svn.apache.org/repos/asf/qpid/proton/trunk</a></p>
+
+ <p>This is a project of the <a href="http://www.apache.org/">Apache
Software Foundation.</a></p>
+
+ </div> <!-- end of main_text_area_body -->
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/documentation.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/download.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/download.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/download.html (added)
+++ qpid/site/docs/proton/download.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,150 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <h1>Downloads</h1>
+
+ <p>The first Proton release is immenent. If you wish to
+ experiment with the development version, you may download
+ the source <a href="source_repository.html">here</a>.</p>
+
+ <h2>Latest Release: TBD</h2>
+
+ <p>Individual PGP signatures are provided below, and the
+ sha1sum output for each artefact is listed here: TBD.</p>
+
+ <h3>Proton Components</h3>
+
+ <div>
+ <table class="download_table"><tbody>
+ <tr>
+ <th class="download_table_col_1"> Component </th>
+ <th> Download </th>
+ </tr>
+ <tr>
+ <td class="download_table_col_1">proton source</td>
+ <td> TBD </td>
+ </tr>
+ <tr>
+ <td class="download_table_col_1">proton-c source</td>
+ <td> TBD </td>
+ </tr>
+ <tr>
+ <td class="download_table_col_1">proton-j source</td>
+ <td> TBD </td>
+ </tr>
+ <tr>
+ <td class="download_table_col_1">proton-j binary</td>
+ <td> TBD </td>
+ </tr>
+ <tr>
+ <td class="download_table_col_1">all artefacts</td>
+ <td> TBD </td>
+ </tr>
+ </tbody></table>
+ </div>
+
+ <h2><a name="Download-SourceCodeRepository"></a>Source Code
Repository</h2>
+
+ <p>The latest version of the code is always available in
+ the <a href="source_repository.html" title="Source
+ Repository">source repository</a>.</p>
+
+ <h2><a name="Download-Verify"></a>Verify the integrity of
+ the files</h2>
+
+ <p>It is essential that you verify the integrity of the
+ downloaded files using the PGP signatures or SHA1
+ checksums.</p>
+
+ <p>The PGP signatures can be verified using PGP or GPG.
+ First download
+ the <a href="http://www.apache.org/dist/qpid/KEYS">KEYS</a>
+ file as well as the <code>.asc</code> PGP signature file for
+ the relevant artefact. Make sure you get these files from
+ the relevant subdirectory of
+ the <a href="http://www.apache.org/dist/qpid/">main
+ distribution directory</a>, rather than from a mirror. Then
+ verify the signatures using:</p>
+
+ <p>
+ <code>
+ % pgpk -a KEYS<br />
+ % pgpv qpid-0.16.tar.gz.asc<br />
+ </code>
+ <em>or</em><br />
+ <code>
+ % pgp -ka KEYS<br />
+ % pgp qpid-0.16.tar.gz.asc<br />
+ </code>
+ <em>or</em><br />
+ <code>
+ % gpg --import KEYS<br />
+ % gpg --verify qpid-0.16.tar.gz.asc
+ </code>
+ </p>
+
+ <p>Alternatively, you can verify the SHA1 checksum of the
+ files. A unix program called <code>sha1</code>
+ or <code>sha1sum</code> is included in many unix
+ distributions. It is also available as part
+ of <a
href="http://www.gnu.org/software/textutils/textutils.html">GNU
+ Textutils</a>. For windows
+ users, <a href="http://www.slavasoft.com/fsum/">fsum</a>
+ supports SHA1. Ensure your generated checksum string
+ matches the string published in the SHA1SUM file included
+ with each release. Again, make sure you get this file from
+ the relevant subdirectory of
+ the <a href="http://www.apache.org/dist/qpid/">main
+ distribution directory</a>, rather than from a mirror</p>
+ </div>
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/download.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/examples.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/examples.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/examples.html (added)
+++ qpid/site/docs/proton/examples.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,63 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <p>Examples will be coming shortly. Some are already available in
the source code repo:</p>
+
+ <p><a
href="https://svn.apache.org/repos/asf/qpid/proton/trunk">https://svn.apache.org/repos/asf/qpid/proton/trunk</a></p>
+
+
+ <p>This is a project of the <a href="http://www.apache.org/">Apache
Software Foundation.</a></p>
+
+ </div> <!-- end of main_text_area_body -->
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/examples.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/getting_started.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/getting_started.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/getting_started.html (added)
+++ qpid/site/docs/proton/getting_started.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,64 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <p>We're currently gearing up for a first release. Until
+ then please check out the source and look at the examples
+ and/or doxygen:</p>
+
+ <p><a
href="https://svn.apache.org/repos/asf/qpid/proton/trunk">https://svn.apache.org/repos/asf/qpid/proton/trunk</a></p>
+
+ <p>This is a project of the <a href="http://www.apache.org/">Apache
Software Foundation.</a></p>
+
+ </div> <!-- end of main_text_area_body -->
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/getting_started.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/goals.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/goals.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/goals.html (added)
+++ qpid/site/docs/proton/goals.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,77 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <p>The goal of Proton is to provide ubiquitous access to a
+ global scale interoperable message bus based on AMQP 1.0.
+ At its core proton provides three parallel implementations
+ of the AMQP 1.0 protocol, one in C, one in Java, and one
+ in Javascript. These implementations all share the same
+ architecture and interface, and are rigorously tested
+ against a single common test suite to guarantee identical
+ behavior. These three implementations serve as the basis
+ for deliverying protocol access to a wide variety of
+ environments.</p>
+
+ <p>The common architecture used by the protocol engines is
+ designed to be a suitable basis for both high performance
+ network servers as well as simple clients, and to be
+ usable in both threaded and non threaded contexts. In
+ short with the use of binding tools such as SWIG, it is
+ the goal of proton to render further AMQP 1.0 protocol
+ implemenations unnecessary.</p>
+
+ <p>This is a project of the <a href="http://www.apache.org/">Apache
Software Foundation.</a></p>
+
+ </div> <!-- end of main_text_area_body -->
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/goals.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/includes/footer.include
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/includes/footer.include?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/includes/footer.include (added)
+++ qpid/site/docs/proton/includes/footer.include Thu Jun 21 14:54:31 2012
@@ -0,0 +1,11 @@
+ <div class="footer">
+ <p>
+ © 2004-2011 The Apache Software Foundation.<br/>
+ Apache Qpid Proton, Qpid Proton, Qpid, Apache Qpid, Apache,
+ the Apache feather logo, and the Apache Qpid project logo
+ are trademarks of The Apache Software Foundation.<br/>
+
+ All other marks mentioned may be trademarks or registered
+ trademarks of their respective owners.
+ </p>
+ </div>
Added: qpid/site/docs/proton/includes/header.include
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/includes/header.include?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/includes/header.include (added)
+++ qpid/site/docs/proton/includes/header.include Thu Jun 21 14:54:31 2012
@@ -0,0 +1,6 @@
+ <div class="header">
+ <div class="logo">
+ <h1>Apache Qpid Proton™</h1>
+ <h2>Open Source Messaging</h2>
+ </div>
+ </div>
Added: qpid/site/docs/proton/includes/menu.include
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/includes/menu.include?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/includes/menu.include (added)
+++ qpid/site/docs/proton/includes/menu.include Thu Jun 21 14:54:31 2012
@@ -0,0 +1,49 @@
+ <div class="menu_box">
+ <div class="menu_box_top"></div>
+ <div class="menu_box_body">
+ <h3>Proton</h3>
+ <ul>
+ <li><a href="index.html">Home</a></li>
+ <li><a href="download.html">Download</a></li>
+ <li><a href="getting_started.html">Getting Started</a></li>
+ <li><a href="http://www.apache.org/licenses/">License</a></li>
+<!-- <li><a
href="https://cwiki.apache.org/qpid/proton/faq.html">FAQ</a></li> -->
+ </ul>
+ </div>
+ <div class="menu_box_bottom"></div>
+
+ <div class="menu_box_top"></div>
+ <div class="menu_box_body">
+ <h3>Community</h3>
+ <ul>
+ <li><a href="../getting_involved.html">Getting Involved</a></li>
+ <li><a href="source_repository.html">Source Repository</a></li>
+ <li><a href="../mailing_lists.html">Mailing Lists</a></li>
+ <li><a
href="https://issues.apache.org/jira/browse/QPID/component/12319190">Issue
Reporting</a></li>
+ <li><a href="../people.html">People</a></li>
+ <li><a href="../acknowledgements.html">Acknowledgements</a></li>
+ </ul>
+ </div>
+ <div class="menu_box_bottom"></div>
+
+ <div class="menu_box_top"></div>
+ <div class="menu_box_body">
+ <h3>About AMQP</h3>
+ <ul>
+ <li><a href="amqp.html">What is AMQP?</a></li>
+ </ul>
+ </div>
+ <div class="menu_box_bottom"></div>
+
+ <div class="menu_box_top"></div>
+ <div class="menu_box_body">
+ <h3>About Apache</h3>
+ <ul>
+ <li><a href="http://www.apache.org">Home</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>
+ </ul>
+ </div>
+ <div class="menu_box_bottom"></div>
+ </div>
Added: qpid/site/docs/proton/index.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/index.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/index.html (added)
+++ qpid/site/docs/proton/index.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,126 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <p>Proton is a high performance, lightweight messaging
+ library. It can be used in the widest range of messaging
+ applications including brokers, client libraries, routers,
+ bridges, proxies, and more. Proton is based on the AMQP
+ 1.0 messaging standard. Using Proton it is trivial to
+ integrate with the AMQP 1.0 ecosystem from any platform,
+ environment, or language.</p>
+
+ <ul>
+ <li><b>universal:</b> Proton is designed to scale both up
+ and down. Equally suitable for simple clients or high
+ powered servers, it can be trivially deployed in simple
+ peer to peer configurations or as part of a global
+ federated messaging network.</li>
+ <li><b>embeddable:</b> Proton is carefully written to be
+ portable and cross platform. It has minimal
+ dependencies, and is architected to be usable with any
+ threading model as well as with non threaded
+ applications. These features make it uniquely suitable
+ for embedding messaging capabilities into existing
+ software codebases.</li>
+ <li><b>standard:</b> Built around the AMQP 1.0 messaging
+ standard, proton is not only ideal for building out your
+ own messaging applications, but also for connecting them
+ to the broader ecosystem of AMQP 1.0 based messaging
+ applications.</li>
+ </ul>
+
+ <!-- small footprint, scalable, brokered, secure, non
+ blocking -->
+
+ <h2>Learn more about Proton</h2>
+ <ul>
+ <li><h3><a href="goals.html">Goals</a></h3></li>
+ <li><h3><a href="design.html">Design</a></h3></li>
+ <li><h3><a href="documentation.html">Documentation</a></h3></li>
+ <li><h3><a href="examples.html">Examples</a></h3></li>
+ </ul>
+
+ <div class="feature_box">
+ <div class="feature_box_column1">
+ <h3>Proton Engines</h3>
+ <ul>
+ <li><p>proton-c (C)</p></li>
+ <li><p>proton-j (Java)</p></li>
+ <li><p>proton-js (Javascript)</p></li>
+ </ul>
+ <br/>
+ <br/>
+ </div> <!-- end of feature_box_column -->
+
+ <div class="feature_box_column2">
+ <h3>Proton Bindings</h3>
+ <ul>
+ <li>Python</li>
+ <li>PHP</li>
+ </ul>
+ </div> <!-- end of feature_box_column -->
+
+ <div class="feature_box_column3">
+ <h3>Messaging APIs</h3>
+ <ul>
+ <li>Messenger</li>
+ </ul>
+ </div> <!-- end of feature_box_column -->
+
+ </div> <!-- end of feature_box -->
+
+ <p>This is a project of the <a href="http://www.apache.org/">Apache
Software Foundation.</a></p>
+
+ </div> <!-- end of main_text_area_body -->
+
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/index.html
------------------------------------------------------------------------------
svn:executable = *
Added: qpid/site/docs/proton/source_repository.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/proton/source_repository.html?rev=1352548&view=auto
==============================================================================
--- qpid/site/docs/proton/source_repository.html (added)
+++ qpid/site/docs/proton/source_repository.html Thu Jun 21 14:54:31 2012
@@ -0,0 +1,91 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+ -
+ - 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">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title>Apache Qpid Proton™: Open Source AMQP 1.0</title>
+ <link href="../style.css" rel="stylesheet" type="text/css"/>
+ </head>
+
+ <body>
+ <div class="container">
+ <!-- begin header -->
+ <!--#include virtual="includes/header.include" -->
+ <!-- end header -->
+
+ <!-- begin menu -->
+ <!--#include virtual="includes/menu.include" -->
+ <!-- end menu -->
+
+ <!-- begin content -->
+ <div class="main_text_area">
+ <div class="main_text_area_top"></div>
+
+ <div class="main_text_area_body">
+ <h1>Source Code Repositories</h1>
+ <h2>Web Browsing of SVN</h2>
+
+ <p>To browse via the web use the ViewVC interface:</p>
+
+ <p><a
href="http://svn.apache.org/viewvc/qpid/proton/trunk">http://svn.apache.org/viewvc/qpid/proton/trunk</a></p>
+
+ <p>Or to browse the source tree directly:</p>
+
+ <p><a
href="https://svn.apache.org/repos/asf/qpid/proton/trunk">https://svn.apache.org/repos/asf/qpid/proton/trunk</a></p>
+
+ <h2>Checking out from SVN</h2>
+
+ <p>The source code can be checked out anonymous over HTTP:</p>
+
+ <pre>
+ svn co http://svn.apache.org/repos/asf/qpid/proton/trunk
+ </pre>
+
+ <p>Committers can check out the code using HTTPS:</p>
+
+ <pre>
+ svn co https://svn.apache.org/repos/asf/qpid/proton/trunk
+ </pre>
+
+ <h2>Setting up your subversion client</h2>
+
+ <p>When adding files to subversion, it's important that your
+ subversion client is properly configured to ensure the
+ appropriate subversion properties are set. This is done by
+ modifying the auto-props section of the subversion config
+ file. Use the contents of:</p>
+
+ <pre>
+ <a
href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/etc/svn-auto-props"/>http://svn.apache.org/repos/asf/qpid/trunk/qpid/etc/svn-auto-props</a>
+ </pre>
+ </div>
+ <div class="main_text_area_bottom"></div>
+ </div>
+ <!-- end content -->
+
+ <!-- begin footer -->
+ <!--#include virtual="includes/footer.include" -->
+ <!-- end footer -->
+
+ </div>
+ </body>
+</html>
Propchange: qpid/site/docs/proton/source_repository.html
------------------------------------------------------------------------------
svn:executable = *
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]