File: sidebarintro.html

package info (click to toggle)
python-werkzeug 0.8.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,940 kB
  • sloc: python: 16,194; makefile: 143; pascal: 66; xml: 16
file content (19 lines) | stat: -rw-r--r-- 654 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h3>About Werkzeug</h3>
<p>
  Werkzeug is a WSGI utility library.  It can serve as the basis for a
  custom framework.
</p>
<h3>Other Formats</h3>
<p>
  You can download the documentation in other formats as well:
</p>
<ul>
  <li><a href="http://werkzeug.pocoo.org/docs/werkzeug-docs.pdf">as PDF</a>
  <li><a href="http://werkzeug.pocoo.org/docs/werkzeug-docs.zip">as zipped HTML</a>
</ul>
<h3>Useful Links</h3>
<ul>
  <li><a href="http://werkzeug.pocoo.org/">The Werkzeug Website</a></li>
  <li><a href="http://pypi.python.org/pypi/Werkzeug">Werkzeug @ PyPI</a></li>
  <li><a href="http://github.com/mitsuhiko/werkzeug">Werkzeug @ github</a></li>
</ul>