http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/getting-and-building-sling.html
----------------------------------------------------------------------
diff --git a/documentation/development/getting-and-building-sling.html 
b/documentation/development/getting-and-building-sling.html
index 0704779..96fed83 100644
--- a/documentation/development/getting-and-building-sling.html
+++ b/documentation/development/getting-and-building-sling.html
@@ -257,9 +257,7 @@ $ mvn clean install sling:install
 </ul>
 <p>If adding dependencies to the poms, run mvn eclipse:eclipse again and 
refresh the project in Eclipse. Debugging works as described 
above.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/hamcrest.html
----------------------------------------------------------------------
diff --git a/documentation/development/hamcrest.html 
b/documentation/development/hamcrest.html
index a2dea60..88d7730 100644
--- a/documentation/development/hamcrest.html
+++ b/documentation/development/hamcrest.html
@@ -102,9 +102,7 @@ public void MyServiceTest {
 </code></pre>
 <p>The Slingshot sample application uses these matchers, see <a 
href="http://svn.apache.org/repos/asf/sling/trunk/samples/slingshot/src/test/java/org/apache/sling/sample/slingshot/impl/SetupServiceTest.java";>SetupServiceTest.java</a>
 for an example.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/htl-maven-plugin.html
----------------------------------------------------------------------
diff --git a/documentation/development/htl-maven-plugin.html 
b/documentation/development/htl-maven-plugin.html
index 0892b9e..574c763 100644
--- a/documentation/development/htl-maven-plugin.html
+++ b/documentation/development/htl-maven-plugin.html
@@ -70,9 +70,7 @@
                 HTL Maven Plugin
             </h1><div class="row"><div class="small-12 columns"><section 
class="wrap"><p>See <a 
href="http://sling.apache.org/components/htl-maven-plugin/";>Apache Sling HTL 
Maven Plugin documentation</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/ide-tooling.html
----------------------------------------------------------------------
diff --git a/documentation/development/ide-tooling.html 
b/documentation/development/ide-tooling.html
index 2ee4f50..a1e9578 100644
--- a/documentation/development/ide-tooling.html
+++ b/documentation/development/ide-tooling.html
@@ -232,9 +232,7 @@
   <li><a href="https://issues.apache.org/jira/browse/SLING-3644";>SLING-3644 - 
Improve handling of binary properties outside nt:file file nodes</a> . 
Currently there is no workaround, but in practice this is not an 
often-encountered situation.</li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/ide-tooling/ide-tooling-incremental-build.html
----------------------------------------------------------------------
diff --git 
a/documentation/development/ide-tooling/ide-tooling-incremental-build.html 
b/documentation/development/ide-tooling/ide-tooling-incremental-build.html
index 173bd86..9f0cff4 100644
--- a/documentation/development/ide-tooling/ide-tooling-incremental-build.html
+++ b/documentation/development/ide-tooling/ide-tooling-incremental-build.html
@@ -85,9 +85,7 @@
 <p>OSGi component and metatype annotations (for OSGi 6) are natively supported 
through bnd (and therefore automatically generated through both 
maven-bundle-plugin and bnd-maven-plugin). You don't need to configure anything 
explicitly since version 3.0.0 of bnd (<a 
href="https://github.com/bndtools/bnd/issues/1041";>issue 1041</a>).</p>
 <p>The maven-bundle-plugin can be optionally coupled with the <a 
href="http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.html";>maven-scr-plugin</a>.
 Both maven-bundle-plugin as well as bnd-maven-plugin can be optionally coupled 
with the <a 
href="http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/apache-felix-scr-bndtools-use.html";>scr-bnd-plugin</a>.
 Both approaches can be used to generate components descriptions and metatype 
resources out of the <a 
href="http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html";>Felix
 SCR annotations</a>. The recommended way for new projects though is to rely on 
OSGi 6 annotations. However if you need to rely on Felix SCR annotations though 
it is recommended to rather use the scr-bnd-plugin over the maven-scr-plugin, 
as the former is nicely integrated into bnd and therefore means less overhead 
during the build.</p>
 </section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/issue-tracker.html
----------------------------------------------------------------------
diff --git a/documentation/development/issue-tracker.html 
b/documentation/development/issue-tracker.html
index c1fad32..f9bd728 100644
--- a/documentation/development/issue-tracker.html
+++ b/documentation/development/issue-tracker.html
@@ -192,9 +192,7 @@
 <h2>Patches</h2>
 <p>When reporting a bug, requesting a feature or propose an improvement, it is 
a good thing to attach a patch to the issue. This may speed up issue processing 
and helps you being recognized as a good community member leading to closer 
involvement with Sling.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/jcr-mock.html
----------------------------------------------------------------------
diff --git a/documentation/development/jcr-mock.html 
b/documentation/development/jcr-mock.html
index 74bb104..a6c10e0 100644
--- a/documentation/development/jcr-mock.html
+++ b/documentation/development/jcr-mock.html
@@ -124,9 +124,7 @@ MockJcr.setQueryResult(session, &quot;your query 
statement&quot;, Query.JCR_SQL2
 </code></pre>
 <p>Alternatively you can use the <code>MockJcr.addQueryResultHandler</code> 
method to pass a callback object that allows you to return a query result after 
inspecting the given query object.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/jspc.html
----------------------------------------------------------------------
diff --git a/documentation/development/jspc.html 
b/documentation/development/jspc.html
index f671ec9..361d107 100644
--- a/documentation/development/jspc.html
+++ b/documentation/development/jspc.html
@@ -70,9 +70,7 @@
                 HTL Maven Plugin
             </h1><div class="row"><div class="small-12 columns"><section 
class="wrap"><p>See <a 
href="http://sling.apache.org/components/jspc-maven-plugin/";>Apache Sling JspC 
Maven Plugin documentation</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/jsr-305.html
----------------------------------------------------------------------
diff --git a/documentation/development/jsr-305.html 
b/documentation/development/jsr-305.html
index 16794a7..505c087 100644
--- a/documentation/development/jsr-305.html
+++ b/documentation/development/jsr-305.html
@@ -154,9 +154,7 @@
 <h1>Use with SonarQube</h1>
 <p>At least rule <a 
href="https://sonarqube.com/coding_rules#rule_key=squid%3AS2259";>squid:S2259</a>
 in SonarQube supports JSR-305 annotations as well for null 
checks.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/logging.html
----------------------------------------------------------------------
diff --git a/documentation/development/logging.html 
b/documentation/development/logging.html
index 1f11196..8846d19 100644
--- a/documentation/development/logging.html
+++ b/documentation/development/logging.html
@@ -587,9 +587,7 @@ 
org.apache.sling.commons.log.pattern=&quot;{0,date,dd.MM.yyyy HH:mm:ss.SSS} *{4}
 <pre><code>    java -jar org.apache.sling.launchpad-XXX-standalone.jar 
-Dorg.apache.sling.commons.log.configurationFile=/path/to/logback
 </code></pre></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/maven-archetypes.html
----------------------------------------------------------------------
diff --git a/documentation/development/maven-archetypes.html 
b/documentation/development/maven-archetypes.html
index b437196..34c7f4c 100644
--- a/documentation/development/maven-archetypes.html
+++ b/documentation/development/maven-archetypes.html
@@ -82,9 +82,7 @@
 <h3>sling-jcrinstall-bundle-archetype</h3>
 <p>This archetype generates a Maven project which will build a basic OSGi 
bundle including support for the Felix SCR Annotations. It is pre-configured to 
install using a WebDAV PUT into the JCR when the profile 
<code>autoInstallBundle</code> is activated.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/maven-launchpad-plugin.html
----------------------------------------------------------------------
diff --git a/documentation/development/maven-launchpad-plugin.html 
b/documentation/development/maven-launchpad-plugin.html
index c91211c..e33d7d5 100644
--- a/documentation/development/maven-launchpad-plugin.html
+++ b/documentation/development/maven-launchpad-plugin.html
@@ -231,9 +231,7 @@ refer to the source code and the launchpad/builder and 
launchpad/testing modules
   <li><code>mavenProject</code> - an instance of 
<code>org.apache.maven.project.MavenProject</code>.</li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/maven-usage.html
----------------------------------------------------------------------
diff --git a/documentation/development/maven-usage.html 
b/documentation/development/maven-usage.html
index 2a9ba74..9002b12 100644
--- a/documentation/development/maven-usage.html
+++ b/documentation/development/maven-usage.html
@@ -91,9 +91,7 @@
 <h2>Dependency management</h2>
 <p>See <a 
href="/documentation/development/dependency-management.html">Dependency 
Management</a></p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/maventipsandtricks.html
----------------------------------------------------------------------
diff --git a/documentation/development/maventipsandtricks.html 
b/documentation/development/maventipsandtricks.html
index 6f3fd78..61e6348 100644
--- a/documentation/development/maventipsandtricks.html
+++ b/documentation/development/maventipsandtricks.html
@@ -100,9 +100,7 @@ Does anyone have a similar command-line option that works 
under Windows?
 <h2>Avoid spaces in Maven repository and workspace paths</h2>
 <p>Some Maven plugins do not like spaces in paths. It is better to avoid 
putting your Maven repository, or your code, under paths like <em>Documents and 
Settings</em>, for example.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/monitoring-requests.html
----------------------------------------------------------------------
diff --git a/documentation/development/monitoring-requests.html 
b/documentation/development/monitoring-requests.html
index a328648..019a34c 100644
--- a/documentation/development/monitoring-requests.html
+++ b/documentation/development/monitoring-requests.html
@@ -74,9 +74,7 @@
 <p>Any information that's added to the RequestProgressTracker (which is 
available from the SlingHttpServletRequest object) during request processing 
will be displayed by this plugin.</p>
 <p><img src="sling-requests-plugin.jpg" /></p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/osgi-mock.html
----------------------------------------------------------------------
diff --git a/documentation/development/osgi-mock.html 
b/documentation/development/osgi-mock.html
index f20e633..ca4a4a5 100644
--- a/documentation/development/osgi-mock.html
+++ b/documentation/development/osgi-mock.html
@@ -209,9 +209,7 @@ public OsgiContext context = new 
OsgiContextBuilder().plugin(MY_PLUGIN).build();
   <li><a 
href="https://github.com/apache/sling/blob/trunk/contrib/extensions/contextaware-config/testing/mocks/caconfig-mock-plugin/src/test/java/org/apache/sling/testing/mock/caconfig/ContextPluginsTest.java";>Apache
 Sling Context-Aware Configuration Mock Plugin Test</a></li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/release-management.html
----------------------------------------------------------------------
diff --git a/documentation/development/release-management.html 
b/documentation/development/release-management.html
index fedddcf..ea20470 100644
--- a/documentation/development/release-management.html
+++ b/documentation/development/release-management.html
@@ -508,9 +508,7 @@ $ rm the_module-version.jar the_module-version.pom
 </ol>
 <p>For background information about this process see the <a 
href="http://maven.apache.org/developers/website/deploy-component-reference-documentation.html";>Maven
 components reference documentation</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/repository-based-development.html
----------------------------------------------------------------------
diff --git a/documentation/development/repository-based-development.html 
b/documentation/development/repository-based-development.html
index 5867248..8df1f11 100644
--- a/documentation/development/repository-based-development.html
+++ b/documentation/development/repository-based-development.html
@@ -139,9 +139,7 @@
 <h1>Eclipse plugin for JCR</h1>
 <p>see <a href="/documentation/development/ide-tooling.html">Sling IDE 
Tooling</a></p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/resourceresolver-mock.html
----------------------------------------------------------------------
diff --git a/documentation/development/resourceresolver-mock.html 
b/documentation/development/resourceresolver-mock.html
index 175d181..5ad93a5 100644
--- a/documentation/development/resourceresolver-mock.html
+++ b/documentation/development/resourceresolver-mock.html
@@ -103,9 +103,7 @@ ResourceResolver resolver = 
factory.getResourceResolver(null);
 <p>With the resolver you can use all Sling Resource features including reading 
and writing data using the Sling API.</p>
 <p>You cannot do any operations that require the JCR API because no JCR is 
underlying and adapting to JCR objects will just return 
null.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/sling-mock.html
----------------------------------------------------------------------
diff --git a/documentation/development/sling-mock.html 
b/documentation/development/sling-mock.html
index 0412baf..db2a9a9 100644
--- a/documentation/development/sling-mock.html
+++ b/documentation/development/sling-mock.html
@@ -424,9 +424,7 @@ public SlingContext context = new 
SlingContextBuilder().plugin(MY_PLUGIN).build(
   <li><a 
href="https://github.com/apache/sling/blob/trunk/contrib/extensions/contextaware-config/testing/mocks/caconfig-mock-plugin/src/test/java/org/apache/sling/testing/mock/caconfig/ContextPluginsTest.java";>Apache
 Sling Context-Aware Configuration Mock Plugin Test</a></li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/sling-testing-tools.html
----------------------------------------------------------------------
diff --git a/documentation/development/sling-testing-tools.html 
b/documentation/development/sling-testing-tools.html
index b79186e..783ac88 100644
--- a/documentation/development/sling-testing-tools.html
+++ b/documentation/development/sling-testing-tools.html
@@ -183,9 +183,7 @@ TEST_PASSED
 </code></pre>
 <p>the server start is interrupted until a debugger is connected on port 
8000.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/sling.html
----------------------------------------------------------------------
diff --git a/documentation/development/sling.html 
b/documentation/development/sling.html
index b002d54..3b1e12e 100644
--- a/documentation/development/sling.html
+++ b/documentation/development/sling.html
@@ -70,9 +70,7 @@
                 Maven Sling Plugin
             </h1><div class="row"><div class="small-12 columns"><section 
class="wrap"><p>See <a 
href="http://sling.apache.org/components/maven-sling-plugin/";>Apache Maven 
Sling Plugin documentation</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/slingstart.html
----------------------------------------------------------------------
diff --git a/documentation/development/slingstart.html 
b/documentation/development/slingstart.html
index 5fd1224..d94bec6 100644
--- a/documentation/development/slingstart.html
+++ b/documentation/development/slingstart.html
@@ -407,9 +407,7 @@ stringsimple ::= &lt;quoted string representation of the 
value&gt; (see below)
 &lt;/plugin&gt;
 </code></pre></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/development/version-policy.html
----------------------------------------------------------------------
diff --git a/documentation/development/version-policy.html 
b/documentation/development/version-policy.html
index ee4b0bd..635f1f2 100644
--- a/documentation/development/version-policy.html
+++ b/documentation/development/version-policy.html
@@ -277,9 +277,7 @@ import aQute.bnd.annotation.Export;
   <li><a href="http://bnd.bndtools.org/chapters/170-versioning.html";>bnd 
Versioning</a> -- Describes how the bnd library used by the Maven Bundle plugin 
supports package versioning</li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/getting-started.html
----------------------------------------------------------------------
diff --git a/documentation/getting-started.html 
b/documentation/getting-started.html
index e7bfebf..5c365bb 100644
--- a/documentation/getting-started.html
+++ b/documentation/getting-started.html
@@ -86,9 +86,7 @@
   <li><a 
href="/documentation/bundles/apache-sling-eventing-and-job-handling.html">Eventing
 and Jobs</a></li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/getting-started/discover-sling-in-15-minutes.html
----------------------------------------------------------------------
diff --git a/documentation/getting-started/discover-sling-in-15-minutes.html 
b/documentation/getting-started/discover-sling-in-15-minutes.html
index c5bddf8..2bb549e 100644
--- a/documentation/getting-started/discover-sling-in-15-minutes.html
+++ b/documentation/getting-started/discover-sling-in-15-minutes.html
@@ -186,9 +186,7 @@ curl -u admin:admin -T sling.jpg 
http://localhost:8080/images/sling.jpg
 </code></pre>
 <p>The <a 
href="http://localhost:8080/content/mynode.html";>http://localhost:8080/content/mynode.html</a>,
 once refreshed, now shows the blue headline and logo, and this layout also 
applies to any node created with 
<em>sling:resourceType=foo/bar</em>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/legacy/logging.html
----------------------------------------------------------------------
diff --git a/documentation/legacy/logging.html 
b/documentation/legacy/logging.html
index f597e5f..e5af444 100644
--- a/documentation/legacy/logging.html
+++ b/documentation/legacy/logging.html
@@ -251,9 +251,7 @@ to newer version.
 <p>Log file rotation by size is specified by setting the 
<code>org.apache.sling.commons.log.file.size</code> property to a plain number 
or a number plus a size multiplier. The size multiplier may be any of 
<code>K</code>, <code>KB</code>, <code>M</code>, <code>MB</code>, 
<code>G</code>, or <code>GB</code> where the case is ignored and the meaning is 
probably obvious.</p>
 <p>When using Size Rotation, the 
<code>org.apache.sling.commons.log.file.number</code> defines the number of old 
log file generations to keep. For example to keep 5 old log files indexed by 0 
through 4, set the <code>org.apache.sling.commons.log.file.number</code> to 
<code>5</code> (which happens to be the default).</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/pax-exam-utils.html
----------------------------------------------------------------------
diff --git a/documentation/pax-exam-utils.html 
b/documentation/pax-exam-utils.html
index 4861cba..391594f 100644
--- a/documentation/pax-exam-utils.html
+++ b/documentation/pax-exam-utils.html
@@ -72,9 +72,7 @@
 <p>The focus is on making it easier to test Sling components against a full 
Sling launchpad, with minimal boilerplate code.</p>
 <p>See the <a 
href="https://svn.apache.org/repos/asf/sling/trunk/testing/sling-pax-util/src/test/java/org/apache/sling/paxexam/util/SlingRepositoryTest.java";>SlingRepositoryTest</a>
 class for an example test.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine.html 
b/documentation/the-sling-engine.html
index dc126d1..a8e54e2 100644
--- a/documentation/the-sling-engine.html
+++ b/documentation/the-sling-engine.html
@@ -98,9 +98,7 @@
   <li><a href="/documentation/the-sling-engine/featureflags.html">Feature 
Flags</a></li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/adapters.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/adapters.html 
b/documentation/the-sling-engine/adapters.html
index 8b829bc..62a1ba1 100644
--- a/documentation/the-sling-engine/adapters.html
+++ b/documentation/the-sling-engine/adapters.html
@@ -184,9 +184,7 @@
 <p>The <code>SlingAdaptable</code> class is an implementation of the 
<code>Adaptable</code> interface which provides built-in support to call the 
<code>AdapterManager</code> to provide an adapter from the 
<code>Adaptable</code> object to the requested class.</p>
 <p>An example of extending the <code>SlingAdaptable</code> class will be the 
Sling JCR based <code>Resource</code> implementation. This way, such a resource 
may be adapted to a <code>SlingScript</code> by means of an appropriately 
programmed <code>AdapterFactory</code> (see below).</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/architecture.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/architecture.html 
b/documentation/the-sling-engine/architecture.html
index 7742883..891c26a 100644
--- a/documentation/the-sling-engine/architecture.html
+++ b/documentation/the-sling-engine/architecture.html
@@ -122,9 +122,7 @@
 <p>Optionally, PAX Web's implementation of HttpService can be used when Sling 
is launched as a standalone Java Application. See the <a 
href="/documentation/development/maven-launchpad-plugin.html">Maven Launchpad 
Plugin</a> page for information on how to do this.</p>
 <p>See <a href="/documentation/the-sling-engine/the-sling-launchpad.html">The 
Sling Launchpad</a> for more information.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/authentication.html 
b/documentation/the-sling-engine/authentication.html
index 6e36e05..742fa71 100644
--- a/documentation/the-sling-engine/authentication.html
+++ b/documentation/the-sling-engine/authentication.html
@@ -88,9 +88,7 @@
   <li><a 
href="/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html">AuthenticationHandler</a>:
 Authentication Handler service API.</li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication/authentication-actors.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/authentication/authentication-actors.html 
b/documentation/the-sling-engine/authentication/authentication-actors.html
index 350bb5b..f46cf06 100644
--- a/documentation/the-sling-engine/authentication/authentication-actors.html
+++ b/documentation/the-sling-engine/authentication/authentication-actors.html
@@ -109,9 +109,7 @@
 If you want to know whether a request is authenticated or not, you can inspect 
the result of the <code>HttpServletRequest.getAuthType</code> method: If this 
method returns <code>null</code> the request is not authenticated.
 </div></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html
 
b/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html
index d9a4283..43a71ed 100644
--- 
a/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html
+++ 
b/documentation/the-sling-engine/authentication/authentication-authenticationhandler.html
@@ -143,9 +143,7 @@
 </ul>
 <p>///Footnotes Go Here///</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html
 
b/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html
index 5bf455c..4be07fb 100644
--- 
a/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html
+++ 
b/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html
@@ -219,9 +219,7 @@
 </ol>
 <p>To prevent eavesdroppers from sniffing the credentials or stealing the 
Cookie a secure transport layer should be used such as TLS/SSL, VPN or 
IPSec.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html
 
b/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html
index ec106b0..081d5ce 100644
--- 
a/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html
+++ 
b/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html
@@ -179,9 +179,7 @@
 </ol>
 <p>To prevent eavesdroppers from sniffing the credentials or stealing the 
Cookie a secure transport layer should be used such as TLS/SSL, VPN or 
IPSec.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication/authentication-framework.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/authentication/authentication-framework.html 
b/documentation/the-sling-engine/authentication/authentication-framework.html
index 2cd36c2..b9cae10 100644
--- 
a/documentation/the-sling-engine/authentication/authentication-framework.html
+++ 
b/documentation/the-sling-engine/authentication/authentication-framework.html
@@ -223,9 +223,7 @@
 </ol>
 <p>Unlike for the <code>login</code> method in the <code>logout</code> method 
case all <code>AuthenticationHandler</code> services selected in the first step 
are called. If none can be selected or none can actually handle the 
<code>dropCredentials</code> request, the <code>logout</code> silently 
returns.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/authentication/authentication-tasks.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/authentication/authentication-tasks.html 
b/documentation/the-sling-engine/authentication/authentication-tasks.html
index 0637ebe..9264221 100644
--- a/documentation/the-sling-engine/authentication/authentication-tasks.html
+++ b/documentation/the-sling-engine/authentication/authentication-tasks.html
@@ -85,9 +85,7 @@
 </ul>
 <p>Currently the credentials are always verified by trying to login to the JCR 
repository. Once an <a 
href="http://cwiki.apache.org/SLING/add-resourceresolverfactory-service-interface.html";>ResourceResolverFactory</a>
 API has been added, the process of validating the credentials and logging in 
is actualy replaced by a process of requesting a <code>ResourceResolver</code> 
from the <code>ResourceResolverFactory</code>. Of course, the JCR Repository 
will still be the main underlying repository and as such be used to validate 
the credentials and get a JCR Session.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/default-mapping-and-rendering.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/default-mapping-and-rendering.html 
b/documentation/the-sling-engine/default-mapping-and-rendering.html
index 53e7985..824d88d 100644
--- a/documentation/the-sling-engine/default-mapping-and-rendering.html
+++ b/documentation/the-sling-engine/default-mapping-and-rendering.html
@@ -70,9 +70,7 @@
                 Default Mapping and Rendering
             </h1><div class="row"><div class="small-12 columns"><section 
class="wrap"><p>This page contained obsolete content, moved it to 
http://cwiki.apache.org/confluence/display/SLING/Default+Mapping+and+Rendering+%28OBSOLETE%29
 in case it is useful to someone.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/dispatching-requests.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/dispatching-requests.html 
b/documentation/the-sling-engine/dispatching-requests.html
index 1516294..606c7b9 100644
--- a/documentation/the-sling-engine/dispatching-requests.html
+++ b/documentation/the-sling-engine/dispatching-requests.html
@@ -169,9 +169,7 @@
 <p>Constants are defined in the 
<code>org.apache.sling.api.SlingConstants</code> class for these request 
attributes.</p>
 <p><strong>Note:</strong> These request attributes are not set if the servlet 
or script is called to handle the request or as a result of 
<code>RequestDispatcher.forward</code>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/errorhandling.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/errorhandling.html 
b/documentation/the-sling-engine/errorhandling.html
index c8c2192..caff71e 100644
--- a/documentation/the-sling-engine/errorhandling.html
+++ b/documentation/the-sling-engine/errorhandling.html
@@ -118,9 +118,7 @@
 <p>Starting with Sling Servlet Resolver version 2.0.10 the default error 
handler servlet is looked up using the string <code>default</code> as the 
request extension and the provided default servlet is registered as 
<code>&lt;prefix&gt;/sling/servlet/errorhandler/default.servlet</code> where 
<prefix> is the last entry in the resource resolver search path, 
<code>/libs</code> by default.</p>
 <p>Thus to overwrite the default error handler servlet provide a servlet or 
script for the <code>default</code> extension, for example 
<code>/apps/sling/servlet/errorhandler/default.groovy</code>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/featureflags.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/featureflags.html 
b/documentation/the-sling-engine/featureflags.html
index d4dbe06..e5e3efc 100644
--- a/documentation/the-sling-engine/featureflags.html
+++ b/documentation/the-sling-engine/featureflags.html
@@ -102,9 +102,7 @@
   </tbody>
 </table></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/filters.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/filters.html 
b/documentation/the-sling-engine/filters.html
index 63dbea8..bf6b88f 100644
--- a/documentation/the-sling-engine/filters.html
+++ b/documentation/the-sling-engine/filters.html
@@ -234,9 +234,7 @@ Component Filters:
   <li>Filter ordering is defined by the <code>filter.order</code> property 
whose default value is <code>Integer.MAX_VALUE</code> where smaller values have 
higher priority over higher values.</li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/mappings-for-resource-resolution.html
----------------------------------------------------------------------
diff --git 
a/documentation/the-sling-engine/mappings-for-resource-resolution.html 
b/documentation/the-sling-engine/mappings-for-resource-resolution.html
index 4434693..3e425be 100644
--- a/documentation/the-sling-engine/mappings-for-resource-resolution.html
+++ b/documentation/the-sling-engine/mappings-for-resource-resolution.html
@@ -292,9 +292,7 @@ for (String segment: segments) {
 <h2>Debugging Issues</h2>
 <p>Use the Felix Web Console Plugin provided at 
<code>/system/console/jcrresolver</code> to inspect both the mapping and the 
resolver map entries. Also you can check what either 
<code>ResourceResolver.map(...)</code> or 
<code>ResourceResolver.resolve(...)</code> would return for a given 
URL/path.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/request-listeners.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/request-listeners.html 
b/documentation/the-sling-engine/request-listeners.html
index bc5fa96..34e3cf2 100644
--- a/documentation/the-sling-engine/request-listeners.html
+++ b/documentation/the-sling-engine/request-listeners.html
@@ -108,9 +108,7 @@ public interface SlingRequestListener {
   </tbody>
 </table></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/request-parameters.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/request-parameters.html 
b/documentation/the-sling-engine/request-parameters.html
index d3e5ce5..1148623 100644
--- a/documentation/the-sling-engine/request-parameters.html
+++ b/documentation/the-sling-engine/request-parameters.html
@@ -193,9 +193,7 @@ Up to and including Sling Engine 2.2.2 request parameters 
are always decoded wit
 To enable this functionality set the 
<code>sling.default.parameter.encoding</code> parameter of the Sling Main 
Servlet (PID <code>org.apache.sling.engine.impl.SlingMainServlet</code>) 
configuration (for Sling Engine < 2.3.0) or the same parameter of the Sling 
Request Parameter Handling (PID 
<code>org.apache.sling.engine.parameters</code>) configuration (for Sling 
Engine >= 2.3.0 ) to the desired encoding, which of course must be supported by 
the actual Java Platform.
 </div></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/resources.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/resources.html 
b/documentation/the-sling-engine/resources.html
index 7ff41b6..abda035 100644
--- a/documentation/the-sling-engine/resources.html
+++ b/documentation/the-sling-engine/resources.html
@@ -221,9 +221,7 @@
 <h2>Wrap/Decorate Resources</h2>
 <p>The Sling API provides an easy way to wrap or decorate a resource before 
returning. Details see <a 
href="/documentation/the-sling-engine/wrap-or-decorate-resources.html">Wrap or 
Decorate Resources</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/service-authentication.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/service-authentication.html 
b/documentation/the-sling-engine/service-authentication.html
index 6390ecf..de5851e 100644
--- a/documentation/the-sling-engine/service-authentication.html
+++ b/documentation/the-sling-engine/service-authentication.html
@@ -229,9 +229,7 @@ whitelist.bundles.regexp=&quot;^PAXEXAM.*$&quot;
   </tbody>
 </table></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/servlets.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/servlets.html 
b/documentation/the-sling-engine/servlets.html
index f0d8e8f..fab2846 100644
--- a/documentation/the-sling-engine/servlets.html
+++ b/documentation/the-sling-engine/servlets.html
@@ -230,9 +230,7 @@ sling.servlet.extensions = [ &quot;html&quot;, 
&quot;txt&quot;, &quot;json&quot;
 <h2>Error Handler Servlet(s) or Scripts</h2>
 <p>Error handling support is described on the <a 
href="/documentation/the-sling-engine/errorhandling.html">Errorhandling</a> 
page.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/sling-api-crud-support.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/sling-api-crud-support.html 
b/documentation/the-sling-engine/sling-api-crud-support.html
index 5b90b1b..13a7a7e 100644
--- a/documentation/the-sling-engine/sling-api-crud-support.html
+++ b/documentation/the-sling-engine/sling-api-crud-support.html
@@ -201,9 +201,7 @@ resourceResolver.commit();
 </ul>
 <p>As well as the corresponding primitive types. Any object which implements 
the Serializable interface will be serialized and the result of the 
serialization will be saved as a binary value for the 
property.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/sling-properties.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/sling-properties.html 
b/documentation/the-sling-engine/sling-properties.html
index 1575dd7..12c9ce3 100644
--- a/documentation/the-sling-engine/sling-properties.html
+++ b/documentation/the-sling-engine/sling-properties.html
@@ -193,9 +193,7 @@
   </tbody>
 </table></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/the-sling-launchpad.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/the-sling-launchpad.html 
b/documentation/the-sling-engine/the-sling-launchpad.html
index fa9c7f2..7390df2 100644
--- a/documentation/the-sling-engine/the-sling-launchpad.html
+++ b/documentation/the-sling-engine/the-sling-launchpad.html
@@ -304,9 +304,7 @@ Connection closed by foreign host.
 </ul>
 <p>That's it. The resulting artifact may be directly used to launch the 
Standalone Java Application or may directly be deployed into any Servlet API 
3.0 (or later) compliant servlet container.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/url-decomposition.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/url-decomposition.html 
b/documentation/the-sling-engine/url-decomposition.html
index 10f1bef..a808b4d 100644
--- a/documentation/the-sling-engine/url-decomposition.html
+++ b/documentation/the-sling-engine/url-decomposition.html
@@ -216,9 +216,7 @@
 </ul>
 <p>Feel free to suggest additional tests that help clarify how this 
works!</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/url-to-script-resolution.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/url-to-script-resolution.html 
b/documentation/the-sling-engine/url-to-script-resolution.html
index 04ca11b..c3e9f94 100644
--- a/documentation/the-sling-engine/url-to-script-resolution.html
+++ b/documentation/the-sling-engine/url-to-script-resolution.html
@@ -143,9 +143,7 @@ while (type != null) {
 </ul>
 <p>The priority of script selection would be (starting with the best one): (6) 
- (4) - (5) - (3) - (2) - (1) - (0). Note that (4) is a better match than (5) 
because it matches more selectors even though (5) has an extension match where 
(4) does not. (7) is not a candidate because it does not include the first 
selector (print) and (8) is not a candidate because it has the wrong order of 
selectors.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/the-sling-engine/wrap-or-decorate-resources.html
----------------------------------------------------------------------
diff --git a/documentation/the-sling-engine/wrap-or-decorate-resources.html 
b/documentation/the-sling-engine/wrap-or-decorate-resources.html
index d8d96a0..4e2d3bd 100644
--- a/documentation/the-sling-engine/wrap-or-decorate-resources.html
+++ b/documentation/the-sling-engine/wrap-or-decorate-resources.html
@@ -91,9 +91,7 @@ public Resource decorate(Resource resource, 
HttpServletRequest request) {
 </code></pre>
 <p>And use some other mechanism (e.g. a <code>ThreadLocal</code>) to obtain 
the current request if necessary.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos.html
----------------------------------------------------------------------
diff --git a/documentation/tutorials-how-tos.html 
b/documentation/tutorials-how-tos.html
index 452c38e..07e6d07 100644
--- a/documentation/tutorials-how-tos.html
+++ b/documentation/tutorials-how-tos.html
@@ -77,9 +77,7 @@
   <li><a 
href="tutorials-how-tos/testing-sling-based-applications.html">Testing 
Sling-based applications</a></li>
 </ul></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos/46-line-blog.html
----------------------------------------------------------------------
diff --git a/documentation/tutorials-how-tos/46-line-blog.html 
b/documentation/tutorials-how-tos/46-line-blog.html
index 4754961..87697d9 100644
--- a/documentation/tutorials-how-tos/46-line-blog.html
+++ b/documentation/tutorials-how-tos/46-line-blog.html
@@ -169,9 +169,7 @@ If you get an error saying 
_javax.jcr.AccessDeniedException: ...not allowed to a
 <p>The 46-line blog is a good example of the power of Sling. It leverages the 
<a 
href="/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">SlingPostServlet</a>,
 which handles POST requests in a form-friendly way, and the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/bundles/servlets/post/src/main/resources/system/sling.js";><code>sling.js</code></a>
 client library, which provides high-level functionality on the client side.</p>
 <p>///Footnotes Go Here///</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
----------------------------------------------------------------------
diff --git 
a/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
 
b/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
index 3188750..3209537 100644
--- 
a/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
+++ 
b/documentation/tutorials-how-tos/getting-resources-and-properties-in-sling.html
@@ -135,9 +135,7 @@ String rule = properties.get(propName, (String) null);
 </code></pre>
 <p>For more details about resources and how to access them in Sling, you can 
refer to the <a href="/documentation/the-sling-engine/resources.html">Sling 
documentation about Resources</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html
----------------------------------------------------------------------
diff --git a/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html 
b/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html
index 5ab0ee2..8d8a407 100644
--- a/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html
+++ b/documentation/tutorials-how-tos/how-to-manage-events-in-sling.html
@@ -246,9 +246,7 @@ public JobResult process(final Job job) {
 </code></pre>
 <p>The complete code for the <strong>DropBoxEventHandler</strong> service is 
available <a href="DropBoxEventHandler.java">here</a>.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html
----------------------------------------------------------------------
diff --git 
a/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html 
b/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html
index d1787f4..417dbe1 100644
--- a/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html
+++ b/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html
@@ -104,9 +104,7 @@ We recommend to use the Apache Felix Web Console. The 
documentation below descri
 </code></pre>
 <p>Note: Only use <code>file:</code> URLs if you know Sling has access to the 
named file !</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos/jackrabbit-persistence.html
----------------------------------------------------------------------
diff --git a/documentation/tutorials-how-tos/jackrabbit-persistence.html 
b/documentation/tutorials-how-tos/jackrabbit-persistence.html
index 9794ef0..c179bdd 100644
--- a/documentation/tutorials-how-tos/jackrabbit-persistence.html
+++ b/documentation/tutorials-how-tos/jackrabbit-persistence.html
@@ -152,9 +152,7 @@ $ mvn install:install-file \
 <h2>Credits</h2>
 <p>This description is based on Tony Giaccone's description <a 
href="http://markmail.org/message/wlbfrukmjjsl33hh";>Swapping Postgres for 
Derby</a> sent to the Sling Users mailing list.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/documentation/tutorials-how-tos/testing-sling-based-applications.html
----------------------------------------------------------------------
diff --git 
a/documentation/tutorials-how-tos/testing-sling-based-applications.html 
b/documentation/tutorials-how-tos/testing-sling-based-applications.html
index fe0f828..06323ba 100644
--- a/documentation/tutorials-how-tos/testing-sling-based-applications.html
+++ b/documentation/tutorials-how-tos/testing-sling-based-applications.html
@@ -138,9 +138,7 @@ public class MySimpleIT {
 <h2>Summary</h2>
 <p>Combining the above testing techniques has worked well for us in creating 
and testing Sling. Being able to test things at different levels of integration 
has proved an efficient way to get good test coverage without having to write 
too much boring test code.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index 376e0c4..de2374e 100644
--- a/downloads.html
+++ b/downloads.html
@@ -105,9 +105,7 @@
                                 </tr>
                             </thead><tbody><tr><td>Maven JSPC 
Plugin</td><td>2.0.8</td><td><a 
href="[preferred]sling/maven-jspc-plugin-2.0.8.jar">Maven Plugin</a> (<a 
href="http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8.jar.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8.jar.md5";>md5</a>)</td><td><a
 href="[preferred]sling/maven-jspc-plugin-2.0.8-source-release.zip">Source 
ZIP</a> (<a 
href="http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8-source-release.zip.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/maven-jspc-plugin-2.0.8-source-release.zip.md5";>md5</a>)</td></tr><tr><td>Maven
 Launchpad Plugin</td><td>2.3.4</td><td><a 
href="[preferred]sling/maven-launchpad-plugin-2.3.4.jar">Maven Plugin</a> (<a 
href="http://www.apache.org/dist/sling/maven-launchpad-plugin-2.3.4.jar.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/maven-launchpad-plugin-2.3.4.jar.md5";>md5</a>)</td><td><a
 href="[preferred]sling/maven-launchpad-plugi
 n-2.3.4-source-release.zip">Source ZIP</a> (<a 
href="http://www.apache.org/dist/sling/maven-launchpad-plugin-2.3.4-source-release.zip.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/maven-launchpad-plugin-2.3.4-source-release.zip.md5";>md5</a>)</td></tr><tr><td>Maven
 Sling Plugin</td><td>2.3.0</td><td><a 
href="[preferred]sling/maven-sling-plugin-2.3.0.jar">Maven Plugin</a> (<a 
href="http://www.apache.org/dist/sling/maven-sling-plugin-2.3.0.jar.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/maven-sling-plugin-2.3.0.jar.md5";>md5</a>)</td><td><a
 href="[preferred]sling/maven-sling-plugin-2.3.0-source-release.zip">Source 
ZIP</a> (<a 
href="http://www.apache.org/dist/sling/maven-sling-plugin-2.3.0-source-release.zip.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/maven-sling-plugin-2.3.0-source-release.zip.md5";>md5</a>)</td></tr><tr><td>Slingstart
 Maven Plugin</td><td>1.7.6</td><td><a 
href="[preferred]sling/slingstart-maven-plugin-1.7.6.jar">Maven Plugin</a> (<a 
hre
 
f="http://www.apache.org/dist/sling/slingstart-maven-plugin-1.7.6.jar.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/slingstart-maven-plugin-1.7.6.jar.md5";>md5</a>)</td><td><a
 
href="[preferred]sling/slingstart-maven-plugin-1.7.6-source-release.zip">Source 
ZIP</a> (<a 
href="http://www.apache.org/dist/sling/slingstart-maven-plugin-1.7.6-source-release.zip.asc";>asc</a>,
 <a 
href="http://www.apache.org/dist/sling/slingstart-maven-plugin-1.7.6-source-release.zip.md5";>md5</a>)</td></tr><tr><td>HTL
 Maven Plugin</td><td>1.0.6</td><td><a 
href="[preferred]sling/htl-maven-plugin-1.0.6.jar">Maven Plugin</a> (<a 
href="http://www.apache.org/dist/sling/htl-maven-plugin-1.0.6.jar.asc";>asc</a>, 
<a 
href="http://www.apache.org/dist/sling/htl-maven-plugin-1.0.6.jar.md5";>md5</a>)</td><td><a
 href="[preferred]sling/htl-maven-plugin-1.0.6-source-release.zip">Source 
ZIP</a> (<a 
href="http://www.apache.org/dist/sling/htl-maven-plugin-1.0.6-source-release.zip.asc";>asc</a>,
 <a href="http://www.apache.o
 
rg/dist/sling/htl-maven-plugin-1.0.6-source-release.zip.md5">md5</a>)</td></tr></tbody></table></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index f301ddd..32bd92e 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
     <link href="http://sling.apache.org/ng/"/>
     <link rel="self" type="application/atom+xml" 
href="http://sling.apache.org/ng/feed.xml"/>
     <subtitle>Work in progress...</subtitle>
-    <updated>2017-06-27T19:39:46Z</updated>
+    <updated>2017-06-28T16:43:18Z</updated>
     <id>tag:localhost,2017:06</id>
     
 </feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/guides.html
----------------------------------------------------------------------
diff --git a/guides.html b/guides.html
index 82cfe1a..2905bbe 100644
--- a/guides.html
+++ b/guides.html
@@ -70,9 +70,7 @@
                 Guides (retired)
             </h1><div class="row"><div class="small-12 columns"><section 
class="wrap"><p>This page used to contain a list of mostly obsolete links, it 
has been retired in June 2017.</p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 5816935..488fcf9 100644
--- a/index.html
+++ b/index.html
@@ -123,9 +123,7 @@
         });
 </script></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

http://git-wip-us.apache.org/repos/asf/sling-site/blob/1330655a/javadoc-io.html
----------------------------------------------------------------------
diff --git a/javadoc-io.html b/javadoc-io.html
index 46938e4..ec228e9 100644
--- a/javadoc-io.html
+++ b/javadoc-io.html
@@ -71,9 +71,7 @@
             </h1><div class="row"><div class="small-12 columns"><section 
class="wrap"><p><a href="http://www.javadoc.io/";>javadocs.io</a> provides 
archived javadocs for all Sling modules (and actually for all open source 
software hosted at Maven Central).</p>
 <p>To get the javadocs of a particular module use an URL like 
<code>http://javadoc.io/doc/{org}/{artifact}/{version}</code>, like for example 
<a 
href="http://www.javadoc.io/doc/org.apache.sling/org.apache.sling.api/2.9.0";>http://www.javadoc.io/doc/org.apache.sling/org.apache.sling.api/2.9.0</a></p></section></div></div>
 <div class="footer">
-                <div class="timestamp">
-                    <lastmod>2017-06-27 19:33:27</lastmod>
-                </div><div class="trademarkFooter">
+                <div class="trademarkFooter">
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </div>
             </div>            

Reply via email to