Browse Source

Fixed homepage links

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
42a46ed09b
  1. 8
      website/index.html

8
website/index.html

@ -50,11 +50,11 @@ def hello():
</ul>
<h2>What’s in the Box?</h2>
<ul>
<li>built in development server and <a href=docs/quickstart.html#debug-mode>debugger</a>
<li>integrated support for <a href=docs/testing.html>unittesting support</a>
<li>RESTful <a href=docs/quickstart.html#routing>request dispatching</a>
<li>built in development server and <a href=docs/quickstart/#debug-mode>debugger</a>
<li>integrated support for <a href=docs/testing/>unittesting support</a>
<li>RESTful <a href=docs/quickstart/#routing>request dispatching</a>
<li>uses <a href=http://jinja.pocoo.org/2/documentation/templates>Jinja2 templating</a>
<li>support for <a href=docs/quickstart.html#sessions>secure cookies</a> (client side sessions)
<li>support for <a href=docs/quickstart/#sessions>secure cookies</a> (client side sessions)
<li>100% <a href=http://www.python.org/dev/peps/pep-0333/>WSGI 1.0</a> compliant
<li>Unicode based
</ul>

Loading…
Cancel
Save