http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/internationalization-support-i18n.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/internationalization-support-i18n.html 
b/documentation/bundles/internationalization-support-i18n.html
index 6056d66..1e85f85 100644
--- a/documentation/bundles/internationalization-support-i18n.html
+++ b/documentation/bundles/internationalization-support-i18n.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Internationalization Support (i18n)
-            </h1><div class="tags"><a href="/tags/i18n.html" 
class="label">i18n</a> </div>
-<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>            
+            </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>Internationalization support in Sling consists of four methods 
in the <code>SlingHttpServletRequest</code> interface:</p>
 <ul>
   <li><code>getLocale()</code> -- Returns the primary <code>Locale</code> for 
the current request. This method is inherited from the 
<code>javax.servlet.ServletRequest</code> interface.</li>
@@ -223,8 +222,8 @@
   <li><code>en</code></li>
 </ol>
 <p>In case there is a resource bundle requested for a locale without country 
or variant, there is only 1 fallback (i.e. the default locale). The last resort 
(root resource bundle in all hierarchies) is always the bundle which returns 
the requested key as the value.</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/i18n.html" class="label">i18n</a> </div>      
      
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/jcr-installer-provider.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/jcr-installer-provider.html 
b/documentation/bundles/jcr-installer-provider.html
index 673a504..6b43331 100644
--- a/documentation/bundles/jcr-installer-provider.html
+++ b/documentation/bundles/jcr-installer-provider.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 JCR Installer Provider
-            </h1><div class="tags"><a href="/tags/installer.html" 
class="label">installer</a> </div>
-<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>            
+            </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 
JCR installer provider scans the JCR repository for artifacts and provides them 
to the <a href="/documentation/bundles/osgi-installer.html">OSGI 
installer</a>.</p>
 <h2><a href="#configuration-and-scanning" 
name="configuration-and-scanning">Configuration and Scanning</a></h2>
 <p>The JCR installer provider can be configured with weighted paths which are 
scanned. By default, the installer scans in <em>/apps</em> and <em>/libs</em> 
where artifacts found in <em>/apps</em> get a higher priority. The installer 
does a deep scan and uses a regular expression to detect folders containing 
artifacts to be installed. By default, artifacts from within a folder named 
<em>install</em> are provided to the OSGi installer.</p>
@@ -173,8 +172,8 @@ curl -X MKCOL  
http://admin:admin@localhost:8080/apps/jcrtest/install
 <ul>
   <li>JCR installer provider (<a 
href="http://svn.apache.org/repos/asf/sling/trunk/installer/providers/jcr";>org.apache.sling.installer.provider.jcr</a>)</li>
 </ul></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/installer.html" class="label">installer</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/log-tracers.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/log-tracers.html 
b/documentation/bundles/log-tracers.html
index 6e94910..e9c843f 100644
--- a/documentation/bundles/log-tracers.html
+++ b/documentation/bundles/log-tracers.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Log Tracer
-            </h1><div class="tags"><a href="/tags/logging.html" 
class="label">logging</a> </div>
-<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>            
+            </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 
href="https://issues.apache.org/jira/browse/SLING-4739";>Log Tracer</a> provides 
support for enabling the logs for specific category at specific level and only 
for specific request. It provides a very fine level of control via config 
provided as part of HTTP request around how the logging should be performed for 
given category.</p>
 <p>This is specially useful for those parts of the system which are involved 
in every request. For such parts enabling the log at global level would flood 
the logs and create lots of noise. Using Tracer one can enable log for that 
request which is required to be probed.</p>
 <p>For e.g. determining what nodes are written for a given POST request can be 
simply done by including an extra request parameters.</p>
@@ -272,8 +271,8 @@ Transfer-Encoding: chunked
     &lt;version&gt;1.0.0&lt;/version&gt;
 &lt;/dependency&gt;
 </code></pre></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/logging.html" class="label">logging</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html
----------------------------------------------------------------------
diff --git 
a/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html 
b/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html
index e81ff46..198278d 100644
--- a/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html
+++ b/documentation/bundles/managing-permissions-jackrabbit-accessmanager.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Managing permissions (jackrabbit.accessmanager)
-            </h1><div class="tags"><a href="/tags/security.html" 
class="label">security</a> </div>
-<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>            
+            </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 
<code>jackrabbit-accessmanager</code> bundle delivers a REST interface to 
manipulate users permissions in the JCR. After installing the 
<code>jackrabbit-accessmanager</code> bundle the REST services are exposed 
under the path of the node where you will manipulate the permissions for a user 
with a specific selector like <code>modifyAce</code>, <code>acl</code> and 
<code>deleteAce</code>. <!-- TODO reactivate TOC once JBake moves to 
flexmark-java -->
 </p>
 <h2><a href="#privileges" name="privileges">Privileges</a></h2>
