summaryrefslogtreecommitdiff
path: root/docs/web
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-05-20 03:23:20 +0000
committerianb <devnull@localhost>2005-05-20 03:23:20 +0000
commit0192a15c6500e916cd5240e52c12d9c5d07107cb (patch)
treed41fef47a878b75b88849ad637feef959d1c1c6f /docs/web
parented7acd0d92233a39c92cd757d6bcda07c04b3119 (diff)
downloadpaste-0192a15c6500e916cd5240e52c12d9c5d07107cb.tar.gz
Added proper properties to everything; new document builds; added docs to front page
Diffstat (limited to 'docs/web')
-rw-r--r--docs/web/index.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/web/index.txt b/docs/web/index.txt
index 2b19419..2adbce3 100644
--- a/docs/web/index.txt
+++ b/docs/web/index.txt
@@ -67,8 +67,16 @@ More abstract discussion about Python web programming in general:
Resources
=========
-* `To-do tutorial`_, an introduction to Paste installation and application
- design
+* `To-Do Tutorial`_, an introduction to Paste installation and application
+ design.
+
+* `Testing Applications with Paste <docs/testing-applications.html>`_,
+ an introduction to Paste's acceptance testing functionality.
+
+* `URL Parsing with WSGI and Paste
+ <docs/url-parsing-with-wsgi.html>`_, an introduction into the
+ architecture of Paste's URL parsing, and the ways you can bring WSGI
+ deeper into your framework.
* `What is Paste? <./docs/what-is-paste.html>`_: a description of the
project scope (see also the older documents `What is WSGIKit?