Index: branches/PublicaMundi_David-devel/docs/_templates/indexsidebar.html
===================================================================
--- branches/PublicaMundi_David-devel/docs/_templates/indexsidebar.html	(revision 506)
+++ branches/PublicaMundi_David-devel/docs/_templates/indexsidebar.html	(revision 659)
@@ -1,20 +1,39 @@
-<div class="categories">
-  <a href="/site/Downloads"><h1>Download now !</h1>
-        <p class="version">ZOO Version 1.3.0</p></a>
-</div>
-<div class="donate">
-  <h1 id="SupportZOO-Project">Support ZOO-Project</h1>
-    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="text-align: center;">
-      <input type="hidden" name="cmd" value="_s-xclick"></input>
-      <input type="hidden" name="hosted_button_id" value="WTHKTUQBHBHSQ"></input>
-      <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" style="border:0"></input>
-      <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></img>
-    </form>
-</div>
-<div class="twitts">
-  <h1 id="FollowtheZOO">Follow the ZOO</h1>
-    <p>
-      <a style="padding:0; border:none" href="http://twitter.com/ZOO_Project"><img src="http://a0.twimg.com/a/1291253242/images/fronts/logo_withbird_home.png" alt="http://a0.twimg.com/a/1291253242/images/fronts/logo_withbird_home.png" title="http://a0.twimg.com/a/1291253242/images/fronts/logo_withbird_home.png"></img></a>
-    </p>
-</div>
+<p class="logo">A <a href="http://pocoo.org/">
+  <img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a>
+  {%trans%}project{%endtrans%}</p>
 
+<h3>Download</h3>
+{% if version.endswith('a0') %}
+<p>{%trans%}This documentation is for version <b>{{ version }}</b>, which is
+  not released yet.{%endtrans%}</p>
+<p>{%trans%}You can use it from the
+  <a href="https://github.com/sphinx-doc/sphinx/">Git repo</a> or look for
+  released versions in the <a href="https://pypi.python.org/pypi/Sphinx">Python
+    Package Index</a>.{%endtrans%}</p>
+{% else %}
+<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
+<p>{%trans%}Get Sphinx from the <a href="https://pypi.python.org/pypi/Sphinx">Python Package
+Index</a>, or install it with:{%endtrans%}</p>
+{% if version.split('b')|length > 1 %}
+<pre>pip install Sphinx=={{ version }}</pre>
+<p>{%trans%}<a href="http://sphinx-doc.org/">Stable version docs</a>
+are also available.{%endtrans%}</p>
+{% else %}
+<pre>pip install -U Sphinx</pre>
+<p>{%trans%}Latest <a href="http://sphinx-doc.org/latest/">development version docs</a>
+are also available.{%endtrans%}</p>
+{% endif %}
+{% endif %}
+
+<h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3>
+
+<p>{%trans%}Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:{%endtrans%}</p>
+<form action="http://groups.google.com/group/sphinx-users/boxsubscribe"
+      style="padding-left: 0.5em">
+  <input type="text" name="email" value="your@email" style="font-size: 90%; width: 120px"
+         onfocus="$(this).val('');"/>
+  <input type="submit" name="sub" value="Subscribe" style="font-size: 90%; width: 70px"/>
+</form>
+<p>{%trans%}or come to the <tt>#sphinx-doc</tt> channel on FreeNode.{%endtrans%}</p>
+<p>{%trans%}You can also open an issue at the
+  <a href="https://github.com/sphinx-doc/sphinx/issues">tracker</a>.{%endtrans%}</p>
