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 2013/08/21 16:34:09 UTC

svn commit: r875592 - in /websites/staging/directory/trunk/content: ./ api/ css/ images/ mavibot/ studio/

Author: buildbot
Date: Wed Aug 21 14:34:08 2013
New Revision: 875592

Log:
Staging update by buildbot for directory

Added:
    websites/staging/directory/trunk/content/images/download-badge-apacheds.gif   (with props)
    websites/staging/directory/trunk/content/images/download-badge-ldap-api.gif   (with props)
    websites/staging/directory/trunk/content/images/download-badge-mavibot.gif   (with props)
    websites/staging/directory/trunk/content/images/download-badge-studio.gif   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_background.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_kerberos_server.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_ldapv3_compliant.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_ldif_based_configuration.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_multi_master_replication.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_multi_platform.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_password_policy.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_written_java_embeddable.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_server_x500_authorization.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_aci_editor.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_apacheds_configuration.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_embedded_apacheds.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_internationalization.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_ldap_browser.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_ldif_editor.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_multi_platform_in_eclipse.png   (with props)
    websites/staging/directory/trunk/content/images/feature_highlight_studio_schema_editor.png   (with props)
    websites/staging/directory/trunk/content/images/hero-apacheds.jpg   (with props)
    websites/staging/directory/trunk/content/images/hero-ldap-api.jpg   (with props)
    websites/staging/directory/trunk/content/images/hero-mavibot.jpg   (with props)
Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/index.html
    websites/staging/directory/trunk/content/css/blue.css
    websites/staging/directory/trunk/content/css/brown.css
    websites/staging/directory/trunk/content/css/common.css
    websites/staging/directory/trunk/content/css/green.css
    websites/staging/directory/trunk/content/css/turquoise.css
    websites/staging/directory/trunk/content/mavibot/index.html
    websites/staging/directory/trunk/content/studio/index.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Aug 21 14:34:08 2013
@@ -1 +1 @@
-1515475
+1516172

Modified: websites/staging/directory/trunk/content/api/index.html
==============================================================================
--- websites/staging/directory/trunk/content/api/index.html (original)
+++ websites/staging/directory/trunk/content/api/index.html Wed Aug 21 14:34:08 2013
@@ -130,10 +130,7 @@
 
 
 
-    <h1 id="apache-directory-ldap-apiwzxhzdk0">Apache Directory LDAP API&trade;</h1>
-<p>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).</p>
-<p>This is a schema aware API, with some convenient ways to access a LDAP server. This API is not only targeting the Apache Directory Server, but should work pristine with any LDAP server.</p>
-<p>It's also an extensible API : new Controls, schema elements and network layer could be added or used in the near future. It's also OSGi capable.</p>
+    
     
         <div class="news"><h1 id="news">News</h1>
 <p><h2 class="news">Apache Directory LDAP API 1.0.0-M20 released <em>posted on August 18th, 2013</em></h2></p>

Modified: websites/staging/directory/trunk/content/css/blue.css
==============================================================================
--- websites/staging/directory/trunk/content/css/blue.css (original)
+++ websites/staging/directory/trunk/content/css/blue.css Wed Aug 21 14:34:08 2013
@@ -49,4 +49,14 @@ h2.news
 blockquote 
 {
 	border-color: #2c7a95;
-}
\ No newline at end of file
+}
+
+/* START - DOWNLOAD-BADGE */
+
+.download_badge
+{
+    width: 306px;
+    background-image: url( "../images/download-badge-studio.gif" );
+}
+
+/* END - DOWNLOAD-BADGE */

Modified: websites/staging/directory/trunk/content/css/brown.css
==============================================================================
--- websites/staging/directory/trunk/content/css/brown.css (original)
+++ websites/staging/directory/trunk/content/css/brown.css Wed Aug 21 14:34:08 2013
@@ -50,3 +50,13 @@ blockquote 
 {
 	border-color: #77540C;
 }
+
+/* START - DOWNLOAD-BADGE */
+
+.download_badge
+{
+    width: 276px;
+    background-image: url( "../images/download-badge-ldap-api.gif" );
+}
+
+/* END - DOWNLOAD-BADGE */

