summaryrefslogtreecommitdiff
path: root/docs/DeveloperGuidelines.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-04-22 03:11:58 +0000
committerianb <devnull@localhost>2005-04-22 03:11:58 +0000
commit7752a3102fc8aa68ee7e349495bc2e9345c77c00 (patch)
tree7896dd31404fdfbba44d9c0338a7c1ae8e4ad5f8 /docs/DeveloperGuidelines.txt
parent4431828c677e6104b7abc62b31a933d2793ff6cf (diff)
downloadpaste-7752a3102fc8aa68ee7e349495bc2e9345c77c00.tar.gz
Internal renaming of wsgikit->paste
Diffstat (limited to 'docs/DeveloperGuidelines.txt')
-rw-r--r--docs/DeveloperGuidelines.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/DeveloperGuidelines.txt b/docs/DeveloperGuidelines.txt
index 8ff8122..f8388d4 100644
--- a/docs/DeveloperGuidelines.txt
+++ b/docs/DeveloperGuidelines.txt
@@ -1,10 +1,10 @@
-+++++++++++++++++++++++
-WSGIKit Developer Guide
-+++++++++++++++++++++++
+++++++++++++++++++++++++++++
+Python Paste Developer Guide
+++++++++++++++++++++++++++++
-Hi. Welcome to WSGIKit. I hope you enjoy your stay here.
+Hi. Welcome to Paste. I hope you enjoy your stay here.
-I hope to bring together multiple efforts here, for WSGIKit to support
+I hope to bring together multiple efforts here, for Paste to support
multiple frameworks and directions, while presenting a fairly
integrated frontend to users. How to do that? That's an open
question, and this code is in some ways an exploration.
@@ -25,7 +25,7 @@ There's some basic principles:
* Entry into frameworks should be easy, but exit should also be easy.
Heterogeneous frameworks and applications are the ambition. But we
- have to get some messiness into WSGIKit before we can try to resolve
+ have to get some messiness into Paste before we can try to resolve
that messiness.
* When all is said and done, users should be able to ignore much of
@@ -53,7 +53,7 @@ is going to bite your head off for committing something.
but please feel free to use those too. ``unittest`` is kind of
annoying, and py.test is both more powerful and easier to write for.
Tests should go in a ``tests/`` subdirectory.
- ``wsgikit.tests.fixture`` contains some convenience functions for
+ ``paste.tests.fixture`` contains some convenience functions for
testing WSGI applications and middleware.
.. _py.test: http://codespeak.net/py/current/doc/test.html