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 16:10:40 UTC

svn commit: r875316 - in /websites/staging/directory/trunk/content: ./ css/turquoise.css mavibot/index.html mavibot/news.html

Author: buildbot
Date: Mon Aug 19 14:10:39 2013
New Revision: 875316

Log:
Staging update by buildbot for directory

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

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 19 14:10:39 2013
@@ -1 +1 @@
-1515428
+1515432

Modified: websites/staging/directory/trunk/content/css/turquoise.css
==============================================================================
--- websites/staging/directory/trunk/content/css/turquoise.css (original)
+++ websites/staging/directory/trunk/content/css/turquoise.css Mon Aug 19 14:10:39 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: websites/staging/directory/trunk/content/mavibot/index.html
==============================================================================
--- websites/staging/directory/trunk/content/mavibot/index.html (original)
+++ websites/staging/directory/trunk/content/mavibot/index.html Mon Aug 19 14:10:39 2013
@@ -127,18 +127,20 @@
 <p><strong>Mavibot</strong> is a <em>Multi Version Concurrency Control</em> (MVCC) BTree in Java. It is expected to be a replacement for <strong>JDBM</strong> (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>
     
         <div class="news"><h1 id="news">News</h1>
-<h2>Apache Mavibot 1.0.0-M1 released <em>posted on August 6th, 2013</em></h2>
+<h2 class="news">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><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 <strong>Apache Directory Server</strong>), 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 :
-- 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>The next milestones will add the missing features :</p>
+<ul>
+<li>bulk load support</li>
+<li>multi-version support with free pages management</li>
+<li>transaction support</li>
+</ul>
+<p><strong>ApacheDS</strong> has already been tested with <strong>Mavibot 1.0.-M1-SNAPSHOT</strong>, 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>Apache Mavibot added to Apache Directory project <em>posted on August 6th, 2013</em></h2>
+<h2 class="news">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></div>

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 14:10:39 2013
@@ -126,13 +126,15 @@
 <h2 class="news">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><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 <strong>Apache Directory Server</strong>), 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 :
-- 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>The next milestones will add the missing features :</p>
+<ul>
+<li>bulk load support</li>
+<li>multi-version support with free pages management</li>
+<li>transaction support</li>
+</ul>
+<p><strong>ApacheDS</strong> has already been tested with <strong>Mavibot 1.0.-M1-SNAPSHOT</strong>, 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 class="news">Apache Mavibot added to Apache Directory project <em>posted on August 6th, 2013</em></h2>