Modified: websites/staging/directory/trunk/content/css/common.css
==============================================================================
--- websites/staging/directory/trunk/content/css/common.css (original)
+++ websites/staging/directory/trunk/content/css/common.css Wed Aug 21 14:34:08 2013
@@ -686,4 +686,119 @@ th 
 .codehilite .vc { color: #bb60d5 } /* Name.Variable.Class */
 .codehilite .vg { color: #bb60d5 } /* Name.Variable.Global */
 .codehilite .vi { color: #bb60d5 } /* Name.Variable.Instance */
-.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
\ No newline at end of file
+.codehilite .il { color: #40a070 } /* Literal.Number.Integer.Long */
+
+/* START - HERO */
+
+.hero
+{
+    padding: 5px;
+	margin-bottom: 10px;
+}
+
+.hero .left
+{
+    float: left;
+    width: 365px;
+    vertical-align: top;
+}
+
+.hero .right
+{
+    float: right;
+    width: 377px;
+    vertical-align: top;
+}
+
+.hero .description
+{
+    text-align: justify;
+}
+
+.hero .download-link
+{
+    text-align: center;
+}
+
+/* END - HERO */
+
+/* START - FEATURES-HIGHLIGHTS */
+
+.features-highlights
+{
+    margin-bottom: 20px;
+}
+
+.features-highlights .separator
+{
+    margin-bottom: 20px;
+}
+
+.feature-highlight
+{
+    position: relative;
+    width: 365px;
+    min-height: 69px;
+    margin: 0 5px;
+    background-image: url( "../images/feature_highlight_background.png" );
+    background-repeat: no-repeat;
+    background-position: top left;
+}
+
+.feature-highlight.left
+{
+    float: left;
+}
+
+.feature-highlight.right
+{
+    float: right;
+}
+
+.feature-highlight .icon
+{
+    position: absolute;
+    top: 5px;
+    left: 5px;
+}
+
+.feature-highlight h3
+{
+    margin-left: 60px;
+    margin-top: 23px;
+}
+
+.feature-highlight .text
+{
+    margin-top: 20px;
+    padding-left: 15px;
+    text-align: justify;
+}
+
+/* END - FEATURES-HIGHLIGHTS */
+
+
+/* START - DOWNLOAD-BADGE */
+
+.download_badge
+{
+    display: inline-block;
+    height: 105px;
+    background-repeat: no-repeat;
+    text-decoration: none;
+    box-sizing: border-box;
+    color: #5e5e5e;
+}
+
+.download_badge b
+{
+    display: inline-block;
+    padding-top: 37px;
+    padding-left: 83px;
+    padding-right: 60px;
+    text-align: center;
+    text-decoration: none;
+    box-sizing: border-box;
+}
+
+/* END - DOWNLOAD-BADGE */
\ No newline at end of file

Modified: websites/staging/directory/trunk/content/css/green.css
==============================================================================
--- websites/staging/directory/trunk/content/css/green.css (original)
+++ websites/staging/directory/trunk/content/css/green.css Wed Aug 21 14:34:08 2013
@@ -49,4 +49,15 @@ h2.news
 blockquote 
 {
 	border-color: #196e0b;
-}
\ No newline at end of file
+}
+
+
+/* START - DOWNLOAD-BADGE */
+
+.download_badge
+{
+    width: 276px;
+    background-image: url( "../images/download-badge-apacheds.gif" );
+}
+
+/* END - DOWNLOAD-BADGE */

Modified: websites/staging/directory/trunk/content/css/turquoise.css
==============================================================================
--- websites/staging/directory/trunk/content/css/turquoise.css (original)
+++ websites/staging/directory/trunk/content/css/turquoise.css Wed Aug 21 14:34:08 2013
@@ -49,4 +49,14 @@ h2.news
 blockquote 
 {
 	border-color: #309090;
-}
\ No newline at end of file
+}
+
+/* START - DOWNLOAD-BADGE */
+
+.download_badge
+{
+    width: 267px;
+    background-image: url( "../images/download-badge-mavibot.gif" );
+}
+
+/* END - DOWNLOAD-BADGE */

Added: websites/staging/directory/trunk/content/images/download-badge-apacheds.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/download-badge-apacheds.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: websites/staging/directory/trunk/content/images/download-badge-ldap-api.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/download-badge-ldap-api.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: websites/staging/directory/trunk/content/images/download-badge-mavibot.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/download-badge-mavibot.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: websites/staging/directory/trunk/content/images/download-badge-studio.gif
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/download-badge-studio.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: websites/staging/directory/trunk/content/images/feature_highlight_background.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_background.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_kerberos_server.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_kerberos_server.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_ldapv3_compliant.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_ldapv3_compliant.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_ldif_based_configuration.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_ldif_based_configuration.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_multi_master_replication.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_multi_master_replication.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_multi_platform.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_multi_platform.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_password_policy.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_password_policy.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_written_java_embeddable.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_written_java_embeddable.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_server_x500_authorization.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_server_x500_authorization.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_aci_editor.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_aci_editor.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_apacheds_configuration.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_apacheds_configuration.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_embedded_apacheds.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_embedded_apacheds.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_internationalization.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_internationalization.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_ldap_browser.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_ldap_browser.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_ldif_editor.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_ldif_editor.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_multi_platform_in_eclipse.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_multi_platform_in_eclipse.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/feature_highlight_studio_schema_editor.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/feature_highlight_studio_schema_editor.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: websites/staging/directory/trunk/content/images/hero-apacheds.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/hero-apacheds.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/directory/trunk/content/images/hero-ldap-api.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/hero-ldap-api.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: websites/staging/directory/trunk/content/images/hero-mavibot.jpg
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/images/hero-mavibot.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: websites/staging/directory/trunk/content/mavibot/index.html
==============================================================================
--- websites/staging/directory/trunk/content/mavibot/index.html (original)
+++ websites/staging/directory/trunk/content/mavibot/index.html Wed Aug 21 14:34:08 2013
@@ -128,8 +128,7 @@
 
 
 
-    <h1 id="apache-mavibotwzxhzdk0">Apache Mavibot&trade;</h1>
-<p><strong>Mavibot</strong> is a <em>Multi Version Concurrency Control</em> (MVCC) BTree in Java. It is expected to be a replacement for <strong>JDBM</strong> (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.</p>
+    
     
         <div class="news"><h1 id="news">News</h1>
 <h2 class="news">Apache Mavibot 1.0.0-M1 released <em>posted on August 6th, 2013</em></h2>

Modified: websites/staging/directory/trunk/content/studio/index.html
==============================================================================
--- websites/staging/directory/trunk/content/studio/index.html (original)
+++ websites/staging/directory/trunk/content/studio/index.html Wed Aug 21 14:34:08 2013
@@ -131,173 +131,7 @@
 
 
 
-    <script type="text/javascript" src="static/js/mootools.js"></script>
-
-<script type="text/javascript" src="static/js/slideshow.js"></script>
-
-<style type="text/css" media="all">
-
-    #top_box
-    {
-        margin-bottom:20px;
-    }
-
-    #top_box_left
-    {
-        width:335px;
-        text-align:center;
-        vertical-align:top;
-    }
-
-    #top_box_right
-    {
-        text-align:center;
-        vertical-align:top;
-    }
-
-    .box_h1
-    {
-        font-size: 24px;
-        line-height: 1.2em;
-        color: #000;
-        height: 31px;
-        text-align: left;
-        margin-top: 5px;
-        margin-bottom: 5px;
-        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
-    }
-
-    .box_h2
-    {
-        font-size: 20px;
-        line-height: 1.2em;
-        height: 50px;
-        color: #4775ab;
-        text-align: left;
-        margin-bottom: 5px;
-        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), color-stop(49%, rgba(0,0,0,1)), color-stop(51%, rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
-    }
-
-    .box_text
-    {
-        text-align:justify;
-    }
-
-    .box
-    {
-       background: url(static/images/ldap_browser_box.gif) no-repeat;
-       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;
-    }
-
-    #box_schema_editor
-    {
-       background: url(static/images/schema_editor_box.gif) no-repeat;
-    }
-
-    #box_embedded_apacheds
-    {
-       background: url(static/images/embedded_apacheds_box.gif) no-repeat;
-    }
-
-    #box_apacheds_configuration
-    {
-       background: url(static/images/apacheds_configuration_box.gif) no-repeat;
-    }
-
-    #box_aci_editor
-    {
-       background: url(static/images/aci_editor_box.gif) no-repeat;
-    }
-
-    #box_internationalization
-    {
-       background: url(static/images/internationalization_box.gif) no-repeat;
-    }
-
-    #box_multiplatform_and_in_eclipse
-    {
-       background: url(static/images/multiplatform_and_in_eclipse_box.gif) no-repeat;
-    }
-</style>
-
-<table class="borderless" width="100%" border="0" id="top_box">
-    <tr>
-        <td id="top_box_left">
-            <div class="box_h1">Apache Directory Studio&trade;</div>
-            <div class="box_h2">The Eclipse based LDAP browser and directory client</div>
-            <div class="box_text">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.</div>
-
-            <a href="downloads.html"><img src="static/images/download_badge.gif" border="0"></a>
-        </td>
-        <td width="25"><img src="static/images/transparent.gif" width="25" height="1" border="0"></td>
-        <td id="top_box_right" class="slideshow">
-            <div id="studio_slideshow" class="slideshow">
-                <img src="static/images/screen_ldap_browser.jpg" alt="A picture" width="377" height="287" border="0"/>
-            </div>
-            <script type="text/javascript">
-                window.onload = function()
-            { 
-                myShow = new Slideshow('studio_slideshow', {hu: 'static/images/', images: ['screen_ldap_browser.jpg','screen_ldif_editor.jpg','screen_aci_editor.jpg','screen_schema_editor.jpg','screen_apacheds_configuration.jpg'],duration: [600, 2000]});
-            }
-            </script>
-        </td>
-    </tr>
-</table>
-
-<table class="borderless" border="0" width="100%">
-    <tr>
-        <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" 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" 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" 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" 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" 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" 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" 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>
-    </tr>
-</table>
+    
     
         <div class="news"><h1 id="news">News</h1>
 <h2 class="news">Apache Directory Studio 2.0-0-M8 released <em>posted on July 4th, 2013</em></h2>