diff options
Diffstat (limited to 'docs/_templates/indexsidebar.html')
-rw-r--r-- | docs/_templates/indexsidebar.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/_templates/indexsidebar.html b/docs/_templates/indexsidebar.html new file mode 100644 index 0000000..94a81c8 --- /dev/null +++ b/docs/_templates/indexsidebar.html @@ -0,0 +1,19 @@ +<h3>Download</h3> +{% if version.endswith('(hg)') %} +<p>This documentation is for version <b>{{ version }}</b>, which is + not released yet.</p> +<p>You can use it from the + <a href="http://bitbucket.org/bbangert/routes/">Mercurial repo</a> or look for + released versions in the <a href="http://pypi.python.org/pypi/Routes">Python + Package Index</a>.</p> +{% else %} +<p>Current version: <b>{{ version }}</b></p> +<p>Get Routes from the <a href="http://pypi.python.org/pypi/Routes">Python Package +Index</a>, or install it with:</p> +<pre>easy_install -U Routes</pre> +{% endif %} + +<h3>Bugs? Suggestions?</h3> + +<p>Report them at the Bitbucket + <a href="http://www.bitbucket.org/bbangert/routes/issues/">tracker</a>.</p> |