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/06 12:08:12 UTC

svn commit: r1637076 - in /directory/site/trunk/templates: api/index.html fortress/index.html

Author: elecharny
Date: Thu Nov  6 11:08:11 2014
New Revision: 1637076

URL: http://svn.apache.org/r1637076
Log:
Fixed the images on teh API site, removed the fortress download link

Modified:
    directory/site/trunk/templates/api/index.html
    directory/site/trunk/templates/fortress/index.html

Modified: directory/site/trunk/templates/api/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/api/index.html?rev=1637076&r1=1637075&r2=1637076&view=diff
==============================================================================
--- directory/site/trunk/templates/api/index.html (original)
+++ directory/site/trunk/templates/api/index.html Thu Nov  6 11:08:11 2014
@@ -2,28 +2,28 @@
 
 {% block content %}
 
-    {% block hero %}
-        <div class="hero clearfix">
-            <div class="left">
-                <h1>Apache Directory LDAP API&trade;</h1>
-                <h2>The modern Java LDAP API</h2>
-                <div class="description">
-                    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).<br/>
-                    This is a "schema aware" API with some convenient ways to access all types of LDAP servers, not only ApacheDS but any LDAP server.<br/>
-                    The API is OSGI ready and extensible. New controls, schema elements and network layer could be added or used in the near future.
-                </div>
-                <div class="download-link">
-                    <a href="{{base}}api/downloads.html" class="download_badge"><b>Download Apache<br>LDAP API {{version_api}}</b></a>
-                </div>
-            </div>
-            <div class="right">
-                <img src="../images/Fortress-IAMServer-v2.png" width="377" height="287" border="0"/>
-            </div>
+  {% block hero %}
+    <div class="hero clearfix">
+      <div class="left">
+        <h1>Apache Directory LDAP API&trade;</h1>
+        <h2>The modern Java LDAP API</h2>
+        <div class="description">
+          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).<br/>
+          This is a "schema aware" API with some convenient ways to access all types of LDAP servers, not only ApacheDS but any LDAP server.<br/>
+          The API is OSGI ready and extensible. New controls, schema elements and network layer could be added or used in the near future.
         </div>
-    {% endblock %}
+        <div class="download-link">
+          <a href="{{base}}api/downloads.html" class="download_badge"><b>Download Apache<br>LDAP API {{version_api}}</b></a>
+        </div>
+      </div>
+      <div class="right">
+        <img src="../images/hero-ldap-api.jpg" width="377" height="287" border="0"/>
+      </div>
+    </div>
+  {% endblock %}
 
-    {% block news %}
-        <div class="news">{% filter markdown %}{% include "../content/api/news.mdtext" %}{% endfilter %}</div>
-    {% endblock %}
+  {% block news %}
+    <div class="news">{% filter markdown %}{% include "../content/api/news.mdtext" %}{% endfilter %}</div>
+  {% endblock %}
 
 {% endblock %}
\ No newline at end of file

Modified: directory/site/trunk/templates/fortress/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/fortress/index.html?rev=1637076&r1=1637075&r2=1637076&view=diff
==============================================================================
--- directory/site/trunk/templates/fortress/index.html (original)
+++ directory/site/trunk/templates/fortress/index.html Thu Nov  6 11:08:11 2014
@@ -1,24 +1,24 @@
 {% extends "fortress/page.html" %}
 
 {% block content %}
-
-    {% block hero %}
-        <div class="hero clearfix">
-            <div class="left">
-                <h1>Apache Fortress&trade;</h1>
-                <h2>OSS IAM Java SDK</h2>
-                <div class="description">
-                    Apache Fortress&trade;, or simply <em>Fortress</em>, is a standards based and Open Source Identity Access Management Java SDK for LDAP v3 compliant systems. Fortress is 100% compliant with RBAC, ARBAC02 and IETF's password policy draft
-                </div>
-                <div class="download-link">
-                    <a href="{{base}}fortress/downloads.html" class="download_badge"><b>Download Apache<br>Fortress {{version_fortress}}</b></a>
-                </div>
-            </div>
+  {% block hero %}
+    <div class="hero clearfix">
+      <div class="left">
+        <h1>Apache Fortress&trade;</h1>
+        <h2>OSS IAM Java SDK</h2>
+        <div class="description">
+          Apache Fortress&trade;, or simply <em>Fortress</em>, is a standards based and Open Source Identity Access Management Java SDK for LDAP v3 compliant systems. Fortress is 100% compliant with RBAC, ARBAC02 and IETF's password policy draft
         </div>
-    {% endblock %}
-
-    {% block news %}
-        <div class="news">{% filter markdown %}{% include "../content/fortress/news.mdtext" %}{% endfilter %}</div>
-    {% endblock %}
+        <!--div class="download-link">
+          <a href="{{base}}fortress/downloads.html" class="download_badge"><b>Download Apache<br>Fortress {{version_fortress}}</b></a>
+        </div-->
+      <div class="right">
+        <img src="../images/Fortress-IAMServer-v2.png" width="377" height="287" border="0"/>
+      </div>
+    </div>
+  {% endblock %}
 
+  {% block news %}
+    <div class="news">{% filter markdown %}{% include "../content/fortress/news.mdtext" %}{% endfilter %}</div>
+  {% endblock %}
 {% endblock %}