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 352A3109AA for ; Mon, 19 Aug 2013 14:04:54 +0000 (UTC) Received: (qmail 41593 invoked by uid 500); 19 Aug 2013 14:04:53 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 41557 invoked by uid 500); 19 Aug 2013 14:04:52 -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 41541 invoked by uid 99); 19 Aug 2013 14:04:51 -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:04:51 +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:04:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 80A4A23888E7; Mon, 19 Aug 2013 14:04:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1515426 - in /directory/site/trunk: content/mavibot/news.mdtext templates/mavibot/index.html Date: Mon, 19 Aug 2013 14:04:27 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130819140427.80A4A23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Mon Aug 19 14:04:26 2013 New Revision: 1515426 URL: http://svn.apache.org/r1515426 Log: fixe dthe news presentation Modified: directory/site/trunk/content/mavibot/news.mdtext directory/site/trunk/templates/mavibot/index.html Modified: directory/site/trunk/content/mavibot/news.mdtext URL: http://svn.apache.org/viewvc/directory/site/trunk/content/mavibot/news.mdtext?rev=1515426&r1=1515425&r2=1515426&view=diff ============================================================================== --- directory/site/trunk/content/mavibot/news.mdtext (original) +++ directory/site/trunk/content/mavibot/news.mdtext Mon Aug 19 14:04:26 2013 @@ -1,8 +1,6 @@ -
- # News -## Apache Mavibot 1.0.0-M1 released _posted on August 6th, 2013_ +

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. @@ -20,10 +18,8 @@ ApacheDS has already been tested with Ma Downloads are available [here](downloads.html) -## Apache Mavibot added to Apache Directory project _posted on August 6th, 2013_ +

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 ! - -
Modified: directory/site/trunk/templates/mavibot/index.html URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/mavibot/index.html?rev=1515426&r1=1515425&r2=1515426&view=diff ============================================================================== --- directory/site/trunk/templates/mavibot/index.html (original) +++ directory/site/trunk/templates/mavibot/index.html Mon Aug 19 14:04:26 2013 @@ -3,6 +3,6 @@ {% block content %} {{content|markdown}} {% block news %} - {% filter markdown %}{% include "../content/mavibot/news.mdtext" %}{% endfilter %} +
{% filter markdown %}{% include "../content/mavibot/news.mdtext" %}{% endfilter %}
{% endblock %} {% endblock %}