You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/22 22:49:34 UTC

svn commit: r1376230 - /lucene/cms/trunk/templates/py-sidebar.html

Author: rmuir
Date: Wed Aug 22 20:49:34 2012
New Revision: 1376230

URL: http://svn.apache.org/viewvc?rev=1376230&view=rev
Log:
try to add pylucene download link

Modified:
    lucene/cms/trunk/templates/py-sidebar.html

Modified: lucene/cms/trunk/templates/py-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/py-sidebar.html?rev=1376230&r1=1376229&r2=1376230&view=diff
==============================================================================
--- lucene/cms/trunk/templates/py-sidebar.html (original)
+++ lucene/cms/trunk/templates/py-sidebar.html Wed Aug 22 20:49:34 2012
@@ -1,4 +1,11 @@
 {% block pyside %}
 <div id="sidebar">
+  <div class="button-wrapper">
+    <div class="button-green">
+    <a href="http://www.apache.org/dyn/closer.cgi/lucene/pylucene/">Download</a>
+    <div class="flap top">Click to begin</div>
+    <div class="flap bottom">of Apache PyLucene</div>
+    <div class="download-desc">Apache PyLucene</div>
+  </div>
   {% filter markdown %}{% include "pynav.mdtext" %}{% endfilter %}
-</div>{% endblock %}
\ No newline at end of file
+</div>{% endblock %}