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/10 05:14:11 UTC

svn commit: r1690193 - in /directory/site/trunk: content/kerby/downloads.mdtext templates/kerby/index.html templates/kerby/page.html

Author: plusplusjiajia
Date: Fri Jul 10 03:14:11 2015
New Revision: 1690193

URL: http://svn.apache.org/r1690193
Log:
Add overview in index page.

Modified:
    directory/site/trunk/content/kerby/downloads.mdtext
    directory/site/trunk/templates/kerby/index.html
    directory/site/trunk/templates/kerby/page.html

Modified: directory/site/trunk/content/kerby/downloads.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/kerby/downloads.mdtext?rev=1690193&r1=1690192&r2=1690193&view=diff
==============================================================================
--- directory/site/trunk/content/kerby/downloads.mdtext (original)
+++ directory/site/trunk/content/kerby/downloads.mdtext Fri Jul 10 03:14:11 2015
@@ -20,10 +20,12 @@ Notice: Licensed to the Apache Software
 
 ## Jar Download 
 
-Coming soon of the Apache Kerby first release...
+### Coming soon of the Apache Kerby first release...
 
+<!--
 * ![Download](../images/download-archive.png) [Download Archive zip/tar.gz](download/download-archive.html)
 * ![Download](../images/download-sources.png) [Download Sources](download/download-sources.html)
+-->
 
 ## Maven Dependency
 

Modified: directory/site/trunk/templates/kerby/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/index.html?rev=1690193&r1=1690192&r2=1690193&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/index.html (original)
+++ directory/site/trunk/templates/kerby/index.html Fri Jul 10 03:14:11 2015
@@ -24,7 +24,7 @@
   {% endblock %}
 
   {% block news %}
-    <div class="news">{% filter markdown %}{% include "../content/kerby/news.mdtext" %}{% endfilter %}</div>
+    <div class="news">{% filter markdown %}{% include "../content/kerby/overview.mdtext" %}{% endfilter %}</div>
   {% endblock %}
 
 {% endblock %}

Modified: directory/site/trunk/templates/kerby/page.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/kerby/page.html?rev=1690193&r1=1690192&r2=1690193&view=diff
==============================================================================
--- directory/site/trunk/templates/kerby/page.html (original)
+++ directory/site/trunk/templates/kerby/page.html Fri Jul 10 03:14:11 2015
@@ -12,7 +12,7 @@
     <h5>Kerby</h5>
     <ul>
         <li><a href="{{base}}kerby/">Home</a></li>
-        <li><a href="{{base}}kerby/news.html">News</a></li>
+        <!--li><a href="{{base}}kerby/news.html">News</a></li-->
         <li><a href="{{base}}kerby/features.html">Features</a></li>
     </ul>
     <h5>Downloads</h5>