You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2015/07/06 00:34:38 UTC

svn commit: r957126 [12/18] - in /websites/staging/directory/trunk/content: ./ apacheds/ apacheds/advanced-ug/ apacheds/basic-ug/ apacheds/configuration/ apacheds/kerberos-ug/ api/ api/download/ api/groovy-api/ api/user-guide/ escimo/ fortress/ fortres...

Modified: websites/staging/directory/trunk/content/api/user-guide/6.4-attribute-type.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.4-attribute-type.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.4-attribute-type.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,11 +173,22 @@
     </div>
 
 
-<h1 id="64-attributetype">6.4 - AttributeType</h1>
+<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>
+<h1 id="64-attributetype">6.4 - AttributeType<a class="headerlink" href="#64-attributetype" title="Permanent link">&para;</a></h1>
 <p>The <em>AttributeType</em> is one of the most important schema element. It describes what can be stored into an <em>Entry</em>, its syntax, and the various rules that are to be followed when searching for an associated value.</p>
 <p><em>AttributeType</em> are immutable objects, created from the schema, and never changed. One can add a new <em>AttributeType</em>, or delete itfrom the schema, but once it's added to the schema, it can't be modified.</p>
 <p>Usually, we just use them. </p>
-<h2 id="description">Description</h2>
+<h2 id="description">Description<a class="headerlink" href="#description" title="Permanent link">&para;</a></h2>
 <p>An <em>AttributeType</em> contains the following informations :</p>
 <table>
 <thead>

Modified: websites/staging/directory/trunk/content/api/user-guide/6.5-ava.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.5-ava.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.5-ava.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="65-ava">6.5 - Ava</h1>
+<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>
+<h1 id="65-ava">6.5 - Ava<a class="headerlink" href="#65-ava" title="Permanent link">&para;</a></h1>
 <p>An <em>Ava</em> is used to store an <em>Attribute</em> value associated to an <em>AttributeType</em>. </p>
 <p>It describes a container holding an <em>AttributeType</em> associated with a <em>Value</em> in a <em>Rdn</em>. An example would be :</p>
 <div class="codehilite"><pre><span class="n">dc</span><span class="o">=</span><span class="n">example</span>
@@ -185,9 +196,9 @@
 <p>Again, we can create schema aware <em>Ava</em>, or just plain <em>Ava</em>. Having a schema aware <em>Ava</em> allows further controls to be made o the value we inject : its syntax will be checked against the <em>AttributeType</em> syntax.</p>
 <p>Most of the time, one will not have to create or manipulate an <em>Ava</em>, as it's an internal element of a <em>Rdn</em>.</p>
 <p><em>AVA</em> is a final class, it can be schema aware. It's also a <em>Externalizable</em> class.</p>
-<h2 id="usage">Usage</h2>
+<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h2>
 <p>As for the *<em>Dn</em> and <em>Rdn</em> classes, we have to hold two representation for the interned <em>AttributeType</em> and <em>Value</em> : the User Provided form, and the normalized form. If the <em>AVA</em> is schema aware, we will use the AttributeType's <em>Oid</em> as the normalized form for the <em>AttributeType</em>, and the value will be normalized accordingly to the equality matching rule the <em>AttributeType</em> defines, if any. Let's see some examples.</p>
-<h3 id="schema-aware-ava">Schema Aware Ava</h3>
+<h3 id="schema-aware-ava">Schema Aware Ava<a class="headerlink" href="#schema-aware-ava" title="Permanent link">&para;</a></h3>
 <p>Here we will create an <em>AVA</em> and check that the user provided values are preserved. The <em>getUpName()</em> and <em>getString()</em> methods will give back this user provided form.</p>
 <div class="codehilite"><pre><span class="n">Ava</span> <span class="n">atav</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Ava</span><span class="o">(</span> <span class="n">schemaManager</span><span class="o">,</span> <span class="s">&quot; CommonName &quot;</span><span class="o">,</span> <span class="s">&quot; This is    a TEST &quot;</span> <span class="o">);</span>
 <span class="n">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span> <span class="s">&quot;toString     : &#39;&quot;</span> <span class="o">+</span> <span class="n">atav</span><span class="o">.</span><span class="na">toString</span><span class="o">()</span> <span class="o">+</span> <span class="s">&quot;&#39;&quot;</span> <span class="o">);</span>
@@ -206,15 +217,14 @@
 <p>Note that the normalized value has transformed the <em>AttributeType</em> and now uses its <em>Oid</em>, and the value has been lower cased and the superfluous spaces have been removed, as dictated by the <em>CaseIgnoreMatch</em> <em>MatchingRule (e)</em></p>
 <p><em>{+}Not Schema Aware{+}</em></p>
 <p>The biggest difference in this case is that the <em>AttributeType</em> will not be replaced by its <em>Oid</em>, but instead by a lower cased form of the provided ID. We also escape the leading and trailing spaces in the value.</p>
