You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/07/06 04:02:09 UTC

svn commit: r1689311 - in /directory/site/trunk: content/images/kerby_logo.png templates/kerby/index.html templates/kerby/page.html

Author: plusplusjiajia
Date: Mon Jul  6 02:02:08 2015
New Revision: 1689311

URL: http://svn.apache.org/r1689311
Log:
Add kerby logo.

Added:
    directory/site/trunk/content/images/kerby_logo.png   (with props)
Modified:
    directory/site/trunk/templates/kerby/index.html
    directory/site/trunk/templates/kerby/page.html

Added: directory/site/trunk/content/images/kerby_logo.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/images/kerby_logo.png?rev=1689311&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/images/kerby_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/site/trunk/templates/kerby/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/index.html?rev=1689311&r1=1689310&r2=1689311&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/index.html (original)
+++ directory/site/trunk/templates/kerby/index.html Mon Jul  6 02:02:08 2015
@@ -7,16 +7,15 @@
       <div class="left">
         <h1>Apache Kerby&trade;</h1>
         <h2>The Apache Kerberos Server</h2>
-        <div class="description">
-          Apache Kerby, or simply <em>Kerby</em>, is a Kerbeors server implementation, in Java, plus a set of associated tools.<br/>
+        <div class="description">Apache KeApache Kerby is a Java Kerberos binding. It provides a rich, intuitive and interoperable implementation, library, KDC and various facilities that integrates PKI, OTP and token (OAuth2) as desired in modern environments such as cloud, Hadoop and mobile.<br/>
         </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/hero-ldap-api.jpg" width="377" height="287" border="0"/>
-      </div-->
+      <div class="right">
+        <img src="../images/kerby_logo.png" width="125" height="125" border="0"/>
+      </div>
     </div>
   {% endblock %}
 

Modified: directory/site/trunk/templates/kerby/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/page.html?rev=1689311&r1=1689310&r2=1689311&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/page.html (original)
+++ directory/site/trunk/templates/kerby/page.html Mon Jul  6 02:02:08 2015
@@ -36,7 +36,7 @@
     <h5>Documentation</h5>
     <ul>
         <li><a href="{{base}}kerby/overview.html">Overview</a></li>
-	    <li><a href="{{base}}kerby/quick-start.html">Quick Start</a></li>
+	<li><a href="{{base}}kerby/quick-start.html">Quick Start</a></li>
         <li><a href="{{base}}kerby/user-guide.html">Users Guide</a></li>
         <!--li><a href="{{base}}kerby/gen-docs/latest/apidocs/">JavaDocs</a></li-->
         <!--li><a href="{{base}}kerby/gen-docs/latest/xref/">Cross-Reference</a></li-->