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 2014/11/30 15:04:50 UTC

svn commit: r1642545 - in /directory/site/trunk/content: css/common.css index.mdtext

Author: elecharny
Date: Sun Nov 30 14:04:50 2014
New Revision: 1642545

URL: http://svn.apache.org/r1642545
Log:
Added teh API and Mavibot sub-projects to the front page

Modified:
    directory/site/trunk/content/css/common.css
    directory/site/trunk/content/index.mdtext

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1642545&r1=1642544&r2=1642545&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Sun Nov 30 14:04:50 2014
@@ -822,6 +822,38 @@ a.download_badge_apacheds b
     background-repeat: no-repeat;
 }
 
+a.download_badge_api b
+{
+    display: inline-block;
+    padding-top: 37px;
+    padding-left: 83px;
+    padding-right: 60px;
+    text-align: center;
+    text-decoration: none;
+    box-sizing: border-box;
+    width: 306px;
+    background-image: url( "../images/download-badge-api.gif" );
+    font-size: 11px;
+    height: 105px;
+    background-repeat: no-repeat;
+}
+
+a.download_badge_mavibot b
+{
+    display: inline-block;
+    padding-top: 37px;
+    padding-left: 83px;
+    padding-right: 60px;
+    text-align: center;
+    text-decoration: none;
+    box-sizing: border-box;
+    width: 306px;
+    background-image: url( "../images/download-badge-mavibot.gif" );
+    font-size: 11px;
+    height: 105px;
+    background-repeat: no-repeat;
+}
+
 .download_badge b
 {
     display: inline-block;

Modified: directory/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1642545&r1=1642544&r2=1642545&view=diff
==============================================================================
--- directory/site/trunk/content/index.mdtext (original)
+++ directory/site/trunk/content/index.mdtext Sun Nov 30 14:04:50 2014
@@ -41,9 +41,9 @@ td {font-size: 12px;}
     <tr>
       <!-- ApacheDS project -->
 	    <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
-          <div class="download-link">
-            <a href="./../apacheds/downloads.html" class="download_badge_apacheds"><b>Download<br>ApacheDS 2.0.0-M19</b></a>
-          </div>
+        <div class="download-link">
+          <a href="./../apacheds/downloads.html" class="download_badge_apacheds"><b>Download<br>ApacheDS 2.0.0-M19</b></a>
+        </div>
 
 		    <div class="separator">&nbsp;</div>
 		    ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs. 
@@ -51,16 +51,37 @@ td {font-size: 12px;}
 
       <!-- Apache Studio project -->
 	    <td witdh="50%" style="border-width: 0; padding-left: 15px; width:50%;" valign="top">
-	      <div class="header">
-          <div class="download-link">
-            <a href="./../studio/downloads.html" class="download_badge_studio"><b>Download Apache<br>Directory Studio 2.0.0-M8</b></a>
-          </div>
-		    </div>
+        <div class="download-link">
+          <a href="./../studio/downloads.html" class="download_badge_studio"><b>Download Apache<br>Directory Studio 2.0.0-M8</b></a>
+        </div>
 		
 		    <div class="separator">&nbsp;</div>
 		    Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself.  
 	    </td>
 	  </tr>
+    <tr>
+      <!-- Apache LDAP API project -->
+      <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
+        <div class="download-link">
+          <a href="./../api/downloads.html" class="download_badge_api"><b>Download Apache<br>LDAP API 1.0.0-M26</b></a>
+        </div>
+
+        <div class="separator">&nbsp;</div>
+        The Apache Directory LDAP API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API).
+        This is a "schema aware" API with some convenient ways to access all types of LDAP servers, not only ApacheDS but any LDAP server.
+        The API is OSGI ready and extensible. New controls, schema elements and network layer could be added or used in the near future. 
+      </td>
+
+      <!-- Apache Mavibot project -->
+      <td witdh="50%" style="border-width: 0; padding-left: 15px; width:50%;" valign="top">
+        <div class="download-link">
+          <a href="./../mavibot/downloads.html" class="download_badge_mavibot"><b>Download Apache<br>Mavibot 1.0.0-M6</b></a>
+        </div>
+    
+        <div class="separator">&nbsp;</div>
+        Mavibot™ is a <em>Multi Version Concurrency Control</em> (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. 
+      </td>
+    </tr>
   </tbody>
 </table>