-<p>{code}
+<p code="code">{code}
 public void testAvaSimpleNorm() throws LdapException
 {
     Ava atav = new Ava( null, " CommonName ", " This is    a TEST " );
     assertEquals( " CommonName = This is    a TEST ", atav.toString() );
     assertEquals( "commonname=\ This is    a TEST\ ", atav.getNormName() );
     assertEquals( " CommonName = This is    a TEST ", atav.getUpName() );
-}
-{code}</p>
+}</p>
 
 
     <div class="nav">

Modified: websites/staging/directory/trunk/content/api/user-guide/6.6-csn.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.6-csn.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.6-csn.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="66-csn">6.6 - Csn</h1>
+<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>
+<h1 id="66-csn">6.6 - Csn<a class="headerlink" href="#66-csn" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/6.7-control.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.7-control.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.7-control.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="67-control">6.7 - Control</h1>
+<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>
+<h1 id="67-control">6.7 - Control<a class="headerlink" href="#67-control" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/6.8-cursor.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.8-cursor.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.8-cursor.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="68-cursor">6.8 - Cursor</h1>
+<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>
+<h1 id="68-cursor">6.8 - Cursor<a class="headerlink" href="#68-cursor" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/6.9-dn.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.9-dn.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.9-dn.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="69-dn">6.9 - Dn</h1>
+<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>
+<h1 id="69-dn">6.9 - Dn<a class="headerlink" href="#69-dn" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7-requests-responses.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7-requests-responses.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7-requests-responses.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,11 +173,22 @@
     </div>
 
 
-<h1 id="7-requests-and-responses">7 - Requests and Responses (...)</h1>
+<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>
+<h1 id="7-requests-and-responses">7 - Requests and Responses (...)<a class="headerlink" href="#7-requests-and-responses" title="Permanent link">&para;</a></h1>
 <p>We will describe all the Java structure we use for each LDAP message (Requests and Responses). This can be useful when one want to send a message or process a response, using all the possible options.</p>
-<h2 id="inherited-classes">Inherited classes</h2>
+<h2 id="inherited-classes">Inherited classes<a class="headerlink" href="#inherited-classes" title="Permanent link">&para;</a></h2>
 <p>All the messages inherit from a few classes that are describe here. They gather the common fields that can be used by most of the specific messages.</p>
-<h3 id="the-message-interface">The Message interface</h3>
+<h3 id="the-message-interface">The Message interface<a class="headerlink" href="#the-message-interface" title="Permanent link">&para;</a></h3>
 <p>This is the mother of all the hierarchy. A message has a few characteristics that are available to all the inherited classes :</p>
 <div class="codehilite"><pre><span class="o">*</span> <span class="n">Id</span> <span class="p">:</span> <span class="n">the</span> <span class="n">message</span> <span class="n">ID</span> <span class="n">which</span> <span class="n">is</span> <span class="n">generated</span> <span class="n">by</span> <span class="n">the</span> <span class="n">server</span> <span class="n">or</span> <span class="n">the</span> <span class="n">client</span><span class="p">.</span> <span class="n">You</span> <span class="n">should</span> <span class="n">never</span> <span class="n">add</span> <span class="n">it</span>
 <span class="o">*</span> <span class="n">Controls</span> <span class="p">:</span> <span class="n">The</span> <span class="n">list</span> <span class="n">of</span> <span class="n">controls</span> <span class="n">you</span> <span class="n">add</span> <span class="n">to</span> <span class="n">a</span> <span class="n">request</span> <span class="n">or</span> <span class="n">that</span> <span class="n">get</span> <span class="n">added</span> <span class="n">by</span> <span class="n">the</span> <span class="n">response</span>
@@ -281,7 +292,7 @@
 </pre></div>
 
 
-<h2 id="contents">Contents</h2>
+<h2 id="contents">Contents<a class="headerlink" href="#contents" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="7.1-abandon-request.html">7.1 - AbandonRequest</a></li>
 <li><a href="7.2-add-request.html">7.2 - AddRequest</a></li>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.1-abandon-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.1-abandon-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.1-abandon-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="71-abandonrequest">7.1 AbandonRequest</h1>
