http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/components/qpid-wcf/index.html ---------------------------------------------------------------------- diff --git a/content/components/qpid-wcf/index.html b/content/components/qpid-wcf/index.html new file mode 100644 index 0000000..b1b37a7 --- /dev/null +++ b/content/components/qpid-wcf/index.html @@ -0,0 +1,217 @@ +<!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>Qpid WCF - 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]--> + + <!-- Redirects for `go get` and godoc.org --> + <meta name="go-import" + content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/> + <meta name="go-source" + content="qpid.apache.org +https://github.com/apache/qpid-proton/blob/go1/README.md +https://github.com/apache/qpid-proton/tree/go1{/dir} +https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> + </head> + <body> + <div id="-content"> + <div id="-top" class="panel"> + <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a> + + <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a> + + <ul id="-global-navigation"> + <li><a id="-logotype" href="/index.html">Apache Qpid<sup>™</sup></a></li> + <li><a href="/documentation.html">Documentation</a></li> + <li><a href="/download.html">Download</a></li> + <li><a href="/discussion.html">Discussion</a></li> + </ul> + </div> + + <div id="-menu" class="panel" style="display: none;"> + <div class="flex"> + <section> + <h3>Project</h3> + + <ul> + <li><a href="/overview.html">Overview</a></li> + <li><a href="/components/index.html">Components</a></li> + <li><a href="/releases/index.html">Releases</a></li> + </ul> + </section> + + <section> + <h3>Messaging APIs</h3> + + <ul> + <li><a href="/proton/index.html">Qpid Proton</a></li> + <li><a href="/components/jms/index.html">Qpid JMS</a></li> + <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li> + </ul> + </section> + + <section> + <h3>Servers and tools</h3> + + <ul> + <li><a href="/components/java-broker/index.html">Java broker</a></li> + <li><a href="/components/cpp-broker/index.html">C++ broker</a></li> + <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li> + </ul> + </section> + + <section> + <h3>Resources</h3> + + <ul> + <li><a href="/dashboard.html">Dashboard</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li> + <li><a href="/resources.html">More resources</a></li> + </ul> + </section> + </div> + </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> + <a href="/search.html">More ways to search</a> + </form> + </div> + + <div id="-middle" class="panel"> + <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li><a href="/components/index.html">Components</a></li><li>Qpid WCF</li></ul> + + <div id="-middle-content"> + <h1 id="qpid-wcf">Qpid WCF</h1> + +<p>A <a href="http://msdn.microsoft.com/en-us/library/ms731082.aspx">Windows Communication +Foundation</a> +channel implementation that speaks AMQP.</p> + +<ul> +<li><em>Languages</em> - .NET</li> +<li><em>Platforms</em> - Windows</li> +<li><em>AMQP versions</em> - 0-10</li> +<li><em>Downloads</em> - <a href="http://archive.apache.org/dist/qpid/0.28/qpid-wcf-0.28.zip">qpid-wcf-0.28.zip</a> [<a href="http://archive.apache.org/dist/qpid/0.28/qpid-wcf-0.28.zip.asc">ASC</a>, <a href="http://archive.apache.org/dist/qpid/0.28/SHA1SUM">SHA1</a>]</li> +<li><em>Source location</em> - <a href="http://svn.apache.org/repos/asf/qpid/trunk/qpid/wcf/">http://svn.apache.org/repos/asf/qpid/trunk/qpid/wcf/</a></li> +</ul> + +<h2 id="features">Features</h2> + +<div class="two-column"> + +<ul> +<li>WCF service model programming using one-way contracts</li> +<li>WCF channel model programming using <code>IInputChannel</code>- and <code>IOutputChannel</code>-based factories</li> +<li>WCF-to-WCF applications using SOAP message encoders</li> +<li>WCF-to-non-WCF applications using raw content encoders</li> +<li><a href="/releases/qpid-0.28/programming/book/ch04s04.html">Secure connection via SSL</a></li> +<li><a href="/releases/qpid-0.28/programming/book/ch04s05.html">Full distributed transactions</a></li> +<li>Programmatic access to AMQP message properties on WCF messages</li> +</ul> + +</div> + +<h2 id="documentation">Documentation</h2> + +<p>This is the documentation for the last released version, 0.28. You can +find previous versions with our +<a href="/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.28/qpid/wcf/ReadMe.txt">README</a></li> +<li><a href="/releases/qpid-0.28/programming/book/QpidWCF.html">Using the Qpid WCF client</a></li> +<li><a href="http://msdn.microsoft.com/en-us/library/vstudio/ms735119(v=vs.90).aspx">API reference</a></li> +<li><a href="http://svn.apache.org/repos/asf/qpid/tags/0.28/qpid/wcf/samples">Examples</a></li> +</ul> + +</div> + +<h2 id="issues">Issues</h2> + +<p>For more information about finding and reporting bugs, see +<a href="/issues.html">Qpid issues</a>.</p> + +<div class="indent"> + <form id="jira-search-form"> + <input type="hidden" name="jql" value="project = QPID and component = 'WCF/C++ Client' and text ~ '{}' order by updatedDate desc"/> + <input type="text" name="text"/> + <button type="submit">Search</button> + </form> +</div> + +<div class="two-column"> + +<ul> +<li><a href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+EMPTY+and+issuetype+%3D+%22Bug%22+and+component+%3D+%22WCF%2FC%2B%2B+Client%22+and+project+%3D+%22QPID%22">Open bugs</a></li> +<li><a href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+%22Fixed%22+and+issuetype+%3D+%22Bug%22+and+component+%3D+%22WCF%2FC%2B%2B+Client%22+and+project+%3D+%22QPID%22">Fixed bugs</a></li> +<li><a href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+EMPTY+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+component+%3D+%22WCF%2FC%2B%2B+Client%22+and+project+%3D+%22QPID%22">Requested enhancements</a></li> +<li><a href="http://issues.apache.org/jira/issues/?jql=resolution+%3D+%22Fixed%22+and+issuetype+in+%28%22New+Feature%22%2C+%22Improvement%22%29+and+component+%3D+%22WCF%2FC%2B%2B+Client%22+and+project+%3D+%22QPID%22">Completed enhancements</a></li> +<li><a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&priority=3&summary=[Enter%20a%20brief%20description]&components=12313020">Report a bug</a></li> +<li><a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&priority=3&summary=[Enter%20a%20brief%20description]&components=12313020">Request an enhancement</a></li> +<li><a href="http://issues.apache.org/jira/browse/QPID/component/12313020">Jira summary page</a></li> +</ul> + +</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="" alt="Apache"/></a></li> + </ul> + + <p id="-legal"> + Apache Qpid, Messaging built on AMQP; Copyright © 2015 + 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> + </div> + </body> +</html>
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/contributors.html ---------------------------------------------------------------------- diff --git a/content/contributors.html b/content/contributors.html new file mode 100644 index 0000000..4669756 --- /dev/null +++ b/content/contributors.html @@ -0,0 +1,269 @@ +<!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>Contributors - 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]--> + + <!-- Redirects for `go get` and godoc.org --> + <meta name="go-import" + content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/> + <meta name="go-source" + content="qpid.apache.org +https://github.com/apache/qpid-proton/blob/go1/README.md +https://github.com/apache/qpid-proton/tree/go1{/dir} +https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> + </head> + <body> + <div id="-content"> + <div id="-top" class="panel"> + <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a> + + <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a> + + <ul id="-global-navigation"> + <li><a id="-logotype" href="/index.html">Apache Qpid<sup>™</sup></a></li> + <li><a href="/documentation.html">Documentation</a></li> + <li><a href="/download.html">Download</a></li> + <li><a href="/discussion.html">Discussion</a></li> + </ul> + </div> + + <div id="-menu" class="panel" style="display: none;"> + <div class="flex"> + <section> + <h3>Project</h3> + + <ul> + <li><a href="/overview.html">Overview</a></li> + <li><a href="/components/index.html">Components</a></li> + <li><a href="/releases/index.html">Releases</a></li> + </ul> + </section> + + <section> + <h3>Messaging APIs</h3> + + <ul> + <li><a href="/proton/index.html">Qpid Proton</a></li> + <li><a href="/components/jms/index.html">Qpid JMS</a></li> + <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li> + </ul> + </section> + + <section> + <h3>Servers and tools</h3> + + <ul> + <li><a href="/components/java-broker/index.html">Java broker</a></li> + <li><a href="/components/cpp-broker/index.html">C++ broker</a></li> + <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li> + </ul> + </section> + + <section> + <h3>Resources</h3> + + <ul> + <li><a href="/dashboard.html">Dashboard</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li> + <li><a href="/resources.html">More resources</a></li> + </ul> + </section> + </div> + </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> + <a href="/search.html">More ways to search</a> + </form> + </div> + + <div id="-middle" class="panel"> + <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li>Contributors</li></ul> + + <div id="-middle-content"> + <h1 id="contributors">Contributors</h1> + +<p>These are the people who have built Qpid. We are grateful for their +contributions. If you'd like to become a contributor, learn how to +<a href="/get-involved.html">get involved</a>.</p> + +<h2 id="current-committers">Current committers</h2> + +<p>As of 28 September 2015, the following committers have been active in +the past year.</p> + +<div class="four-column"> + +<ul> +<li>Alan Conway</li> +<li>Andrew MacBean</li> +<li>Andrew Stitcher</li> +<li>Božo Dragojevic</li> +<li>Chuck Rolke</li> +<li>Cliff Jansen</li> +<li>Darryl Pierce</li> +<li>Dominic Evans</li> +<li>Ernie Allen</li> +<li>Fraser Adams</li> +<li>Gordon Sim</li> +<li>Jakub Scholz</li> +<li>Justin Ross</li> +<li>Keith Wall</li> +<li>Ken Giusti</li> +<li>Kim van der Riet</li> +<li>Mick Goulish</li> +<li>Oleksandr Rudyy</li> +<li>Pavel Moravec</li> +<li>Rafael Schloming</li> +<li>Rajith Attapattu</li> +<li>Rob Godfrey</li> +<li>Robbie Gemmell</li> +<li>Steve Huston</li> +<li>Ted Ross</li> +<li>Tim Bish</li> +</ul> + +</div> + +<h2 id="past-committers">Past committers</h2> + +<div class="four-column"> + +<ul> +<li>Aidan Skinner</li> +<li>Andrea Gazzarini</li> +<li>Andrew Kennedy</li> +<li>Arnaud Simon</li> +<li>Carl Trieloff</li> +<li>Jim Meyering</li> +<li>John O'Hara</li> +<li>Jonathan Robie</li> +<li>Lahiru Gunathilake</li> +<li>Manuel Teira</li> +<li>Marnie McCormack</li> +<li>Martin Ritchie</li> +<li>Nuno Santos</li> +<li>Paul Fremantle</li> +<li>Phil Harvey</li> +<li>Robert Greig</li> +<li>Rupert Smith</li> +<li>Weston Price</li> +<li>Yoav Shapira</li> +</ul> + +</div> + +<h2 id="other-contributors">Other contributors</h2> + +<div class="four-column"> + +<ul> +<li>Bhupendra Bhardwaj</li> +<li>Colin Crist</li> +<li>Ernie Allen</li> +<li>Kevin Smith</li> +<li>Steve Vinoski</li> +<li>Steven Shaw</li> +<li>Tomas Restrepo</li> +</ul> + +</div> + +<h2 id="project-mentors">Project mentors</h2> + +<div class="four-column"> + +<ul> +<li>Cliff Schmidt</li> +<li>Craig Russell</li> +<li>Paul Fremantle</li> +<li>Scott Deboy</li> +<li>Yoav Shapira</li> +</ul> + +</div> + +<h2 id="companies">Companies</h2> + +<p>Thanks to the following companies for letting us use their software to +improve ours.</p> + +<ul> +<li><p><img class="company-logo" src="/images/coverity.png"/> +<a href="http://www.coverity.com/">Coverity</a> for granting us use of their +static analysis tools for Qpid C++ and Java code.</p></li> +<li><p><img class="company-logo" src="/images/jprofiler.png"/> +<a href="http://www.ej-technologies.com/">ej-technologies</a> for giving us a +free team license for profiling Qpid Java code.</p></li> +<li><p><img class="company-logo" src="/images/structure101.jpg"/> +<a href="http://structure101.com/">Headway Software</a> for giving us free +licenses of Structure101 for analyzing and managing the +architecture of Qpid Java code.</p></li> +</ul> + +<h2 id="apache-sponsors">Apache sponsors</h2> + +<p>As a member of the Apache Software Foundation, Qpid would like to +<a href="http://www.apache.org/foundation/thanks.html">thank the sponsors</a> who +generously support its ongoing work.</p> + + + <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="" alt="Apache"/></a></li> + </ul> + + <p id="-legal"> + Apache Qpid, Messaging built on AMQP; Copyright © 2015 + 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> + </div> + </body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/copr-qpid-pubkey.gpg ---------------------------------------------------------------------- diff --git a/content/copr-qpid-pubkey.gpg b/content/copr-qpid-pubkey.gpg new file mode 100755 index 0000000..928cb6f --- /dev/null +++ b/content/copr-qpid-pubkey.gpg @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2 + +mQENBFaMOPEBCAC4WpSSpzawbSPinPYy4P5yg4Y068XjroI/uWilgmPCojPNohyn +naGRh7xnYILgblAj6wFflpdG9RHRn2f0sZtlZTupAEDL1/6r/rGBiwLueGISy9DX +j9jpJwWpFATRGvc8esfrC4wUPyg/lsSMliZHdDDhwL0x6oPAFD0zAPnraJ2/R4rg +UNmEKfaMf4XmbXli81Lgf/37jh79BArwTDvwzOEDaMcDqQNEQah0/ZjUoylCuLlP +CXPWY1hWgLIptQOj8hI3vdCy6S9w9MY78IrykB6i6L/UF+IhH/Aw2gv1mpA0Ehun +G+g5uyk+UIKvsC1byJkyfhH1yUSgT2Jc7Ny/ABEBAAG0NEBxcGlkX3FwaWQgKE5v +bmUpIDxAcXBpZCNxcGlkQGNvcHIuZmVkb3JhaG9zdGVkLm9yZz6JAT8EEwEIACkF +AlaMOPECGy8FCQlmAYAHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRAFA1YT +QjZgZiZHB/9QwjPbXNK2U8xA00Op/BghxLvgGaWJP4aAd3D1flPi2dz1vgbNJR4H +ceHN1W9pHi26LD0degE1XhlfsRr3cEZL2az7AL4H3Nv0URC59g1cwPSt7Xr5/rcG +yEzA/XcDdGHql44BiCz7Udno9U++GntFpE4q7Hs6bEzaz1mcKY9C/otkHRd4Xq4Q +VP9RzzCL3UdP2kGlDpZuQyQgk6mIG/12PCqVksrJgDjhNhCu6jCZFp1Bzil1iVqb +HKaKsOwMBaXdRp56rAB+GtIr2JePAmWIRVhOQy/X/ZxAycsrEo+mx68KlwEtd4GD +P+GnQGptv7/sUQAbQ6uywycSjnC72bFV +=l4E+ +-----END PGP PUBLIC KEY BLOCK----- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/dashboard.html ---------------------------------------------------------------------- diff --git a/content/dashboard.html b/content/dashboard.html new file mode 100644 index 0000000..6e8d9a6 --- /dev/null +++ b/content/dashboard.html @@ -0,0 +1,285 @@ +<!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>Dashboard - 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]--> + + <!-- Redirects for `go get` and godoc.org --> + <meta name="go-import" + content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/> + <meta name="go-source" + content="qpid.apache.org +https://github.com/apache/qpid-proton/blob/go1/README.md +https://github.com/apache/qpid-proton/tree/go1{/dir} +https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> + </head> + <body> + <div id="-content"> + <div id="-top" class="panel"> + <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a> + + <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a> + + <ul id="-global-navigation"> + <li><a id="-logotype" href="/index.html">Apache Qpid<sup>™</sup></a></li> + <li><a href="/documentation.html">Documentation</a></li> + <li><a href="/download.html">Download</a></li> + <li><a href="/discussion.html">Discussion</a></li> + </ul> + </div> + + <div id="-menu" class="panel" style="display: none;"> + <div class="flex"> + <section> + <h3>Project</h3> + + <ul> + <li><a href="/overview.html">Overview</a></li> + <li><a href="/components/index.html">Components</a></li> + <li><a href="/releases/index.html">Releases</a></li> + </ul> + </section> + + <section> + <h3>Messaging APIs</h3> + + <ul> + <li><a href="/proton/index.html">Qpid Proton</a></li> + <li><a href="/components/jms/index.html">Qpid JMS</a></li> + <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li> + </ul> + </section> + + <section> + <h3>Servers and tools</h3> + + <ul> + <li><a href="/components/java-broker/index.html">Java broker</a></li> + <li><a href="/components/cpp-broker/index.html">C++ broker</a></li> + <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li> + </ul> + </section> + + <section> + <h3>Resources</h3> + + <ul> + <li><a href="/dashboard.html">Dashboard</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li> + <li><a href="/resources.html">More resources</a></li> + </ul> + </section> + </div> + </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> + <a href="/search.html">More ways to search</a> + </form> + </div> + + <div id="-middle" class="panel"> + <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li>Dashboard</li></ul> + + <div id="-middle-content"> + <h1 id="dashboard">Dashboard</h1> + +<div id="-dashboard-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> + +<h3 id="source-modules">Source modules</h3> + +<div id="-source-modules" class="scroll"> + +<table> +<thead> +<tr> + <th>Module</th> + <th>Issues</th> + <th>Test builds</th> + <th>Source code</th> +</tr> +</thead> +<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> — <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">New bug</a> — <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">New improvement</a></td> + <td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-cpp-trunk-test/">Linux</a></td> + <td><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp">Subversion</a>, <a href="https://github.com/apache/qpid/tree/trunk/qpid/cpp">GitHub mirror</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> — <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">New bug</a> — <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">New improvement</a></td> + <td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-IBMJDK1.7/">Java 7</a>, <a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-JDK1.8/">Java 8</a></td> + <td><a href="https://svn.apache.org/repos/asf/qpid/java/trunk">Subversion</a>, <a href="https://github.com/apache/qpid-java">GitHub mirror</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> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=1&components=12311544&summary=[Enter%20a%20brief%20description]&priority=3">New bug</a> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310520&issuetype=4&components=12311544&summary=[Enter%20a%20brief%20description]&priority=3">New improvement</a></td> + <td>-</td> + <td><a href="https://svn.apache.org/repos/asf/qpid/trunk/qpid/python">Subversion</a>, <a href="https://github.com/apache/qpid/tree/trunk/qpid/python">GitHub mirror</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> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3">New bug</a> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12315321&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3">New improvement</a></td> + <td>-</td> + <td><a href="https://git-wip-us.apache.org/repos/asf/qpid-dispatch.git">Git</a>, <a href="https://github.com/apache/qpid-dispatch">GitHub mirror</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> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12314524&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3">New bug</a> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12314524&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3">New improvement</a></td> + <td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-JMS-Test-JDK7/">Java 7</a>, <a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-JMS-Test-JDK8/">Java 8</a></td> + <td><a href="https://git-wip-us.apache.org/repos/asf/qpid-jms.git">Git</a>, <a href="https://github.com/apache/qpid-jms">GitHub mirror</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> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=1&summary=[Enter%20a%20brief%20description]&priority=3">New bug</a> — <a href="https://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12313720&issuetype=4&summary=[Enter%20a%20brief%20description]&priority=3">New improvement</a></td> + <td><a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-proton-c/">C</a>, <a href="https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-proton-j/">Java</a></td> + <td><a href="https://git-wip-us.apache.org/repos/asf/qpid-proton.git">Git</a>, <a href="https://github.com/apache/qpid-proton">GitHub mirror</a></td> +</tr> +</tbody> +</table> + +</div> + +<hr /> + +<section id="-dashboard-links" class="flex"> + +<section> + +<h3 id="issues">Issues</h3> + +<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 recent issues</a></li> +</ul> + +</section> + +<section> + +<h3 id="list-archives">List archives</h3> + +<ul> +<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-developers-f7254403.html">Developers</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> + +<h3 id="apache-services">Apache services</h3> + +<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> + +<h3 id="wiki">Wiki</h3> + +<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> + +<section> + +<h3 id="more">More</h3> + +<ul> +<li><a href="/components/index.html">Components</a></li> +<li><a href="/releases/index.html">Releases</a></li> +<li><a href="/releases/index.html#development-snapshots">Devel snapshots</a></li> +<li><a href="http://svn.apache.org/repos/asf/qpid/site/">Qpid site code</a></li> +</ul> + +</section> + +</section> + + + <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="" alt="Apache"/></a></li> + </ul> + + <p id="-legal"> + Apache Qpid, Messaging built on AMQP; Copyright © 2015 + 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> + </div> + </body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/deferred.css ---------------------------------------------------------------------- diff --git a/content/deferred.css b/content/deferred.css new file mode 100644 index 0000000..fc0e476 --- /dev/null +++ b/content/deferred.css @@ -0,0 +1,422 @@ +/* + * + * 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. + * + */ + +/* Worth deferring */ + +@font-face { + font-family: "Share Tech Mono"; + font-style: normal; + font-weight: 400; + src: url(fonts/Share-Tech-Mono/Share-Tech-Mono-Regular.woff) format("woff"); +} + +body { + background: linear-gradient(to bottom, #f4f7fa, #fcfcfb 32em, #fcfcfb) no-repeat, #fcfcfb; +} + +code, pre { + font-family: "Share Tech Mono", monospace; +} + +blockquote, pre { + color: #222; + background-color: #fcfcfb; + box-shadow: inset 0 0 0.3em 0 #ecece0; +} + +.feature { + border-radius: 0.5em; + background-color: #f6f6f6; + background: radial-gradient(ellipse at 30% 40%, #fefefe 30%, #f6f6f6 100%); + box-shadow: 0 0.025em 0.15em #7d778b; +} + +input { + box-shadow: inset 0 0.05em 0.05em 0.1em #fcfcfc; +} + +button { + background: #f6f6f6; + background: linear-gradient(to bottom, white, #f6f6f6 10%) no-repeat; +} + +button:hover { + background: #fcfcfc; + background: linear-gradient(to bottom, white, #fcfcfc 10%) no-repeat; +} + +ul { + list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAL0lEQVQoz2P4//8/AymYgb4aePPWlfDmrr2OgoFiuDVAFP1Hw9eHlAZSPT04Ig4AsFqLgI4Un7IAAAAASUVORK5CYII="); +} + +h2.selected, h3.selected, h4.selected, h5.selected, h6.selected { + color: #0d567f; + text-shadow: 0em 0em 0.1em #d0c6e7; +} + +a.heading-link { + display: none; + font-weight: 300; + padding-left: 0.3em; + padding-right: 0.3em; +} + +h2:hover a.heading-link, h3:hover a.heading-link, h4:hover a.heading-link, h5:hover a.heading-link, h6:hover a.heading-link { + display: inline; +} + +h2.selected a.heading-link, h3.selected a.heading-link, h4.selected a.heading-link, h5.selected a.heading-link, h6.selected a.heading-link { + display: inline; +} + +a[href] { + text-decoration: none; + color: #0d6dad; +} + +a[href]:visited { + color: #0d567f; +} + +.date { + color: #666; + font-size: 0.8em; + font-style: italic; +} + +.accesskey { + text-decoration: underline; +} + +.color-block { + font-size: 0.9em; + float: left; + color: white; + padding: 0.8em 1em; + font-weight: 400; + min-height: 10em; + width: 10em; + margin-bottom: 1em; +} + +.company-logo { + float: right; + margin: 0 0 0 0.8em; + width: 100px; +} + +#-content { + background-color: white; + box-shadow: 0 0 0.15em #7d778b; +} + +#-top a { + color: #0d567f; +} + +#-global-navigation > li.selected > a { + color: rgba(0, 0, 0, 0.9); +} + +#-global-navigation > li.selected > a:not([id="logotype"]) { + text-shadow: 0em 0em 0.1em #d0c6e7; +} + +#-menu, #-search { + border-bottom: 1px solid #d4d4ca; + background-color: #f6f6f6; + background: radial-gradient(ellipse at 30% 40%, #fbfbfb 30%, #f6f6f6 100%); + box-shadow: inset 0 0.3em 0.4em -0.4em #7d778b, inset 0 -0.3em 0.4em -0.45em #7d778b; +} + +#-menu h3 { + margin-bottom: 0; +} + +#-menu ul { + list-style: none; + margin-left: 0; + padding-left: 0; +} + +#-search > form { + text-align: center; + font-size: 1.1em; + width: 24em; + margin: 0 auto; +} + +#-search input { + width: 100%; + box-shadow: 0 0 0.1em #d0c6e7; + margin-bottom: 1em; +} + +#-search button { + color: #0d6dad; + background: #fafafb; + border: 1px solid #0d6dad; + border-radius: 0.3em; + padding: 0.1em 0.8em; + margin-bottom: 1em; +} + +#-search a { + font-size: 0.8em; + display: block; +} + +#-download-link > a { + color: #0d6dad; + border-radius: 0.3em; + background: #f7f7f7; + background: linear-gradient(to bottom, white, #f7f7f7 10%, #f7f7f7 95%, #d4d4d4) no-repeat; +} + +#-download-link > a:hover { + color: rgb(63, 159, 255); + border: 0.15em solid rgb(63, 159, 255); +} + +#-apache-navigation > li:after { + content: "\2022"; + margin: 0 0.15em 0 0.35em; + color: #d4d4ca; +} + +#-apache-navigation > li:last-child:after { + content: none; +} + +#-jira-goto-form { + display: inline; + margin: 0; +} + +#-jira-goto-form input { + width: 6em; +} + +#-viewvc-goto-form { + display: inline; + margin: 0; +} + +#-viewvc-goto-form input { + width: 6em; +} + +#-dashboard-forms > form { + margin: 0 1.2em 0 0; + display: inline-block; +} + +#-dashboard-forms > form:last-child { + margin-right: 0; +} + +#-dashboard-forms > #-jira-search-form { + float: right; +} + +#-dashboard-forms > #-jira-search-form input { + width: 8em; +} + +#-source-modules > table { + width: 100%; +} + +#-source-modules td, #-source-modules th { + border: none; +} + +#-dashboard-links { + font-size: 0.9em; +} + +/* Pygments */ + +.highlight .hll { background-color: #ffffcc } +.highlight .c { color: #408080; font-style: italic } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #008000; font-weight: normal } /* Keyword */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ +.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: normal } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #808080 } /* Generic.Output */ +.highlight .gp { color: #000080; font-weight: normal } /* Generic.Prompt */ +.highlight .gs { font-weight: normal } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: normal } /* Generic.Subheading */ +.highlight .gt { color: #0040D0 } /* Generic.Traceback */ +.highlight .kc { color: #008000; font-weight: normal } /* Keyword.Constant */ +.highlight .kd { color: #008000; font-weight: normal } /* Keyword.Declaration */ +.highlight .kn { color: #008000; font-weight: normal } /* Keyword.Namespace */ +.highlight .kp { color: #008000 } /* Keyword.Pseudo */ +.highlight .kr { color: #008000; font-weight: normal } /* Keyword.Reserved */ +.highlight .kt { color: #B00040 } /* Keyword.Type */ +.highlight .m { color: #666666 } /* Literal.Number */ +.highlight .s { color: #BA2121 } /* Literal.String */ +.highlight .na { color: #7D9029 } /* Name.Attribute */ +.highlight .nb { color: #008000 } /* Name.Builtin */ +.highlight .nc { color: #0000FF; font-weight: normal } /* Name.Class */ +.highlight .no { color: #880000 } /* Name.Constant */ +.highlight .nd { color: #AA22FF } /* Name.Decorator */ +.highlight .ni { color: #999999; font-weight: normal } /* Name.Entity */ +.highlight .ne { color: #D2413A; font-weight: normal } /* Name.Exception */ +.highlight .nf { color: #0000FF } /* Name.Function */ +.highlight .nl { color: #A0A000 } /* Name.Label */ +.highlight .nn { color: #0000FF; font-weight: normal } /* Name.Namespace */ +.highlight .nt { color: #008000; font-weight: normal } /* Name.Tag */ +.highlight .nv { color: #19177C } /* Name.Variable */ +.highlight .ow { color: #AA22FF; font-weight: normal } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mf { color: #666666 } /* Literal.Number.Float */ +.highlight .mh { color: #666666 } /* Literal.Number.Hex */ +.highlight .mi { color: #666666 } /* Literal.Number.Integer */ +.highlight .mo { color: #666666 } /* Literal.Number.Oct */ +.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ +.highlight .sc { color: #BA2121 } /* Literal.String.Char */ +.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ +.highlight .se { color: #BB6622; font-weight: normal } /* Literal.String.Escape */ +.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ +.highlight .si { color: #BB6688; font-weight: normal } /* Literal.String.Interpol */ +.highlight .sx { color: #008000 } /* Literal.String.Other */ +.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ +.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ +.highlight .ss { color: #19177C } /* Literal.String.Symbol */ +.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #19177C } /* Name.Variable.Class */ +.highlight .vg { color: #19177C } /* Name.Variable.Global */ +.highlight .vi { color: #19177C } /* Name.Variable.Instance */ +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ + +/* Adjustments for docbook output */ + +.docbook .navheader, +.docbook br.table-break, +.docbook br.example-break { + display: none; +} + +.docbook .navfooter table td { + border: none; +} + +.docbook .navfooter table td[align="center"] { + text-align: center; +} + +.docbook .navfooter table td[align="right"] { + text-align: right; +} + +.docbook table { + border: white; +} + +.docbook .calloutlist td { + border-bottom: none; +} + +.docbook hr { + margin-top: 1em; +} + +.docbook div.example, +.docbook div.footnotes, +.docbook div.important, +.docbook div.list-of-examples, +.docbook div.list-of-figures, +.docbook div.list-of-tables, +.docbook div.note +.docbook div.section, +.docbook div.table, +.docbook div.tip, +.docbook div.toc, +.docbook h1, .docbook h2, .docbook h3, .docbook h4, +.docbook hr, +.docbook pre.programlisting { + margin-bottom: 1em; +} + +.docbook p.title strong { + font-family: "Oswald", sans-serif; + font-weight: 400; +} + +/* Media */ + +@media screen and (max-width: 800px) { + #-dashboard-forms #-jira-search-form { + display: none; + } +} + +@media screen and (max-width: 640px) { + #-dashboard-forms #-viewvc-goto-form { + display: none; + } +} + +@media screen and (max-width: 360px) { + #-search > form { + width: 13em; + } +} + +@media print { + body { + font-size: 10pt; + } + + #-content { + box-shadow: none; + } + + #-top, #-apache-navigation { + display: none; + } + + #-path-navigation { + margin-top: 1em; + } + + #-middle { + padding: 0; + } + + .docbook div.navfooter { + display: none; + } + + table, pre { + font-size: 0.9em; + } +} http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/deferred.js ---------------------------------------------------------------------- diff --git a/content/deferred.js b/content/deferred.js new file mode 100644 index 0000000..763e16c --- /dev/null +++ b/content/deferred.js @@ -0,0 +1,459 @@ +/* + * + * 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. + * + */ + +"use strict"; + +var _loggingEnabled = true; + +function _log(message) { + if (!_loggingEnabled) { + return; + } + + console.log(message); +} + +_log("Loading deferred javascript"); + +/* IE lte 8 */ +if (!("trim" in String.prototype)) { + String.prototype.trim = function() { + return this.replace(/^\s+|\s+$/g, ""); + } +} + +function _getDescendant(elem, path) { + var names = path.split("."); + var node = elem; + + for (var i = 0; i < names.length; i++) { + var elems = node.getElementsByTagName(names[i]); + + if (elems.length === 0) { + return null; + } + + node = elems[0]; + } + + return node; +} + +function _getText(elem) { + var child = elem.firstChild; + + while (child) { + if (child.nodeType === 3 && child.data.trim() !== "") { + return child.data; + } + + child = child.nextSibling; + } + + return null; +} + +function _addEventListener(elem, type, listener) { + if (typeof elem === "string") { + elem = document.getElementById(elem); + } + + if (!elem) { + return; + } + + _log("Adding event listener " + listener.name + " to " + elem); + + if ("addEventListener" in elem) { + elem.addEventListener(type, listener, false); + return; + } + + if ("attachEvent" in elem) { + /* IE lte 8 */ + elem.attachEvent("on" + type, listener); + return; + } +} + +function _getEventTarget(event) { + if ("target" in event) { + return event.target; + } else { + /* IE lte 8 */ + return event.srcElement; + } +} + +function _preventDefault(event) { + if (!event) { + return; + } + + if ("preventDefault" in event) { + event.preventDefault(); + } else { + /* IE lte 8 */ + event.returnValue = false; + } +} + +var _searchIcon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAgCAYAAABkWOo9AAADfElEQVRYw71YSWgTURgeF1ySybQWF6yCohcFcQG3i1iPgoIm8yZpRexBBJeCB1G7zMzvwQU3vFj14EFRETfQi4LihhYvQl2KWrQKLlVwKeqh2mr8/yaB9s2b5L1kxsKjCXnzvW++//2rlk6nNdmFf4OiDGbrJsRxbdBNxzVM2IyfUzHTXqTVwggVPKWzZTaVJWCuYbmHYwzexZibzrN+GBacoxf5r0S1pXXDY6a7Dwn8KUBQtK5GUlAZOtFo0p6FCj4ugmC/BV/pWoRCVAMYHLOcbXjQLwkyUkobDM7iqgiUKKqwN49CLw3m7jCS9jyd1Y8h56pYBYaebJquM2c97rnj96zO3IdaFQwNhKiRsBcgmV6hchbspztbCBCVq8H934SELWgomWif4zC3TaDiG53Zi1VAR8ZhIhK+IcDqJvVLIopvu0sA/JRMWxQwXgvEOCbAbCE/KIooxUmvyaGX7mIpDjBu9ZYo4nR4nAuTRFFEySs9b27CniDCim45S5DsXw6/kxRXsxB6ovfyw/Mg0yFeq6MeVZOwUIkoBuQqr2mcuiDTXywB0wRRYLcSUTTxVh6EvDboXI24rwbGVbimSvQgZ/auMKofxL3ACfJIzfTMPc0BPAuDKDpsMyfIZzVFmXuRA2gNgyia+hB3zk8lopk6cwDAx3CI8paDdjXTW47N53UK1CHc0QfcObdUw1PKU+lYTiJQktUw2lMSmu5xJaJlNdtH4YM9nFmuBGp2y9koqKRWKKdQJHbbo2pAfQ+1I4LM1125HCLqRC1njSBzdJZalWcD/WWfIrwVI4Epm/P7xTn3utc87omSYqflVEu0Km1UbGuMDZEiWp6CyRTbBP1Os6qZ+pQ0Ya0IL0+b046r1q9d4bPHJh+gF/jbfCnHWQljyRl9cN5L kH6Nz6/TGAzzJZqpyuGuD0AP9U3RBMwUOk28YXzWuz/5KNZFeyIJew5+viSoUfn1loTLlZvefoc1TkCQewVASJn72QNvUv2a/2D4QAX0AOWTMCNbsBdouaEDO5Ap4otLvb3p1Ev29iX19JlaFU76dL+5UHkm732jgRhufFIkyS8qU5KyZNNUylZI+LdoPFQ4fmXmTzslBmQ5U33XLThV7NypPN44yTDdI5QUcnjUtii1v+T5NCkhIlRUZOYA0IL/z+M6gCFpmcyQQrY+oPkXEafv/wAY1thC2lNEvwAAAABJRU5ErkJggg=="; + +var _selectedSearchIcon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAgCAYAAABkWOo9AAACrUlEQVRYw73YTYiVVRjA8d9MgzMkCIYJjgNGbRwIx6CZ3IjOvkVMLSY3uZCgMnClKEi0SMU02sxoi1kUFtKHkJuColEpaRNYKtmQH6DjFGQOOYvRGbsuOgNyOO+d99z73hbP7t7/8+ec95zneY5araZsoA3rMYTX8RZ2YBgb0ZXDy8pdUvBZjOAGanXiDj7F0P8qik68i/uLCKbiK3S3XBR9+KUBwYfjbwy3RBTt2IW7JUTKrvRxPFa16ME6CX/H2+jH4+FwLUMvXsPpOv/9CR2ViOI5zBes3CF0ljh4W3C7QHZP06Lh4FxMwK9hU+Y11oNvE6xZ9DYrui8BvoBlDYH/+yw+SDDPor0h0XBPxls+j/6mDgBLcSUhu6NR0eMJ2IFKrhUG8W/EnkJbJkdH4uO/VGU5xNHEQmzIFd2cgLxZafljbSLH/lzRnQlIT+W1mstRjq9zRd+LANMt6X74PMrzc67oxxHg1xaJjkZ5/soV/SICnGuR6PtRnplc0ZEI8EeLROOdm8gV3Zuo60tbIPpjlGc8V3Q4cepfrFhyRaIlHMsVXY65CHKyYtE3EovxQiMl9FQCNFSRZHei8s3i0UZEX0mITjXblQf2lwW96Tm8VLbmPwz8JgH7sEnJl0uMKRdDs/1IWdEnMJMAjeZuU+BtK+AVxQS2Fo0rMXx7AeQ3DJQUXImTBZzJEsJX8SqW1BNtw5kCwFyYm9YVCK4Kp/vPgv9Ph988gxOJHjWO62Hhuoqm0NX4fhHIJH4ICb8L/Wu9xDcxGOV5OjTsi43cV/Bk0fa1Y3fJ2b6pmT70qh8VTL8L8cli39t6nG9Q8FbOKwmewhjuJZ+HSgA68U6JB7KF+AfHGn13whocCUVhgbchd/wdCC8lxzAe7sCz+AyH8XyZ R4qM/qAPa2q1mgf+B/5gM0c9BAAAAABJRU5ErkJggg=="; + +var _menuIcon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABIElEQVRYw+2WMUqDQRCFB7QJ2dmfFMEmndhFsLO1EQRBJDIzIgim8wCCFsm/LyIIgo1VQASP4FW0tLSyEC+gMjaSI+xabPHV8+3CezPk7lQSqgLuTp0RBtHSjBXzLBhu4uF0092JgmHImr5Yk+cF38EwpKi4zD98wT0FhRYTsHZM7k5BcceKz4zf/8mWrleOz7o1hlWgChCJLAXFKUt6ZsV7Fgyv0XDl7kRRsFOqiIK1QmzptlwVY05dma6zpp8SAo202+TuFKXdZcUjC56yoOlhsY5rDKvAvxHojDDoCjZy0NhkdSHQk/PmLxqZuwAvfUEgtnZcqgmjAkWv4mhpRs3RRY8VHwVe/xYPJmvk7tQXBFbss+AkE3u0heXaA+5Ov5Qac0WEwD/XAAAAAElFTkSuQmCC"; + +var _selectedMenuIcon = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAzUlEQVRYw+3WMUqDURBF4Q+0S0Ds7cROIZ0rEAQh2GhtOpdhgiAINqkCIriEbCUpU1pZSDZgwtj8L2QFbyxecep7ipk7IyJkoglEBJxgjFklXnHZZTvHL6Iymy7bJCG88A73iQKjMgNTrCsGr/GCXlvDJtAE4ACPWOC7Eis8F4HrxCK6g7dEgRlcYJskcFUG4QafmFfiY3eO2xo2gX8j0D2mg0qc7lfxUbcatbtgiT6MEpvwKfsrHsMxfhLCv3BWBqGPWzxUYojD1gMR4Q/TDLoC9ghWqAAAAABJRU5ErkJggg=="; + +function _updateGlobalNavigation() { + _log("Updating global navigation"); + + var href = window.location.href; + var elem = document.getElementById("-global-navigation"); + var child = elem.firstChild; + + if (href.charAt(href.length - 1) === "/") { + href += "index.html"; + } + + while (child) { + if (child.nodeType === 1) { + var link = _getDescendant(child, "a"); + + if (link.href === href) { + child.className += " selected"; + break; + } + } + + child = child.nextSibling; + } + + var link = document.getElementById("-search-link"); + var img = _getDescendant(link, "img"); + img.src = _searchIcon; + + link = document.getElementById("-menu-link"); + img = _getDescendant(link, "img"); + img.src = _menuIcon; +} + +function _hideMenu() { + var menu = document.getElementById("-menu"); + var link = document.getElementById("-menu-link"); + var icon = _getDescendant(link, "img"); + + menu.style.display = "none"; + icon.src = _menuIcon; +} + +function _hideSearch() { + var search = document.getElementById("-search"); + var link = document.getElementById("-search-link"); + var icon = _getDescendant(link, "img"); + + search.style.display = "none"; + icon.src = _searchIcon; +} + +function _toggleMenu() { + _log("Toggling menu"); + + var link = document.getElementById("-menu-link"); + var img = _getDescendant(link, "img"); + var menu = document.getElementById("-menu"); + + if (menu.style.display === "none") { + menu.style.display = "block"; + img.src = _selectedMenuIcon; + _hideSearch(); + } else { + _hideMenu(); + } +} + +function _toggleSearch() { + _log("Toggling search"); + + var link = document.getElementById("-search-link"); + var img = _getDescendant(link, "img"); + var search = document.getElementById("-search"); + var menu = document.getElementById("-menu"); + + if (search.style.display === "none") { + search.style.display = "block"; + img.src = _selectedSearchIcon; + _hideMenu(); + } else { + _hideSearch(); + } +} + +function _updatePathNavigation() { + var elem = document.getElementById("-path-navigation"); + + if (!elem) { + return; + } + + _log("Updating path navigation"); + + var child = elem.firstChild; + var count = 0; + + while (child) { + if (child.nodeType === 1) { + count++; + } + + child = child.nextSibling; + } + + if (count >= 3) { + elem.style.display = "inherit"; + } +} + +var _apacheFeather = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAOCAYAAABQFS4BAAAFnElEQVRIx83S22ukdx3H8e/v8Pyew5xnsrMJSZNsmm4PW91uL5ZWhIK9EA/Fq8Uiite9EuzVFhbxoqvd7kWLVEWEuioqpQgVtmpFssZtabpR9xCb7uQwmexMspPM5JmZ5/w8v9/v64UtiCi2StX3X/CCz4fMz8w8vN5qLSGihnf7ypkzdw333Eeaq43f/G7xtRb8H0bOnz//+He/9cLjCHpZEfL9ZrN5+9wLL55GUJ/f2W7B3M+WnzZRfqmAukA0jgpVfu1NHF1dGHZ+abbnswVckP8T+Orq6tEwjJ5/9plvlv5wZflO1PriY6dOYcwKX6xWyli/uLUaRf2jdwRUTBGl+kL6PA5HlVGQ2zNVK7T0WlJhr1wW6hcvLizE/zU4IsLS0lKxVjv09dXVP3/5RxcuHNy4dn18/r77LCIKOBFN+XWds4uQcuEOCKOZOr6b8O6E0OV+AGUtVd+I99JS4ks3XWncgctqlv36qe+9dvVDh79Xo9E4ufzH61/b6e5/YnHxEvY7bYPGNs5Wj+s8q4GdY7TkR8gxFGNdATiZKifwyHTXBZnPqZR4EScq9aNQxfPkem8YvVPhxhu/Pch+9YM/LQw+NPgTp0/PVuzydxTwh6M4sk9gLrj51nZxhwWqPdwgeXFYVcQkpdqgRlbmDhI1z3sqsyjPp4GquSMSCIrTUUATJlJSSKMeCePJ7TTr5OTQrBsH7JAY9kDK3n504WK7/ebi2tr+fww/e/bcZ6rj489YljNj2zYUnv6x50VpXRoFFGmFL9QTKR2qtocbdDAI+HhlBkp0QumUkgckI/0q6OPuEHrlHFaTEeaTGHUA3MwzXXB9Gtg69axcaoYBt+NwEN7N/L0idvsr2TtpPrnCHilcOn32lfUPDG82mx/dat366sR4X W9ttUz9k1c/LV5fLylb4DGX0x/OjeuwMh0DoKF9yg/EjhrpHu4MtlgYKFIvTslJo0oTXcGTI5f2ihVdFEBEGGhOJB3latqWrprrBwa3Ez0kDl5lR8jd5oZv0CAd21RsO99ruyet55e8Wy+/9NKK/77g7/78HinlpmmaH9Fan+ldfvVT8Po1VlpL2VVq60IM6TDTzIkOGe44xBEXYOuEbViCeSyRcerhXtBlu26blewxnTcPY44yQLRBgca52KYz6BMTDL1sztM7jU00MiWjxOEP8S5WICK7EtrJgcvg0ULXOZrnmxitdQ+it/3B8LlvfPv37j+E/33r6xvnR8POF8JOozh6e004FzehdluzQbFM0VRxzAUSRJIhwX6GlOdySgJhocH5fhqgb9kqIgAcQgiYAXE2Yv1gQJRCYMjJlEI5yh/GIzo05oNMdUSRTSovPTaMhHvqcBpMUmIWUMkMItRhZ9f1fvrEkz8/9y/hf12heZxz/KTS+nO3b63cG/VvOvLyBoOmr8enLOoveiT3MQfxUkC6JigClDAF1NAKUuFgGSg2c4bUjINODbZPJF3nd9H7RUdFQUgaloVjmYcDs05M1YWBClFUGZs8kqpqxQGDE0oBkHOiewM/VFl87X3B/7Zms/mYUvjZKPIe8lu7VSn2S8mVthGzgCIJCH2jD3yoSBpr4tQYhAQwvydJDYnuGEwxhcxWSPYYp9IXMCdivWMbmACiiRrUkLKyleq+JVBMC6ofFbpUNQEVAEpJGzsuuAMVfWD4e7XbbdtPknsp4oME8R4AOg2g61HgV73RIGdorr1GK+/vbrPEyuxiMyJwgsvkUo+jDgxdtzANU8PeylT+42PS24iQFBixcijkyInh/kqaBcpwWiM4eNAE7gjl5OuqUDsWT0zO7P7b8H/WjRs3Koh4qFwuZ1mWPYAIJwCwCAA5JKREEPJKqRnKmUcQbSCEESAeAqSISAmBKiKuEIAuALUQ9BglBBExop SuUkpfnp2dvfkX6a5m0ZqSUXAAAAAASUVORK5CYII=" + +function _updateApacheNavigation() { + var elem = document.getElementById("-apache-feather"); + + if (!elem) { + return; + } + + _log("Updating Apache navigation"); + + elem.src = _apacheFeather; +} + +function _getHeadings() { + var tags = ["h2", "h3", "h4", "h5", "h6"]; + var headings = []; + + for (var i = 0; i < tags.length; i++) { + var tag = tags[i]; + var elems = document.getElementsByTagName(tag); + + for (var j = 0; j < elems.length; j++) { + var elem = elems[j]; + headings.push(elem); + } + } + + return headings; +} + +function _addHeadingAnchors() { + _log("Adding heading anchors"); + + var headings = _getHeadings(); + + for (var i = 0; i < headings.length; i++) { + var heading = headings[i]; + var id = heading.id; + + if (!id) { + var docbookAnchor = _getDescendant(heading, "a"); + + if (docbookAnchor) { + id = docbookAnchor.id; + } + } + + if (!id) { + continue; + } + + var anchor = document.createElement("a"); + anchor.className = "heading-link"; + anchor.href = "#" + id; + + var text = document.createTextNode("\u00a7"); + anchor.appendChild(text); + + heading.appendChild(anchor); + } +} + +function _updateHeadingSelection() { + var hash = window.location.hash; + + if (!hash) { + return; + } + + _log("Updating the selected heading"); + + /* Clear any existing selections */ + + var headings = _getHeadings(); + + for (var i = 0; i < headings.length; i++) { + var heading = headings[i]; + + if (heading.className === "selected") { + heading.className = ""; + } + } + + /* Mark the current selection */ + + var elem = document.getElementById(hash.substring(1)); + + if (!elem) { + return; + } + + elem.className = "selected"; +} + +function _gotoJira(event) { + _log("Navigating to a jira issue page"); + + var form = _getEventTarget(event); + var jira = form.jira.value; + + jira = jira.trim(); + + if (jira.search(/^[A-z]+-/) === -1) { + jira = "QPID-" + jira; + } + + var uri = "https://issues.apache.org/jira/browse/" + encodeURIComponent(jira); + + window.location.href = uri; + + _preventDefault(event); +} + +function _searchJiras(event) { + _log("Submitting a jira search query"); + + var form = _getEventTarget(event); + var text = form.text.value; + var jql = "project in (QPID, QPIDIT, QPIDJMS, PROTON, DISPATCH) and text ~ '{}' order by updatedDate desc"; + + text = text.trim(); + + if (form.jql) { + jql = form.jql.value; + } + + jql = jql.replace("{}", text) + + var uri = "https://issues.apache.org/jira/issues/?jql=" + encodeURIComponent(jql); + + window.location.href = uri; + + _preventDefault(event); +} + +function _focusJiraSearchForm() { + var hash = window.location.hash; + + if (hash !== "#search-issues") { + return; + } + + _log("Moving focus to the jira search form"); + + var searchForm = document.getElementById("-jira-search-form"); + + if (searchForm !== null) { + searchForm.text.focus(); + } +} + +function _normalizeRevision() { + _log("Normalizing revision string"); + + var form = document.getElementById("-viewvc-goto-form"); + + form.revision.value = form.revision.value.trim(); +} + +function _modifyCurrentReleaseLinks() { + _log("Modifying current release links"); + + var elems = document.getElementsByTagName("a"); + + for (var i = 0; i < elems.length; i++) { + var elem = elems[i]; + + if (!elem.hasAttribute("href")) { + continue; + } + + var href = elem.href; + var ext = href.substring(href.length - 4) + + if (ext === ".asc" || ext === ".md5" || ext === "sha1" || ext === ".sha") { + href = href.replace("http://archive.apache.org/dist/qpid/", + "http://www.apache.org/dist/qpid/"); + } else { + href = href.replace("http://archive.apache.org/dist/qpid/", + "http://www.apache.org/dyn/closer.lua/qpid/"); + } + + elems[i].href = href; + } +} + +_updateGlobalNavigation(); + +_addEventListener("-menu-link", "click", _toggleMenu); +_addEventListener("-search-link", "click", _toggleSearch); + +var siteUrl = ""; + +if (siteUrl === "" || siteUrl.charAt(0) === "/") { + siteUrl = window.location.protocol + "//" + window.location.host + siteUrl; +} + +var path = window.location.href.substring(siteUrl.length); + +if (path === "/index.html" || path === "/") { + var elem = document.getElementById("-apache-navigation"); + elem.style.display = "none"; +} else { + _updatePathNavigation(); + _updateApacheNavigation(); + _updateHeadingSelection(); + _addHeadingAnchors(); + _focusJiraSearchForm(); + + _addEventListener("-jira-goto-form", "submit", _gotoJira); + _addEventListener("-jira-search-form", "submit", _searchJiras); + _addEventListener("-viewvc-goto-form", "submit", _normalizeRevision); + + _addEventListener(window, "hashchange", _updateHeadingSelection); + _addEventListener(window, "hashchange", _focusJiraSearchForm); +} + +_log("Calling deferred functions") + +for (var i = 0; i < _deferredFunctions.length; i++) { + var func = _deferredFunctions[i]; + func(); +} http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/discussion.html ---------------------------------------------------------------------- diff --git a/content/discussion.html b/content/discussion.html new file mode 100644 index 0000000..3f23113 --- /dev/null +++ b/content/discussion.html @@ -0,0 +1,213 @@ +<!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>Discussion - 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]--> + + <!-- Redirects for `go get` and godoc.org --> + <meta name="go-import" + content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/> + <meta name="go-source" + content="qpid.apache.org +https://github.com/apache/qpid-proton/blob/go1/README.md +https://github.com/apache/qpid-proton/tree/go1{/dir} +https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> + </head> + <body> + <div id="-content"> + <div id="-top" class="panel"> + <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a> + + <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a> + + <ul id="-global-navigation"> + <li><a id="-logotype" href="/index.html">Apache Qpid<sup>™</sup></a></li> + <li><a href="/documentation.html">Documentation</a></li> + <li><a href="/download.html">Download</a></li> + <li><a href="/discussion.html">Discussion</a></li> + </ul> + </div> + + <div id="-menu" class="panel" style="display: none;"> + <div class="flex"> + <section> + <h3>Project</h3> + + <ul> + <li><a href="/overview.html">Overview</a></li> + <li><a href="/components/index.html">Components</a></li> + <li><a href="/releases/index.html">Releases</a></li> + </ul> + </section> + + <section> + <h3>Messaging APIs</h3> + + <ul> + <li><a href="/proton/index.html">Qpid Proton</a></li> + <li><a href="/components/jms/index.html">Qpid JMS</a></li> + <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li> + </ul> + </section> + + <section> + <h3>Servers and tools</h3> + + <ul> + <li><a href="/components/java-broker/index.html">Java broker</a></li> + <li><a href="/components/cpp-broker/index.html">C++ broker</a></li> + <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li> + </ul> + </section> + + <section> + <h3>Resources</h3> + + <ul> + <li><a href="/dashboard.html">Dashboard</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li> + <li><a href="/resources.html">More resources</a></li> + </ul> + </section> + </div> + </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> + <a href="/search.html">More ways to search</a> + </form> + </div> + + <div id="-middle" class="panel"> + <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li>Discussion</li></ul> + + <div id="-middle-content"> + <h1 id="discussion">Discussion</h1> + +<p>Have a question or an idea? We'd be pleased to talk about it.</p> + +<h2 id="mailing-lists">Mailing lists</h2> + +<p>Mailing lists are the primary means of collaboration at Qpid.</p> + +<p>Subscribe to these lists by sending an email with the word "subscribe" +in the subject to the subscribe address. To unsubscribe, it's the +reverse: send an email with "unsubscribe" in the subject to the +unsubscribe address.</p> + +<table> +<thead> +<tr> + <th>List</th> + <th>Purpose</th> + <th>Subscribe</th> + <th>Unsubscribe</th> + <th>Archive</th> +</tr> +</thead> +<tbody> +<tr> + <td><a href="http://mail-archives.apache.org/mod_mbox/qpid-users/">[email protected]</a></td> + <td>General discussion</td> + <td><a href="mailto:[email protected]">users-subscribe</a></td> + <td><a href="mailto:[email protected]">users-unsubscribe</a></td> + <td><a href="http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html">Nabble</a></td> +</tr> +<tr> + <td><a href="http://mail-archives.apache.org/mod_mbox/qpid-dev/">[email protected]</a></td> + <td>Development</td> + <td><a href="mailto:[email protected]">dev-subscribe</a></td> + <td><a href="mailto:[email protected]">dev-unsubscribe</a></td> + <td><a href="http://qpid.2158936.n2.nabble.com/Apache-Qpid-developers-f7254403.html">Nabble</a></td> +</tr> +<tr> + <td><a href="http://mail-archives.apache.org/mod_mbox/qpid-proton/">[email protected]</a></td> + <td>Proton. Going forward, use above.</td> + <td></td> + <td><a href="mailto:[email protected]">proton-unsubscribe</a></td> + <td><a href="http://qpid.2158936.n2.nabble.com/Apache-Qpid-Proton-f7580687.html">Nabble</a></td> +</tr> +</tbody> +</table> + +<p>Qpid also offers lists for +<a href="/source-code.html#commits-list">commits</a> and +<a href="/source-code.html#notifications-list">notifications</a>.</p> + +<p><code>NOTE</code>: The Qpid project offers various components in many different languages. When mailing the lists please be specific about which component, or even which part of a given component, that you are using to better facilitate discussion. For example, "I'm using the Qpid Java <version> broker with the Qpid JMS <version> AMQP 1.0 client" rather than "I'm using the broker and JMS client".</p> + +<h2 id="chat">Chat</h2> + +<p>We hang out on <code>#qpid</code> on <a href="https://freenode.net">freenode</a>.</p> + +<ul> +<li><a href="irc://irc.freenode.net/qpid">irc://irc.freenode.net/qpid</a></li> +<li><a href="http://webchat.freenode.net/?channels=#qpid">freenode webchat</a></li> +</ul> + +<h2 id="more-information">More information</h2> + +<ul> +<li><a href="http://www.apache.org/foundation/mailinglists.html">Mailing lists at Apache</a></li> +<li><a href="http://qpid.2158936.n2.nabble.com/">Qpid lists at Nabble</a></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="" alt="Apache"/></a></li> + </ul> + + <p id="-legal"> + Apache Qpid, Messaging built on AMQP; Copyright © 2015 + 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> + </div> + </body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/a1891eca/content/documentation.html ---------------------------------------------------------------------- diff --git a/content/documentation.html b/content/documentation.html new file mode 100644 index 0000000..bc803ea --- /dev/null +++ b/content/documentation.html @@ -0,0 +1,249 @@ +<!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>Documentation - 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]--> + + <!-- Redirects for `go get` and godoc.org --> + <meta name="go-import" + content="qpid.apache.org git https://git-wip-us.apache.org/repos/asf/qpid-proton.git"/> + <meta name="go-source" + content="qpid.apache.org +https://github.com/apache/qpid-proton/blob/go1/README.md +https://github.com/apache/qpid-proton/tree/go1{/dir} +https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/> + </head> + <body> + <div id="-content"> + <div id="-top" class="panel"> + <a id="-menu-link"><img width="16" height="16" src="" alt="Menu"/></a> + + <a id="-search-link"><img width="22" height="16" src="" alt="Search"/></a> + + <ul id="-global-navigation"> + <li><a id="-logotype" href="/index.html">Apache Qpid<sup>™</sup></a></li> + <li><a href="/documentation.html">Documentation</a></li> + <li><a href="/download.html">Download</a></li> + <li><a href="/discussion.html">Discussion</a></li> + </ul> + </div> + + <div id="-menu" class="panel" style="display: none;"> + <div class="flex"> + <section> + <h3>Project</h3> + + <ul> + <li><a href="/overview.html">Overview</a></li> + <li><a href="/components/index.html">Components</a></li> + <li><a href="/releases/index.html">Releases</a></li> + </ul> + </section> + + <section> + <h3>Messaging APIs</h3> + + <ul> + <li><a href="/proton/index.html">Qpid Proton</a></li> + <li><a href="/components/jms/index.html">Qpid JMS</a></li> + <li><a href="/components/messaging-api/index.html">Qpid Messaging API</a></li> + </ul> + </section> + + <section> + <h3>Servers and tools</h3> + + <ul> + <li><a href="/components/java-broker/index.html">Java broker</a></li> + <li><a href="/components/cpp-broker/index.html">C++ broker</a></li> + <li><a href="/components/dispatch-router/index.html">Dispatch router</a></li> + </ul> + </section> + + <section> + <h3>Resources</h3> + + <ul> + <li><a href="/dashboard.html">Dashboard</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/qpid/Index">Wiki</a></li> + <li><a href="/resources.html">More resources</a></li> + </ul> + </section> + </div> + </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> + <a href="/search.html">More ways to search</a> + </form> + </div> + + <div id="-middle" class="panel"> + <ul id="-path-navigation"><li><a href="/index.html">Home</a></li><li>Documentation</li></ul> + + <div id="-middle-content"> + <h1 id="documentation">Documentation</h1> + +<p>The documentation on this page is for our +<a href="/releases/index.html#current-releases">current releases</a>, +You can find older versions with our +<a href="/releases/index.html#past-releases">past releases</a>.</p> + +<hr /> + +<h2 id="messaging-apis">Messaging APIs</h2> + +<div class="flex"> + +<section> + +<h3 id="qpid-proton">Qpid Proton</h3> + +<ul> +<li><a href="/proton/index.html">Overview</a></li> +<li><a href="/releases/qpid-proton-0.12.2/proton/c/api/files.html">C API reference</a></li> +<li><a href="/releases/qpid-proton-0.12.2/proton/cpp/api/annotated.html">C++ API reference</a></li> +<li><a href="/releases/qpid-proton-0.12.2/proton/java/api/index.html">Java API reference</a></li> +<li><a href="/releases/qpid-proton-0.12.2/proton/python/api/index.html">Python API reference</a></li> +</ul> + +</section> + +<section> + +<h3 id="qpid-jms">Qpid JMS</h3> + +<ul> +<li><a href="/components/jms/index.html">Overview</a></li> +<li><a href="/releases/qpid-jms-0.9.0/docs/index.html">Configuration</a></li> +<li><a href="http://docs.oracle.com/javaee/1.4/api/javax/jms/package-summary.html">API reference</a></li> +<li><a href="https://github.com/apache/qpid-jms/tree/0.9.0/qpid-jms-examples">Examples</a></li> +</ul> + +</section> + +<section> + +<h3 id="qpid-messaging-api">Qpid Messaging API</h3> + +<ul> +<li><a href="/components/messaging-api/index.html">Overview</a></li> +<li><a href="/releases/qpid-0.32/programming/book/ch02.html">Using the Qpid Messaging API</a> (<a href="/releases/qpid-0.32/programming/programming-book.pdf">PDF</a>)</li> +<li><a href="/releases/qpid-0.32/messaging-api/cpp/api/index.html">C++ API reference</a></li> +<li><a href="/releases/qpid-0.32/messaging-api/cpp/examples/index.html">C++ examples</a></li> +</ul> + +</section> + +</div> + +<hr /> + +<h2 id="messaging-servers">Messaging servers</h2> + +<div class="flex"> + +<section> + +<h3 id="java-broker">Java broker</h3> + +<ul> +<li><a href="/components/java-broker/index.html">Overview</a></li> +<li><a href="/releases/qpid-java-6.0.2/java-broker/book/index.html">Java broker book</a></li> +</ul> + +</section> + +<section> + +<h3 id="c-broker">C++ broker</h3> + +<ul> +<li><a href="/components/cpp-broker/index.html">Overview</a></li> +<li><a href="/releases/qpid-cpp-0.34/cpp-broker/book/index.html">C++ broker book</a> (<a href="/releases/qpid-cpp-0.34/cpp-broker/cpp-broker-book.pdf">PDF</a>)</li> +</ul> + +</section> + +<section> + +<h3 id="dispatch-router">Dispatch router</h3> + +<ul> +<li><a href="/components/dispatch-router/index.html">Overview</a></li> +<li><a href="/releases/qpid-dispatch-0.5/book/book.html">Dispatch router book</a></li> +</ul> + +</section> + +</div> + +<hr /> + +<h2 id="more-information">More information</h2> + +<ul> +<li><a href="/releases/index.html">Past and current releases</a></li> +<li><a href="/releases/index.html#development-snapshots">Development snapshots</a></li> +<li><a href="/components/index.html">Components</a></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="" alt="Apache"/></a></li> + </ul> + + <p id="-legal"> + Apache Qpid, Messaging built on AMQP; Copyright © 2015 + 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> + </div> + </body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
