Author: buildbot
Date: Fri Apr  7 04:48:47 2017
New Revision: 1009953

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/gora-mongodb.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr  7 04:48:47 2017
@@ -1 +1 @@
-1788356
+1790500

Modified: websites/staging/gora/trunk/content/current/gora-mongodb.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-mongodb.html (original)
+++ websites/staging/gora/trunk/content/current/gora-mongodb.html Fri Apr  7 
04:48:47 2017
@@ -157,7 +157,18 @@ under the License.
   
   <div class="container" id="Gora_Gora MongoDB Module">
 
-<h2 id="overview">Overview</h2>
+<style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, 
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, 
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h2 id="overview">Overview<a class="headerlink" href="#overview" 
title="Permanent link">&para;</a></h2>
 <p>This is the main documentation for the gora-mongodb module. gora-mongodb 
 module enables <a href="http://www.mongodb.org";>MongoDB</a> backend support 
for Gora.</p>
 <p>This module has been tested with MongoDB Server <a 
href="http://docs.mongodb.org/master/release-notes/2.4/";>2.4.x</a>
@@ -170,7 +181,7 @@ It will connect to remote MongoDB server
 <li><a href="#gora-mongodb-mappings">Gora MongoDB mappings</a></li>
 </ul>
 </div>
-<h2 id="goraproperties">gora.properties</h2>
+<h2 id="goraproperties">gora.properties<a class="headerlink" 
href="#goraproperties" title="Permanent link">&para;</a></h2>
 <p>Here is a following sample <code>gora.properties</code> file to enable 
MongoStore:</p>
 <div class="codehilite"><pre><span class="c"># MongoDBStore properties</span>
 <span class="n">gora</span><span class="p">.</span><span 
class="n">datastore</span><span class="p">.</span><span 
class="n">default</span><span class="p">=</span><span class="n">org</span><span 
class="p">.</span><span class="n">apache</span><span class="p">.</span><span 
class="n">gora</span><span class="p">.</span><span 
class="n">mongodb</span><span class="p">.</span><span 
class="n">store</span><span class="p">.</span><span class="n">MongoStore</span>
@@ -182,7 +193,7 @@ It will connect to remote MongoDB server
 
 
 <p>Description of supported properties:</p>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Property</th>
@@ -234,9 +245,15 @@ It will connect to remote MongoDB server
 <td>No</td>
 <td>Secret that will be used to authenticate against MongoDB server.</td>
 </tr>
+<tr>
+<td>gora.mongodb.authentication.type</td>
+<td>SCRAM-SHA-1</td>
+<td>No</td>
+<td>Authentication mechanism type that will be used to authenticate against 
MongoDB server.</td>
+</tr>
 </tbody>
 </table>
-<h2 id="gora-mongodb-mappings">Gora MongoDB mappings</h2>
+<h2 id="gora-mongodb-mappings">Gora MongoDB mappings<a class="headerlink" 
href="#gora-mongodb-mappings" title="Permanent link">&para;</a></h2>
 <p>You should then create a <code>gora-mongodb-mapping.xml</code> which will 
describe <b>how</b> you want to
 store each of your Gora persistent objects:</p>
 <div class="codehilite"><pre><span class="nt">&lt;gora-otd&gt;</span>
@@ -276,7 +293,7 @@ and make remote procedure calls. </p>
 <p>Description of supported <b>type</b> values:</p>
 </li>
 </ol>
-<table>
+<table class="table">
 <thead>
 <tr>
 <th>Type value</th>


Reply via email to