aboutsummaryrefslogtreecommitdiff
path: root/network/python-twisted-web2/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-16 01:13:49 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-20 12:33:01 -0500
commit7a1b4848a3d34a263544fadf08178c91c12fbad0 (patch)
tree8987d0fc908e371dfa87445425f59c7514075b37 /network/python-twisted-web2/README
parent987d45e99a299c3b24418b2976e8ec9d5f3bf404 (diff)
python/*: Moved a lot of Python stuff here
The criteria for whether something "belongs" in Development or Libraries or Python or ... is admittedly arbitrary. As a general rule, if it could be either Libraries or Python, it's Python. Otherwise, pick one and we'll go from there... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/python-twisted-web2/README')
-rw-r--r--network/python-twisted-web2/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/network/python-twisted-web2/README b/network/python-twisted-web2/README
deleted file mode 100644
index 8808f3d079c45..0000000000000
--- a/network/python-twisted-web2/README
+++ /dev/null
@@ -1,19 +0,0 @@
-Twisted.Web2 is an experimental web server built with Twisted. Useful Web2
-functionality will be backported to TwistedWeb until TwistedWeb is as
-featureful as Web2, then Web2 will be abandoned.
-
-Improvements over Twisted.Web:
-* Streaming upload data
-* Separation of low level HTTP and high level request handling which allows
- it to run under other transports such as SCGI and CGI
-* IResource API improvements from Nevow
-* More versatile outgoing data streaming API
-* Correct header parsing
-* Full HTTP/1.1 support
-* Output filters (HTTP range support in a generic fashion, and gzip support)
-* Significantly better URI Rewriting when used behind a proxy such as Apache's
- mod_proxy
-
-Twisted Web2 is available under the MIT Free Software licence.
-
-Requires: python-twisted