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/19 16:10:36 UTC

svn commit: r1515432 - in /directory/site/trunk/content: css/turquoise.css mavibot/index.mdtext mavibot/news.mdtext

Author: elecharny
Date: Mon Aug 19 14:10:35 2013
New Revision: 1515432

URL: http://svn.apache.org/r1515432
Log:
Some more fix for the news pages

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

Modified: directory/site/trunk/content/css/turquoise.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/turquoise.css?rev=1515432&r1=1515431&r2=1515432&view=diff
==============================================================================
--- directory/site/trunk/content/css/turquoise.css (original)
+++ directory/site/trunk/content/css/turquoise.css Mon Aug 19 14:10:35 2013
@@ -34,7 +34,8 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-turquoise.png') no-repeat;
 }
 
-.news h2
+.news h2,
+h2.news
 {
 	color: #309090;
 	background: url('../images/post-turquoise.png') no-repeat;

Modified: directory/site/trunk/content/mavibot/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/index.mdtext?rev=1515432&r1=1515431&r2=1515432&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/index.mdtext (original)
+++ directory/site/trunk/content/mavibot/index.mdtext Mon Aug 19 14:10:35 2013
@@ -18,4 +18,4 @@ Notice: Licensed to the Apache Software 
 
 # Apache Mavibot™
 
-**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.
\ No newline at end of file
+**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.

Modified: directory/site/trunk/content/mavibot/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/news.mdtext?rev=1515432&r1=1515431&r2=1515432&view=diff
==============================================================================
--- directory/site/trunk/content/mavibot/news.mdtext (original)
+++ directory/site/trunk/content/mavibot/news.mdtext Mon Aug 19 14:10:35 2013
@@ -4,16 +4,17 @@
 
 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.
+**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
 
-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.
+* bulk load support
+* multi-version support with free pages management
+* 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)