Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F04F109DF for ; Mon, 19 Aug 2013 14:11:01 +0000 (UTC) Received: (qmail 56724 invoked by uid 500); 19 Aug 2013 14:11:01 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 56674 invoked by uid 500); 19 Aug 2013 14:11:01 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 56648 invoked by uid 99); 19 Aug 2013 14:11:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 14:11:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 14:10:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6C2952388980; Mon, 19 Aug 2013 14:10:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1515432 - in /directory/site/trunk/content: css/turquoise.css mavibot/index.mdtext mavibot/news.mdtext Date: Mon, 19 Aug 2013 14:10:36 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130819141036.6C2952388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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)