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 06:05:25 UTC

svn commit: r1642519 - /directory/site/trunk/content/index.mdtext

Author: elecharny
Date: Sun Nov 30 05:05:24 2014
New Revision: 1642519

URL: http://svn.apache.org/r1642519
Log:
Fixed the download images

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

Modified: directory/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1642519&r1=1642518&r2=1642519&view=diff
==============================================================================
--- directory/site/trunk/content/index.mdtext (original)
+++ directory/site/trunk/content/index.mdtext Sun Nov 30 05:05:24 2014
@@ -40,29 +40,29 @@ td {font-size: 12px;}
   <tbody>
     <tr>
       <!-- ApacheDS project -->
-	  <td style="border-width: 0; border-right: 1px solid silver; padding-right: 15px; width:50%;" valign="top">
+	    <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>
+            <a href="./../apacheds/downloads.html" class="download_badge_apacheds"><b>Download<br>ApacheDS 2.0.0-M19</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>
+		    <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">
+	    <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>
+            <a href="./../studio/downloads.html" class="download_badge_studio"><b>Download Apache<br>Directory Studio 2.0.0-M8</b></a>
           </div>
-		</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>
+		    <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>
 </table>