[20/50] [abbrv] wicket git commit: WICKET-6438 8.x reference guide needs a few minor improvements

2017-09-22 Thread solomax
WICKET-6438 8.x reference guide needs a few minor improvements


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

Branch: refs/heads/WICKET-6105-java.time
Commit: 075d8371ef3eb2e5f3bdadf008ae904cafd222b3
Parents: 2cb93c3
Author: ozeray 
Authored: Sun Aug 6 03:12:03 2017 +0300
Committer: Andrea Del Bene 
Committed: Sat Aug 12 17:13:05 2017 +0200

--
 .../src/main/asciidoc/contributing.adoc |  16 ++-
 .../src/main/asciidoc/helloWorld.adoc   |   1 -
 .../main/asciidoc/helloWorld/helloWorld_2.adoc  |   2 +-
 .../main/asciidoc/helloWorld/helloWorld_3.adoc  |   2 +-
 .../src/main/asciidoc/img/comsysto-logo.png | Bin 9926 -> 12166 bytes
 .../main/asciidoc/img/page-panel-hierarchy.png  | Bin 161128 -> 75309 bytes
 .../src/main/asciidoc/introduction.adoc |   6 ++--
 .../asciidoc/keepControl/keepControl_1.adoc |   2 +-
 .../asciidoc/keepControl/keepControl_2.adoc |   4 +--
 .../asciidoc/keepControl/keepControl_4.adoc |  10 ---
 .../asciidoc/keepControl/keepControl_5.adoc |  23 ---
 .../src/main/asciidoc/layout/layout_2.adoc  |   4 +--
 .../src/main/asciidoc/layout/layout_4.adoc  |  20 ++---
 .../asciidoc/wicketstuff/wicketstuff_1.adoc |  28 +--
 14 files changed, 79 insertions(+), 39 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/075d8371/wicket-user-guide/src/main/asciidoc/contributing.adoc
--
diff --git a/wicket-user-guide/src/main/asciidoc/contributing.adoc 
b/wicket-user-guide/src/main/asciidoc/contributing.adoc
index fab207f..e338e23 100644
--- a/wicket-user-guide/src/main/asciidoc/contributing.adoc
+++ b/wicket-user-guide/src/main/asciidoc/contributing.adoc
@@ -3,23 +3,25 @@ You can contribute to this guide by following these steps:
 
 * The guide uses AsciiDoctor to generate the final HTML/PDF so you should 
consult with its http://asciidoctor.org[syntax]
 
-* Clone Apache Wicket's GIT repository 
https://github.com/apache/wicket.git[site]
+* Fork Apache Wicket's GIT https://github.com/apache/wicket.git[repository] to 
your own github account.
+
+* Clone your forked copy of Apache Wicket's repository into your machine
 [source,java]
 
-git clone https://github.com/apache/wicket.git
+git clone https://github.com/<>/wicket.git
 
 
 * Edit the _.adoc_ files in `wicket/wicket-user-guide/src/main/asciidoctor` 
folder 
 
-* To preview your changes run _mvn clean package -P guide_ in the 
`wicket/wicket-user-guide` folder (in eclipse use a run configuration)
+* To preview your changes run _mvn clean package -P guide_ in the 
`wicket/wicket-user-guide` folder (You may use a run configuration in your IDE)
 
-* Navigate to _wicket/wicket-user-guide/target/guide/8.x_ and open one of the 
following files in a browser / pdf viewer:
-** _guide/single.html_ (single page version)
-** _guide/single.pdf_ (single page pdf version)
+* Navigate to _wicket/wicket-user-guide/target/generated-docs_ and open one of 
the following files in a browser / pdf viewer:
+** _single.html_ (single page version)
+** _single.pdf_ (single page pdf version)
 
 * Create a ticket in Apache Wicket's 
https://issues.apache.org/jira/browse/WICKET[JIRA]
 
