You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by se...@apache.org on 2017/07/30 21:44:06 UTC

incubator git commit: Wrap long lines for easier reading

Repository: incubator
Updated Branches:
  refs/heads/master 2b06a4801 -> bff78b12b


Wrap long lines for easier reading


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

Branch: refs/heads/master
Commit: bff78b12b6bc048a4de7bd45a72c356530b5ebee
Parents: 2b06a48
Author: Sebb <se...@apache.org>
Authored: Sun Jul 30 22:43:54 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Sun Jul 30 22:43:54 2017 +0100

----------------------------------------------------------------------
 README.md | 23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator/blob/bff78b12/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 728dffc..94fbf49 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
 
 ## Prerequisites
 
-The website is built using JBake and a Groovy template.  The builds for the website do require internet access.
+The website is built using JBake and a Groovy template.
+The builds for the website do require internet access.
 
 - Install JBake from http://jbake.org/download.html
 - Create an environment variable `JBAKE_HOME` pointing to your JBake installation
@@ -10,19 +11,27 @@ The website is built using JBake and a Groovy template.  The builds for the webs
 
 ## Building & Running the site
 
-There is a custom `bake.sh` file that is used to build the website.  You can call it with any of the [arguments you would pass to jbake](http://jbake.org/docs/2.5.1/#bake_command).
-The easiest way to use it is to run `./bake.sh -b -s` this will start up JBake in a watching mode as you make changes it will refresh after a short period of time.
-While working with it locally, you'll notice that the site URLs redirect to `incubator.apache.org`, to change this edit `jbake.properties` and uncomment the line referencing `localhost`
+There is a custom `bake.sh` file that is used to build the website.
+You can call it with any of the [arguments you would pass to jbake](http://jbake.org/docs/2.5.1/#bake_command).
+The easiest way to use it is to run `./bake.sh -b -s`
+This will start up JBake in a watching mode as you make changes it will refresh after a short period of time.
+While working with it locally, you'll notice that the site URLs redirect to `incubator.apache.org`;
+to change this edit `jbake.properties` and uncomment the line referencing `localhost`
 
 ## Jenkins Setup
 
-Commits to the `jbake-site` branch are automatically checked out and built using `build_site.sh`.  Once this goes live those commits will go against `master`.  The jenkins job can be found at [https://builds.apache.org/view/H-L/view/Incubator/job/Incubator%20Site/](https://builds.apache.org/view/H-L/view/Incubator/job/Incubator%20Site/)
+Commits to the `jbake-site` branch are automatically checked out and built using `build_site.sh`.
+Once this goes live those commits will go against `master`.
+The jenkins job can be found at [https://builds.apache.org/view/H-L/view/Incubator/job/Incubator%20Site/](https://builds.apache.org/view/H-L/view/Incubator/job/Incubator%20Site/)
 The result of the commits are pushed to the `asf-site` branch which are then published using `gitwcsub`
 
 ## Asciidoctor
 
-Most of the pages in the site are written using Asciidoctor.  While it is a form of asciidoc it does have some [syntax differences that are worth reviewing](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
+Most of the pages in the site are written using Asciidoctor.
+While it is a form of asciidoc it does have some [syntax differences that are worth reviewing](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
 
 ## Groovy Templates
 
-The site templates are written in groovy scripts.  Even though the files end with `.gsp` they are not GSP files and do not have access to tag libraries.  You can run custom code in them, similar to what is done in [homepage.gsp](templates/homepage.gsp)
\ No newline at end of file
+The site templates are written in groovy scripts.
+Even though the files end with `.gsp` they are not GSP files and do not have access to tag libraries.
+You can run custom code in them, similar to what is done in [homepage.gsp](templates/homepage.gsp)
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org