Author: heneveld
Date: Sat Feb 6 10:58:15 2016
New Revision: 1728807
URL: http://svn.apache.org/viewvc?rev=1728807&view=rev
Log:
Update Brooklyn website, fix catalog, and remove incubator refs
Added:
brooklyn/site/style/js/catalog/items.js
Modified:
brooklyn/site/NOTICE
brooklyn/site/community/how-to-contribute-docs.html
brooklyn/site/community/index.html
brooklyn/site/community/irc.html
brooklyn/site/community/mailing-lists.html
brooklyn/site/developers/code-standards.html
brooklyn/site/developers/committers/index.html
brooklyn/site/developers/committers/merging-contributed-code.html
brooklyn/site/developers/committers/release-process/announce.html
brooklyn/site/developers/committers/release-process/environment-variables.html
brooklyn/site/developers/committers/release-process/fix-release.html
brooklyn/site/developers/committers/release-process/index.html
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
brooklyn/site/developers/committers/release-process/prerequisites.html
brooklyn/site/developers/committers/release-process/publish-temp.html
brooklyn/site/developers/committers/release-process/publish.html
brooklyn/site/developers/committers/release-process/release-version.html
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
brooklyn/site/developers/committers/release-process/vote-ipmc.html
brooklyn/site/developers/committers/release-process/vote.html
brooklyn/site/developers/how-to-contribute.html
brooklyn/site/developers/index.html
brooklyn/site/developers/links.html
brooklyn/site/documentation/faq.html
brooklyn/site/documentation/glossary.html
brooklyn/site/documentation/increase-entropy.html
brooklyn/site/documentation/index.html
brooklyn/site/documentation/other-docs.html
brooklyn/site/download/index.html
brooklyn/site/download/verify.html
brooklyn/site/index.html
brooklyn/site/learnmore/blueprint-tour.html
brooklyn/site/learnmore/catalog/catalog-item.html
brooklyn/site/learnmore/catalog/index.html
brooklyn/site/learnmore/features/index.html
brooklyn/site/learnmore/index.html
brooklyn/site/learnmore/theory.html
brooklyn/site/meta/license.html
brooklyn/site/meta/sitemap.html
brooklyn/site/meta/versions.html
Modified: brooklyn/site/NOTICE
URL:
http://svn.apache.org/viewvc/brooklyn/site/NOTICE?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/NOTICE (original)
+++ brooklyn/site/NOTICE Sat Feb 6 10:58:15 2016
@@ -1,5 +1,5 @@
Apache Brooklyn
-Copyright 2014-2015 The Apache Software Foundation
+Copyright 2014-2016 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Modified: brooklyn/site/community/how-to-contribute-docs.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/community/how-to-contribute-docs.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/community/how-to-contribute-docs.html (original)
+++ brooklyn/site/community/how-to-contribute-docs.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Contributing Documentation - Apache Brooklyn (incubating)</title>
+<title>Contributing Documentation - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/community/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/community/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/community/index.html (original)
+++ brooklyn/site/community/index.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Community - Apache Brooklyn (incubating)</title>
+<title>Community - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/community/irc.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/community/irc.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/community/irc.html (original)
+++ brooklyn/site/community/irc.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>IRC - Apache Brooklyn (incubating)</title>
+<title>IRC - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/community/mailing-lists.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/community/mailing-lists.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/community/mailing-lists.html (original)
+++ brooklyn/site/community/mailing-lists.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Mailing Lists - Apache Brooklyn (incubating)</title>
+<title>Mailing Lists - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -378,9 +366,9 @@ help with issues, ranging from basic get
questions about Brooklynâs internals.</p>
<p>To subscribe, send an email to:
-<a
href="mailto:dev-subscribe@brooklyn.incubator.apache.org">dev-subscribe@brooklyn.incubator.apache.org</a></p>
+<a
href="mailto:dev-subscribe@brooklyn.apache.org">dev-subscribe@brooklyn.apache.org</a></p>
-<p>You can also <a
href="https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-dev/">read
and search the dev list
+<p>You can also <a
href="https://mail-archives.apache.org/mod_mbox/brooklyn-dev/">read and search
the dev list
archives</a> on
Apacheâs list archiver.</p>
@@ -388,11 +376,15 @@ Apacheâs list archiver.</p>
<p>We also have a <em>commits</em> list - a read-only list which automatically
posts as
commits are made to our source repositories. Subscribe by sending an email to
-<a
href="mailto:commits-subscribe@brooklyn.incubator.apache.org">commits-subscribe@brooklyn.incubator.apache.org</a>,
-and <a
href="https://mail-archives.apache.org/mod_mbox/incubator-brooklyn-commits/">read
the archives here</a>.</p>
+<a
href="mailto:commits-subscribe@brooklyn.apache.org">commits-subscribe@brooklyn.apache.org</a>,
+and <a href="https://mail-archives.apache.org/mod_mbox/brooklyn-commits/">read
the archives here</a>.</p>
<h3 id="historical-lists">Historical lists</h3>
+<p>Before Brooklyn graduated from the Apache Incubator, the lists included the
word
+âincubatorâ (e.g. [email protected]). These were
automatically
+migrated upon graduation; the old lists should not be used.</p>
+
<p>Before Brooklyn joined the Apache Incubator, we had lists hosted on Google
Groups. These lists are now deprecated and itâs no longer possible to
subscribe
or post, but you may find useful information in the archives.</p>
Modified: brooklyn/site/developers/code-standards.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/code-standards.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/code-standards.html (original)
+++ brooklyn/site/developers/code-standards.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Code Standards - Apache Brooklyn (incubating)</title>
+<title>Code Standards - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -432,7 +420,7 @@ reason (this makes history and merges mu
- <a href="http://github.com/apache/incubator-brooklyn"
class="list-group-item">GitHub
+ <a href="http://github.com/apache/brooklyn"
class="list-group-item">GitHub
<span class="octicon
octicon-link-external"></span></a>
Modified: brooklyn/site/developers/committers/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/index.html (original)
+++ brooklyn/site/developers/committers/index.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Committer Guide - Apache Brooklyn (incubating)</title>
+<title>Committer Guide - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -443,7 +431,7 @@ $(function(){
- <a href="http://github.com/apache/incubator-brooklyn"
class="list-group-item">GitHub
+ <a href="http://github.com/apache/brooklyn"
class="list-group-item">GitHub
<span class="octicon
octicon-link-external"></span></a>
Modified: brooklyn/site/developers/committers/merging-contributed-code.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/merging-contributed-code.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/merging-contributed-code.html (original)
+++ brooklyn/site/developers/committers/merging-contributed-code.html Sat Feb
6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Merging Contributed Code - Apache Brooklyn (incubating)</title>
+<title>Merging Contributed Code - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/committers/release-process/announce.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/announce.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/announce.html (original)
+++ brooklyn/site/developers/committers/release-process/announce.html Sat Feb
6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Announce the release - Apache Brooklyn (incubating)</title>
+<title>Announce the release - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -373,21 +361,21 @@ $(function(){
<div class="col-md-9" id="content_container">
<div id="page_notes"></div>
<h1>Announce the release</h1>
- <p>After svnpubsub has updated, the artifacts will be visible at
https://www.apache.org/dist/incubator/brooklyn/, and distributed to Apache
mirrors around the world shortly after.</p>
+ <p>After svnpubsub has updated, the artifacts will be visible at
https://www.apache.org/dist/brooklyn/, and distributed to Apache mirrors around
the world shortly after.</p>
<p>An announcement email can then be made:</p>
-<h3 id="subject-announce-apache-brooklyn-070-incubating-released">Subject:
[ANNOUNCE] Apache Brooklyn 0.7.0-incubating released</h3>
+<h3 id="subject-announce-apache-brooklyn-090-released">Subject: [ANNOUNCE]
Apache Brooklyn 0.9.0 released</h3>
<div class="highlight"><pre><code class="language-text" data-lang="text">The
Apache Brooklyn team is proud to announce the latest release of Apache
-Brooklyn 0.7.0-incubating.
+Brooklyn 0.9.0.
-Apache Brooklyn is a framework for modelling, monitoring, and managing
+Apache Brooklyn is a framework for modelling, deploying, and managing
applications through autonomic blueprints. More details on Apache Brooklyn
can be found at https://brooklyn.apache.org/
-Version 0.7.0 is a major step for Apache Brooklyn. It is the first full
-release of the project as part of the Apache incubator.
+Version 0.9.0 is a major step for Apache Brooklyn, including many new features
+and fixes.
Thanks go to our community for their improvements, feedback and guidance, and
to Brooklynâs commercial users for funding much of this development.
@@ -396,30 +384,20 @@ As well as a source code release, we off
download, and a full set of Maven artifacts for developers.
Release notes:
-https://brooklyn.apache.org/v/0.7.0-incubating/misc/release-notes.html
+https://brooklyn.apache.org/v/0.9.0/misc/release-notes.html
Download:
https://brooklyn.apache.org/download/
User guide:
-https://brooklyn.apache.org/v/0.7.0-incubating/
+https://brooklyn.apache.org/v/0.9.0/
Maven artifacts have also been made available on repository.apache.org and
Maven Central.
-Disclaimer:
-Apache Brooklyn is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by Incubator. Incubation is required of
-all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have
-stabilized in a manner consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the
-project has yet to be fully endorsed by the ASF.
-
Thanks
Richard Downer
-release manager for 0.7.0-incubating
+release manager for 0.9.0
on behalf of the Brooklyn PPMC</code></pre></div>
Modified:
brooklyn/site/developers/committers/release-process/environment-variables.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/environment-variables.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/environment-variables.html
(original)
+++
brooklyn/site/developers/committers/release-process/environment-variables.html
Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Environment variables for the release - Apache Brooklyn
(incubating)</title>
+<title>Environment variables for the release - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -381,8 +369,8 @@ releases. To allow these example command
<span class="c"># The next version to be set on the master branch</span>
<span class="nv">NEW_MASTER_VERSION</span><span
class="o">=</span>0.NNN+1.0-SNAPSHOT
-<span class="c"># The version we are releasing now. While Brooklyn is in the
Apache Incubator, this must be suffixed `-incubating`.</span>
-<span class="nv">VERSION_NAME</span><span class="o">=</span>0.NNN.0-incubating
+<span class="c"># The version we are releasing now.</span>
+<span class="nv">VERSION_NAME</span><span class="o">=</span>0.NNN.0
<span class="c"># The release candidate number we are making now.</span>
<span class="nv">RC_NUMBER</span><span class="o">=</span>1</code></pre></div>
Modified: brooklyn/site/developers/committers/release-process/fix-release.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/fix-release.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/fix-release.html
(original)
+++ brooklyn/site/developers/committers/release-process/fix-release.html Sat
Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Fix on the release branch - Apache Brooklyn (incubating)</title>
+<title>Fix on the release branch - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/committers/release-process/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/index.html (original)
+++ brooklyn/site/developers/committers/release-process/index.html Sat Feb 6
10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Release Process - Apache Brooklyn (incubating)</title>
+<title>Release Process - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -374,6 +362,7 @@ $(function(){
<div id="page_notes"></div>
<h1>Release Process</h1>
<ol>
+ <li>Review and update these instructions, post-graduation from
incubation!</li>
<li><a href="prerequisites.html">Prerequisites</a> - steps that a new
release manager must do (but which only need to be done once)</li>
<li><a href="environment-variables.html">Set environment variables</a> -
many example snippets here use environment variables to
avoid repetition - this page describes what they are</li>
Modified:
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/make-release-artifacts.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
(original)
+++
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Make the release artifacts - Apache Brooklyn (incubating)</title>
+<title>Make the release artifacts - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/committers/release-process/prerequisites.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/prerequisites.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/prerequisites.html
(original)
+++ brooklyn/site/developers/committers/release-process/prerequisites.html Sat
Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Release Prerequisites - Apache Brooklyn (incubating)</title>
+<title>Release Prerequisites - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/committers/release-process/publish-temp.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/publish-temp.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/publish-temp.html
(original)
+++ brooklyn/site/developers/committers/release-process/publish-temp.html Sat
Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Publish to the staging area - Apache Brooklyn (incubating)</title>
+<title>Publish to the staging area - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/committers/release-process/publish.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/publish.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/publish.html (original)
+++ brooklyn/site/developers/committers/release-process/publish.html Sat Feb 6
10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Publish to the public - Apache Brooklyn (incubating)</title>
+<title>Publish to the public - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -436,7 +424,7 @@ double-check under the âcontentâ
<h2 id="update-the-website">Update the website</h2>
<p><em>Instructions on uploading to the website are beyond the scope of these
instructions. Refer to the
-<a
href="https://github.com/apache/incubator-brooklyn/tree/master/brooklyn-docs">appropriate
instructions</a>.</em></p>
+<a
href="https://github.com/apache/brooklyn-docs/tree/master/README.md">appropriate
instructions</a>.</em></p>
<h3 id="publish-documentation-for-the-new-release">Publish documentation for
the new release</h3>
Modified:
brooklyn/site/developers/committers/release-process/release-version.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/release-version.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/release-version.html
(original)
+++ brooklyn/site/developers/committers/release-process/release-version.html
Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Release branch and set version - Apache Brooklyn (incubating)</title>
+<title>Release branch and set version - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified:
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/verify-release-artifacts.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
(original)
+++
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Verify the release artifacts - Apache Brooklyn (incubating)</title>
+<title>Verify the release artifacts - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -383,21 +371,21 @@ they have the GnuPG and md5sum/sha1sum i
<p>The scripts below use several environment variables to cut out repetition
and enable easy repeatability for the next
release. You should determine the following information and set your
environment:</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="c"># The version we are releasing now. While Brooklyn is in the Apache
Incubator, this must be suffixed `-incubating`.</span>
-<span class="nv">VERSION_NAME</span><span class="o">=</span>0.7.0-incubating
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="c"># The version we are releasing now.</span>
+<span class="nv">VERSION_NAME</span><span class="o">=</span>0.9.0
<span class="c"># The release candidate number we are making now.</span>
<span class="nv">RC_NUMBER</span><span class="o">=</span>1
<span class="c"># A reference to your Git repository for Brooklyn</span>
-<span class="nv">BASE_REPO</span><span
class="o">=</span>~/repos/apache-asf/incubator-brooklyn
+<span class="nv">BASE_REPO</span><span
class="o">=</span>~/repos/apache-asf/brooklyn
<span class="c"># The Git commit hash from which the release was made - get
this from the release script, or the Release Manager's announcement</span>
<span class="nv">GIT_COMMIT</span><span
class="o">=</span>edcf928ee65cc29a84376c822759e468a9f016fe</code></pre></div>
<p>Import the PGP keys of the release Managers:</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">curl
https://dist.apache.org/repos/dist/release/incubator/brooklyn/KEYS <span
class="p">|</span> gpg2 --import</code></pre></div>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">curl
https://dist.apache.org/repos/dist/release/brooklyn/KEYS <span
class="p">|</span> gpg2 --import</code></pre></div>
<h2 id="download-the-artifacts">Download the artifacts</h2>
@@ -407,7 +395,7 @@ release. You should determine the follow
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="nv">TEMP_DIR</span><span class="o">=</span>~/tmp/brooklyn/release/<span
class="k">${</span><span class="nv">VERSION_NAME</span><span
class="k">}</span>-rc<span class="k">${</span><span
class="nv">RC_NUMBER</span><span class="k">}</span>
<span class="nv">BASE_NAME</span><span class="o">=</span>apache-brooklyn-<span
class="k">${</span><span class="nv">VERSION_NAME</span><span
class="k">}</span>-rc<span class="k">${</span><span
class="nv">RC_NUMBER</span><span class="k">}</span>
-<span class="nv">BASE_URL</span><span
class="o">=</span>https://dist.apache.org/repos/dist/dev/incubator/brooklyn/<span
class="k">${</span><span class="nv">BASE_NAME</span><span class="k">}</span>
+<span class="nv">BASE_URL</span><span
class="o">=</span>https://dist.apache.org/repos/dist/dev/brooklyn/<span
class="k">${</span><span class="nv">BASE_NAME</span><span class="k">}</span>
mkdir -p <span class="k">${</span><span class="nv">TEMP_DIR</span><span
class="k">}</span>
<span class="nb">cd</span> <span class="k">${</span><span
class="nv">TEMP_DIR</span><span class="k">}</span>
Modified: brooklyn/site/developers/committers/release-process/vote-ipmc.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/vote-ipmc.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/vote-ipmc.html
(original)
+++ brooklyn/site/developers/committers/release-process/vote-ipmc.html Sat Feb
6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Vote on general@incubator - Apache Brooklyn (incubating)</title>
+<title>Vote on general@incubator - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/committers/release-process/vote.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/vote.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/vote.html (original)
+++ brooklyn/site/developers/committers/release-process/vote.html Sat Feb 6
10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Vote on dev@brooklyn - Apache Brooklyn (incubating)</title>
+<title>Vote on dev@brooklyn - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/developers/how-to-contribute.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/how-to-contribute.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/how-to-contribute.html (original)
+++ brooklyn/site/developers/how-to-contribute.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>How to Contribute - Apache Brooklyn (incubating)</title>
+<title>How to Contribute - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -549,7 +537,7 @@ attributed as the author of the patch wh
- <a href="http://github.com/apache/incubator-brooklyn"
class="list-group-item">GitHub
+ <a href="http://github.com/apache/brooklyn"
class="list-group-item">GitHub
<span class="octicon
octicon-link-external"></span></a>
Modified: brooklyn/site/developers/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/index.html (original)
+++ brooklyn/site/developers/index.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Developers - Apache Brooklyn (incubating)</title>
+<title>Developers - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -438,7 +426,7 @@ There are also a number of <a href="link
<a href="/developers/code-standards.html"
class="list-group-item">Code Standards
</a>
- <a href="http://github.com/apache/incubator-brooklyn"
class="list-group-item">GitHub
+ <a href="http://github.com/apache/brooklyn"
class="list-group-item">GitHub
<span class="octicon octicon-link-external"></span></a>
<a href="https://issues.apache.org/jira/browse/BROOKLYN"
class="list-group-item">Bug Tracker (JIRA)
Modified: brooklyn/site/developers/links.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/links.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/developers/links.html (original)
+++ brooklyn/site/developers/links.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Development Bookmarks - Apache Brooklyn (incubating)</title>
+<title>Development Bookmarks - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -391,7 +379,7 @@ $(function(){
<li><a
href="https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn">Apache
snapshots</a></li>
</ul>
</li>
- <li><strong>CI server</strong> is a jenkins server at: <a
href="https://builds.apache.org/job/incubator-brooklyn-master-build/">https://builds.apache.org/job/incubator-brooklyn-master-build/</a></li>
+ <li><strong>CI server</strong> is a jenkins server at: <a
href="https://builds.apache.org/job/brooklyn-master-build/">https://builds.apache.org/job/brooklyn-master-build/</a></li>
</ul>
@@ -423,7 +411,7 @@ $(function(){
<a href="/developers/code-standards.html"
class="list-group-item">Code Standards
</a>
- <a href="http://github.com/apache/incubator-brooklyn"
class="list-group-item">GitHub
+ <a href="http://github.com/apache/brooklyn"
class="list-group-item">GitHub
<span class="octicon octicon-link-external"></span></a>
<a href="https://issues.apache.org/jira/browse/BROOKLYN"
class="list-group-item">Bug Tracker (JIRA)
Modified: brooklyn/site/documentation/faq.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/documentation/faq.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/documentation/faq.html (original)
+++ brooklyn/site/documentation/faq.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>FAQ - Apache Brooklyn (incubating)</title>
+<title>FAQ - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/documentation/glossary.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/documentation/glossary.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/documentation/glossary.html (original)
+++ brooklyn/site/documentation/glossary.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Glossary - Apache Brooklyn (incubating)</title>
+<title>Glossary - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
@@ -398,6 +386,11 @@ policy and enricher blueprints that Apac
<p>An operation on an <a href="#entity">entity</a>.</p>
+<h4 id="enricher">Enricher</h4>
+
+<p>Generates new events or <a href="#sensor">sensor</a> values (metrics) for
an entity, usually by aggregating
+or modifying data from one or more other sensors.</p>
+
<h4 id="entity">Entity</h4>
<p>A component of an application or system. This could be a physical
component, a
@@ -423,10 +416,10 @@ or an associated group of entities (e.g.
<li><a href="http://en.wikipedia.org/wiki/YAML">Wikipedia article</a> on
YAML</li>
</ul>
-<h4 id="apache-jclouds">Apache Jclouds</h4>
+<h4 id="apache-jclouds">Apache jclouds</h4>
<p>An open source Java library that provides a consistent interface to many
-clouds. Apache Brooklyn uses Apache Jclouds as its core cloud abstraction.</p>
+clouds. Apache Brooklyn uses Apache jclouds as its core cloud abstraction.</p>
<h6 id="see-also-2">See also</h6>
<ul>
Modified: brooklyn/site/documentation/increase-entropy.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/documentation/increase-entropy.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/documentation/increase-entropy.html (original)
+++ brooklyn/site/documentation/increase-entropy.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Increase Entropy - Apache Brooklyn (incubating)</title>
+<title>Increase Entropy - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/documentation/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/documentation/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/documentation/index.html (original)
+++ brooklyn/site/documentation/index.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Documentation - Apache Brooklyn (incubating)</title>
+<title>Documentation - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/documentation/other-docs.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/documentation/other-docs.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/documentation/other-docs.html (original)
+++ brooklyn/site/documentation/other-docs.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Other Resources - Apache Brooklyn (incubating)</title>
+<title>Other Resources - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/download/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/download/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/download/index.html (original)
+++ brooklyn/site/download/index.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Download - Apache Brooklyn (incubating)</title>
+<title>Download - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/download/verify.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/download/verify.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/download/verify.html (original)
+++ brooklyn/site/download/verify.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Verify the Integrity of Downloads - Apache Brooklyn (incubating)</title>
+<title>Verify the Integrity of Downloads - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/index.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/index.html (original)
+++ brooklyn/site/index.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>Home - Apache Brooklyn (incubating)</title>
+<title>Home - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>
Modified: brooklyn/site/learnmore/blueprint-tour.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/learnmore/blueprint-tour.html?rev=1728807&r1=1728806&r2=1728807&view=diff
==============================================================================
--- brooklyn/site/learnmore/blueprint-tour.html (original)
+++ brooklyn/site/learnmore/blueprint-tour.html Sat Feb 6 10:58:15 2016
@@ -24,7 +24,7 @@ under the License.
<head>
-<title>A Quick Tour of a Brooklyn Blueprint - Apache Brooklyn
(incubating)</title>
+<title>A Quick Tour of a Brooklyn Blueprint - Apache Brooklyn</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,27 +32,15 @@ under the License.
<link
href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="/style/deps/octicons/octicons.css" rel="stylesheet">
<link href="/style/deps/bootstrap-theme.css" rel="stylesheet">
-<link href="/style/deps/tooltip.css" rel="stylesheet">
<link rel="stylesheet" href="/style/css/code.css" type="text/css"
media="screen" />
<link href="/style/css/website.css" rel="stylesheet">
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="/style/deps/glossarizer.js"></script>
<script
src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
-<script src="/style/deps/tooltip.js"></script>
<script type="text/javascript" src="/style/deps/jquery.cookie.js"></script>
-<script>
-$(function(){
- $('body').glossarizer({
- sourceURL: '/guide/glossary.json?'+Math.random(),
- caseSensitive : true,
- lookupTagName : 'p, ul',
- callback: function(){ new tooltip(); }
- });
-});
-</script>
+
</head>
@@ -329,7 +317,7 @@ $(function(){
<li>
- <a
href="http://github.com/apache/incubator-brooklyn">GitHub
+ <a
href="http://github.com/apache/brooklyn">GitHub
<span class="octicon
octicon-link-external"></span></a>
</li>