Documentation
=============

Reference
---------

* `Paste Reference Documentation 
  <http://pythonpaste.org/docs/reference.html>`_
* `Configuration <configuration.html>`_
* `Integrating Frameworks Info Paste <integration.html>`_
* `Roadmap for Paste <roadmap.html>`_
* `Testing Applications With Paste <testing-applications.html>`_
* `URL Parsing with WSGI and Paste <url-parsing-with-wsgi.html>`_

Tutorials and Introduction
--------------------------

* `To-Do Tutorial <TodoTutorial.html>`_
* `What Is Paste? <what-is-paste.html>`_; older related documents:

  * `What is WSGIKit <http://blog.ianbicking.org/what-is-wsgikit.html>`_
  * `What can WSGIKit do for you?
    <http://blog.ianbicking.org/what-can-wsgikit-do-for-you.html>`_
  * Ian Bicking presented at `PyCon 2005 <http://pycon.org/dc2005>`_ on 
    `WSGI Middleware and WSGIKit
    <http://www.imagescape.com/software/docs/wsgikit-pycon2005/>`_: 
    *Using WSGI Middleware to build a foundation for Python web
    programming*

Developers
----------

* `Developer Guidelines <DeveloperGuidelines.html>`_
* `Style Guide <StyleGuide.html>`_