@@ -174,8 +173,8 @@ See section 16.3 of the JCR 2.0 specification for an 
explanation of the differen
 <h2><a href="#sample-user-interface-implementation" 
name="sample-user-interface-implementation">Sample User Interface 
Implementation</a></h2>
 <p><em>Since Version 2.1.1</em></p>
 <p>A sample implementation of ui pages for permissions management is provided 
@ 
http://svn.apache.org/viewvc/sling/trunk/samples/accessmanager-ui/</p></section></div></div>
            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/security.html" class="label">security</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html
----------------------------------------------------------------------
diff --git 
a/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html 
b/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html
index cf73ed6..28b3d07 100644
--- 
a/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html
+++ 
b/documentation/bundles/managing-users-and-groups-jackrabbit-usermanager.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Managing users and groups (jackrabbit.usermanager)
-            </h1><div class="tags"><a href="/tags/security.html" 
class="label">security</a> </div>
-<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>            
+            </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 
<code>jackrabbit-usermanager</code> bundle delivers a REST interface to create, 
update and delete users and groups in the JCR. After installing the 
<code>jackrabbit-usermanager</code> bundle all REST services are exposed under 
the path <code>/system/userManager</code>. Its interface for modifing/creating 
authorizables is similar to the <a 
href="/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html">SlingPostServlet</a>.</p>
 <p>For getting information about existing authorizables it provides all 
authorizables as Sling resources through its 
<code>AuthorizableResourceProvider</code> below 
<code>/system/userManager/user</code> and 
<code>/system/userManager/group</code>. Those resources can be exposed via the 
<a 
href="/documentation/bundles/rendering-content-default-get-servlets.html">Default
 GET Servlet</a>.</p>
 <p><!-- TODO reactivate TOC once JBake moves to flexmark-java -->
@@ -572,8 +571,8 @@
 <h2><a href="#sample-user-interface-implementation" 
name="sample-user-interface-implementation">Sample User Interface 
Implementation</a></h2>
 <p><em>Since Version 2.1.1</em></p>
 <p>A sample implementation of ui pages for user/group management is provided @ 
<a 
href="http://svn.apache.org/viewvc/sling/trunk/samples/usermanager-ui/";>http://svn.apache.org/viewvc/sling/trunk/samples/usermanager-ui/</a>.</p></section></div></div>
            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/security.html" class="label">security</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
----------------------------------------------------------------------
diff --git 
a/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
 
b/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
index 163fcd5..1558b35 100644
--- 
a/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
+++ 
b/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-post.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Manipulating Content - The SlingPostServlet (servlets.post)
-            </h1><div class="tags"><a href="/tags/servlets.html" 
class="label">servlets</a> <a href="/tags/postservlet.html" 
class="label">postservlet</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <h2><a href="#multiple-ways-to-modify-content" 
name="multiple-ways-to-modify-content">Multiple Ways to Modify Content</a></h2>
@@ -919,8 +918,8 @@ of a resource without having to specify the path of each 
individual child resour
 <p>OSGi services of the 
<code>org.apache.sling.servlets.post.SlingPostOperation</code> type can be used 
to post process <code>PostOperation</code>s. They are called after the 
operation has performed its changes but before the changes are persisted (via 
commit). All registered SlingPostProcessors are always called in the reverse 
order of their service ranking (i.e. the one with the highest service ranking 
first).</p>
 <p>A <code>SlingPostProcessor</code> may perform additional changes or revert 
previous ones. It is important that the <code>SlingPostProcessor</code> does 
not commit its changes but rather only performs the changes in the transient 
space (with the resource resolver bound to the current request) and in addition 
reports the changes through the 2nd parameter of the method 
<code>process(SlingHttpServletRequest, List&lt;Modification&gt;)</code>.</p>
 <p>Two examples of SlingPostProcessors are found in the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/test-services/src/main/java/org/apache/sling/launchpad/testservices/post/";>test-services</a>
 module, with the corresponding test code in the <a 
href="http://svn.apache.org/repos/asf/sling/trunk/launchpad/integration-tests/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/servlets/post/SlingPostProcessorTest";>integration-tests</a>
 module.</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/3d5fdfe";>Fri Sep 29 15:36:08 
