You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/11/20 17:09:49 UTC

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

Author: pamarcelot
Date: Tue Nov 20 16:09:49 2012
New Revision: 1411718

URL: http://svn.apache.org/viewvc?rev=1411718&view=rev
Log:
Got rid of the links to each (really out-dated and not worth migrating) feature page.

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

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1411718&r1=1411717&r2=1411718&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Tue Nov 20 16:09:49 2012
@@ -595,7 +595,7 @@ th 
 }
 
 .borderless,
-.borderless td
+.borderless td 
 {
 	border: 0px;
 }

Modified: directory/site/trunk/content/studio/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/index.mdtext?rev=1411718&r1=1411717&r2=1411718&view=diff
==============================================================================
--- directory/site/trunk/content/studio/index.mdtext (original)
+++ directory/site/trunk/content/studio/index.mdtext Tue Nov 20 16:09:49 2012
@@ -65,89 +65,54 @@ Notice: Licensed to the Apache Software 
     {
         text-align:justify;
     }
-    
-    #box_ldap_browser
+
+    .box
     {
        background: url(static/images/ldap_browser_box.gif) no-repeat;
-       padding: 10px;
+       padding: 60px 10px 10px 10px;
        width:50%;
        text-align:justify;
        vertical-align:top;
     }
     
+    #box_ldap_browser
+    {
+       background: url(static/images/ldap_browser_box.gif) no-repeat;
+    }
+    
     #box_ldif_editor
     {
        background: url(static/images/ldif_editor_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
     }
     
     #box_schema_editor
     {
        background: url(static/images/schema_editor_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
     }
     
     #box_embedded_apacheds
     {
        background: url(static/images/embedded_apacheds_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
     }
     
     #box_apacheds_configuration
     {
        background: url(static/images/apacheds_configuration_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
     }
     
     #box_aci_editor
     {
        background: url(static/images/aci_editor_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
     }
     
     #box_internationalization
     {
        background: url(static/images/internationalization_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
     }
     
     #box_multiplatform_and_in_eclipse
     {
        background: url(static/images/multiplatform_and_in_eclipse_box.gif) no-repeat;
-       padding: 10px;
-       width:50%;
-       text-align:justify;
-       vertical-align:top;
-    }
-    
-    .align_left_middle
-    {
-       text-align:left;
-       vertical-align:top;
-    }
-    
-    .zoom_td
-    {
-       text-align:right;
-       vertical-align:top;
     }
 </style>
     
@@ -177,120 +142,40 @@ Notice: Licensed to the Apache Software 
 
 <table class="borderless" border="0" width="100%">
     <tr>
-        <td id="box_ldap_browser">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="ldap-browser-plugin.html"><img src="static/images/transparent.gif" border="0" width="165" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="ldap-browser-plugin.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_ldap_browser" class="box">
 The LDAP Browser has been designed to work with almost any LDAP server
 available. It not only permits to read and display the tree of your
 LDAP Server but also allows you to modify it by creating, editing or
 removing entries.</td>
         <td width="10"><img src="static/images/transparent.gif" border="0" width="10" height="1"></td>
-        <td id="box_ldif_editor">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="ldif-editor-plugin.html"><img src="static/images/transparent.gif" border="0" width="140" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="ldif-editor-plugin.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_ldif_editor" class="box">
             The LDIF Editor is a tool for editing LDIF files. It provides syntax highlighting and content assistance.</td>
     </tr>
     <tr>
-        <td id="box_schema_editor">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="schema-editor-plugin.html"><img src="static/images/transparent.gif" border="0" width="165" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="schema-editor-plugin.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_schema_editor" class="box">
 The Schema Editor has been designed to edit the schema files in the
 OpenLDAP format. It allows you to edit easily attribute types and
 object classes for Apache Directory Server and OpenLDAP.</td>
         <td width="10"><img src="static/images/transparent.gif" border="0" width="10" height="1"></td>
-        <td id="box_embedded_apacheds">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="apacheds-plugin.html"><img src="static/images/transparent.gif" border="0" width="225" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="apacheds-plugin.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_embedded_apacheds" class="box">
 Apache Directory Studio bundles the latest version of the LDAPV3 certified ApacheDS. Creating and launching a new LDAP server now takes less than 10 seconds!</td>
     </tr>
     <tr>
-        <td id="box_apacheds_configuration">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="apacheds-configuration-plugin.html"><img src="static/images/transparent.gif" border="0" width="250" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="apacheds-configuration-plugin.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_apacheds_configuration" class="box">
 The ApacheDS Configuration Editor can be used to edit the server
 configuration ('server.xml' file) of an Apache Directory Server
 installation.</td>
         <td width="10"><img src="static/images/transparent.gif" border="0" width="10" height="1"></td>
-        <td id="box_aci_editor">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="aci-editor-plugin.html"><img src="static/images/transparent.gif" border="0" width="130" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="aci-editor-plugin.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_aci_editor" class="box">
 The ACI Editor allows you to define, for an entry or a set of entries,
 graphically or manually (in souce code mode), an ACI (Access Control
 Information) item specification for Apache Directory Server.</td>
     </tr>
     <tr>
-        <td id="box_internationalization">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="internationalized.html"><img src="static/images/transparent.gif" border="0" width="210" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="internationalized.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_internationalization" class="box">
 Apache Directory Studio is now internationalized in English, French and German. We're also open for volunteers who want to add another language support.</td>
         <td width="10"><img src="static/images/transparent.gif" border="0" width="10" height="1"></td>
-        <td id="box_multiplatform_and_in_eclipse">
-            <table class="borderless" border="0" width="100%" height="48">
-                <tr>
-                    <td class="">
-                        <a href="downloads.html"><img src="static/images/transparent.gif" border="0" width="260" height="40"></a>
-                    </td>
-                    <td class="zoom_td">
-                        <a href="downloads.html"><img src="static/images/zoom.gif" border="0" width="23" height="28"></a>
-                    </td>
-                </tr>
-            </table>
+        <td id="box_multiplatform_and_in_eclipse" class="box">
 Based on Eclipse, Apache Directory Studio is a multi-plaform
 application that runs on Mac OS X, Linux and Windows, and also as
 plugins inside Eclipse itself.</td>