(doc) quick fixes - site



diff --git a/src/site/apt/examples/delete_additional_files.apt.vm b/src/site/apt/examples/delete_additional_files.apt.vm
index c3212e0..40e5bf6 100644
--- a/src/site/apt/examples/delete_additional_files.apt.vm
+++ b/src/site/apt/examples/delete_additional_files.apt.vm
@@ -4,7 +4,7 @@
  Mike Perham
  <mperham@apache.org>
  ------
- November 2007
+ 2007-11-14
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/ignoring-errors.apt.vm b/src/site/apt/examples/ignoring-errors.apt.vm
index 80fa784..4751b4b 100644
--- a/src/site/apt/examples/ignoring-errors.apt.vm
+++ b/src/site/apt/examples/ignoring-errors.apt.vm
@@ -3,7 +3,7 @@
  ------
  Vincent Siveton
  ------
- 13 November 2007
+ 2007-11-13
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/examples/skipping-clean.apt.vm b/src/site/apt/examples/skipping-clean.apt.vm
index 022ce40..388d023 100644
--- a/src/site/apt/examples/skipping-clean.apt.vm
+++ b/src/site/apt/examples/skipping-clean.apt.vm
@@ -3,7 +3,7 @@
  ------
  Vincent Siveton
  ------
- 13 November 2007
+ 2007-11-13
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 8363b29..7958c0d 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -58,7 +58,7 @@
   entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
   Of course, patches are welcome, too. Contributors can check out the project from our
   {{{./scm.html}source repository}} and will find supplementary information in the
-  {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
+  {{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
 
 * Examples
 
diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 3ec79cb..caf908f 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -3,7 +3,8 @@
  ------
  Edwin Punzalan
  ------
- June 29th, 2006
+ 2006-06-29
+ ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
 ~~ or more contributor license agreements.  See the NOTICE file
diff --git a/src/site/site.xml b/src/site/site.xml
index b32c257..d776c3d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,9 +19,13 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -29,7 +33,7 @@
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="Examples">