File: sidebar-intro.html

package info (click to toggle)
python-bottle 0.10.11-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,332 kB
  • sloc: python: 4,605; makefile: 191
file content (33 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download
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
29
30
31
32
33
<p>
   Bottle is a fast, simple and lightweight WSGI micro web-framework for Python.
</p>
<h3>Some Links</h3>
<ul>
  <li><a target="_blank" href="https://github.com/defnull/bottle/issues">Issue Tracker</a></li>
  <li><a target="_blank" href="http://pypi.python.org/pypi/bottle">Bottle @ PyPI</a></li>
  <li><a target="_blank" href="https://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="https://plus.google.com/b/104025895326575643538/104025895326575643538/posts">Bottle @ Google plus</a></li>
  <li><a target="_blank" href="http://twitter.com/bottlepy">Bottle @ Twitter</a></li>
  <li><a target="_blank" href="http://webchat.freenode.net/?channels=bottlepy">Bottle @ Freenode (Chat)</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>
  Download this documentation as <a href="{{ pathto('bottle-docs.pdf', 1) }}">PDF</a> or <a href="{{ pathto('bottle-docs.zip', 1) }}">HTML (zip)</a> for offline use.
</p>
<h3>Sources</h3>
<p>Browse the sources at <a href="https://github.com/defnull/bottle">GitHub</a>.</p>
<h3>Other Releases</h3>
<ul>
  {% for v, name in releases %}
    {% if v == version %}
      <li><b>Bottle {{v}}</b> ({{name}})</li>
    {% else %}
      <li><a href="http://bottlepy.org/docs/{{v}}/">Bottle {{v}}</a> ({{name}})</li>
  {% endif %}
  {% endfor %}
</ul>