2017 +0200</a> : <span class="comment">First shot at adding some tags
-</span></div>            
+<div class="tags"><a href="/tags/servlets.html" class="label">servlets</a> <a 
href="/tags/postservlet.html" class="label">postservlet</a> </div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/metrics.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/metrics.html 
b/documentation/bundles/metrics.html
index 605c013..6e61cec 100644
--- a/documentation/bundles/metrics.html
+++ b/documentation/bundles/metrics.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Sling Metrics
-            </h1><div class="tags"><a href="/tags/metrics.html" 
class="label">metrics</a> </div>
-<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>            
+            </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>Sling 
Metrics bundle provides integration with <a 
href="http://metrics.dropwizard.io/";>Dropwizard Metrics</a> library which 
provides a toolkit to capture runtime performance statistics in your 
application. </p>
 <h2><a href="#features" name="features">Features</a></h2>
 <ul>
@@ -151,8 +150,8 @@ com.codahale.metrics.Counter = 
counter.adaptTo(com.codahale.metrics.Counter.clas
 &lt;/dependency&gt;
 </code></pre>
 <p>Or download from <a 
href="http://sling.apache.org/downloads.cgi";>here</a></p></section></div></div> 
           
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/metrics.html" class="label">metrics</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/mime-type-support-commons-mime.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/mime-type-support-commons-mime.html 
b/documentation/bundles/mime-type-support-commons-mime.html
index 790d456..41a4195 100644
--- a/documentation/bundles/mime-type-support-commons-mime.html
+++ b/documentation/bundles/mime-type-support-commons-mime.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 MIME Type Support (commons.mime and commons.contentdetection)
-            </h1><div class="tags"><a href="/tags/mimetypes.html" 
class="label">mimetypes</a> </div>
-<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>            
+            </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>Support for MIME type mappings is generally a problematic 
issue. On the one hand applications have to take care to stay up to date with 
their mappings on the other hands in web applications it is tedious to maintain 
the mappings. Apache Sling takes a very user and deployment friendly approadch 
to this problem which is described in detail on this page.</p>
 <p><!-- TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
@@ -139,8 +138,8 @@
 <h2><a href="#web-console-plugin" name="web-console-plugin">Web Console 
Plugin</a></h2>
 <p>The Apache Sling MIME type mapping support bundle implements a plugin for 
the Apache Felix Web Console which may be consulted to investigate the current 
contents of the MIME type mapping tables.</p>
 <p><img src="/documentation/bundles/mimetypes.png" alt="Mime Types Web Console 
Plugin" /></p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/mimetypes.html" class="label">mimetypes</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/models.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/models.html 
b/documentation/bundles/models.html
index 9bda011..5108fbe 100644
--- a/documentation/bundles/models.html
+++ b/documentation/bundles/models.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Sling Models
-            </h1><div class="tags"><a href="/tags/models.html" 
class="label">models</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <p>Many Sling projects want to be able to create model objects - POJOs which 
are automatically mapped from Sling objects, typically resources, but also 
request objects. Sometimes these POJOs need OSGi services as well.</p>
@@ -701,8 +700,8 @@ assert object1 == object2;
   <li><code>getType()</code> should return the marker class.</li>
   <li><code>getAdaptable()</code> should return the new adaptable or 
<code>ViaProvider.ORIGINAL</code> to indicate that the original adaptable 
should be used.</li>
 </ul></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Justin 
Edelson</span> on <a 
href="https://github.com/apache/sling-site/commit/fd83760";>Sun Oct 1 08:33:05 
2017 -0400</a> : <span class="comment">SLING-7095 - restore lost cache 
documenation
-</span></div>            
+<div class="tags"><a href="/tags/models.html" class="label">models</a> </div>  
          
+<div class="revisionInfo">Last modified by <span class="author">Justin 
Edelson</span> on <span class="comment">Sun Oct 1 08:33:05 2017 
-0400</span></div>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/nosql-resource-providers.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/nosql-resource-providers.html 
b/documentation/bundles/nosql-resource-providers.html
index 4ca1d79..dffbb3b 100644
--- a/documentation/bundles/nosql-resource-providers.html
+++ b/documentation/bundles/nosql-resource-providers.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 NoSQL Resource Providers (org.apache.sling.nosql)
-            </h1><div class="tags"><a href="/tags/resourceproviders.html" 
class="label">resourceproviders</a> <a href="/tags/nosql.html" 
class="label">nosql</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <h2><a href="#introduction" name="introduction">Introduction</a></h2>
@@ -123,8 +122,8 @@ 
org.apache.sling.nosql.couchbase.client.CouchbaseClient.factory.config-default
 <p>An example launchpad is provided that contains the NoSQL resource providers 
configured as main resource provider at <code>/</code>.</p>
 <p>Source code: <a 
href="https://github.com/apache/sling/tree/trunk/contrib/nosql/launchpad";>Apache
 Sling NoSQL Launchpad</a></p>
 <p>See README for details how to start the 
launchpad.</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/resourceproviders.html" 
class="label">resourceproviders</a> <a href="/tags/nosql.html" 
class="label">nosql</a> </div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/org-apache-sling-junit-bundles.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/org-apache-sling-junit-bundles.html 
b/documentation/bundles/org-apache-sling-junit-bundles.html
index cb22ba9..2887b50 100644
--- a/documentation/bundles/org-apache-sling-junit-bundles.html
+++ b/documentation/bundles/org-apache-sling-junit-bundles.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 JUnit server-side testing support bundles
-            </h1><div class="tags"><a href="/tags/testing.html" 
class="label">testing</a> </div>
-<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>            
+            </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 
is an overview of the Sling bundles that provide support for server-side JUnit 
tests. </p>
 <p>The Maven modules below <a 
href="https://svn.apache.org/repos/asf/sling/trunk/testing/samples";><code>testing/samples</code></a>
 provide different examples including HTTP-based and server-side teleported 
tests in a bundle module, running against a full Sling instance setup in the 
same Maven module.</p>
 <h2><a href="#org-apache-sling-junit-core-server-side-junit-tests-support" 
name="org-apache-sling-junit-core-server-side-junit-tests-support">org.apache.sling.junit.core:
 server-side JUnit tests support</a></h2>
@@ -301,8 +300,8 @@ TEST_PASSED
 <p>Test failures would be included in this JSON representation - you can test 
that by modifying the script to fail and making the same request again. </p>
 <h2><a href="#org-apache-sling-junit-remote-obsolete" 
name="org-apache-sling-junit-remote-obsolete">org.apache.sling.junit.remote: 
obsolete</a></h2>
 <p>The <code>org.apache.sling.junit.remote</code> bundle provides utilities to 
run server-side JUnit tests, but using the newer <code>TeleporterRule</code> 
described above is much simpler. As a result, this bundle should only be needed 
for existing tests that were written using its mechanisms. 
</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/testing.html" class="label">testing</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/osgi-installer.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/osgi-installer.html 
b/documentation/bundles/osgi-installer.html
index fa94e4a..a2b84b8 100644
--- a/documentation/bundles/osgi-installer.html
+++ b/documentation/bundles/osgi-installer.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 OSGi Installer
-            </h1><div class="tags"><a href="/tags/installer.html" 
class="label">installer</a> </div>
-<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>            
+            </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="#overview" name="overview">Overview</a></h1>
 <p>The OSGi installer is a central service for handling installs, updates and 
uninstall of "artifacts". By default, the installer supports bundles and has an 
extension for handling configurations for the OSGi configuration admin.</p>
 <p><img src="/documentation/bundles/Slide14.jpg" alt="Apache Sling OSGI 
Installer Diagram" /></p>
@@ -124,8 +123,8 @@
 <p>The checked bundle was not installed because it has been installed in a 
newer version through some other means (e.g. manually through the Felix Web 
Console or by another provider. For further details please review the OSGi 
Installer console at <code>/system/console/osgi-installer</code> and check for 
all bundles with the given symbolic name (=OSGi installers resource id) and the 
according URL.</p>
 <h3><a href="#configuration-installation-failure" 
name="configuration-installation-failure">Configuration Installation 
Failure</a></h3>
 <p>The checked configuration was not installed because it has either been 
overwritten manually in the Felix Web Console or is installed by some 
non-checked provider (which has a higher priority). To revert manually 
overwritten configurations just go to <code>/system/console/configMgr</code> 
and delete the according configuration. That way the OSGi installer should 
automatically create a new configuration for the same PID based on the 
configuration provided by some provider with the highest prio. In case another 
non-checked provider has provided already a configuration you can see from 
where it has been installed by looking at the OSGi Installer console at 
<code>/system/console/osgi-installer</code> and look for all configurations 
with the given PID.</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/installer.html" class="label">installer</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html
----------------------------------------------------------------------
diff --git 
a/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html
 
b/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html
index 15b22d2..e38523d 100644
--- 
a/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html
+++ 
b/documentation/bundles/output-rewriting-pipelines-org-apache-sling-rewriter.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Output Rewriting Pipelines (org.apache.sling.rewriter)
-            </h1><div class="tags"><a href="/tags/publishing.html" 
class="label">publishing</a> </div>
-<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>            
+            </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 
Apache Sling Rewriter is a module for rewriting the output generated by a usual 
Sling rendering process. Some possible use cases include rewriting or checking 
all links in an HTML page, manipulating the HTML page, or using the generated 
output as the base for further transformation. An example of further 
transformation is to use XSLT to transform rendered XML to some output format 
like HTML or XSL:FO for generating PDF.</p>
 <p>For supporting these use cases, the rewriter uses the concept for a 
processor. The processor is a component that is injected through a servlet 
filter into the response. By implementing the <em>Processor</em> interface one 
is able to rewrite the whole response in one go. A more convenient way of 
processing the output is by using a so called pipeline; the Apache Sling 
rewriter basically uses the same concept as the famous Apache Cocoon: an XML 
based pipeline for further post processing of the output. The pipeline is based 
on SAX events.</p>
 <h2><a href="#sax-pipelines" name="sax-pipelines">SAX Pipelines</a></h2>
@@ -139,8 +138,8 @@
   <li>order (long) - the configurations are sorted by this order, order must 
be higher or equal to 0. The configuration with the highest order is tried 
first.</li>
   <li>enabled (boolean) - Is this configuration active? (default yes)</li>
 </ul></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/publishing.html" class="label">publishing</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/rendering-content-default-get-servlets.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/rendering-content-default-get-servlets.html 
b/documentation/bundles/rendering-content-default-get-servlets.html
index cbac33c..519581d 100644
--- a/documentation/bundles/rendering-content-default-get-servlets.html
+++ b/documentation/bundles/rendering-content-default-get-servlets.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Rendering Content - Default GET Servlets
-            </h1><div class="tags"><a href="/tags/servlets.html" 
class="label">servlets</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <div class="note">
@@ -111,8 +110,8 @@ page needs more work.
 <h2><a href="#slinginfoservlet" 
name="slinginfoservlet">SlingInfoServlet</a></h2>
 <p>The <code>SlingInfoServlet</code> provides info on the current JCR session, 
for requests that map to JCR nodes.</p>
 <p>It is available at <code>/system/sling/info.sessionInfo</code> by default, 
and supports <code>.json</code> and <code>.txt</code> extensions. 
</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/3d5fdfe";>Fri Sep 29 15:36:08 
2017 +0200</a> : <span class="comment">First shot at adding some tags
-</span></div>            
+<div class="tags"><a href="/tags/servlets.html" class="label">servlets</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/repository-initialization.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/repository-initialization.html 
b/documentation/bundles/repository-initialization.html
index 745a73a..ac0f95e 100644
--- a/documentation/bundles/repository-initialization.html
+++ b/documentation/bundles/repository-initialization.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Repository Initalization
-            </h1><div class="tags"><a href="/tags/repoinit.html" 
class="label">repoinit</a> <a href="/tags/jcr.html" class="label">jcr</a> <a 
href="/tags/repository.html" class="label">repository</a> </div>
-<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>            
+            </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 
<code>SlingRepositoryInitializer</code> mechanism allows for running code 
before the <code>SlingRepository</code> service is registered.</p>
 <p>This is useful for initialization and content migration purposes.</p>
 <p>Please be aware of potential clustering and coordination issues when using 
this mechanism, if your environment lets several Sling instances access the 
same content repository you'll need to implement a synchronization mechanism 
for such operations.</p>
@@ -206,8 +205,8 @@ create service user provisioningModelUser
 <pre><code>raw:classpath://some-repoinit-file.txt
 </code></pre>
 <p>Which points to a <code>classpath:</code> URL to provide the raw repoinit 
statements in this example, but again any valid URL scheme can be 
used.</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/repoinit.html" class="label">repoinit</a> <a 
href="/tags/jcr.html" class="label">jcr</a> <a href="/tags/repository.html" 
class="label">repository</a> </div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/request-analysis.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/request-analysis.html 
b/documentation/bundles/request-analysis.html
index 4899f17..121fd9b 100644
--- a/documentation/bundles/request-analysis.html
+++ b/documentation/bundles/request-analysis.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Request Processing Analyzer (reqanalyzer)
-            </h1><div class="tags"><a href="/tags/requests.html" 
class="label">requests</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <h2><a href="#introduction" name="introduction">Introduction</a></h2>
@@ -113,8 +112,8 @@
 <p>Clicking on any row opens a second window displaying the detail request 
progress information as recorded before with the 
<code>RequestProgressTracker</code>.</p>
 <p><img src="requesttracker-details.png" alt="Details of a recorded Request" 
/></p>
 <p>The size, location, and the widths of the table columns are persisted with 
the Java Preferences API and thus when starting the application again, these 
settings are preserved.</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/requests.html" class="label">requests</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/resource-access-security.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/resource-access-security.html 
b/documentation/bundles/resource-access-security.html
index 9bd03c1..39194fb 100644
--- a/documentation/bundles/resource-access-security.html
+++ b/documentation/bundles/resource-access-security.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Resource Access Security
-            </h1><div class="tags"><a href="/tags/security.html" 
class="label">security</a> </div>
-<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>            
+            </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>Notice: Licensed to the Apache Software Foundation (ASF) under 
one  or more contributor license agreements. See the NOTICE file  distributed 
with this work for additional information  regarding copyright ownership. The 
ASF licenses this file  to you under the Apache License, Version 2.0 (the  
"License"); you may not use this file except in compliance  with the License. 
You may obtain a copy of the License at  .  
http://www.apache.org/licenses/LICENSE-2.0  .  Unless required by applicable 
law or agreed to in writing,  software distributed under the License is 
distributed on an  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY  
KIND, either express or implied. See the License for the  specific language 
governing permissions and limitations  under the License.</p>
 <h2><a href="#summary" name="summary">Summary</a></h2>
 <p>The ResourceAccessSecurity service allows it to restrict access to 
resources. The access can be granted or denied for read, create, update and 
delete actions.</p>
@@ -145,8 +144,8 @@ public GateResult canRead(final Resource resource) {
 <p>The first two of them are self-explanatory. CANT_DECIDE means that the 
actual gate neither can grant nor deny the access. If no other gate does return 
GRANTED or DENIED the access to the resource will be denied for security 
reasons. CANT-DECIDE comes handy if you declare finaloperations (where no other 
gate will be called after this gate). If such a gate returns CANT_DECIDE, 
further gates will be called regardless of the setted finaloperations 
property.</p>
 <h2><a href="#actual-state-of-resourceaccesssecurity" 
name="actual-state-of-resourceaccesssecurity">Actual state of 
ResourceAccessSecurity</a></h2>
 <p>By now the implementation is complete for securing access on resource level 
for CRUD operations. It is not yet ready to allow fine granular access rights 
on values of a resource. So at the moment the <code>canReadValue, 
canUpdateValue, canDeleteValue</code> and <code>canCreateValue</code> on 
<code>ResourceAccessGate</code> methods are ignored.</p></section></div></div>  
          
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/security.html" class="label">security</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/resource-editor.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/resource-editor.html 
b/documentation/bundles/resource-editor.html
index 01947ce..a42f7bc 100644
--- a/documentation/bundles/resource-editor.html
+++ b/documentation/bundles/resource-editor.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 The Apache Sling Resource Editor
-            </h1><div class="tags"><a href="/tags/editors.html" 
class="label">editors</a> </div>
-<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>            
+            </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>Notice: Licensed to the Apache Software Foundation (ASF) under 
one  or more contributor license agreements. See the NOTICE file  distributed 
with this work for additional information  regarding copyright ownership. The 
ASF licenses this file  to you under the Apache License, Version 2.0 (the  
"License"); you may not use this file except in compliance  with the License. 
You may obtain a copy of the License at  .  
http://www.apache.org/licenses/LICENSE-2.0  .  Unless required by applicable 
law or agreed to in writing,  software distributed under the License is 
distributed on an  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY  
KIND, either express or implied. See the License for the  specific language 
governing permissions and limitations  under the License.</p>
 <p><img 
src="http://sling.apache.org/documentation/bundles/resource-editor-screenshot.png";
 alt="alt text" /></p>
 <h1><a href="#features" name="features">Features</a></h1>
@@ -95,8 +94,8 @@
   <li>Open <code>http://localhost:8080/reseditor/.html</code> in your 
browser.</li>
   <li>Enjoy!</li>
 </ol></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/editors.html" class="label">editors</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/resource-merger.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/resource-merger.html 
b/documentation/bundles/resource-merger.html
index 995625f..8b661ed 100644
--- a/documentation/bundles/resource-merger.html
+++ b/documentation/bundles/resource-merger.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Resource Merger (org.apache.sling.resourcemerger)
-            </h1><div class="tags"><a href="/tags/resources.html" 
class="label">resources</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <h1><a href="#introduction" name="introduction">Introduction</a></h1>
@@ -247,8 +246,8 @@ resulting order: child1, child5, child2, child3, child4
      |   +-- property1 = &quot;property from /libs/sling/example/child3&quot;
      |   +-- property2 = &quot;property from /apps/sling/example/child3&quot;
 </code></pre></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/resources.html" class="label">resources</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/scheduler-service-commons-scheduler.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/scheduler-service-commons-scheduler.html 
b/documentation/bundles/scheduler-service-commons-scheduler.html
index caaec4f..b38049a 100644
--- a/documentation/bundles/scheduler-service-commons-scheduler.html
+++ b/documentation/bundles/scheduler-service-commons-scheduler.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Scheduler Service (commons scheduler)
-            </h1><div class="tags"><a href="/tags/scheduling.html" 
class="label">scheduling</a> </div>
-<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>            
+            </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 
scheduler is a service for scheduling other services/jobs (it uses the open 
source Quartz library). The scheduler can be used in two ways, by registering 
the job through the scheduler API and by leveraging the whiteboard pattern that 
is supported by the scheduler. In most cases the whiteboard pattern is 
preferred</p>
 <div class="note">
 The notion of Job used in this context is a different one than the one used 
for <a 
href="/documentation/bundles/apache-sling-eventing-and-job-handling.html">Sling 
Jobs</a>. The main difference is that a scheduler's job is not persisted.
@@ -259,8 +258,8 @@ public class HelloWorldScheduledService {
 
 }
 </code></pre></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/scheduling.html" class="label">scheduling</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/scripting.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/scripting.html 
b/documentation/bundles/scripting.html
index bca78b1..b96ee59 100644
--- a/documentation/bundles/scripting.html
+++ b/documentation/bundles/scripting.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Sling Scripting
-            </h1><div class="tags"><a href="/tags/scripts.html" 
class="label">scripts</a> </div>
-<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>            
+            </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><!-- 
TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
 <p>Sling Scripting allows the easy development and usage of different 
scripting (aka templating) engines.</p>
@@ -95,8 +94,8 @@
   <li>XProc *</li>
 </ul>
 <p>* in contrib</p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/scripts.html" class="label">scripts</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/scripting/scripting-htl.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/scripting/scripting-htl.html 
b/documentation/bundles/scripting/scripting-htl.html
index b16d25d..d8781bf 100644
--- a/documentation/bundles/scripting/scripting-htl.html
+++ b/documentation/bundles/scripting/scripting-htl.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles/scripting.html">Sling 
Scripting</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
                 HTL Scripting Engine
-            </h1><div class="tags"><a href="/tags/scripts.html" 
class="label">scripts</a> <a href="/tags/htl.html" class="label">htl</a> </div>
-<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>            
+            </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 
Apache Sling HTL Scripting Engine, <a 
href="https://issues.apache.org/jira/browse/SLING-6028";>formerly known as 
Sightly</a>, is the reference implementation of the <a 
href="https://github.com/Adobe-Marketing-Cloud/htl-spec";>HTML Template 
Language</a>.</p>
 <p><!-- TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
@@ -524,8 +523,8 @@ use             // the use function
         </td>
     </tr>
 </table></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/scripts.html" class="label">scripts</a> <a 
href="/tags/htl.html" class="label">htl</a> </div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/scripting/scripting-jsp.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/scripting/scripting-jsp.html 
b/documentation/bundles/scripting/scripting-jsp.html
index ec76ef4..e9365d4 100644
--- a/documentation/bundles/scripting/scripting-jsp.html
+++ b/documentation/bundles/scripting/scripting-jsp.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles/scripting.html">Sling 
Scripting</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
                 JSP Scripting Engine
-            </h1><div class="tags"><a href="/tags/scripts.html" 
class="label">scripts</a> <a href="/tags/jsp.html" class="label">jsp</a> </div>
-<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>            
+            </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 
Apache Sling JSP Scripting Engine is implemented by the <a 
href="https://github.com/apache/sling/tree/trunk/bundles/scripting/jsp";><code>org.apache.sling.scripting.jsp</code></a>
  bundle, based on the Jasper 2 JSP engine.</p>
 <p>On top of that Apache Sling also provides its own JSP Taglib, implemented 
by the  <a 
href="https://github.com/apache/sling/tree/trunk/bundles/scripting/jsp-taglib";><code>org.apache.sling.scripting.jsp.taglib</code></a>
 bundle.</p>
 <p>The Sling Scripting JSP Taglib supports the use of Sling as an application 
in JSP pages. The Sling Taglib provides the  ability to invoke JSP scripts, 
include Resources and interact with the Sling Repository, all with JSP tags and 
 <a href="http://docs.oracle.com/javaee/6/tutorial/doc/gjddd.html";>Expression 
Language (EL)</a> functions.</p>
@@ -427,8 +426,8 @@
 <p><em>Example Usage</em></p>
 <pre><code>&lt;sling:listChildren resource=&quot;${resource}&quot; 
var=&quot;children&quot; /&gt;
 </code></pre></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/scripts.html" class="label">scripts</a> <a 
href="/tags/jsp.html" class="label">jsp</a> </div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/scripting/scripting-thymeleaf.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/scripting/scripting-thymeleaf.html 
b/documentation/bundles/scripting/scripting-thymeleaf.html
index 7bf0b60..e1495f7 100644
--- a/documentation/bundles/scripting/scripting-thymeleaf.html
+++ b/documentation/bundles/scripting/scripting-thymeleaf.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles/scripting.html">Sling 
Scripting</a>&nbsp;&raquo;&nbsp;</div>            <h1 class="pagetitle">
                 Sling Scripting Thymeleaf
-            </h1><div class="tags"><a href="/tags/scripts.html" 
class="label">scripts</a> <a href="/tags/thymeleaf.html" 
class="label">thymeleaf</a> </div>
-<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>            
+            </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>Sling 
Scripting Thymeleaf is the scripting engine for <a 
href="http://www.thymeleaf.org";><em>Thymeleaf</em></a> (3.0) templates.</p>
 <p><!-- TODO reactivate TOC once JBake moves to flexmark-java -->
 </p>
@@ -133,8 +132,8 @@ mvn:org.javassist/javassist/3.20.0-GA
 <h1><a href="#sample" name="sample">Sample</a></h1>
 <p>The <a 
href="http://svn.apache.org/repos/asf/sling/trunk/samples/fling/";>Sling Fling 
Sample</a> is a sample using Sling Scripting Thymeleaf with <a 
href="/documentation/bundles/models.html">Sling Models</a> and <a 
href="/documentation/bundles/sling-query.html">Sling Query</a>.</p>
 <p><img src="sling-fling-sample.png" alt="Sling Fling Sample" 
/></p></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/ab134cc";>Fri Sep 29 15:57:01 
2017 +0200</a> : <span class="comment">Quick pass at adding tags to all pages - 
probably needs refining
-</span></div>            
+<div class="tags"><a href="/tags/scripts.html" class="label">scripts</a> <a 
href="/tags/thymeleaf.html" class="label">thymeleaf</a> </div>            
+<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>            
 <div class="footer">
                 <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.

http://git-wip-us.apache.org/repos/asf/sling-site/blob/fb93da72/documentation/bundles/servlet-helpers.html
----------------------------------------------------------------------
diff --git a/documentation/bundles/servlet-helpers.html 
b/documentation/bundles/servlet-helpers.html
index be424ba..e5efed1 100644
--- a/documentation/bundles/servlet-helpers.html
+++ b/documentation/bundles/servlet-helpers.html
@@ -73,8 +73,7 @@
         </div>        <div class="main">
 <div class="breadcrumbs"><a href="/">Home</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation.html">Documentation</a>&nbsp;&raquo;&nbsp;<a 
href="/documentation/bundles.html">Bundles</a>&nbsp;&raquo;&nbsp;</div>         
   <h1 class="pagetitle">
                 Sling Servlet Helpers
-            </h1><div class="tags"><a href="/tags/servlets.html" 
class="label">servlets</a> </div>
-<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>            
+            </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 Servlet Helpers bundle provides mock implementations of the 
<code>SlingHttpServletRequest</code>, <code>SlingHttpServletResponse</code> and 
related classes.</p>
 <p>Those mock implementations are meant to be used in tests and also with 
services like the <code>SlingRequestProcessor</code> when making requests to 
that service outside of an HTTP request processing context.</p>
 <p>See the <a 
href="https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/servlet-helpers";>automated
 tests</a> of the <code>servlet-helpers</code> module for more info.</p>
@@ -138,8 +137,8 @@ assertEquals(TEST_CONTENT, response.getOutputAsString());
 // validate response body as binary data
 assertArrayEquals(TEST_DATA, response.getOutput());
 </code></pre></section></div></div>            
-<div class="revisionInfo">Last modified by <span class="author">Bertrand 
Delacretaz</span> on <a 
href="https://github.com/apache/sling-site/commit/3d5fdfe";>Fri Sep 29 15:36:08 
2017 +0200</a> : <span class="comment">First shot at adding some tags
-</span></div>            
+<div class="tags"><a href="/tags/servlets.html" class="label">servlets</a> 
</div>            
+<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>            
 <div class="footer">
                 <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.

Reply via email to