You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2017/10/06 09:45:14 UTC

[08/13] sling-site git commit: Move tags back up, next to breadcrumbs

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/old-stuff/scriptengineintegration/groovy-support.html
----------------------------------------------------------------------
diff --git a/old-stuff/scriptengineintegration/groovy-support.html b/old-stuff/scriptengineintegration/groovy-support.html
index 0da7f5d..773dec1 100644
--- a/old-stuff/scriptengineintegration/groovy-support.html
+++ b/old-stuff/scriptengineintegration/groovy-support.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff/scriptengineintegration.html">Integrating Scripting Languages</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff/scriptengineintegration.html">Integrating Scripting Languages</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/scripts.html" class="label">scripts</a> <a href="/tags/groovy.html" class="label">groovy</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Groovy Support
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>After meeting Paul King of the Groovy Team at Apache Con US 08 in New Orleans, I set out to take a stab at SLING-315 again to add Groovy support to Sling. It turned out, that the current Groovy 1.6 branch already contains the required setup to build the <code>groovy-all.jar</code> as an OSGi Bundle, which is directly usable with Sling by just installing that bundle.</p>
@@ -113,7 +117,6 @@ You requested Resource JcrNodeResource, type=nt:folder, path=/sample (yes, this
   <li>[Groovy Support in Apache Sling]({{ refs.http://markmail.org/message/7sqscr5y2mbk6jko.path }}) -- A short thread on turning the Groovy <code>groovy-all.jar</code> into an OSGi Bundle.</li>
   <li>[Groovy in Apache Sling]({{ refs.http://markmail.org/message/47n2ow2jlo553jvk.path }}) -- Thread on adding the <code>DynamicImport-Package</code> header to the Groovy bundle manifest.</li>
 </ul></section></div></div>            
-<div class="tags"><a href="/tags/scripts.html" class="label">scripts</a> <a href="/tags/groovy.html" class="label">groovy</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:36:08 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/old-stuff/scriptengineintegration/xslt-processing-pipeline.html
----------------------------------------------------------------------
diff --git a/old-stuff/scriptengineintegration/xslt-processing-pipeline.html b/old-stuff/scriptengineintegration/xslt-processing-pipeline.html
index 101e6c6..21776bd 100644
--- a/old-stuff/scriptengineintegration/xslt-processing-pipeline.html
+++ b/old-stuff/scriptengineintegration/xslt-processing-pipeline.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff/scriptengineintegration.html">Integrating Scripting Languages</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff/scriptengineintegration.html">Integrating Scripting Languages</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/xslt.html" class="label">xslt</a> <a href="/tags/postprocessing.html" class="label">postprocessing</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 XSLT Processing Pipeline
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>In the <em>Apache Sling Scripting W3C XML Processing Support</em> bundle, Juanjo Vàzquez has implemented XSLT processing support for Sling as another new scripting engine, based on the <a href="http://cocoon.apache.org/3.0/">Cocoon 3 pipeline engine</a>.</p>
@@ -235,7 +239,6 @@ $ curl http://admin:admin@localhost:8080/foo.html
   <li><a href="https://issues.apache.org/jira/browse/SLING-893">SLING-893</a></li>
   <li><a href="http://markmail.org/thread/33h5nhk5e3mswrue">Mail list discussion</a></li>
 </ul></section></div></div>            
-<div class="tags"><a href="/tags/xslt.html" class="label">xslt</a> <a href="/tags/postprocessing.html" class="label">postprocessing</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:36:08 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/old-stuff/servlet-resolution.html
----------------------------------------------------------------------
diff --git a/old-stuff/servlet-resolution.html b/old-stuff/servlet-resolution.html
index b76aab1..4469c88 100644
--- a/old-stuff/servlet-resolution.html
+++ b/old-stuff/servlet-resolution.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/servlets.html" class="label">servlets</a> <a href="/tags/servletresolver.html" class="label">servletresolver</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Servlet Resolution
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><div class="warning">
@@ -229,7 +233,6 @@ Servlet findScriptFor(path) {
 <p>A set of simple example servlets is available in the [launchpad/test-services module]({{ refs.http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/test-services.path }}). </p>
 <p>Integration tests in the [launchpad/testing module]({{ refs.http://svn.apache.org/repos/asf/incubator/sling/trunk/launchpad/testing/src/test/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/resolution.path }}) verify that these examples are correct.</p>
 <p>Contributions to these tests and examples are welcome, of course!</p></section></div></div>            
-<div class="tags"><a href="/tags/servlets.html" class="label">servlets</a> <a href="/tags/servletresolver.html" class="label">servletresolver</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:36:08 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/old-stuff/sling-api.html
----------------------------------------------------------------------
diff --git a/old-stuff/sling-api.html b/old-stuff/sling-api.html
index b807f33..238cbb1 100644
--- a/old-stuff/sling-api.html
+++ b/old-stuff/sling-api.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/old-stuff.html">Old Stuff</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/api.html" class="label">api</a> <a href="/tags/core.html" class="label">core</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Sling API
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><div class="note">
@@ -353,7 +357,6 @@ The [SlingRequestPathInfoTest]({{ refs.http://svn.apache.org/repos/asf/sling/tru
   <li>If the Component Framework decides to not handle the error itself, the exception must be forwarded to the servlet container as a <code>ComponentException</code> wrapping the original exception as its root cause.</li>
 </ul>
 <p>This specification does not define, how error handlers are configured and used if the Component Framework provides error handling support. Likewise the Component Framework may or may not implement support to handle calls to the <code>ComponentResponse.sendError</code> method. The Component Framework may also use its own error handling also for errors resulting from request processing failures, for example if authentication is required or if the request URL cannot be resolved to a Content object.</p></section></div></div>            
-<div class="tags"><a href="/tags/api.html" class="label">api</a> <a href="/tags/core.html" class="label">core</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/project-information.html
----------------------------------------------------------------------
diff --git a/project-information.html b/project-information.html
index 36bab87..b3901b2 100644
--- a/project-information.html
+++ b/project-information.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/mailinglists.html" class="label">mailinglists</a> <a href="/tags/issuetracker.html" class="label">issuetracker</a> <a href="/tags/sourcecode.html" class="label">sourcecode</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Project Information
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>This document provides an overview of the various documents and links that are part of this project's general information:</p>
@@ -190,7 +194,6 @@ http-proxy-port = 3128
   <li>Read the <a href="http://www.apache.org/dev/cmsref#non-committer">ASF CMS reference for non-committers</a>.</li>
   <li>Watch a <a href="http://s.apache.org/cms-anonymous-tutorial">video tutorial by Rob Weir for anonymous users</a>.</li>
 </ol></section></div></div>            
-<div class="tags"><a href="/tags/mailinglists.html" class="label">mailinglists</a> <a href="/tags/issuetracker.html" class="label">issuetracker</a> <a href="/tags/sourcecode.html" class="label">sourcecode</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:36:08 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/project-information/apache-sling-community-roles-and-processes.html
----------------------------------------------------------------------
diff --git a/project-information/apache-sling-community-roles-and-processes.html b/project-information/apache-sling-community-roles-and-processes.html
index a7048da..24483b5 100644
--- a/project-information/apache-sling-community-roles-and-processes.html
+++ b/project-information/apache-sling-community-roles-and-processes.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/community.html" class="label">community</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Apache Sling Community Roles and Processes
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>The Community Roles and Processes are put in effect as of 13/May/2009. Updated 7/December/2009 to reflect Sling being a top level project.</p>
@@ -99,7 +103,6 @@
 <p>If there are at least three positive votes and no negative votes after three days (72 hours), the results are posted to the PMC private mailing list.</p>
 <p>To have the Committer being accepted as a PMC member, the ASF Board has acknowledge the addition to the PMC. The Committer should not be consulted about his/her desire to become a PMC member before the board acknowledgement, or be informed that they are being considered, since this could create hard feelings if the vote does not pass.</p>
 <p>Upon a positive vote result, the PMC member will be emailed by the PMC to invite him/her to become a PMC member. If the invitation is accepted, an announcement about the new PMC member is made to the developer mailing list.</p></section></div></div>            
-<div class="tags"><a href="/tags/community.html" class="label">community</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/project-information/project-license.html
----------------------------------------------------------------------
diff --git a/project-information/project-license.html b/project-information/project-license.html
index f548fe1..0be7a9b 100644
--- a/project-information/project-license.html
+++ b/project-information/project-license.html
@@ -71,11 +71,14 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/community.html" class="label">community</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Project License
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>As with all projects of the <a href="http://apache.org">Apache Software Foundation</a>, Apache Sling is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, Version 2.0</a></p></section></div></div>            
-<div class="tags"><a href="/tags/community.html" class="label">community</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/project-information/project-team.html
----------------------------------------------------------------------
diff --git a/project-information/project-team.html b/project-information/project-team.html
index c91433f..ff4f047 100644
--- a/project-information/project-team.html
+++ b/project-information/project-team.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/community.html" class="label">community</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Project Team
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
@@ -372,7 +376,6 @@
 <p>The original Sling logo was created by Paul Walker in 2008 as part of the Google Highly Open Participation contest.</p>
 <h2><a href="#contributors" name="contributors">Contributors</a></h2>
 <p>There are no contributors listed for this project.</p></section></div></div>            
-<div class="tags"><a href="/tags/community.html" class="label">community</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/project-information/security.html
----------------------------------------------------------------------
diff --git a/project-information/security.html b/project-information/security.html
index 71af47c..53b7045 100644
--- a/project-information/security.html
+++ b/project-information/security.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a href="/project-information.html">Project Information</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/security.html" class="label">security</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Security
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><h1><a href="#reporting-new-security-problems-with-apache-sling" name="reporting-new-security-problems-with-apache-sling">Reporting New Security Problems with Apache Sling</a></h1>
@@ -92,7 +96,6 @@
 <p>For more information on handling security issues at the Apache Software Foundation please refer to the <a href="http://www.apache.org/security/">ASF Security Team</a> page and to the <a href="http://www.apache.org/security/committers.html">security process description for committers</a>.</p>
 <h1><a href="#errors-and-omissions" name="errors-and-omissions">Errors and omissions</a></h1>
 <p>Please report any errors or omissions to security(at)sling.apache.org.</p></section></div></div>            
-<div class="tags"><a href="/tags/security.html" class="label">security</a> <a href="/tags/pmc.html" class="label">pmc</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/releases.html
----------------------------------------------------------------------
diff --git a/releases.html b/releases.html
index f968828..19b7659 100644
--- a/releases.html
+++ b/releases.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/news.html" class="label">news</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Releases
             </h1><div class="row"><div class="small-12 columns"><section class="wrap"><h1><a href="#all-releases-from-the-apache-sling-project" name="all-releases-from-the-apache-sling-project">All Releases from the Apache Sling Project</a></h1>
 <h2><a href="#october-2017" name="october-2017">October 2017</a></h2>
@@ -1612,7 +1616,6 @@
   <li>JCR API 2.0.4 (17th)</li>
   <li>Commons LogService 2.0.6 (5th)</li>
 </ul></section></div></div>
-<div class="tags"><a href="/tags/news.html" class="label">news</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Carsten Ziegeler</span> on <span class="comment">Thu Oct 5 07:30:21 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/res/css/site.css
----------------------------------------------------------------------
diff --git a/res/css/site.css b/res/css/site.css
index 2b2c921..3f3283a 100644
--- a/res/css/site.css
+++ b/res/css/site.css
@@ -245,11 +245,6 @@ td {
 	padding: 5px 5px 5px 28px;
 }
 
-/** Breadcrump at the top of each page */
-.breadcrump {
-    font-size: 80%;
-}
-
 /** Last modification information at the botton of each page */
 .timestamp {
     margin-top: 30px;
@@ -301,13 +296,24 @@ pre {
 	margin-left: 3px;
 }
 
+.pagenav {
+    overflow:hidden
+    font-size: 70%;
+    clear:both;
+    padding-bottom:1em;
+}
+
+.breadcrumbs {
+    float:left;
+}
+
 .tags {
-	font-size:80%;
+    float:right;
 }
 
 .tags a {
     background-color: #EEE;
-	padding: 0.5em;
+	padding: 0.2em;
 	text-decoration: none;
 }
 

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/site-conversion.html
----------------------------------------------------------------------
diff --git a/site-conversion.html b/site-conversion.html
index dd28a78..f3798d3 100644
--- a/site-conversion.html
+++ b/site-conversion.html
@@ -71,14 +71,17 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
+            <div class="pagenav">
+<div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;</div>                
+<div class="tags"><a href="/tags/obsolete.html" class="label">obsolete</a> </div>                
+                
+            </div><h1 class="pagetitle">
                 Site conversion in progress - excuse our mess...
             </h1><div id="generatedToC"></div><script src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script type='text/javascript'>$(document).ready(function() { $('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>The Sling website was recently converted to use the Apache CMS for content management, and we still have to check a number of pages for correct conversion.</p>
 <p>During this transition phase, old versions of a number of pages are still present under /site, along with their converted versions at other, more specific paths.</p>
 <p>To find the new pages, you can use the site navigation or search the Web for phrases that are present in the old pages, and select results that do not contain /site/ in their URLs.</p>
 <p>If you see new pages that look good and match the contents of the corresponding old pages, feel free to let us know, via the Sling users mailing list or the <a href="https://issues.apache.org/jira/browse/SLING-2002">SLING-2002</a> issue.</p></section></div></div>            
-<div class="tags"><a href="/tags/obsolete.html" class="label">obsolete</a> </div>            
             <div class="footer">
 <div class="revisionInfo">Last modified by <span class="author">Bertrand Delacretaz</span> on <span class="comment">Fri Sep 29 15:57:01 2017 +0200</span></div>                <p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/sitemap.html
----------------------------------------------------------------------
diff --git a/sitemap.html b/sitemap.html
index 3545a0b..80f6f50 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><h1 class="pagetitle">
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><h1 class="pagetitle">
                 Sitemap
             </h1><tableOfContents/>
 <div class="sitemap"><section class="wrap"><ul><li><a href="/documentation/tutorials-how-tos/46-line-blog.html">46 Line Blog</a></li>
@@ -232,7 +236,6 @@
                         <li><a href="/documentation/bundles/xml-support.html">XML support</a></li>
                         <li><a href="/old-stuff/scriptengineintegration/xslt-processing-pipeline.html">XSLT Processing Pipeline</a></li>
                     </ul></section></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index ae1393e..8277233 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="sitemap"><section class="wrap"><ul><li><a href="/documentation/tutorials-how-tos/46-line-blog.html">46 Line Blog</a></li>
                         <li><a href="/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Accessing File System Resources (org.apache.sling.fsresource)</a></li>
                         <li><a href="/documentation/the-sling-engine/adapters.html">Adapters</a></li>
@@ -230,7 +234,6 @@
                         <li><a href="/documentation/bundles/xml-support.html">XML support</a></li>
                         <li><a href="/old-stuff/scriptengineintegration/xslt-processing-pipeline.html">XSLT Processing Pipeline</a></li>
                     </ul></section></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/adaptTo.html
----------------------------------------------------------------------
diff --git a/tags/adaptTo.html b/tags/adaptTo.html
index fc623bd..0fa930e 100644
--- a/tags/adaptTo.html
+++ b/tags/adaptTo.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'adaptTo'</h2><div class="taglink"><a href="/documentation/the-sling-engine/adapters.html">Adapters</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/api.html
----------------------------------------------------------------------
diff --git a/tags/api.html b/tags/api.html
index 55928de..47ce8b7 100644
--- a/tags/api.html
+++ b/tags/api.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -162,7 +166,6 @@
                                 <div class="taglink"><a href="/documentation/the-sling-engine/sling-api-crud-support.html">Sling API CRUD Support</a></div>
                                 <div class="taglink"><a href="/javadoc-io.html">Sling API docs at javadoc.io</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/authentication.html
----------------------------------------------------------------------
diff --git a/tags/authentication.html b/tags/authentication.html
index d7d3476..8596af5 100644
--- a/tags/authentication.html
+++ b/tags/authentication.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -167,7 +171,6 @@
                                 <div class="taglink"><a href="/documentation/the-sling-engine/authentication/authentication-authenticationhandler/openid-authenticationhandler.html">OpenID AuthenticationHandler</a></div>
                                 <div class="taglink"><a href="/documentation/the-sling-engine/service-authentication.html">Service Authentication</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/bundles.html
----------------------------------------------------------------------
diff --git a/tags/bundles.html b/tags/bundles.html
index fd541a2..a6d3d6c 100644
--- a/tags/bundles.html
+++ b/tags/bundles.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -162,7 +166,6 @@
                                 <div class="taglink"><a href="/documentation/bundles.html">Bundles</a></div>
                                 <div class="taglink"><a href="/documentation/tutorials-how-tos/installing-and-upgrading-bundles.html">Installing and Upgrading Bundles</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/caching.html
----------------------------------------------------------------------
diff --git a/tags/caching.html b/tags/caching.html
index b8d1fd9..13897ef 100644
--- a/tags/caching.html
+++ b/tags/caching.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'caching'</h2><div class="taglink"><a href="/documentation/bundles/caching-services.html">Sling Caching Services</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/commons.html
----------------------------------------------------------------------
diff --git a/tags/commons.html b/tags/commons.html
index 020e725..b122c8a 100644
--- a/tags/commons.html
+++ b/tags/commons.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'commons'</h2><div class="taglink"><a href="/documentation/bundles/commons-html-utilities.html">Commons HTML Utilities (org.apache.sling.commons.html)</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/community.html
----------------------------------------------------------------------
diff --git a/tags/community.html b/tags/community.html
index bfc19c3..fe8f698 100644
--- a/tags/community.html
+++ b/tags/community.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -168,7 +172,6 @@
                                 <div class="taglink"><a href="/project-information/project-license.html">Project License</a></div>
                                 <div class="taglink"><a href="/project-information/project-team.html">Project Team</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/configuration.html
----------------------------------------------------------------------
diff --git a/tags/configuration.html b/tags/configuration.html
index 580e5ab..81cf0c8 100644
--- a/tags/configuration.html
+++ b/tags/configuration.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -167,7 +171,6 @@
                                 <div class="taglink"><a href="/documentation/bundles/sling-settings-org-apache-sling-settings.html">Sling Settings and Run Modes (org.apache.sling.settings)</a></div>
                                 <div class="taglink"><a href="/documentation/the-sling-engine/sling-properties.html">Well-known Sling Properties</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/contentdistribution.html
----------------------------------------------------------------------
diff --git a/tags/contentdistribution.html b/tags/contentdistribution.html
index 35afb83..7d59d61 100644
--- a/tags/contentdistribution.html
+++ b/tags/contentdistribution.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'contentdistribution'</h2><div class="taglink"><a href="/documentation/bundles/content-distribution.html">Content Distribution (org.apache.sling.distribution)</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/contentloading.html
----------------------------------------------------------------------
diff --git a/tags/contentloading.html b/tags/contentloading.html
index 8408b86..4407dcb 100644
--- a/tags/contentloading.html
+++ b/tags/contentloading.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'contentloading'</h2><div class="taglink"><a href="/documentation/bundles/content-loading-jcr-contentloader.html">Content Loading and Nodetype Support (jcr.contentloader)</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/core.html
----------------------------------------------------------------------
diff --git a/tags/core.html b/tags/core.html
index e6bdd4d..3485781 100644
--- a/tags/core.html
+++ b/tags/core.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -187,7 +191,6 @@
                                 <div class="taglink"><a href="/documentation/the-sling-engine/url-to-script-resolution.html">URL to Script Resolution</a></div>
                                 <div class="taglink"><a href="/documentation/the-sling-engine/sling-properties.html">Well-known Sling Properties</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/databases.html
----------------------------------------------------------------------
diff --git a/tags/databases.html b/tags/databases.html
index bbddf41..f46595c 100644
--- a/tags/databases.html
+++ b/tags/databases.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'databases'</h2><div class="taglink"><a href="/documentation/bundles/datasource-providers.html">DataSource Provider</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/development.html
----------------------------------------------------------------------
diff --git a/tags/development.html b/tags/development.html
index 5c829bf..f49a1cf 100644
--- a/tags/development.html
+++ b/tags/development.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -184,7 +188,6 @@
                                 <div class="taglink"><a href="/documentation/tutorials-how-tos/testing-sling-based-applications.html">Testing Sling-based applications</a></div>
                                 <div class="taglink"><a href="/documentation/development/version-policy.html">Version Policy</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/discovery.html
----------------------------------------------------------------------
diff --git a/tags/discovery.html b/tags/discovery.html
index 01fbfed..dfd3d9e 100644
--- a/tags/discovery.html
+++ b/tags/discovery.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'discovery'</h2><div class="taglink"><a href="/documentation/bundles/discovery-api-and-impl.html">Discovery API and its implementations</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/documentation.html
----------------------------------------------------------------------
diff --git a/tags/documentation.html b/tags/documentation.html
index c6abba5..5160258 100644
--- a/tags/documentation.html
+++ b/tags/documentation.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -161,7 +165,6 @@
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'documentation'</h2><div class="taglink"><a href="/documentation.html">Documentation</a></div>
                                 <div class="taglink"><a href="/javadoc-io.html">Sling API docs at javadoc.io</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/downloads.html
----------------------------------------------------------------------
diff --git a/tags/downloads.html b/tags/downloads.html
index 723e5cd..6463e70 100644
--- a/tags/downloads.html
+++ b/tags/downloads.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'downloads'</h2><div class="taglink"><a href="/downloads.html">Downloads</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/eclipse.html
----------------------------------------------------------------------
diff --git a/tags/eclipse.html b/tags/eclipse.html
index 2345f3f..e6f1972 100644
--- a/tags/eclipse.html
+++ b/tags/eclipse.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -162,7 +166,6 @@
                                 <div class="taglink"><a href="/documentation/development/ide-tooling/ide-tooling-incremental-build.html">Incremental Builds in Sling IDE tooling for Eclipse</a></div>
                                 <div class="taglink"><a href="/documentation/development/ide-tooling.html">Sling IDE tooling for Eclipse User Guide</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/editors.html
----------------------------------------------------------------------
diff --git a/tags/editors.html b/tags/editors.html
index 4abffc5..0de959f 100644
--- a/tags/editors.html
+++ b/tags/editors.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'editors'</h2><div class="taglink"><a href="/documentation/bundles/resource-editor.html">The Apache Sling Resource Editor</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/embedding.html
----------------------------------------------------------------------
diff --git a/tags/embedding.html b/tags/embedding.html
index a775007..f9313ea 100644
--- a/tags/embedding.html
+++ b/tags/embedding.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'embedding'</h2><div class="taglink"><a href="/documentation/development/embedding-sling.html">Embedding Sling</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/errorhandling.html
----------------------------------------------------------------------
diff --git a/tags/errorhandling.html b/tags/errorhandling.html
index e142a13..b9ae106 100644
--- a/tags/errorhandling.html
+++ b/tags/errorhandling.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'errorhandling'</h2><div class="taglink"><a href="/documentation/the-sling-engine/errorhandling.html">Errorhandling</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/events.html
----------------------------------------------------------------------
diff --git a/tags/events.html b/tags/events.html
index f3d531e..eeb1c3b 100644
--- a/tags/events.html
+++ b/tags/events.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'events'</h2><div class="taglink"><a href="/documentation/bundles/apache-sling-eventing-and-job-handling.html">Apache Sling Eventing and Job Handling</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/featureflags.html
----------------------------------------------------------------------
diff --git a/tags/featureflags.html b/tags/featureflags.html
index 24266f8..29f8b85 100644
--- a/tags/featureflags.html
+++ b/tags/featureflags.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'featureflags'</h2><div class="taglink"><a href="/documentation/the-sling-engine/featureflags.html">Feature Flags</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/formauth.html
----------------------------------------------------------------------
diff --git a/tags/formauth.html b/tags/formauth.html
index 56e5850..d6beca0 100644
--- a/tags/formauth.html
+++ b/tags/formauth.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'formauth'</h2><div class="taglink"><a href="/documentation/the-sling-engine/authentication/authentication-authenticationhandler/form-based-authenticationhandler.html">Form Based AuthenticationHandler</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/groovy.html
----------------------------------------------------------------------
diff --git a/tags/groovy.html b/tags/groovy.html
index 431c380..7fc2ded 100644
--- a/tags/groovy.html
+++ b/tags/groovy.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'groovy'</h2><div class="taglink"><a href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy Support</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/healthchecks.html
----------------------------------------------------------------------
diff --git a/tags/healthchecks.html b/tags/healthchecks.html
index 8d32c82..1c5d754 100644
--- a/tags/healthchecks.html
+++ b/tags/healthchecks.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'healthchecks'</h2><div class="taglink"><a href="/documentation/bundles/sling-health-check-tool.html">Sling Health Check Tools</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/htl.html
----------------------------------------------------------------------
diff --git a/tags/htl.html b/tags/htl.html
index 3559904..cf0ee05 100644
--- a/tags/htl.html
+++ b/tags/htl.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -161,7 +165,6 @@
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'htl'</h2><div class="taglink"><a href="/documentation/development/jspc.html">HTL Maven Plugin</a></div>
                                 <div class="taglink"><a href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting Engine</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/html.html
----------------------------------------------------------------------
diff --git a/tags/html.html b/tags/html.html
index 3c262ed..5e995d4 100644
--- a/tags/html.html
+++ b/tags/html.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'html'</h2><div class="taglink"><a href="/documentation/bundles/commons-html-utilities.html">Commons HTML Utilities (org.apache.sling.commons.html)</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/704a2183/tags/i18n.html
----------------------------------------------------------------------
diff --git a/tags/i18n.html b/tags/i18n.html
index 860bcdd..bf01127 100644
--- a/tags/i18n.html
+++ b/tags/i18n.html
@@ -71,7 +71,11 @@
                 <strong><a href="/sitemap.html">Site Map</a></strong>
             </p>
         </div>        <div class="main">
-            <breadcrumbs/><tableOfContents/>
+            <div class="pagenav">
+                <breadcrumbs/>
+                <tags/>
+                
+            </div><tableOfContents/>
 <div class="row"><div class="small-12 columns"><div class="wrap"><div class="row"><div class="small-12 columns"><div class="tags"><span><a href="/tags/adaptTo.html" class="label">adaptTo<span class="badge">1</span></a> 
                                     </span><span><a href="/tags/api.html" class="label">api<span class="badge">3</span></a> 
                                     </span><span><a href="/tags/authentication.html" class="label">authentication<span class="badge">8</span></a> 
@@ -160,7 +164,6 @@
                                     </span><span><a href="/tags/xslt.html" class="label">xslt<span class="badge">1</span></a> 
                                     </span></div></div></div><div class="taglinks"><div class="small-12 columns"><h2>Tagged with 'i18n'</h2><div class="taglink"><a href="/documentation/bundles/internationalization-support-i18n.html">Internationalization Support (i18n)</a></div>
                             </div></div></div></div></div>            
-            <tags/>
             <div class="footer">
                 <lastModified/><p>
                     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.