+<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>
+<h1 id="71-abandonrequest">7.1 AbandonRequest<a class="headerlink" href="#71-abandonrequest" title="Permanent link">&para;</a></h1>
 <p>This request is used to tell the server that a given previous request must be abandonned. The only needed parameter is the <em>ID</em> of the request you want to stop. </p>
 <div class="codehilite"><pre><span class="kd">public</span> <span class="kd">interface</span> <span class="nc">AbandonRequest</span> <span class="kd">extends</span> <span class="n">Request</span>
 <span class="o">{</span>
@@ -202,14 +213,14 @@
 <li><em>AbandonRequestDsml</em> : An implementation used when you want to generate a DSML request</li>
 </ul>
 <p>The <em>AbandonRequest</em> message does not have a response, the abandonned request will just be stopped.</p>
-<h2 id="usage">Usage</h2>
+<h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h2>
 <p>It's pretty easy. You just have inject the ID of the request you want to abandon :</p>
 <div class="codehilite"><pre><span class="n">connection</span><span class="o">.</span><span class="na">abandon</span><span class="o">(</span> <span class="n">messageId</span> <span class="o">);</span>
 </pre></div>
 
 
 <p>This will interrupt the request which ID is <em>messageId</em>.</p>
-<h3 id="adding-some-controls">Adding some controls</h3>
+<h3 id="adding-some-controls">Adding some controls<a class="headerlink" href="#adding-some-controls" title="Permanent link">&para;</a></h3>
 <p>You can add a control in the <em>AbandonRequest</em>, as soon as you create an instance of _AbandonRequestImpl :</p>
 <div class="codehilite"><pre><span class="n">AbandonRequest</span> <span class="n">abandonRequest</span> <span class="o">=</span> <span class="k">new</span> <span class="n">AbandonRequestImpl</span><span class="o">(</span> <span class="n">messageId</span> <span class="o">);</span>
 

Modified: websites/staging/directory/trunk/content/api/user-guide/7.10-extended-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.10-extended-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.10-extended-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="710-extendedrequest">7.10 - ExtendedRequest</h1>
+<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>
+<h1 id="710-extendedrequest">7.10 - ExtendedRequest<a class="headerlink" href="#710-extendedrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.11-extended-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.11-extended-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.11-extended-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="711-extendedresponse">7.11 - ExtendedResponse</h1>
+<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>
+<h1 id="711-extendedresponse">7.11 - ExtendedResponse<a class="headerlink" href="#711-extendedresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.12-intermediate-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.12-intermediate-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.12-intermediate-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="712-intermediateresponse">7.12 - IntermediateResponse</h1>
+<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>
+<h1 id="712-intermediateresponse">7.12 - IntermediateResponse<a class="headerlink" href="#712-intermediateresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.13-mod-dn-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.13-mod-dn-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.13-mod-dn-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="713-moddnrequest">7.13 - ModDnRequest</h1>
+<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>
+<h1 id="713-moddnrequest">7.13 - ModDnRequest<a class="headerlink" href="#713-moddnrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.14-mod-dn-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.14-mod-dn-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.14-mod-dn-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="714-moddnresponse">7.14 - ModDnResponse</h1>
+<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>
+<h1 id="714-moddnresponse">7.14 - ModDnResponse<a class="headerlink" href="#714-moddnresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.15-modify-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.15-modify-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.15-modify-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="715-modifyrequest">7.15 - ModifyRequest</h1>
+<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>
+<h1 id="715-modifyrequest">7.15 - ModifyRequest<a class="headerlink" href="#715-modifyrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.16-modify-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.16-modify-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.16-modify-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="716-modifyresponse">7.16 - ModifyResponse</h1>
+<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>
+<h1 id="716-modifyresponse">7.16 - ModifyResponse<a class="headerlink" href="#716-modifyresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.17-search-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.17-search-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.17-search-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="717-searchrequest">7.17 - SearchRequest</h1>
+<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>
+<h1 id="717-searchrequest">7.17 - SearchRequest<a class="headerlink" href="#717-searchrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.18-search-result-done.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.18-search-result-done.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.18-search-result-done.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="718-searchresultdone">7.18 - SearchResultDone</h1>
+<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>
+<h1 id="718-searchresultdone">7.18 - SearchResultDone<a class="headerlink" href="#718-searchresultdone" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.19-search-result-entry.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.19-search-result-entry.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.19-search-result-entry.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="719-searchresultentry">7.19 - SearchResultEntry</h1>
+<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>
+<h1 id="719-searchresultentry">7.19 - SearchResultEntry<a class="headerlink" href="#719-searchresultentry" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.2-add-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.2-add-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.2-add-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="72-addrequest">7.2 - AddRequest</h1>
+<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>
+<h1 id="72-addrequest">7.2 - AddRequest<a class="headerlink" href="#72-addrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.20-search-result-reference.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.20-search-result-reference.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.20-search-result-reference.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="720-searchresultreference">7.20 - SearchResultReference</h1>
+<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>
+<h1 id="720-searchresultreference">7.20 - SearchResultReference<a class="headerlink" href="#720-searchresultreference" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.21-unbind-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.21-unbind-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.21-unbind-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="721-unbindrequest">7.21 - UnbindRequest</h1>
+<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>
+<h1 id="721-unbindrequest">7.21 - UnbindRequest<a class="headerlink" href="#721-unbindrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.3-add-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.3-add-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.3-add-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="73-addresponse">7.3 - AddResponse</h1>
+<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>
+<h1 id="73-addresponse">7.3 - AddResponse<a class="headerlink" href="#73-addresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.4-bind-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.4-bind-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.4-bind-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="74-bindrequest">7.4 - BindRequest</h1>
+<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>
+<h1 id="74-bindrequest">7.4 - BindRequest<a class="headerlink" href="#74-bindrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.5-bind-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.5-bind-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.5-bind-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="75-bindresponse">7.5 - BindResponse</h1>
+<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>
+<h1 id="75-bindresponse">7.5 - BindResponse<a class="headerlink" href="#75-bindresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.6-compare-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.6-compare-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.6-compare-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="76-comparerequest">7.6 - CompareRequest</h1>
+<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>
+<h1 id="76-comparerequest">7.6 - CompareRequest<a class="headerlink" href="#76-comparerequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.7-compare-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.7-compare-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.7-compare-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="77-compareresponse">7.7 - CompareResponse</h1>
+<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>
+<h1 id="77-compareresponse">7.7 - CompareResponse<a class="headerlink" href="#77-compareresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.8-del-request.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.8-del-request.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.8-del-request.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="78-delrequest">7.8 - DelRequest</h1>
+<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>
+<h1 id="78-delrequest">7.8 - DelRequest<a class="headerlink" href="#78-delrequest" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/7.9-del-response.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/7.9-del-response.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/7.9-del-response.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="79-delresponse">7.9 - DelResponse</h1>
+<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>
+<h1 id="79-delresponse">7.9 - DelResponse<a class="headerlink" href="#79-delresponse" title="Permanent link">&para;</a></h1>
 <blockquote>
 <p><strong>Note:</strong> Contents for this page will be added soon...</p>
 </blockquote>

Modified: websites/staging/directory/trunk/content/api/user-guide/8-ldap-rfcs.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/8-ldap-rfcs.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/8-ldap-rfcs.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -173,7 +173,18 @@
     </div>
 
 
-<h1 id="8-ldap-related-rfcs">8 - LDAP Related RFCs</h1>
+<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>
+<h1 id="8-ldap-related-rfcs">8 - LDAP Related RFCs<a class="headerlink" href="#8-ldap-related-rfcs" title="Permanent link">&para;</a></h1>
 <p><strong>LDAP</strong> and <strong>X.500</strong> are specified through many <strong>RFCs</strong>. Here is the list of available <strong>RFCs</strong> within some category (there are around 100 RFCs available, some of them are now deprecated, some other are obsolete.</p>
 <p>This page list all the existing <strong>RFCs</strong>, obsolete or not.</p>
 <p><img alt="" src="../../images/icons/information.gif" /> : Informational</p>
@@ -181,8 +192,8 @@
 <p><img alt="" src="../../images/icons/lightbulb_on.gif" /> : Proposed Standard</p>
 <p><img alt="" src="../../images/icons/warning.gif" /> : Experimental</p>
 <p><img alt="" src="../../images/icons/thumbs_up.gif" /> : Best current practice</p>
-<h2 id="x500-related-rfcs">X.500 related RFCs</h2>
-<h3 id="obsolete-rfcs">Obsolete RFCs</h3>
+<h2 id="x500-related-rfcs">X.500 related RFCs<a class="headerlink" href="#x500-related-rfcs" title="Permanent link">&para;</a></h2>
+<h3 id="obsolete-rfcs">Obsolete RFCs<a class="headerlink" href="#obsolete-rfcs" title="Permanent link">&para;</a></h3>
 <table>
 <thead>
 <tr>
@@ -255,7 +266,7 @@
 </tr>
 </tbody>
 </table>
-<h3 id="active-rfcs">Active RFCs</h3>
+<h3 id="active-rfcs">Active RFCs<a class="headerlink" href="#active-rfcs" title="Permanent link">&para;</a></h3>
 <table>
 <thead>
 <tr>
@@ -377,7 +388,7 @@
 </tr>
 </tbody>
 </table>
-<h2 id="kerberos-related-rfcs">Kerberos related RFCs</h2>
+<h2 id="kerberos-related-rfcs">Kerberos related RFCs<a class="headerlink" href="#kerberos-related-rfcs" title="Permanent link">&para;</a></h2>
 <table>
 <thead>
 <tr>
@@ -402,8 +413,8 @@
 </tr>
 </tbody>
 </table>
-<h2 id="ldap-rfcs">LDAP RFCs</h2>
-<h3 id="obsolete-rfcs_1">Obsolete RFCs</h3>
+<h2 id="ldap-rfcs">LDAP RFCs<a class="headerlink" href="#ldap-rfcs" title="Permanent link">&para;</a></h2>
+<h3 id="obsolete-rfcs_1">Obsolete RFCs<a class="headerlink" href="#obsolete-rfcs_1" title="Permanent link">&para;</a></h3>
 <table>
 <thead>
 <tr>
@@ -542,7 +553,7 @@
 </tr>
 </tbody>
 </table>
-<h3 id="active-rfcs_1">Active RFCs</h3>
+<h3 id="active-rfcs_1">Active RFCs<a class="headerlink" href="#active-rfcs_1" title="Permanent link">&para;</a></h3>
 <table>
 <thead>
 <tr>

Modified: websites/staging/directory/trunk/content/api/vision.html
==============================================================================
--- websites/staging/directory/trunk/content/api/vision.html (original)
+++ websites/staging/directory/trunk/content/api/vision.html Sun Jul  5 22:34:35 2015
@@ -104,7 +104,7 @@
     </ul>
     <h5>Downloads</h5>
     <ul>
-	    <li><a href="./../api/downloads.html">Version 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+	    <li><a href="./../api/downloads.html">Version 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./../images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./../api/download-old-versions.html">Older versions</a></li>
     </ul>
     <h5>Getting Started</h5>
@@ -154,7 +154,18 @@
 
 
 
-<h1 id="vision">Vision</h1>
+<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>
+<h1 id="vision">Vision<a class="headerlink" href="#vision" title="Permanent link">&para;</a></h1>
 <p>When we started to work on replication implementation, we needed a client API in order to communicate using the LDAP protocol with remote LDAP servers. We could have used some existing LDAP API, but as we have already defined a lot of base classes we would have had to convert back and forth, we thought it would be better to build the missing pieces and define our own complete LDAP API.</p>
 <p>This is one of the reasons we started this sub-project.</p>
 <p>Another reason is that we worked with Sun a few years ago to draw a new version of JNDI, an aborted effort, sadly. We also have been contacted by the OpenLDAP team as they wanted to know if we were ready to maintain jLDAP, as it needed some patches, and as they didn't have enough workforce to do so. Last, not least, OpenDS team is also interested to see if we can avoid duplication of efforts, as they are also defining an LDAP API.</p>

Modified: websites/staging/directory/trunk/content/articles.html
==============================================================================
--- websites/staging/directory/trunk/content/articles.html (original)
+++ websites/staging/directory/trunk/content/articles.html Sun Jul  5 22:34:35 2015
@@ -101,7 +101,7 @@
     <ul>
         <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M20</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M9</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./mavibot/downloads.html">Mavibot 1.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./fortress/downloads.html">Fortress 1.0-RC40</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li-->
         <!-- <li><a href="./escimo/downloads.html">eSCIMo 1.0.0-M1</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li> -->
@@ -162,7 +162,18 @@
 
 
 
-<h1 id="articles">Articles</h1>
+<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>
+<h1 id="articles">Articles<a class="headerlink" href="#articles" title="Permanent link">&para;</a></h1>
 <table>
 <thead>
 <tr>

Modified: websites/staging/directory/trunk/content/commercial-support.html
==============================================================================
--- websites/staging/directory/trunk/content/commercial-support.html (original)
+++ websites/staging/directory/trunk/content/commercial-support.html Sun Jul  5 22:34:35 2015
@@ -101,7 +101,7 @@
     <ul>
         <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M20</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M9</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./mavibot/downloads.html">Mavibot 1.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./fortress/downloads.html">Fortress 1.0-RC40</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li-->
         <!-- <li><a href="./escimo/downloads.html">eSCIMo 1.0.0-M1</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li> -->
@@ -162,13 +162,24 @@
 
 
 
-<h1 id="commercial-apache-directorywzxhzdk0-support-offerings">Commercial Apache Directory&trade; Support Offerings</h1>
+<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>
+<h1 id="commercial-apache-directory-support-offerings">Commercial Apache Directory&trade; Support Offerings<a class="headerlink" href="#commercial-apache-directory-support-offerings" title="Permanent link">&para;</a></h1>
 <p>Several companies have built products and services around the Apache Directory&trade; project. This page is dedicated to providing descriptions of those offerings and links to more information. Companies are definitely encouraged to update this page directly or send a mail to the Apache Directory&trade; PMC (<a href="mailto:private@directory.apache.org">private@directory.apache.org</a>) with a description of their offerings and we can update the page. The products and services listed on this page are provided for information use only to our users. The Apache Directory&trade; PMC does not endorse or recommend any of the products or services on this page. See below for information about what is appropriate to add to the page.</p>
-<h2 id="apachedswzxhzdk4-related-offerings">ApacheDS&trade; Related Offerings</h2>
-<h3 id="keydap"><a href="http://www.keydap.com">Keydap</a></h3>
+<h2 id="apacheds-related-offerings">ApacheDS&trade; Related Offerings<a class="headerlink" href="#apacheds-related-offerings" title="Permanent link">&para;</a></h2>
+<h3 id="keydap"><a href="http://www.keydap.com">Keydap</a><a class="headerlink" href="#keydap" title="Permanent link">&para;</a></h3>
 <p><a href="http://www.keydap.com">Keydap</a> provides custom identity management solutions built around ApacheDS&trade;.</p>
 <p>Keydap distributes a custom version of ApacheDS&trade; called 'Keydap Server' with many value added features including Multi-Master replication for free under Apache License v2.0 and offers commercial support for both ApacheDS&trade; and Keydap Server.</p>
-<h2 id="policy-for-additions-to-this-page">Policy for additions to this page</h2>
+<h2 id="policy-for-additions-to-this-page">Policy for additions to this page<a class="headerlink" href="#policy-for-additions-to-this-page" title="Permanent link">&para;</a></h2>
 <p>Companies are free to add information about their products and services to this page. The information must be factual and informational in nature and not be a marketing statement. Statements that promote your products and services over other offerings on the page will not be tolerated and will be removed. Such marketing statements can be added to your own pages on your own site, but not here.</p>
 <p>When in doubt, email the Apache Directory&trade; PMC (<a href="mailto:private@directory.apache.org">private@directory.apache.org</a>) and ask. We'd be happy to help.</p>
 

Modified: websites/staging/directory/trunk/content/conference-materials.html
==============================================================================
--- websites/staging/directory/trunk/content/conference-materials.html (original)
+++ websites/staging/directory/trunk/content/conference-materials.html Sun Jul  5 22:34:35 2015
@@ -101,7 +101,7 @@
     <ul>
         <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M20</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M9</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./mavibot/downloads.html">Mavibot 1.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./fortress/downloads.html">Fortress 1.0-RC40</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li-->
         <!-- <li><a href="./escimo/downloads.html">eSCIMo 1.0.0-M1</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li> -->
@@ -162,6 +162,17 @@
 
 
 
+<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>
 <!--
 # Conferences : Upcoming Events
 
@@ -170,7 +181,7 @@
 | | | | |
 -->
 
-<h1 id="conferences-materials-archive">Conferences: Materials Archive</h1>
+<h1 id="conferences-materials-archive">Conferences: Materials Archive<a class="headerlink" href="#conferences-materials-archive" title="Permanent link">&para;</a></h1>
 <table>
 <thead>
 <tr>

Modified: websites/staging/directory/trunk/content/contribute.html
==============================================================================
--- websites/staging/directory/trunk/content/contribute.html (original)
+++ websites/staging/directory/trunk/content/contribute.html Sun Jul  5 22:34:35 2015
@@ -101,7 +101,7 @@
     <ul>
         <li><a href="./apacheds/downloads.html">ApacheDS 2.0.0-M20</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./studio/downloads.html">Studio 2.0.0-M9</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="./api/downloads.html">LDAP API 1.0.0-M30</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
+        <li><a href="./api/downloads.html">LDAP API 1.0.0-M31</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./mavibot/downloads.html">Mavibot 1.0.0-M7</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="./fortress/downloads.html">Fortress 1.0-RC40</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li-->
         <!-- <li><a href="./escimo/downloads.html">eSCIMo 1.0.0-M1</a>&nbsp;&nbsp;<IMG src="./images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li> -->
@@ -162,7 +162,18 @@
 
 
 
-<h1 id="join-the-apache-directory-community">Join the Apache Directory Community</h1>
+<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>
+<h1 id="join-the-apache-directory-community">Join the Apache Directory Community<a class="headerlink" href="#join-the-apache-directory-community" title="Permanent link">&para;</a></h1>
 <p>First of all, a big <strong>thank you</strong> from us for evaluating and/or using our products. We truly appreciate it. Our products exist, and continue to improve thanks to you. 
 But you can help us and yourself more!</p>
 <p>As we are a community of volunteers working with the guidelines and policies of the Apache Software Foundation (the Apache Way) in mind, we welcome any kind of input you can provide to get better products. 

Modified: websites/staging/directory/trunk/content/escimo/index.html
==============================================================================
--- websites/staging/directory/trunk/content/escimo/index.html (original)
+++ websites/staging/directory/trunk/content/escimo/index.html Sun Jul  5 22:34:35 2015
@@ -149,12 +149,34 @@
 
 
 
-    <h1 id="apache-escimowzxhzdk0">Apache eSCIMo&trade;</h1>
+    <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>
+<h1 id="apache-escimo">Apache eSCIMo&trade;<a class="headerlink" href="#apache-escimo" title="Permanent link">&para;</a></h1>
 <p>The Apache eSCIMo is an implementation of SCIM v2.0 specification.</p>
 <p>Using eSCIMo user and group details can be transferred easily between
 SCIM aware applications.  </p>
     
-        <div class="news"><h1 id="news">News</h1></div>
+        <div class="news"><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>
+<h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">&para;</a></h1></div>
     
 
 

Modified: websites/staging/directory/trunk/content/escimo/news.html
==============================================================================
--- websites/staging/directory/trunk/content/escimo/news.html (original)
+++ websites/staging/directory/trunk/content/escimo/news.html Sun Jul  5 22:34:35 2015
@@ -148,7 +148,18 @@
 
 
 
-<h1 id="news">News</h1>
+<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>
+<h1 id="news">News<a class="headerlink" href="#news" title="Permanent link">&para;</a></h1>
 
 
 

Modified: websites/staging/directory/trunk/content/fortress/coding-standards.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/coding-standards.html (original)
+++ websites/staging/directory/trunk/content/fortress/coding-standards.html Sun Jul  5 22:34:35 2015
@@ -160,14 +160,25 @@
 
 
 
-<h1 id="coding-standards">Coding Standards</h1>
+<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>
+<h1 id="coding-standards">Coding Standards<a class="headerlink" href="#coding-standards" title="Permanent link">&para;</a></h1>
 <p>Welcome to you, developper ! You have been elected committer on the project, or you want to contribute some code or some patch? This is great news. However, in order to be able to share your 'vision' and your code, some rules must be followed.</p>
 <p>Hey, remember that those rules are not the best nor the worst, they are pretty much what they are for historical reasons, or for technical reasons, however, please, accept them as they are, and avoid religious war (please, oh please, no mail to say "WTF ? You are using spaces instead of tab ??? How stupid is this rule etc etc.) Rules are <em><em>alway</em>s</em> stupid, but smart people follow them ;)</p>
 <p><strong>eclipse IDE</strong></p>
 <p>Eclipse users can import those two files to enfore the code formating : <a href="http://svn.apache.org/repos/asf/directory/project/trunk/resources/formatting.xml">formatting.xml</a> and <a href="http://svn.apache.org/repos/asf/directory/project/trunk/resources/codetemplates.xml">codetemplates.xml</a></p>
 <p><strong>IDEA IDE</strong></p>
 <p>IDEA users can import <a href="settings.jar">this file</a> to enfore the code formating.</p>
-<h2 id="headers">Headers</h2>
+<h2 id="headers">Headers<a class="headerlink" href="#headers" title="Permanent link">&para;</a></h2>
 <p>First, you <strong>must</strong> (and this rule accept no exception) use this header in top of all source file, or each file in which you can have comments :</p>
 <div class="codehilite"><pre><span class="cm">/*</span>
 <span class="cm"> *  Licensed to the Apache Software Foundation (ASF) under one</span>
@@ -191,13 +202,11 @@
 </pre></div>
 
 
-<h3 id="classinterface-headers">Class/Interface headers</h3>
+<h3 id="classinterface-headers">Class/Interface headers<a class="headerlink" href="#classinterface-headers" title="Permanent link">&para;</a></h3>
 <p>Each <strong>Class</strong> or <em>Interface</em> should have an header which must contains :</p>
 <ul>
 <li>A descrption of this class/interface</li>
-<li>
-<p>an <em>author</em> tag which should be :</p>
-<div class="codehilite"><pre><span class="nd">@author</span> <span class="o">&lt;</span><span class="n">a</span> <span class="n">href</span><span class="o">=</span><span class="s">&quot;mailto:dev@directory.apache.org&quot;</span><span class="o">&gt;</span><span class="n">Apache</span> <span class="n">Directory</span> <span class="n">Project</span><span class="o">&lt;/</span><span class="n">a</span><span class="o">&gt;</span>
+<li>an <em>author</em> tag which should be :<div class="codehilite"><pre><span class="nd">@author</span> <span class="o">&lt;</span><span class="n">a</span> <span class="n">href</span><span class="o">=</span><span class="s">&quot;mailto:dev@directory.apache.org&quot;</span><span class="o">&gt;</span><span class="n">Apache</span> <span class="n">Directory</span> <span class="n">Project</span><span class="o">&lt;/</span><span class="n">a</span><span class="o">&gt;</span>
 </pre></div>
 
 
@@ -208,12 +217,12 @@ Thanks to avoid to put your name. The co
 </DIV>
 
 <p>If you use <strong>html</strong> tags, remember to escape '&lt;' and '&gt;' characters...</p>
-<h3 id="static-members-and-other-members">Static members and other members</h3>
+<h3 id="static-members-and-other-members">Static members and other members<a class="headerlink" href="#static-members-and-other-members" title="Permanent link">&para;</a></h3>
 <p>Just add a single line javadoc comment like : <em>/*<em> blah ... </em>/</em> before each member</p>
-<h3 id="methods">Methods</h3>
+<h3 id="methods">Methods<a class="headerlink" href="#methods" title="Permanent link">&para;</a></h3>
 <p>Follow the standard <strong>javadoc</strong> rules : Description, <strong>@param</strong>, <strong>@exception</strong> and <strong>@return</strong>. It should be enough. Avoid <strong>@tags</strong>, <strong>@todo</strong> tags, etc...</p>
 <p>Escape <strong>html</strong> characters</p>
-<h2 id="comments">Comments</h2>
+<h2 id="comments">Comments<a class="headerlink" href="#comments" title="Permanent link">&para;</a></h2>
 <p>No special rules, except that you should avoid :</p>
 <ul>
 <li>Useless comments like : i++; /* Increment i */</li>
@@ -222,7 +231,7 @@ Thanks to avoid to put your name. The co
 <li>Dead code commented. If it's dead, then put it in a cuffin. We use SVN, the Ressuscitator !</li>
 </ul>
 <p>Basically, use your common sense :-)</p>
-<h2 id="naming">Naming</h2>
+<h2 id="naming">Naming<a class="headerlink" href="#naming" title="Permanent link">&para;</a></h2>
 <p>Naming ! Sounds like Blaming :-). Ok. We use <strong>Sun(tm/c/r)</strong> style :</p>
 <ul>
 <li>Constants are in UPPER CASE with accepted '_'</li>
@@ -236,13 +245,13 @@ Thanks to avoid to put your name. The co
 </ul>
 <p>If you browse the code, you will see that many classes does not respect those rules. That's life ! Don't fix it if you don't touch a class. If you are fixing a method in a class, then you can change the code to respect the rules. Little by little, we may reach a stable state where all the code respect the rules ;)</p>
 <p>Naming is really important for <strong>APIs</strong>. Be smart. If you are not sure, ask.</p>
-<h2 id="spaces-vs-tabs">Spaces vs tabs</h2>
+<h2 id="spaces-vs-tabs">Spaces vs tabs<a class="headerlink" href="#spaces-vs-tabs" title="Permanent link">&para;</a></h2>
 <DIV class="warning" markdown="1">
 **FOUR SPACES, NO TAB. Final.**
 </DIV>
 
 <p>No discussion. Using tabs break diffs. Modify your <strong>IDE</strong> to insert spaces when you use tabs, before it saves the file.</p>
-<h2 id="formatting">Formatting</h2>
+<h2 id="formatting">Formatting<a class="headerlink" href="#formatting" title="Permanent link">&para;</a></h2>
 <p>Use the <strong>formatting.xml</strong> file which can be found in the <strong>resources</strong> directory in the root of the project. This is for <em>Eclipse</em>. If you don't use eclipse, then translate the formating to your favorite <strong>IDE</strong>.</p>
 <p>Use the <strong>codetemplates.xml</strong> file if you are using <em>Eclipse</em> too. You will find it at the same location. It brings you some standard headers for new classes, nex methods, etc.</p>
 <p>Use <strong>UTF-8</strong> as a default for your files (except for properties, thanks to <strong>java</strong>, which should be in <strong>ISO-8859-1</strong>). Forget about exotic encoding...</p>
@@ -273,9 +282,9 @@ Thanks to avoid to put your name. The co
 </pre></div>
 
 
-<h2 id="imports">Imports</h2>
+<h2 id="imports">Imports<a class="headerlink" href="#imports" title="Permanent link">&para;</a></h2>
 <p>Always declare all the classes you import, do not use <strong>x.y.*</strong></p>
-<h2 id="what-else">What else ?</h2>
+<h2 id="what-else">What else ?<a class="headerlink" href="#what-else" title="Permanent link">&para;</a></h2>
 <p>Well, this was a very short introduction about coding rules. Use commen sense, look at what you see around you when adding some code, ask people about format, if you have a question.</p>
 <p>That's it ! (I wait your comments, guys :-)</p>