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/09 09:37:07 UTC

svn commit: r957616 - in /websites/staging/directory/trunk/content: ./ kerby/downloads.html kerby/user-guide/2.4-simplekdcserver.html kerby/user-guide/4-identity-backend.html

Author: buildbot
Date: Thu Jul  9 07:37:06 2015
New Revision: 957616

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/kerby/downloads.html
    websites/staging/directory/trunk/content/kerby/user-guide/2.4-simplekdcserver.html
    websites/staging/directory/trunk/content/kerby/user-guide/4-identity-backend.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul  9 07:37:06 2015
@@ -1 +1 @@
-1689994
+1689997

Modified: websites/staging/directory/trunk/content/kerby/downloads.html
==============================================================================
--- websites/staging/directory/trunk/content/kerby/downloads.html (original)
+++ websites/staging/directory/trunk/content/kerby/downloads.html Thu Jul  9 07:37:06 2015
@@ -161,47 +161,47 @@
 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="downloads">Downloads<a class="headerlink" href="#downloads" title="Permanent link">&para;</a></h1>
 <h2 id="jar-download">Jar Download<a class="headerlink" href="#jar-download" title="Permanent link">&para;</a></h2>
-<p>The Apache Kerby is distributed as a jar.</p>
+<p>Coming soon of the Apache Kerby first release...</p>
 <ul>
 <li><img alt="Download" src="../images/download-archive.png" /> <a href="download/download-archive.html">Download Archive zip/tar.gz</a></li>
 <li><img alt="Download" src="../images/download-sources.png" /> <a href="download/download-sources.html">Download Sources</a></li>
 </ul>
 <h2 id="maven-dependency">Maven Dependency<a class="headerlink" href="#maven-dependency" title="Permanent link">&para;</a></h2>
 <p>The Apache Kerby is also available as a Maven dependency:</p>
-<ul>
-<li>
-<p>Kerby Client API:</p>
-<p><dependency>
-    <groupId>org.apache.kerby</groupId>
-    <artifactId>kerb-client-api-all</artifactId>
-    <version>${api-version}</version>
-</dependency></p>
-</li>
-<li>
-<p>Kerby Server API:</p>
-<p><dependency>
-    <groupId>org.apache.kerby</groupId>
-    <artifactId>kerb-server-api-all</artifactId>
-    <version>${api-version}</version>
-</dependency></p>
-</li>
-<li>
-<p>Kerby ASN1:</p>
-<p><dependency>
-    <groupId>org.apache.kerby</groupId>
-    <artifactId>kerby-asn1</artifactId>
-    <version>${api-version}</version>
-</dependency></p>
-</li>
-<li>
-<p>Kerby Simple KDC:</p>
-<p><dependency>
-    <groupId>org.apache.kerby</groupId>
-    <artifactId>kerb-simplekdc</artifactId>
-    <version>${api-version}</version>
-</dependency></p>
-</li>
-</ul>
+<h3 id="kerby-client-api">Kerby Client API:<a class="headerlink" href="#kerby-client-api" title="Permanent link">&para;</a></h3>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.kerby<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>kerb-client-api-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">api</span><span class="o">-</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<h3 id="kerby-server-api">Kerby Server API:<a class="headerlink" href="#kerby-server-api" title="Permanent link">&para;</a></h3>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.kerby<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>kerb-server-api-all<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">api</span><span class="o">-</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<h3 id="kerby-asn1">Kerby ASN1:<a class="headerlink" href="#kerby-asn1" title="Permanent link">&para;</a></h3>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.kerby<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>kerby-asn1<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">api</span><span class="o">-</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<h3 id="kerby-simple-kdc">Kerby Simple KDC:<a class="headerlink" href="#kerby-simple-kdc" title="Permanent link">&para;</a></h3>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.kerby<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>kerb-simplekdc<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span><span class="cp">${</span><span class="n">api</span><span class="o">-</span><span class="n">version</span><span class="cp">}</span><span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
 
 
 

Modified: websites/staging/directory/trunk/content/kerby/user-guide/2.4-simplekdcserver.html
==============================================================================
--- websites/staging/directory/trunk/content/kerby/user-guide/2.4-simplekdcserver.html (original)
+++ websites/staging/directory/trunk/content/kerby/user-guide/2.4-simplekdcserver.html Thu Jul  9 07:37:06 2015
@@ -184,7 +184,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <h1 id="24-simplekdcserver">2.4 - SimpleKdcServer<a class="headerlink" href="#24-simplekdcserver" title="Permanent link">&para;</a></h1>
 <p>A simplified Kdc server. It can be imported by other project to work as a kdc server.</p>
-<h3 id="kdc-server">Kdc server<a class="headerlink" href="#kdc-server" title="Permanent link">&para;</a></h3>
+<h2 id="kdc-server">Kdc server<a class="headerlink" href="#kdc-server" title="Permanent link">&para;</a></h2>
 <p></pre>
 <em> Start simple kdc server.
 <pre>

Modified: websites/staging/directory/trunk/content/kerby/user-guide/4-identity-backend.html
==============================================================================
--- websites/staging/directory/trunk/content/kerby/user-guide/4-identity-backend.html (original)
+++ websites/staging/directory/trunk/content/kerby/user-guide/4-identity-backend.html Thu Jul  9 07:37:06 2015
@@ -182,24 +182,34 @@ h2:hover > .headerlink, h3:hover > .head
 <p>A standalone KDC server that can integrate various identity back ends including:</p>
 <ul>
 <li>
-<p>MemoryIdentityBackend.
-It is default Identity Backend, and no cofiguration is needed. This backend is for no permanent storage requirements.</p>
+<p>MemoryIdentityBackend.</p>
+<ul>
+<li>It is default Identity Backend, and no cofiguration is needed. This backend is for no permanent storage requirements.</li>
+</ul>
 </li>
 <li>
-<p>JsonIdentityBackend.
-It implemented by Gson which is used to convert Java Objects into their JSON representation and convert a JSON string to an equivalent Java object. A json file will be created in "backend.json.file". This backend is for small, easy, development and test environment.</p>
+<p>JsonIdentityBackend.</p>
+<ul>
+<li>It implemented by Gson which is used to convert Java Objects into their JSON representation and convert a JSON string to an equivalent Java object. A json file will be created in "backend.json.file". This backend is for small, easy, development and test environment.</li>
+</ul>
 </li>
 <li>
-<p>ZookeeperIdentityBackend.
-Currently it uses an embedded Zookeeper. In follow up it will be enhanced to support standalone Zookeeper cluster for replication and reliability. Zookeeper backend would be a good choice for high reliability, high performance and high scalability requirement and scenarios.</p>
+<p>ZookeeperIdentityBackend.</p>
+<ul>
+<li>Currently it uses an embedded Zookeeper. In follow up it will be enhanced to support standalone Zookeeper cluster for replication and reliability. Zookeeper backend would be a good choice for high reliability, high performance and high scalability requirement and scenarios.</li>
+</ul>
 </li>
 <li>
-<p>LdapIdentityBackend.
-The Ldap server can be standalone or embedded using ApacheDS server as the backend. It is used when there is exist ldap server.</p>
+<p>LdapIdentityBackend.</p>
+<ul>
+<li>The Ldap server can be standalone or embedded using ApacheDS server as the backend. It is used when there is exist ldap server.</li>
+</ul>
 </li>
 <li>
-<p>MavibotBackend.
-A backend based on Apache Mavibot(an MVCC BTree library).</p>
+<p>MavibotBackend.</p>
+<ul>
+<li>A backend based on Apache Mavibot(an MVCC BTree library).</li>
+</ul>
 </li>
 </ul>