summaryrefslogtreecommitdiff
path: root/apidoc/sphinx/templates/sidebar-intro.html
blob: df0c59eadee84fb02f6e5d8db0a45452570273f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>