Author: jross
Date: Mon Sep 28 13:26:20 2015
New Revision: 1705689
URL: http://svn.apache.org/viewvc?rev=1705689&view=rev
Log:
QPID-6729: Various improvements
- Add more information about AMQP 1.0, ISO standardization
- Address some minor stylesheet problems
- Update the issues page for changes to Qpid codebases
- Move CI info to the more resources area
Modified:
qpid/site/docs/amqp.html
qpid/site/docs/dashboard.html
qpid/site/docs/deferred.css
qpid/site/docs/download.html
qpid/site/docs/issues.html
qpid/site/docs/resources.html
qpid/site/docs/search.html
qpid/site/docs/site.css
qpid/site/docs/source-code.html
qpid/site/input/amqp.md
qpid/site/input/dashboard.md
qpid/site/input/deferred.css
qpid/site/input/download.md
qpid/site/input/issues.md
qpid/site/input/resources.md
qpid/site/input/search.md
qpid/site/input/site.css
qpid/site/input/source-code.md
Modified: qpid/site/docs/amqp.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/amqp.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/amqp.html (original)
+++ qpid/site/docs/amqp.html Mon Sep 28 13:26:20 2015
@@ -119,6 +119,15 @@ point-to-point, fan-out, publish-subscri
quarter of 2011. Future evolution of the protocol is now driven by the
member section and technical committees at OASIS.</p>
+<p>In October 2012 AMQP 1.0 became an <a
href="http://www.amqp.org/node/102">OASIS Standard</a>. In May
+2014 AMQP was approved as an
+<a
href="https://www.oasis-open.org/news/pr/iso-and-iec-approve-oasis-amqp-advanced-message-queuing-protocol">ISO
and IEC International Standard</a>.</p>
+
+<p>AMQP 1.0 is fully symmetric (peer-to-peer) as opposed to its
+asymmetric (client-server) predecessors. This means it can be used
+with or without intermediaries such as brokers and offers new
+possibilities for messaging applications.</p>
+
<p>Qpid offers AMQP 1.0 support in the following components:</p>
<div class="two-column">
@@ -136,15 +145,17 @@ member section and technical committees
<h2 id="amqp-and-your-app">AMQP and your app</h2>
-<p>We offer a library, <a href="proton/index.html">Qpid Proton</a>, whose
explicit
-aim is to help you make your application speak AMQP.</p>
+<p>We offer a library, <a href="proton/index.html">Qpid Proton</a>, whose aim
is to
+help you make your application speak AMQP.</p>
<h2 id="more-information">More information</h2>
<ul>
<li><a href="http://www.amqp.org/">AMQP website</a></li>
+<li><a
href="http://www.amqp.org/sites/amqp.org/files/2014.05.01%20ISO%2019464%20AMQP-ORG_0.pdf">AMQP
presentation</a></li>
<li><a
href="http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html">AMQP
1.0 specification</a></li>
<li><a
href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp">OASIS
AMQP technical committee</a></li>
+<li><a
href="http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=64955">ISO
19464</a></li>
<li><a
href="http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol">AMQP on
Wikipedia</a></li>
</ul>
Modified: qpid/site/docs/dashboard.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/dashboard.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/dashboard.html (original)
+++ qpid/site/docs/dashboard.html Mon Sep 28 13:26:20 2015
@@ -200,6 +200,7 @@
<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>
Modified: qpid/site/docs/deferred.css
URL:
http://svn.apache.org/viewvc/qpid/site/docs/deferred.css?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/deferred.css (original)
+++ qpid/site/docs/deferred.css Mon Sep 28 13:26:20 2015
@@ -63,7 +63,7 @@ button:hover {
background: linear-gradient(to bottom, white, #fcfcfc 10%) no-repeat;
}
-ol, ul {
+ul {
list-style-image:
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAL0lEQVQoz2P4//8/AymYgb4aePPWlfDmrr2OgoFiuDVAFP1Hw9eHlAZSPT04Ig4AsFqLgI4Un7IAAAAASUVORK5CYII=");
}
@@ -184,12 +184,6 @@ a[href]:visited {
display: block;
}
-@media screen and (max-width: 360px) {
- #-search > form {
- width: 13em;
- }
-}
-
#-download-link > a {
color: #0d6dad;
border-radius: 0.3em;
@@ -391,6 +385,12 @@ a[href]:visited {
}
}
+@media screen and (max-width: 360px) {
+ #-search > form {
+ width: 13em;
+ }
+}
+
@media print {
body {
font-size: 10pt;
Modified: qpid/site/docs/download.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/download.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/download.html (original)
+++ qpid/site/docs/download.html Mon Sep 28 13:26:20 2015
@@ -196,8 +196,10 @@ rather than from a mirror.</p>
<h2 id="more-information">More information</h2>
<ul>
-<li><a href="/releases/index.html">Qpid releases</a></li>
-<li><a href="/components/index.html">Qpid components</a></li>
+<li><a href="/components/index.html">Components</a></li>
+<li><a href="/releases/index.html">Releases</a></li>
+<li><a href="packages.html">Packages</a></li>
+<li><a href="maven.html">Qpid via Maven</a></li>
</ul>
Modified: qpid/site/docs/issues.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/issues.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/issues.html (original)
+++ qpid/site/docs/issues.html Mon Sep 28 13:26:20 2015
@@ -116,12 +116,10 @@ system.</p>
<h2 id="search-issues">Search issues</h2>
-<div class="indent">
- <form id="-jira-search-form">
- <input name="text" type="text"/>
- <button type="submit">Search</button>
- </form>
-</div>
+<form id="-jira-search-form">
+ <input name="text" type="text"/>
+ <button type="submit">Search</button>
+</form>
<h2 id="report-a-bug">Report a bug</h2>
@@ -152,15 +150,15 @@ important fields are <em>Summary</em>, <
<p>Bug reports are highly useful contributions. We appreciate the time
you give to make Qpid better.</p>
-<div class="three-column">
+<div class="flex">
<section>
-<h3 id="qpid">Qpid</h3>
+<h3 id="qpid-c-java-and-python">Qpid C++, Java, and Python</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520&issuetype=1&priority=3">Report
a bug</a></li>
-<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520">Create
a new issue of another type</a></li>
+<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520">Create
a new issue</a></li>
<li><a href="https://issues.apache.org/jira/browse/QPID">JIRA project
page</a></li>
</ul>
@@ -168,11 +166,23 @@ you give to make Qpid better.</p>
<section>
+<h3 id="qpid-jms">Qpid JMS</h3>
+
+<ul>
+<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12314524&issuetype=1&priority=3">Report
a bug</a></li>
+<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12314524">Create
a new issue</a></li>
+<li><a href="https://issues.apache.org/jira/browse/QPIDJMS">JIRA project
page</a></li>
+</ul>
+
+</section>
+
+<section>
+
<h3 id="qpid-proton">Qpid Proton</h3>
<ul>
<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12313720&issuetype=1&priority=3">Report
a bug</a></li>
-<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12313720">Create
a new issue of another type</a></li>
+<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12313720">Create
a new issue</a></li>
<li><a href="https://issues.apache.org/jira/browse/PROTON">JIRA project
page</a></li>
</ul>
@@ -184,7 +194,7 @@ you give to make Qpid better.</p>
<ul>
<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12315321&issuetype=1&priority=3">Report
a bug</a></li>
-<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12315321">Create
a new issue of another type</a></li>
+<li><a
href="https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12315321">Create
a new issue</a></li>
<li><a href="https://issues.apache.org/jira/browse/DISPATCH">JIRA project
page</a></li>
</ul>
@@ -192,13 +202,6 @@ you give to make Qpid better.</p>
</div>
-<h2 id="common-operations">Common operations</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/secure/Signup!default.jspa">Sign
up for an account</a></li>
-<li><form id="-jira-goto-form">Go to issue <input name="jira"
value=""/></form></li>
-</ul>
-
<h2 id="notifications">Notifications</h2>
<p>Alerts for new and updated issues are directed to the
@@ -207,6 +210,7 @@ you give to make Qpid better.</p>
<h2 id="more-information">More information</h2>
<ul>
+<li><a href="https://issues.apache.org/jira/secure/Signup!default.jspa">Sign
up for an account</a></li>
<li><a href="http://www.atlassian.com/software/jira/overview">JIRA product
page</a></li>
<li><a href="http://www.atlassian.com/software/jira/docs/latest/">JIRA
documentation</a></li>
</ul>
Modified: qpid/site/docs/resources.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/resources.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/resources.html (original)
+++ qpid/site/docs/resources.html Mon Sep 28 13:26:20 2015
@@ -121,7 +121,7 @@ would like your blog linked here.</p>
<li><a href="http://dialmformessaging.blogspot.com/">Dial M for Messaging</a>
by Mick Goulish</li>
<li><a href="http://www.ipbabble.com/">IPBabble</a> by William Henry</li>
<li><a href="http://rajith.2rlabs.com/">Rajith's Column</a> by Rajith
Attapattu</li>
-<li><a href="http://stevehuston.wordpress.com/">Steve Huston's Networked
Programming Blog</a> by Steve Huston</li>
+<li><a href="http://stevehuston.wordpress.com/">Steve Huston's Networked
Programming Blog</a></li>
<li><a href="http://mcpierce.blogspot.com/search/label/messaging">The Infobahn
Offramp</a> by Darryl Pierce</li>
</ul>
@@ -144,10 +144,23 @@ would like your blog linked here.</p>
<section>
+<h2 id="continuous-integration">Continuous integration</h2>
+
+<p>Qpid uses <a href="http://jenkins-ci.org/">Jenkins</a> to perform
+<a href="http://en.wikipedia.org/wiki/Continuous_integration">continuous
integration</a>
+of the latest changes.</p>
+
+<ul>
+<li><a href="https://builds.apache.org//view/M-R/view/Qpid/">Qpid test builds
in Jenkins</a></li>
+<li><a
href="https://cwiki.apache.org/confluence/display/qpid/continuous+integration">Overview
of Qpid CI</a></li>
+<li><a href="http://wiki.apache.org/general/Jenkins">Apache Jenkins
overview</a></li>
+<li><a href="https://ci.apache.org/">Apache build services</a></li>
+</ul>
+
<h2 id="coverity-scans">Coverity scans</h2>
-<p>To view these you must
-<a href="https://scan.coverity.com/users/sign_up">sign up with
Coverity</a>.</p>
+<p>Coverity finds defects using static code analysis. To view these you
+must <a href="https://scan.coverity.com/users/sign_up">sign up with
Coverity</a>.</p>
<ul>
<li><a href="https://scan.coverity.com/projects/6">Qpid C++ scans</a></li>
Modified: qpid/site/docs/search.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/search.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/search.html (original)
+++ qpid/site/docs/search.html Mon Sep 28 13:26:20 2015
@@ -109,7 +109,7 @@
<h3 id="search-this-site">Search this site</h3>
-<form id="-site-search-form" action="http://www.google.com/search"
method="get">
+<form id="-site-search-form" action="https://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>
@@ -133,7 +133,7 @@
<h3 id="search-the-wiki">Search the wiki</h3>
-<form id="-wiki-search-form" action="http://www.google.com/search"
method="get">
+<form id="-wiki-search-form" action="https://www.google.com/search"
method="get">
<input type="hidden" name="sitesearch"
value="cwiki.apache.org/confluence/display/qpid"/>
<input type="text" name="q" maxlength="255" value="" tabindex="4"/>
<button type="submit">Search</button>
Modified: qpid/site/docs/site.css
URL:
http://svn.apache.org/viewvc/qpid/site/docs/site.css?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/site.css (original)
+++ qpid/site/docs/site.css Mon Sep 28 13:26:20 2015
@@ -104,7 +104,8 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-size: 1.7em;
- margin-bottom: 0.7em;
+ margin-top: 0;
+ margin-bottom: 0.8em;
}
h2 {
@@ -163,7 +164,7 @@ li > p:last-child, dd > p:last-child {
column-count: 4;
}
-.column, section, li {
+.column, li {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
}
@@ -257,7 +258,7 @@ pre, .scroll {
}
#-top {
- padding-top: 0.4em;
+ padding-top: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px solid #d4d4ca;
}
@@ -278,26 +279,23 @@ pre, .scroll {
font-weight: 400;
}
-#-logotype > sup {
- vertical-align: 0.5em;
- font-size: 0.7em;
-}
-
#-menu-link, #-search-link {
float: right;
margin-left: 1em;
}
#-menu-link > img, #-search-link > img {
- vertical-align: -0.2em;
+ vertical-align: -0.1em;
}
#-global-navigation {
font-family: "Oswald", sans-serif;
font-weight: 300;
font-size: 0.95em;
- margin: 0;
+ line-height: 100%;
padding: 0;
+ margin-top: 0;
+ margin-bottom: 0.25em;
}
#-global-navigation > li {
@@ -372,6 +370,7 @@ pre, .scroll {
#-apache-navigation {
margin: 0;
padding: 0;
+ font-size: 0.9em;
}
#-apache-navigation > li {
@@ -380,7 +379,7 @@ pre, .scroll {
#-apache-feather {
display: inline;
- vertical-align: -0.05em;
+ vertical-align: -0.07em;
}
#-legal {
@@ -441,8 +440,7 @@ pre, .scroll {
}
.panel {
- padding-left: 1em;
- padding-right: 1em;
+ padding: 1em;
}
#-left-column {
Modified: qpid/site/docs/source-code.html
URL:
http://svn.apache.org/viewvc/qpid/site/docs/source-code.html?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/docs/source-code.html (original)
+++ qpid/site/docs/source-code.html Mon Sep 28 13:26:20 2015
@@ -190,17 +190,6 @@ Qpid Java
svn dcommit</code> by following the instructions on the
<a href="http://www.apache.org/dev/git.html">Git at Apache</a> page.</p>
-<h2 id="continuous-integration">Continuous integration</h2>
-
-<p>Qpid uses <a href="http://jenkins-ci.org/">Jenkins</a> to perform
-<a href="http://en.wikipedia.org/wiki/Continuous_integration">continuous
integration</a>
-of the latest changes.</p>
-
-<ul>
-<li><a href="https://builds.apache.org//view/M-R/view/Qpid/">Automated tests
in Jenkins</a></li>
-<li><a
href="https://cwiki.apache.org/confluence/display/qpid/continuous+integration">Overview
of Qpid CI</a></li>
-</ul>
-
<h2 id="notifications">Notifications</h2>
<p>The traffic on these lists is automatically generated. Please do not
Modified: qpid/site/input/amqp.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/amqp.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/amqp.md (original)
+++ qpid/site/input/amqp.md Mon Sep 28 13:26:20 2015
@@ -31,6 +31,18 @@ The AMQP working group released the 1.0
quarter of 2011. Future evolution of the protocol is now driven by the
member section and technical committees at OASIS.
+In October 2012 AMQP 1.0 became an [OASIS Standard][oasis]. In May
+2014 AMQP was approved as an
+[ISO and IEC International Standard][iso].
+
+[oasis]: http://www.amqp.org/node/102
+[iso]:
https://www.oasis-open.org/news/pr/iso-and-iec-approve-oasis-amqp-advanced-message-queuing-protocol
+
+AMQP 1.0 is fully symmetric (peer-to-peer) as opposed to its
+asymmetric (client-server) predecessors. This means it can be used
+with or without intermediaries such as brokers and offers new
+possibilities for messaging applications.
+
Qpid offers AMQP 1.0 support in the following components:
<div class="two-column" markdown="1">
@@ -46,12 +58,14 @@ Qpid offers AMQP 1.0 support in the foll
## AMQP and your app
-We offer a library, [Qpid Proton](proton/index.html), whose explicit
-aim is to help you make your application speak AMQP.
+We offer a library, [Qpid Proton](proton/index.html), whose aim is to
+help you make your application speak AMQP.
## More information
- [AMQP website](http://www.amqp.org/)
+ - [AMQP
presentation](http://www.amqp.org/sites/amqp.org/files/2014.05.01%20ISO%2019464%20AMQP-ORG_0.pdf)
- [AMQP 1.0
specification](http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-overview-v1.0-os.html)
- [OASIS AMQP technical
committee](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=amqp)
+ - [ISO
19464](http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=64955)
- [AMQP on
Wikipedia](http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol)
Modified: qpid/site/input/dashboard.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/dashboard.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/dashboard.md (original)
+++ qpid/site/input/dashboard.md Mon Sep 28 13:26:20 2015
@@ -75,6 +75,7 @@
### More
+ - [Components]({{site_url}}/components/index.html)
- [Releases]({{site_url}}/releases/index.html)
- [Devel snapshots]({{site_url}}/releases/index.html#development-snapshots)
- [Qpid site code](http://svn.apache.org/repos/asf/qpid/site/)
Modified: qpid/site/input/deferred.css
URL:
http://svn.apache.org/viewvc/qpid/site/input/deferred.css?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/deferred.css (original)
+++ qpid/site/input/deferred.css Mon Sep 28 13:26:20 2015
@@ -63,7 +63,7 @@ button:hover {
background: linear-gradient(to bottom, white, #fcfcfc 10%) no-repeat;
}
-ol, ul {
+ul {
list-style-image:
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAL0lEQVQoz2P4//8/AymYgb4aePPWlfDmrr2OgoFiuDVAFP1Hw9eHlAZSPT04Ig4AsFqLgI4Un7IAAAAASUVORK5CYII=");
}
@@ -184,12 +184,6 @@ a[href]:visited {
display: block;
}
-@media screen and (max-width: 360px) {
- #-search > form {
- width: 13em;
- }
-}
-
#-download-link > a {
color: #0d6dad;
border-radius: 0.3em;
@@ -391,6 +385,12 @@ a[href]:visited {
}
}
+@media screen and (max-width: 360px) {
+ #-search > form {
+ width: 13em;
+ }
+}
+
@media print {
body {
font-size: 10pt;
Modified: qpid/site/input/download.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/download.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/download.md (original)
+++ qpid/site/input/download.md Mon Sep 28 13:26:20 2015
@@ -99,5 +99,7 @@ rather than from a mirror.
## More information
- - [Qpid releases]({{site_url}}/releases/index.html)
- - [Qpid components]({{site_url}}/components/index.html)
+ - [Components]({{site_url}}/components/index.html)
+ - [Releases]({{site_url}}/releases/index.html)
+ - [Packages](packages.html)
+ - [Qpid via Maven](maven.html)
Modified: qpid/site/input/issues.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/issues.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/issues.md (original)
+++ qpid/site/input/issues.md Mon Sep 28 13:26:20 2015
@@ -28,12 +28,10 @@ system.
## Search issues
-<div class="indent">
- <form id="-jira-search-form">
- <input name="text" type="text"/>
- <button type="submit">Search</button>
- </form>
-</div>
+<form id="-jira-search-form">
+ <input name="text" type="text"/>
+ <button type="submit">Search</button>
+</form>
## Report a bug
@@ -63,33 +61,31 @@ important fields are *Summary*, *Environ
Bug reports are highly useful contributions. We appreciate the time
you give to make Qpid better.
-<div class="three-column" markdown="1">
+<div class="flex" markdown="1">
<section markdown="1">
-### Qpid
+### Qpid C++, Java, and Python
- [Report a
bug](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520&issuetype=1&priority=3)
- - [Create a new issue of another
type](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520)
+ - [Create a new
issue](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12310520)
- [JIRA project page](https://issues.apache.org/jira/browse/QPID)
</section>
+<section markdown="1">
-;;<section markdown="1">
-;;
-;;### Qpid JMS
-;;
-;; - [Report a
bug](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12314524&issuetype=1&priority=3)
-;; - [Create a new issue of another
type](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12314524)
-;; - [JIRA project page](https://issues.apache.org/jira/browse/QPIDJMS)
-;;
-;;</section>
+### Qpid JMS
+ - [Report a
bug](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12314524&issuetype=1&priority=3)
+ - [Create a new
issue](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12314524)
+ - [JIRA project page](https://issues.apache.org/jira/browse/QPIDJMS)
+
+</section>
<section markdown="1">
### Qpid Proton
- [Report a
bug](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12313720&issuetype=1&priority=3)
- - [Create a new issue of another
type](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12313720)
+ - [Create a new
issue](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12313720)
- [JIRA project page](https://issues.apache.org/jira/browse/PROTON)
</section>
@@ -98,17 +94,12 @@ you give to make Qpid better.
### Qpid Dispatch
- [Report a
bug](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12315321&issuetype=1&priority=3)
- - [Create a new issue of another
type](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12315321)
+ - [Create a new
issue](https://issues.apache.org/jira/secure/CreateIssue.jspa?pid=12315321)
- [JIRA project page](https://issues.apache.org/jira/browse/DISPATCH)
</section>
</div>
-## Common operations
-
- - [Sign up for an
account](https://issues.apache.org/jira/secure/Signup!default.jspa)
- - <form id="-jira-goto-form">Go to issue <input name="jira" value=""/></form>
-
## Notifications
Alerts for new and updated issues are directed to the
@@ -116,5 +107,6 @@ Alerts for new and updated issues are di
## More information
+ - [Sign up for an
account](https://issues.apache.org/jira/secure/Signup!default.jspa)
- [JIRA product page](http://www.atlassian.com/software/jira/overview)
- [JIRA documentation](http://www.atlassian.com/software/jira/docs/latest/)
Modified: qpid/site/input/resources.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/resources.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/resources.md (original)
+++ qpid/site/input/resources.md Mon Sep 28 13:26:20 2015
@@ -31,7 +31,7 @@ would like your blog linked here.
- [Dial M for Messaging](http://dialmformessaging.blogspot.com/) by Mick
Goulish
- [IPBabble](http://www.ipbabble.com/) by William Henry
- [Rajith's Column](http://rajith.2rlabs.com/) by Rajith Attapattu
- - [Steve Huston's Networked Programming
Blog](http://stevehuston.wordpress.com/) by Steve Huston
+ - [Steve Huston's Networked Programming
Blog](http://stevehuston.wordpress.com/)
- [The Infobahn Offramp](http://mcpierce.blogspot.com/search/label/messaging)
by Darryl Pierce
</section>
@@ -49,10 +49,21 @@ Qpid contributors often use
</section>
<section markdown="1">
+## Continuous integration
+
+Qpid uses [Jenkins](http://jenkins-ci.org/) to perform
+[continuous integration](http://en.wikipedia.org/wiki/Continuous_integration)
+of the latest changes.
+
+ - [Qpid test builds in
Jenkins](https://builds.apache.org//view/M-R/view/Qpid/)
+ - [Overview of Qpid
CI](https://cwiki.apache.org/confluence/display/qpid/continuous+integration)
+ - [Apache Jenkins overview](http://wiki.apache.org/general/Jenkins)
+ - [Apache build services](https://ci.apache.org/)
+
## Coverity scans
-To view these you must
-[sign up with Coverity](https://scan.coverity.com/users/sign_up).
+Coverity finds defects using static code analysis. To view these you
+must [sign up with Coverity](https://scan.coverity.com/users/sign_up).
- [Qpid C++ scans](https://scan.coverity.com/projects/6)
- [Qpid Java scans](https://scan.coverity.com/projects/572)
Modified: qpid/site/input/search.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/search.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/search.md (original)
+++ qpid/site/input/search.md Mon Sep 28 13:26:20 2015
@@ -2,7 +2,7 @@
### Search this site
-<form id="-site-search-form" action="http://www.google.com/search"
method="get">
+<form id="-site-search-form" action="https://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>
@@ -26,7 +26,7 @@
### Search the wiki
-<form id="-wiki-search-form" action="http://www.google.com/search"
method="get">
+<form id="-wiki-search-form" action="https://www.google.com/search"
method="get">
<input type="hidden" name="sitesearch"
value="cwiki.apache.org/confluence/display/qpid"/>
<input type="text" name="q" maxlength="255" value="" tabindex="4"/>
<button type="submit">Search</button>
Modified: qpid/site/input/site.css
URL:
http://svn.apache.org/viewvc/qpid/site/input/site.css?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/site.css (original)
+++ qpid/site/input/site.css Mon Sep 28 13:26:20 2015
@@ -104,7 +104,8 @@ h1, h2, h3, h4, h5, h6 {
h1 {
font-size: 1.7em;
- margin-bottom: 0.7em;
+ margin-top: 0;
+ margin-bottom: 0.8em;
}
h2 {
@@ -163,7 +164,7 @@ li > p:last-child, dd > p:last-child {
column-count: 4;
}
-.column, section, li {
+.column, li {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
}
@@ -257,7 +258,7 @@ pre, .scroll {
}
#-top {
- padding-top: 0.4em;
+ padding-top: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px solid #d4d4ca;
}
@@ -278,26 +279,23 @@ pre, .scroll {
font-weight: 400;
}
-#-logotype > sup {
- vertical-align: 0.5em;
- font-size: 0.7em;
-}
-
#-menu-link, #-search-link {
float: right;
margin-left: 1em;
}
#-menu-link > img, #-search-link > img {
- vertical-align: -0.2em;
+ vertical-align: -0.1em;
}
#-global-navigation {
font-family: "Oswald", sans-serif;
font-weight: 300;
font-size: 0.95em;
- margin: 0;
+ line-height: 100%;
padding: 0;
+ margin-top: 0;
+ margin-bottom: 0.25em;
}
#-global-navigation > li {
@@ -372,6 +370,7 @@ pre, .scroll {
#-apache-navigation {
margin: 0;
padding: 0;
+ font-size: 0.9em;
}
#-apache-navigation > li {
@@ -380,7 +379,7 @@ pre, .scroll {
#-apache-feather {
display: inline;
- vertical-align: -0.05em;
+ vertical-align: -0.07em;
}
#-legal {
@@ -441,8 +440,7 @@ pre, .scroll {
}
.panel {
- padding-left: 1em;
- padding-right: 1em;
+ padding: 1em;
}
#-left-column {
Modified: qpid/site/input/source-code.md
URL:
http://svn.apache.org/viewvc/qpid/site/input/source-code.md?rev=1705689&r1=1705688&r2=1705689&view=diff
==============================================================================
--- qpid/site/input/source-code.md (original)
+++ qpid/site/input/source-code.md Mon Sep 28 13:26:20 2015
@@ -89,15 +89,6 @@ If you have commit access, it's also pos
svn dcommit` by following the instructions on the
[Git at Apache](http://www.apache.org/dev/git.html) page.
-## Continuous integration
-
-Qpid uses [Jenkins](http://jenkins-ci.org/) to perform
-[continuous integration](http://en.wikipedia.org/wiki/Continuous_integration)
-of the latest changes.
-
- - [Automated tests in Jenkins](https://builds.apache.org//view/M-R/view/Qpid/)
- - [Overview of Qpid
CI](https://cwiki.apache.org/confluence/display/qpid/continuous+integration)
-
## Notifications
The traffic on these lists is automatically generated. Please do not
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]