You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by da...@apache.org on 2015/08/05 22:07:05 UTC

svn commit: r1694315 [5/6] - in /jackrabbit/site/live/oak/docs: ./ architecture/ coldstandby/ nodestore/ nodestore/segment/ oak-mongo-js/ oak-mongo-js/scripts/ oak-mongo-js/scripts/prettify/ oak-mongo-js/styles/ oak_api/ plugins/ query/ security/ secur...

Added: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css?rev=1694315&view=auto
==============================================================================
--- jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css (added)
+++ jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-jsdoc.css Wed Aug  5 20:07:04 2015
@@ -0,0 +1,111 @@
+/* JSDoc prettify.js theme */
+
+/* plain text */
+.pln {
+  color: #000000;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* string content */
+.str {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a keyword */
+.kwd {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* a comment */
+.com {
+  font-weight: normal;
+  font-style: italic;
+}
+
+/* a type name */
+.typ {
+  color: #000000;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a literal value */
+.lit {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* punctuation */
+.pun {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* lisp open bracket */
+.opn {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* lisp close bracket */
+.clo {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* a markup tag name */
+.tag {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a markup attribute name */
+.atn {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a markup attribute value */
+.atv {
+  color: #006400;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a declaration */
+.dec {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* a variable name */
+.var {
+  color: #000000;
+  font-weight: normal;
+  font-style: normal;
+}
+
+/* a function name */
+.fun {
+  color: #000000;
+  font-weight: bold;
+  font-style: normal;
+}
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+  margin-top: 0;
+  margin-bottom: 0;
+}
\ No newline at end of file

Added: jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css?rev=1694315&view=auto
==============================================================================
--- jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css (added)
+++ jackrabbit/site/live/oak/docs/oak-mongo-js/styles/prettify-tomorrow.css Wed Aug  5 20:07:04 2015
@@ -0,0 +1,132 @@
+/* Tomorrow Theme */
+/* Original theme - https://github.com/chriskempson/tomorrow-theme */
+/* Pretty printing styles. Used with prettify.js. */
+/* SPAN elements with the classes below are added by prettyprint. */
+/* plain text */
+.pln {
+  color: #4d4d4c; }
+
+@media screen {
+  /* string content */
+  .str {
+    color: #718c00; }
+
+  /* a keyword */
+  .kwd {
+    color: #8959a8; }
+
+  /* a comment */
+  .com {
+    color: #8e908c; }
+
+  /* a type name */
+  .typ {
+    color: #4271ae; }
+
+  /* a literal value */
+  .lit {
+    color: #f5871f; }
+
+  /* punctuation */
+  .pun {
+    color: #4d4d4c; }
+
+  /* lisp open bracket */
+  .opn {
+    color: #4d4d4c; }
+
+  /* lisp close bracket */
+  .clo {
+    color: #4d4d4c; }
+
+  /* a markup tag name */
+  .tag {
+    color: #c82829; }
+
+  /* a markup attribute name */
+  .atn {
+    color: #f5871f; }
+
+  /* a markup attribute value */
+  .atv {
+    color: #3e999f; }
+
+  /* a declaration */
+  .dec {
+    color: #f5871f; }
+
+  /* a variable name */
+  .var {
+    color: #c82829; }
+
+  /* a function name */
+  .fun {
+    color: #4271ae; } }
+/* Use higher contrast and text-weight for printable form. */
+@media print, projection {
+  .str {
+    color: #060; }
+
+  .kwd {
+    color: #006;
+    font-weight: bold; }
+
+  .com {
+    color: #600;
+    font-style: italic; }
+
+  .typ {
+    color: #404;
+    font-weight: bold; }
+
+  .lit {
+    color: #044; }
+
+  .pun, .opn, .clo {
+    color: #440; }
+
+  .tag {
+    color: #006;
+    font-weight: bold; }
+
+  .atn {
+    color: #404; }
+
+  .atv {
+    color: #060; } }
+/* Style */
+/*
+pre.prettyprint {
+  background: white;
+  font-family: Menlo, Monaco, Consolas, monospace;
+  font-size: 12px;
+  line-height: 1.5;
+  border: 1px solid #ccc;
+  padding: 10px; }
+*/
+
+/* Specify class=linenums on a pre to get line numbering */
+ol.linenums {
+  margin-top: 0;
+  margin-bottom: 0; }
+
+/* IE indents via margin-left */
+li.L0,
+li.L1,
+li.L2,
+li.L3,
+li.L4,
+li.L5,
+li.L6,
+li.L7,
+li.L8,
+li.L9 {
+  /* */ }
+
+/* Alternate shading for lines */
+li.L1,
+li.L3,
+li.L5,
+li.L7,
+li.L9 {
+  /* */ }
\ No newline at end of file

Modified: jackrabbit/site/live/oak/docs/oak_api/error_codes.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak_api/error_codes.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/oak_api/error_codes.html (original)
+++ jackrabbit/site/live/oak/docs/oak_api/error_codes.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Error Codes</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/oak_api/overview.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/oak_api/overview.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/oak_api/overview.html (original)
+++ jackrabbit/site/live/oak/docs/oak_api/overview.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Oak API</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -298,9 +301,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/osgi_config.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/osgi_config.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/osgi_config.html (original)
+++ jackrabbit/site/live/oak/docs/osgi_config.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Repository OSGi Configuration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/participating.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/participating.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/participating.html (original)
+++ jackrabbit/site/live/oak/docs/participating.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Participating</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -426,6 +429,13 @@
                   
       <li>
     
+                          <a href="developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
+    
                           <a href="attribution.html" title="Attribution">
           <i class="none"></i>
         Attribution</a>

Modified: jackrabbit/site/live/oak/docs/plugins/blobstore.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/plugins/blobstore.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/plugins/blobstore.html (original)
+++ jackrabbit/site/live/oak/docs/plugins/blobstore.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - The Blob Store</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -298,9 +301,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/query/lucene-old.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene-old.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene-old.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene-old.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Lucene Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/query/lucene.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Lucene Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html (original)
+++ jackrabbit/site/live/oak/docs/query/ordered-index-migrate.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Migrating Ordered Index to Lucene Property</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/query/ordered-index.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/ordered-index.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/ordered-index.html (original)
+++ jackrabbit/site/live/oak/docs/query/ordered-index.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Ordered Index (deprecated since 1.1.8)</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/query/query.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/query.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/query.html (original)
+++ jackrabbit/site/live/oak/docs/query/query.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - The Query Engine</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li class="active">
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/query/solr.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/solr.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/solr.html (original)
+++ jackrabbit/site/live/oak/docs/query/solr.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Solr Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/accesscontrol.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/accesscontrol.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/accesscontrol.html (original)
+++ jackrabbit/site/live/oak/docs/security/accesscontrol.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Access Control</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/accesscontrol/cug.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/accesscontrol/cug.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/accesscontrol/cug.html (original)
+++ jackrabbit/site/live/oak/docs/security/accesscontrol/cug.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Managing Access with Closed User Groups (CUG)</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -428,6 +431,13 @@
                   
       <li>
     
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
+    
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>
         Attribution</a>
@@ -539,6 +549,13 @@
       
 <td>Access controlled not not of mixin &#x2018;rep:CugMixin&#x2019; </td>
     </tr>
+    
+<tr class="a">
+      
+<td>0023 </td>
+      
+<td>Wrong name of node with primary type &#x2018;rep:CugPolicy&#x2019; </td>
+    </tr>
   </tbody>
 </table></div></div></div>
 <div class="section">

Modified: jackrabbit/site/live/oak/docs/security/accesscontrol/differences.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/accesscontrol/differences.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/accesscontrol/differences.html (original)
+++ jackrabbit/site/live/oak/docs/security/accesscontrol/differences.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - AccessControl Management : Differences wrt Jackrabbit 2.x</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/accesscontrol/editing.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/accesscontrol/editing.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/accesscontrol/editing.html (original)
+++ jackrabbit/site/live/oak/docs/security/accesscontrol/editing.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Using the Access Control Management API</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/accesscontrol/restriction.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/accesscontrol/restriction.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/accesscontrol/restriction.html (original)
+++ jackrabbit/site/live/oak/docs/security/accesscontrol/restriction.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Restriction Management</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Authentication</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/differences.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/differences.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/differences.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/differences.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Authentication : Differences wrt Jackrabbit 2.x</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/externalloginmodule.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/externalloginmodule.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/externalloginmodule.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/externalloginmodule.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Authentication with the External Login Module</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/identitymanagement.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/identitymanagement.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/identitymanagement.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/identitymanagement.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - External Identity Management</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/ldap.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/ldap.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/ldap.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/ldap.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - LDAP Integration</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/preauthentication.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/preauthentication.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/preauthentication.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/preauthentication.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Pre-Authenticated Login</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/tokenmanagement.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/tokenmanagement.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/tokenmanagement.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/tokenmanagement.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Token Authentication and Token Management</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/authentication/usersync.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/authentication/usersync.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/authentication/usersync.html (original)
+++ jackrabbit/site/live/oak/docs/security/authentication/usersync.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - User and Group Synchronization</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -427,6 +430,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../../attribution.html" title="Attribution">
           <i class="none"></i>

Modified: jackrabbit/site/live/oak/docs/security/overview.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/security/overview.html?rev=1694315&r1=1694314&r2=1694315&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/security/overview.html (original)
+++ jackrabbit/site/live/oak/docs/security/overview.html Wed Aug  5 20:07:04 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-07-28
+ | Generated by Apache Maven Doxia at 2015-08-05
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150728" />
+    <meta name="Date-Revision-yyyymmdd" content="20150805" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - The Oak Security Layer</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -102,7 +102,7 @@
                       <li>      <a href="../nodestore/documentmk.html"  title="DocumentNodeStore">DocumentNodeStore</a>
 </li>
                   
-                      <li>      <a href="../nodestore/segmentmk.html"  title="SegmentNodeStore">SegmentNodeStore</a>
+                      <li>      <a href="../nodestore/segment/overview.html"  title="Segment Node Store">Segment Node Store</a>
 </li>
                   
                       <li>      <a href="../query/query.html"  title="Query">Query</a>
@@ -166,6 +166,9 @@
                       <li>      <a href="../participating.html"  title="Participating">Participating</a>
 </li>
                   
+                      <li>      <a href="../developing-with-git.html"  title="Developing with Git">Developing with Git</a>
+</li>
+                  
                       <li>      <a href="../attribution.html"  title="Attribution">Attribution</a>
 </li>
                           </ul>
@@ -207,7 +210,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-07-28</li>
+                  <li id="publishDate">Last Published: 2015-08-05</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.4-SNAPSHOT</li>
                       
                 
@@ -300,9 +303,9 @@
                   
       <li>
     
-                          <a href="../nodestore/segmentmk.html" title="SegmentNodeStore">
+                          <a href="../nodestore/segment/overview.html" title="Segment Node Store">
           <i class="none"></i>
-        SegmentNodeStore</a>
+        Segment Node Store</a>
             </li>
                   
       <li>
@@ -425,6 +428,13 @@
             </li>
                   
       <li>
+    
+                          <a href="../developing-with-git.html" title="Developing with Git">
+          <i class="none"></i>
+        Developing with Git</a>
+            </li>
+                  
+      <li>
     
                           <a href="../attribution.html" title="Attribution">
           <i class="none"></i>