You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/08 19:24:10 UTC

svn commit: r1511889 - in /directory/site/trunk/content/mavibot: index.mdtext news.mdtext

Author: elecharny
Date: Thu Aug  8 17:24:10 2013
New Revision: 1511889

URL: http://svn.apache.org/r1511889
Log:
Updated the news and ndex page

Modified:
    directory/site/trunk/content/mavibot/index.mdtext
    directory/site/trunk/content/mavibot/news.mdtext

Modified: directory/site/trunk/content/mavibot/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/index.mdtext?rev=1511889&r1=1511888&r2=1511889&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/index.mdtext (original)
+++ directory/site/trunk/content/mavibot/index.mdtext Thu Aug  8 17:24:10 2013
@@ -18,5 +18,5 @@ Notice: Licensed to the Apache Software 
 
 # Apache Mavibot™
 
-**Mavibot** is a **MVCC B+Tree** implementation in Java.
+**Mavibot** is a **MVCC BTree** implementation in Java.
 

Modified: directory/site/trunk/content/mavibot/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/news.mdtext?rev=1511889&r1=1511888&r2=1511889&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/news.mdtext (original)
+++ directory/site/trunk/content/mavibot/news.mdtext Thu Aug  8 17:24:10 2013
@@ -1,2 +1,8 @@
 # News
 ## 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.
+
+Mavibot is a **MVCC BTree** in Java. It is expected to be a replacement for **JDBM** we are using at _Directory_, but can fits any other project in the need of a Java _MVCC BTree_ implementation.
+
+The project is still in its infancy, and anyone willing to participate in the effort is very welcome !