You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2016/04/11 19:34:49 UTC

svn commit: r1738611 - in /zest/site/src: htaccess index.html landing-resources/img/asf_logo.gif landing-resources/img/asf_logo.png

Author: paulmerlin
Date: Mon Apr 11 17:34:49 2016
New Revision: 1738611

URL: http://svn.apache.org/viewvc?rev=1738611&view=rev
Log:
replace asf logo with the new one

Added:
    zest/site/src/htaccess
    zest/site/src/landing-resources/img/asf_logo.png   (with props)
Removed:
    zest/site/src/landing-resources/img/asf_logo.gif
Modified:
    zest/site/src/index.html

Added: zest/site/src/htaccess
URL: http://svn.apache.org/viewvc/zest/site/src/htaccess?rev=1738611&view=auto
==============================================================================
--- zest/site/src/htaccess (added)
+++ zest/site/src/htaccess Mon Apr 11 17:34:49 2016
@@ -0,0 +1,14 @@
+---
+layout: none
+permalink: .htaccess
+---
+Redirect 301 /1.0/ /java/1.0/
+Redirect 301 /1.2/ /java/1.2/
+Redirect 301 /1.3/ /java/1.3/
+Redirect 301 /1.4/ /java/1.4/
+Redirect 301 /1.4.1/ /java/1.4.1/
+Redirect 301 /2.0/ /java/2.0/
+Redirect 301 /2.1/ /java/2.1/
+Redirect 301 /latest/ /java/latest/
+Redirect 301 /develop/ /java/develop/
+

Modified: zest/site/src/index.html
URL: http://svn.apache.org/viewvc/zest/site/src/index.html?rev=1738611&r1=1738610&r2=1738611&view=diff
==============================================================================
--- zest/site/src/index.html (original)
+++ zest/site/src/index.html Mon Apr 11 17:34:49 2016
@@ -27,7 +27,7 @@ title: Apache Zest
                 </div>
             </div>
             <div class="span3">
-                <a href="http://www.apache.org" target="_blank"><img src="landing-resources/img/asf_logo.gif"/></a>
+                <a href="http://www.apache.org" target="_blank"><img src="landing-resources/img/asf_logo.png"/></a>
                 <h3><i class="icon-group"></i> Get Help</h3>
                 <p>Join the <a href="https://www.apache.org/foundation/mailinglists.html" target="_blank">dev@zest.apache.org</a> mailing list to discuss and get help, or help others on <a href="http://stackoverflow.com/questions/tagged/apache-zest">Stackoverflow</a>.</p>
             </div>

Added: zest/site/src/landing-resources/img/asf_logo.png
URL: http://svn.apache.org/viewvc/zest/site/src/landing-resources/img/asf_logo.png?rev=1738611&view=auto
==============================================================================
Binary file - no diff available.

Propchange: zest/site/src/landing-resources/img/asf_logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream