You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/10 17:13:40 UTC

[1/3] brooklyn git commit: Fix README links after website changes

Repository: brooklyn
Updated Branches:
  refs/heads/master c8996efd5 -> 0dbfb071a


Fix README links after website changes

Fix README links after some website pages were refactored

Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/9d259025
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/9d259025
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/9d259025

Branch: refs/heads/master
Commit: 9d259025cc40f3378e67e8e0e6fe51458cdbef9e
Parents: c8996ef
Author: Richard Downer <ri...@apache.org>
Authored: Wed Feb 10 15:47:45 2016 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Wed Feb 10 15:47:45 2016 +0000

----------------------------------------------------------------------
 README.md | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/9d259025/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d267935..8780e78 100644
--- a/README.md
+++ b/README.md
@@ -39,21 +39,15 @@ For more on the code, sub-modules, not using sub-modules, and other topics, see
 ### Resources
 
 <!--- BROOKLYN_VERSION_BELOW -->
-The **Developer Guide** contains more detail on working with the codebase. It is available for [this version/branch -- 0.9.0-SNAPSHOT](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/) (permalink, also used below) or for [the latest released version](https://brooklyn.apache.org/v/latest/dev/).
+The **[Developers](https://brooklyn.apache.org/developers/index.html) section** of the main website and the **Developer Guide** contains more detail on working with the codebase. It is available for [this version/branch -- 0.9.0-SNAPSHOT](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/) (permalink, also used below) or for [the latest released version](https://brooklyn.apache.org/v/latest/dev/).
 
 Useful topics include:
 
-<!--- BROOKLYN_VERSION_BELOW -->
-* working with the **[source code](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code)**
+* getting the **[source code](https://brooklyn.apache.org/developers/code/)**
 
-<!--- BROOKLYN_VERSION_BELOW -->
-* using **[git sub-modules](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/submodules.html)** effectively
-
-<!--- BROOKLYN_VERSION_BELOW -->
-* **[avoiding](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/no-submodules.html)** sub-modules
+* [setting up Git](https://brooklyn.apache.org/developers/code/git-more.html) with forks, submodules (or alternatively avoiding submodules) and other productivity hints
 
 <!--- BROOKLYN_VERSION_BELOW -->
 * **[project structure](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/structure.html)**
 
-<!--- BROOKLYN_VERSION_BELOW -->
 * the **[people](https://brooklyn.apache.org/community/index.html)** behind Apache Brooklyn


[2/3] brooklyn git commit: This closes #3

Posted by he...@apache.org.
This closes #3


Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/b4ec5119
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/b4ec5119
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/b4ec5119

Branch: refs/heads/master
Commit: b4ec51195cd2178f731512f789bb267b7ca68e43
Parents: c8996ef 9d25902
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Feb 10 15:52:07 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Feb 10 15:52:07 2016 +0000

----------------------------------------------------------------------
 README.md | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------



[3/3] brooklyn git commit: minor tweaks to README

Posted by he...@apache.org.
minor tweaks to README

grammar, remove index.html and unhelpful sentences, and link to other versions


Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/0dbfb071
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/0dbfb071
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/0dbfb071

Branch: refs/heads/master
Commit: 0dbfb071a09c18cb826b52b8b50bc4ec09907ec4
Parents: b4ec511
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Feb 10 16:03:46 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Feb 10 16:12:50 2016 +0000

----------------------------------------------------------------------
 README.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn/blob/0dbfb071/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8780e78..90d13f0 100644
--- a/README.md
+++ b/README.md
@@ -6,11 +6,11 @@
 It supports blueprints in YAML or Java, and deploys them to many clouds and other target environments.
 It monitors those deployments, maintains a live model, and runs autonomic policies to maintain their health.
 
-For more information visit **[ brooklyn.apache.org ]( https://brooklyn.apache.org/ )**,
+For more information visit **[brooklyn.apache.org]( https://brooklyn.apache.org/ )**,
 where you'll find:
 * **[ Pre-built binaries ]( https://brooklyn.apache.org/download/ )**
 * **[ Getting Started instructions ]( https://brooklyn.apache.org/v/latest/start/running.html )**
-* **[ A Product Tour ](https://brooklyn.apache.org/learnmore/index.html)**
+* **[ A Product Tour ](https://brooklyn.apache.org/learnmore/)**
 
 
 ### Quick Start
@@ -33,21 +33,20 @@ To run, you might:
     pushd brooklyn-dist/usage/dist/target/brooklyn-dist/brooklyn/
     bin/brooklyn launch
 
-For more on the code, sub-modules, not using sub-modules, and other topics, see below.
-
 
 ### Resources
 
 <!--- BROOKLYN_VERSION_BELOW -->
-The **[Developers](https://brooklyn.apache.org/developers/index.html) section** of the main website and the **Developer Guide** contains more detail on working with the codebase. It is available for [this version/branch -- 0.9.0-SNAPSHOT](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/) (permalink, also used below) or for [the latest released version](https://brooklyn.apache.org/v/latest/dev/).
+The **[Developers](https://brooklyn.apache.org/developers/)** section of the main website contains more detail on working with the codebase. There is also a more **Developer Guide** specific to each version, including [this branch (0.9.0-SNAPSHOT)](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/), [latest stable](https://brooklyn.apache.org/v/latest/dev/), and [older releases](https://brooklyn.apache.org/meta/versions.html).
 
 Useful topics include:
 
 * getting the **[source code](https://brooklyn.apache.org/developers/code/)**
 
-* [setting up Git](https://brooklyn.apache.org/developers/code/git-more.html) with forks, submodules (or alternatively avoiding submodules) and other productivity hints
+* **[setting up Git](https://brooklyn.apache.org/developers/code/git-more.html)** with forks, submodules (or alternatively [avoiding submodules](https://brooklyn.apache.org/developers/code/git-more.html#not-using-submodules)) and other productivity hints
 
 <!--- BROOKLYN_VERSION_BELOW -->
-* **[project structure](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/structure.html)**
+* **[project structure](https://brooklyn.apache.org/v/0.9.0-SNAPSHOT/dev/code/structure.html)** of the codebase and submodules
+
+* the **[people](https://brooklyn.apache.org/community/)** behind Apache Brooklyn
 
-* the **[people](https://brooklyn.apache.org/community/index.html)** behind Apache Brooklyn