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 2014/11/30 05:51:59 UTC

svn commit: r931043 - in /websites/staging/directory/trunk/content: ./ index.html

Author: buildbot
Date: Sun Nov 30 04:51:59 2014
New Revision: 931043

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/index.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Nov 30 04:51:59 2014
@@ -1 +1 @@
-1642515
+1642516

Modified: websites/staging/directory/trunk/content/index.html
==============================================================================
--- websites/staging/directory/trunk/content/index.html (original)
+++ websites/staging/directory/trunk/content/index.html Sun Nov 30 04:51:59 2014
@@ -171,27 +171,33 @@ td {font-size: 12px;}
 </STYLE>
 
 <table width="99%" border="0" style="text-align: justify;">
-<tbody>
-        <tr>
-        <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
-            <div class="header">
-                    <a href="apacheds"><img src="images/server-icon_128x128.png" border="0" height="128" width="128"></a><br>
-                    <strong>ApacheDS&trade; 2.0</strong>
-                </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. 
-            </td>
-
-            <td witdh="50%" style="border-width: 0; padding-left: 15px; width:50%;" valign="top">
-                <div class="header">
-                    <a href="studio"><img src="images/studio-icon_128x128.png"  border="0" height="128" width="128"></a><br>
-                    <strong>Apache Directory Studio&trade;</strong>
-                </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>
+  <tbody>
+    <tr>
+      <!-- ApacheDS project -->
+      <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
+        <div class="header">
+          <div class="download-link">
+            <a href="{{base}}apacheds/downloads.html" class="download_badge"><b>Download<br>ApacheDS {{version_apacheds}}</b></a>
+          </div>
+        </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. 
+      </td>
+
+      <!-- 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="{{base}}studio/downloads.html" class="download_badge"><b>Download Apache<br>Directory Studio {{version_studio_name}}</b></a>
+          </div>
+        </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>
-    </tbody>
+  </tbody>
 </table>