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 2015/02/02 09:40:23 UTC

svn commit: r1656410 - /directory/site/trunk/templates/kerby/index.html

Author: elecharny
Date: Mon Feb  2 08:40:23 2015
New Revision: 1656410

URL: http://svn.apache.org/r1656410
Log:
Trying ot fix an unbalanced tag

Modified:
    directory/site/trunk/templates/kerby/index.html

Modified: directory/site/trunk/templates/kerby/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/index.html?rev=1656410&r1=1656409&r2=1656410&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/index.html (original)
+++ directory/site/trunk/templates/kerby/index.html Mon Feb  2 08:40:23 2015
@@ -1,22 +1,27 @@
 {% extends "kerby/page.html" %}
 
 {% block content %}
+
   {% block hero %}
     <div class="hero clearfix">
       <div class="left">
         <h1>Apache Kerby&trade;</h1>
-        <h2>Apache Kerberos Server</h2>
+        <h2>The Apache Kerberos Server</h2>
         <div class="description">
-          Apache Kerbys&trade;, or simply <em>Kerby</em>, is a Kerbeors server implementation, in Java, plus a set of associated tools.
+          Apache Kerby, or simply <em>Kerby</em>, is a Kerbeors server implementation, in Java, plus a set of associated tools.<br/>
         </div>
-      </div>
         <!--div class="download-link">
-          <a href="{{base}}kerby/downloads.html" class="download_badge"><b>Download Apache<br>Kerby {{version_kerby}}</b></a>
+          <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/kerby/news.mdtext" %}{% endfilter %}</div>
   {% endblock %}
+
 {% endblock %}