- Timestamp:
- Jun 15, 2015, 6:41:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/_templates/indexsidebar.html
r456 r659 1 <div class="categories"> 2 <a href="/site/Downloads"><h1>Download now !</h1> 3 <p class="version">ZOO Version 1.3.0</p></a> 4 </div> 5 <div class="donate"> 6 <h1 id="SupportZOO-Project">Support ZOO-Project</h1> 7 <form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="text-align: center;"> 8 <input type="hidden" name="cmd" value="_s-xclick"></input> 9 <input type="hidden" name="hosted_button_id" value="WTHKTUQBHBHSQ"></input> 10 <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> 11 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></img> 12 </form> 13 </div> 14 <div class="twitts"> 15 <h1 id="FollowtheZOO">Follow the ZOO</h1> 16 <p> 17 <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> 18 </p> 19 </div> 1 <p class="logo">A <a href="http://pocoo.org/"> 2 <img src="{{ pathto("_static/pocoo.png", 1) }}" alt="Pocoo" /></a> 3 {%trans%}project{%endtrans%}</p> 20 4 5 <h3>Download</h3> 6 {% if version.endswith('a0') %} 7 <p>{%trans%}This documentation is for version <b>{{ version }}</b>, which is 8 not released yet.{%endtrans%}</p> 9 <p>{%trans%}You can use it from the 10 <a href="https://github.com/sphinx-doc/sphinx/">Git repo</a> or look for 11 released versions in the <a href="https://pypi.python.org/pypi/Sphinx">Python 12 Package Index</a>.{%endtrans%}</p> 13 {% else %} 14 <p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p> 15 <p>{%trans%}Get Sphinx from the <a href="https://pypi.python.org/pypi/Sphinx">Python Package 16 Index</a>, or install it with:{%endtrans%}</p> 17 {% if version.split('b')|length > 1 %} 18 <pre>pip install Sphinx=={{ version }}</pre> 19 <p>{%trans%}<a href="http://sphinx-doc.org/">Stable version docs</a> 20 are also available.{%endtrans%}</p> 21 {% else %} 22 <pre>pip install -U Sphinx</pre> 23 <p>{%trans%}Latest <a href="http://sphinx-doc.org/latest/">development version docs</a> 24 are also available.{%endtrans%}</p> 25 {% endif %} 26 {% endif %} 27 28 <h3>{%trans%}Questions? Suggestions?{%endtrans%}</h3> 29 30 <p>{%trans%}Join the <a href="http://groups.google.com/group/sphinx-users">Google group</a>:{%endtrans%}</p> 31 <form action="http://groups.google.com/group/sphinx-users/boxsubscribe" 32 style="padding-left: 0.5em"> 33 <input type="text" name="email" value="your@email" style="font-size: 90%; width: 120px" 34 onfocus="$(this).val('');"/> 35 <input type="submit" name="sub" value="Subscribe" style="font-size: 90%; width: 70px"/> 36 </form> 37 <p>{%trans%}or come to the <tt>#sphinx-doc</tt> channel on FreeNode.{%endtrans%}</p> 38 <p>{%trans%}You can also open an issue at the 39 <a href="https://github.com/sphinx-doc/sphinx/issues">tracker</a>.{%endtrans%}</p>
Note: See TracChangeset
for help on using the changeset viewer.