summaryrefslogtreecommitdiff
path: root/apidoc/sphinx/templates/sidebar-intro.html
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/sphinx/templates/sidebar-intro.html')
-rw-r--r--apidoc/sphinx/templates/sidebar-intro.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/apidoc/sphinx/templates/sidebar-intro.html b/apidoc/sphinx/templates/sidebar-intro.html
new file mode 100644
index 0000000..df0c59e
--- /dev/null
+++ b/apidoc/sphinx/templates/sidebar-intro.html
@@ -0,0 +1,28 @@
+<p>
+ This is the documentation of Bottle, a fast, simple and lightweight WSGI micro web-framework for Python.
+</p>
+<h3>Some Links</h3>
+<ul>
+ <li><a href="http://bottle.paws.de/">The Bottle Website</a></li>
+ <li><a target="_blank" href="http://github.com/defnull/bottle/issues">Bottle Issue Tracker</a></li>
+ <li><a target="_blank" href="http://pypi.python.org/pypi/bottle">Bottle @ PyPI</a></li>
+ <li><a target="_blank" href="http://github.com/defnull/bottle">Bottle @ GitHub</a></li>
+ <li><a target="_blank" href="http://groups.google.de/group/bottlepy">Bottle @ Google Groups</a></li>
+ <li><a target="_blank" href="http://twitter.com/bottlepy">Bottle @ Twitter</a></li>
+ <li><a target="_blank" href="http://flattr.com/thing/21888/Bottle-A-Python-Web-Framework">Bottle @ Flattr</a></li>
+</ul>
+<h3>Installation</h3>
+<p>Install Bottle with <code>pip&nbsp;install&nbsp;bottle</code> or download the source package at <a href="http://pypi.python.org/pypi/bottle">PyPI</a>.</p>
+<h3>Documentation</h3>
+<p>
+ You can download this documentation as <a href="http://bottle.paws.de/docs/bottle-docs.pdf">PDF</a> or <a href="http://bottle.paws.de/docs/bottle-docs.zip">HTML (zip)</a> for offline use.
+</p>
+<h3>Sources</h3>
+<p>You can browse the sources at <a href="http://github.com/defnull/bottle">GitHub</a>.</p>
+<h3>Other Releases</h3>
+<ul>
+ <li><a href="http://bottle.paws.de/docs/dev/">Bottle dev (in development)</a></li>
+ <li><a href="http://bottle.paws.de/docs/0.8/">Bottle 0.8 (stable)</a></li>
+</ul>
+
+