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:04:27 UTC

svn commit: r1515426 - in /directory/site/trunk: content/mavibot/news.mdtext templates/mavibot/index.html

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 @@
-<DIV class="news">
-
 # News
 
-## Apache Mavibot 1.0.0-M1 released _posted on August 6th, 2013_
+<h2>Apache Mavibot 1.0.0-M1 released <em>posted on August 6th, 2013</em></h2>
 
 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_
+<h2>Apache Mavibot added to Apache Directory project <em>posted on August 6th, 2013</em></h2>
 
 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 !
-
-</DIV>

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 %}
+        <div class="news">{% filter markdown %}{% include "../content/mavibot/news.mdtext" %}{% endfilter %}</div>
     {% endblock %}
 {% endblock %}