You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/07/20 11:03:28 UTC

[wicket-site] branch asf-site updated: improved and updated example page

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b71fd14  improved and updated example page
b71fd14 is described below

commit b71fd14b9205ade1c66286e634501a01df7fe4ff
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Mon Jul 20 13:02:52 2020 +0200

    improved and updated example page
---
 .jekyll-metadata                  | Bin 69132 -> 0 bytes
 content/atom.xml                  |   2 +-
 content/learn/examples/index.html |   8 +++++---
 learn/examples/index.md           |   8 +++++---
 4 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/.jekyll-metadata b/.jekyll-metadata
deleted file mode 100644
index a41a1ee..0000000
Binary files a/.jekyll-metadata and /dev/null differ
diff --git a/content/atom.xml b/content/atom.xml
index 38630b8..ba1547b 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2020-07-15T21:00:26+02:00</updated>
+    <updated>2020-07-20T13:02:45+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/learn/examples/index.html b/content/learn/examples/index.html
index c8467ae..ecb5d59 100644
--- a/content/learn/examples/index.html
+++ b/content/learn/examples/index.html
@@ -130,9 +130,11 @@ inviting.</p>
 
 <h2 id="for-beginners">For beginners</h2>
 
-<p>Here you find a collection of examples meant to help you understand the basic concepts of the framework. They are particularly helpful if you are new to Wicket and you are reading our <a href="/learn/#guide">User Guide</a>. 
-You can see these examples and many more in live
-action (available for version <a href="http://examples8x.wicket.apache.org/index.html">8.x</a>, <a href="http://examples7x.wicket.apache.org/index.html">7.x</a> and <a href="http://examples6x.wicket.apache.org/index.html">6.x</a>) without having to install anything.</p>
+<p>Wicket comes with a collection of examples meant to help you understand the basic concepts of the framework. They are particularly helpful if you are new to Wicket and you are reading our <a href="/learn/#guide">User Guide</a>. 
+You can see these examples and many more in <a href="http://examples9x.wicket.apache.org/index.html">live action</a> 
+(available also for version <a href="http://examples8x.wicket.apache.org/index.html">8.x</a>, <a href="http://examples7x.wicket.apache.org/index.html">7.x</a> and <a href="http://examples6x.wicket.apache.org/index.html">6.x</a>) without having to install anything.</p>
+
+<p>The following list contains a full description for some of these examples:</p>
 
 <ul>
   <li><a href="helloworld.html">Hello World!</a> - Everybody’s favorite example</li>
diff --git a/learn/examples/index.md b/learn/examples/index.md
index 8a2e5a0..d6fb52d 100644
--- a/learn/examples/index.md
+++ b/learn/examples/index.md
@@ -13,9 +13,11 @@ inviting.
 
 ## For beginners
 
-Here you find a collection of examples meant to help you understand the basic concepts of the framework. They are particularly helpful if you are new to Wicket and you are reading our [User Guide]({{ site.baseurl }}/learn/#guide). 
-You can see these examples and many more in live
-action (available for version [8.x](http://examples8x.wicket.apache.org/index.html), [7.x](http://examples7x.wicket.apache.org/index.html) and [6.x](http://examples6x.wicket.apache.org/index.html)) without having to install anything.
+Wicket comes with a collection of examples meant to help you understand the basic concepts of the framework. They are particularly helpful if you are new to Wicket and you are reading our [User Guide]({{ site.baseurl }}/learn/#guide). 
+You can see these examples and many more in [live action](http://examples9x.wicket.apache.org/index.html) 
+(available also for version [8.x](http://examples8x.wicket.apache.org/index.html), [7.x](http://examples7x.wicket.apache.org/index.html) and [6.x](http://examples6x.wicket.apache.org/index.html)) without having to install anything.
+
+The following list contains a full description for some of these examples:
 
 * [Hello World!](helloworld.html) - Everybody's favorite example
 * [Navomatic](navomatic.html) - Automatic navigation using Borders and Links