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 2013/08/19 15:56:41 UTC

svn commit: r875308 - in /websites/staging/directory/trunk/content: ./ mavibot/news.html

Author: buildbot
Date: Mon Aug 19 13:56:40 2013
New Revision: 875308

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/mavibot/news.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 19 13:56:40 2013
@@ -1 +1 @@
-1515419
+1515422

Modified: websites/staging/directory/trunk/content/mavibot/news.html
==============================================================================
--- websites/staging/directory/trunk/content/mavibot/news.html (original)
+++ websites/staging/directory/trunk/content/mavibot/news.html Mon Aug 19 13:56:40 2013
@@ -122,20 +122,35 @@
 
 
 
-<h1 id="news">News</h1>
-<h2 id="apache-mavibot-100-m1-released-posted-on-august-6th-2013">Apache Mavibot 1.0.0-M1 released <em>posted on August 6th, 2013</em></h2>
-<p>The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M1, the first milestone towards a 1.0 version.</p>
-<p><strong>Mavibot</strong> is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.</p>
-<p>This milestone is the first step toward a complete MVCC implementation, it currently does not handle versions at all. Anyway, it's already a in memory/On disk full BTree implementation, which is 2 to 3 times faster than JDBM.</p>
-<p>The next milestones will add the missing features :
+<DIV class="news">
+
+# News
+
+## Apache Mavibot 1.0.0-M1 released _posted on August 6th, 2013_
+
+The Apache Directory team is pleased to announce the release of Apache Mavibot 1.0.0-M1, the first milestone towards a 1.0 version.
+
+**Mavibot** is a Multi Version Concurrency Control (MVCC) BTree in Java. It is expected to be a replacement for JDBM (The current backend for the Apache Directory Server), but could be a good fit for any other project in need of a Java MVCC BTree implementation.
+
+This milestone is the first step toward a complete MVCC implementation, it currently does not handle versions at all. Anyway, it's already a in memory/On disk full BTree implementation, which is 2 to 3 times faster than JDBM.
+
+The next milestones will add the missing features :
 - bulk load support
 - multi-version support with free pages management
-- transaction support</p>
-<p>ApacheDS has already been tested with Mavibot 1.0.-M1-SNAPSHOT, and it offers pretty good performances compared to JDBM, except when we inject a lot of entries in the server.</p>
-<p>Downloads are available <a href="downloads.html">here</a></p>
-<h2 id="apache-mavibot-added-to-apache-directory-project-posted-on-august-6th-2013">Apache Mavibot added to Apache Directory project <em>posted on August 6th, 2013</em></h2>
-<p>We are pround to announce that after less than one year of development in Apache Directory Labs, the Mavibot project has been accepted as a Apache Directory subproject.</p>
-<p>The project is still in its infancy, and anyone willing to participate in the effort is very welcome !</p>
+- transaction support
+
+ApacheDS has already been tested with Mavibot 1.0.-M1-SNAPSHOT, and it offers pretty good performances compared to JDBM, except when we inject a lot of entries in the server.
+
+Downloads are available [here](downloads.html)
+
+
+## Apache Mavibot added to Apache Directory project _posted on August 6th, 2013_
+
+We are pround to announce that after less than one year of development in Apache Directory Labs, the Mavibot project has been accepted as a Apache Directory subproject.
+
+The project is still in its infancy, and anyone willing to participate in the effort is very welcome !
+
+</DIV>