-* *Commit and push the changes* to your forked Apache Wicket's GIT repository 
and *create a pull request* on github
+* *Commit and push the changes* to your forked Apache Wicket's GIT repository 
and *create a pull request* on github (Enter the created JIRA ticket id into 
your pull request's title)
 
 *Thank you!*
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/075d8371/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
--
diff --git a/wicket-user-guide/src/main/asciidoc/helloWorld.adoc 
b/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
index b50e96c..52bec1b 100644
--- a/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
+++ b/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
@@ -4,7 +4,6 @@ Both frameworks share the same component-based architecture: in 
AWT we have a _W
 
 image::../img/uml-component.png[]
 
-["plantuml", "uml-component", "svg"]
 
 @startuml
 package java.awt {

http://git-wip-us.apache.org/repos/asf/wicket/blob/075d8371/wicket-user-guide/src/main/asciidoc/helloWorld/helloWorld_2.adoc
--
diff --git a/wicket-user-guide/src/main/asciidoc/helloWorld/helloWorld_2.adoc 
b/wicket-user-guide/src/main/asciidoc/helloWorld/helloWorld_2.adoc
index 

wicket git commit: WICKET-6438 8.x reference guide needs a few minor improvements

2017-08-12 Thread adelbene
Repository: wicket
Updated Branches:
  refs/heads/master 2cb93c323 -> 075d8371e


WICKET-6438 8.x reference guide needs a few minor improvements


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

Branch: refs/heads/master
Commit: 075d8371ef3eb2e5f3bdadf008ae904cafd222b3
Parents: 2cb93c3
Author: ozeray 
Authored: Sun Aug 6 03:12:03 2017 +0300
Committer: Andrea Del Bene 
Committed: Sat Aug 12 17:13:05 2017 +0200

--
 .../src/main/asciidoc/contributing.adoc |  16 ++-
 .../src/main/asciidoc/helloWorld.adoc   |   1 -
 .../main/asciidoc/helloWorld/helloWorld_2.adoc  |   2 +-
 .../main/asciidoc/helloWorld/helloWorld_3.adoc  |   2 +-
 .../src/main/asciidoc/img/comsysto-logo.png | Bin 9926 -> 12166 bytes
 .../main/asciidoc/img/page-panel-hierarchy.png  | Bin 161128 -> 75309 bytes
 .../src/main/asciidoc/introduction.adoc |   6 ++--
 .../asciidoc/keepControl/keepControl_1.adoc |   2 +-
 .../asciidoc/keepControl/keepControl_2.adoc |   4 +--
 .../asciidoc/keepControl/keepControl_4.adoc |  10 ---
 .../asciidoc/keepControl/keepControl_5.adoc |  23 ---
 .../src/main/asciidoc/layout/layout_2.adoc  |   4 +--
 .../src/main/asciidoc/layout/layout_4.adoc  |  20 ++---
 .../asciidoc/wicketstuff/wicketstuff_1.adoc |  28 +--
 14 files changed, 79 insertions(+), 39 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/wicket/blob/075d8371/wicket-user-guide/src/main/asciidoc/contributing.adoc
--
diff --git a/wicket-user-guide/src/main/asciidoc/contributing.adoc 
b/wicket-user-guide/src/main/asciidoc/contributing.adoc
index fab207f..e338e23 100644
--- a/wicket-user-guide/src/main/asciidoc/contributing.adoc
+++ b/wicket-user-guide/src/main/asciidoc/contributing.adoc
@@ -3,23 +3,25 @@ You can contribute to this guide by following these steps:
 
 * The guide uses AsciiDoctor to generate the final HTML/PDF so you should 
consult with its http://asciidoctor.org[syntax]
 
-* Clone Apache Wicket's GIT repository 
https://github.com/apache/wicket.git[site]
+* Fork Apache Wicket's GIT https://github.com/apache/wicket.git[repository] to 
your own github account.
+
+* Clone your forked copy of Apache Wicket's repository into your machine
 [source,java]
 
-git clone https://github.com/apache/wicket.git
+git clone https://github.com/<>/wicket.git
 
 
 * Edit the _.adoc_ files in `wicket/wicket-user-guide/src/main/asciidoctor` 
folder 
 
-* To preview your changes run _mvn clean package -P guide_ in the 
`wicket/wicket-user-guide` folder (in eclipse use a run configuration)
+* To preview your changes run _mvn clean package -P guide_ in the 
`wicket/wicket-user-guide` folder (You may use a run configuration in your IDE)
 
-* Navigate to _wicket/wicket-user-guide/target/guide/8.x_ and open one of the 
following files in a browser / pdf viewer:
-** _guide/single.html_ (single page version)
-** _guide/single.pdf_ (single page pdf version)
+* Navigate to _wicket/wicket-user-guide/target/generated-docs_ and open one of 
the following files in a browser / pdf viewer:
+** _single.html_ (single page version)
+** _single.pdf_ (single page pdf version)
 
 * Create a ticket in Apache Wicket's 
https://issues.apache.org/jira/browse/WICKET[JIRA]
 
-* *Commit and push the changes* to your forked Apache Wicket's GIT repository 
and *create a pull request* on github
+* *Commit and push the changes* to your forked Apache Wicket's GIT repository 
and *create a pull request* on github (Enter the created JIRA ticket id into 
your pull request's title)
 
 *Thank you!*
 

http://git-wip-us.apache.org/repos/asf/wicket/blob/075d8371/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
--
diff --git a/wicket-user-guide/src/main/asciidoc/helloWorld.adoc 
b/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
index b50e96c..52bec1b 100644
--- a/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
+++ b/wicket-user-guide/src/main/asciidoc/helloWorld.adoc
@@ -4,7 +4,6 @@ Both frameworks share the same component-based architecture: in 
AWT we have a _W
 
 image::../img/uml-component.png[]
 
-["plantuml", "uml-component", "svg"]
 
 @startuml
 package java.awt {

http://git-wip-us.apache.org/repos/asf/wicket/blob/075d8371/wicket-user-guide/src/main/asciidoc/helloWorld/helloWorld_2.adoc
--
diff --git a/wicket-user-guide/src/main/asciidoc/helloWorld/helloWorld_2.adoc