You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2018/05/23 13:36:06 UTC

wicket-site git commit: Some edits to the front page

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 18749cc98 -> 527f6aa08


Some edits to the front page


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

Branch: refs/heads/asf-site
Commit: 527f6aa08f44f77a2a23ab020d24c41f077d2ba8
Parents: 18749cc
Author: Martijn Dashorst <ma...@topicus.nl>
Authored: Wed May 23 15:36:00 2018 +0200
Committer: Martijn Dashorst <ma...@topicus.nl>
Committed: Wed May 23 15:36:00 2018 +0200

----------------------------------------------------------------------
 content/atom.xml   |  2 +-
 content/index.html | 39 ++++++++++++++++++++++++++++++++++++---
 index.md           | 41 ++++++++++++++++++++++++++++++++++++++---
 3 files changed, 75 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/527f6aa0/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index a60166d..21c1127 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>2018-05-23T15:24:46+02:00</updated>
+    <updated>2018-05-23T15:35:02+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/527f6aa0/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 6e550c6..5658e23 100644
--- a/content/index.html
+++ b/content/index.html
@@ -162,7 +162,7 @@
   </div>
 </div>
 <div class="l-first">
-  <div class="l-one-third">
+  <div class="l-half">
     <h3>No Rewrite Necessary</h3>
     <p>
       The Wicket team has been very careful of adopting Java 8 technologies and as such you don’t have to rewrite your whole application, whilst still reaping all the benefits of Java 8.
@@ -171,7 +171,7 @@
       As this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you will get compile errors when you migrate from previous Wicket versions.
     </p>
   </div>
-  <div class="l-one-third">
+  <div class="l-half">
     <h3>Migrating to Wicket 8</h3>
     <p>
       When you migrate from a previous Wicket version to Wicket 8, a full list of changes and migrations is available at the following page:
@@ -184,6 +184,38 @@
     </p>
   </div>
 </div>
+<div class="l-first">
+  <div class="l-full">
+    <h2>Getting Started with Wicket 8</h2>
+    <p>
+      It is very easy to get started with Wicket: use our <a href="/start/quickstart.html">quick-start wizard</a> or 
+      use one of the options below.
+    </p>
+  </div>
+  <div class="l-half">
+    <h3>Download using Apache Maven</h3>
+    <p>
+      With Apache Maven update your dependency to (and don't forget to
+      update any other dependencies on Wicket projects to the same version):
+    </p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>8.0.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+  </div>
+  <div class="l-half">
+    <h3>Download sources/binaries manually</h3>
+    <p>
+      Or download and build the distribution yourself, or use our
+      convenience binary package
+    </p>
+    <ul>
+      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0">8.0.0 source download</a></li>
+      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0/binaries">8.0.0 binary download</a></li>
+    </ul>
+  </div>
+</div>
 <hr />
 <div class="l-full l-first preamble">
     <h1 id="introduction">Introducing Apache&nbsp;Wicket</h1>
@@ -278,7 +310,8 @@
         for these specifications.</p>
     </div>
 </div>
-<div class="l-first"></div>
+<div class="l-first">
+</div>
     </section>
     <section id="builtwithwicket" class="builtwithwicket">
 	   	<header class="preamble">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/527f6aa0/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index ec8a9d0..76d9568 100644
--- a/index.md
+++ b/index.md
@@ -137,7 +137,7 @@ add(new Label("name4",
 </div>
 
 <div class="l-first">
-  <div class="l-one-third">
+  <div class="l-half">
     <h3>No Rewrite Necessary</h3>
     <p>
       The Wicket team has been very careful of adopting Java 8 technologies and as such you don’t have to rewrite your whole application, whilst still reaping all the benefits of Java 8.
@@ -146,7 +146,7 @@ add(new Label("name4",
       As this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you will get compile errors when you migrate from previous Wicket versions.
     </p>
   </div>
-  <div class="l-one-third">
+  <div class="l-half">
     <h3>Migrating to Wicket 8</h3>
     <p>
       When you migrate from a previous Wicket version to Wicket 8, a full list of changes and migrations is available at the following page:
@@ -159,6 +159,40 @@ add(new Label("name4",
     </p>
   </div>
 </div>
+<div class="l-first">
+  <div class="l-full">
+    <h2>Getting Started with Wicket 8</h2>
+    <p>
+      It is very easy to get started with Wicket: use our <a href="/start/quickstart.html">quick-start wizard</a> or 
+      use one of the options below.
+    </p>
+  </div>
+  <div class="l-half">
+    <h3>Download using Apache Maven</h3>
+    <p>
+      With Apache Maven update your dependency to (and don't forget to
+      update any other dependencies on Wicket projects to the same version):
+    </p>
+{% highlight xml%}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
+    <version>8.0.0</version>
+</dependency>
+{% endhighlight%}
+  </div>
+  <div class="l-half">
+    <h3>Download sources/binaries manually</h3>
+    <p>
+      Or download and build the distribution yourself, or use our
+      convenience binary package
+    </p>
+    <ul>
+      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0">8.0.0 source download</a></li>
+      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0/binaries">8.0.0 binary download</a></li>
+    </ul>
+  </div>
+</div>
 
 <hr>
 
@@ -256,4 +290,5 @@ add(new Label("name4",
         for these specifications.</p>
     </div>
 </div>
-<div class="l-first"></div>
+<div class="l-first">
+</div>