blob: a202b9db8725c358ed9644866859e0c4057c6d05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
Python Paste
============
This is a new copy of the documentation for Paste. The project is now being
maintained on limited life-support from https://github.com/cdent/paste
**Please consider other options.**
Many of the links you will find in these docs will be out of date. If you
know of a better destination for a link please submit an issue or pull
request at the GitHub repository above.
Contents:
.. toctree::
:maxdepth: 1
news
future
testing-applications
url-parsing-with-wsgi
do-it-yourself-framework
paste-httpserver-threadpool
developer-features
DeveloperGuidelines
StyleGuide
paste-httpserver-threadpool
testing-applications
url-parsing-with-wsgi
community/index.txt
community/mailing-list.txt
community/repository.txt
download/index.txt
license
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. comment:
I want to put these somewhere sometime, but no place for them now...
Python Paste -- 50% tastier than Elmer's!
Paste: making the web sticky.
Fix broken websites by applying Paste liberally.
Paste: paper over your inconsistencies.
Paste: a soft mixture of malleable consistency.
Paste: a tasty mixture to be spread on bread or crackers.
Paste: glue that won't hurt you if you eat it.
Python Paste: the web extruded into the form of a snake.
Paste: the vinegar eel.
Paste: you bring the cut.
Paste: a doughy substance from which to make metaphorical web cupcakes.
LAMP? LAMPP!
Putting the P in Wep 2.0!
Frankenweb crush tiny humans!
DSL? DSF!
Paste: Comfort for the framework-scarred
Other Components
================
* `Paste Deploy <./deploy/>`_
* `Paste Script <./script/>`_
* `WebOb <http://webob.org/>`_
* `WSGI specification (PEP 333) <http://www.python.org/dev/peps/pep-0333.html>`_
License
=======
Paste is distributed under the `MIT license
<http://www.opensource.org/licenses/mit-license.php>`_.
|