summaryrefslogtreecommitdiff
path: root/docs/download/index.txt
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2015-04-30 16:42:17 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2015-04-30 16:42:17 -0700
commit12a3f1f4cfa7f88478dc1b0e949fcc095b9fc804 (patch)
treeddb8079523d846f0b074437fc33fa5e28b508183 /docs/download/index.txt
downloadpaste-git-12a3f1f4cfa7f88478dc1b0e949fcc095b9fc804.tar.gz
Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sqleliminate_cgi_parse_qsl_2eliminate_cgi_parse_qsl
because `cgi.parse_qsl` is deprecated, according to https://docs.python.org/2/library/cgi.html#cgi.parse_qsl
Diffstat (limited to 'docs/download/index.txt')
-rw-r--r--docs/download/index.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/download/index.txt b/docs/download/index.txt
new file mode 100644
index 0000000..01f918f
--- /dev/null
+++ b/docs/download/index.txt
@@ -0,0 +1,32 @@
+Downloads
+=========
+
+Each of these packages is available in several formats. The source
+distribution is a complete set of documentation, tests, and the source
+files themselves. There are also two "Egg" files: these are files
+`easy_install <http://peak.telecommunity.com/DevCenter/EasyInstall>`_
+can install directly into your ``site-packages/`` directory, and are
+Python-version specific. The download files for the latest version
+are always located on the Cheese Shop pages (listed below).
+
+* `Paste <http://pypi.python.org/pypi/Paste>`_
+* `Paste Script <http://pypi.python.org/pypi/PasteScript>`_
+* `Paste Deploy <http://pypi.python.org/pypi/PasteDeploy>`_
+* `Paste WebKit <http://pypi.python.org/pypi/PasteWebKit>`_
+* `Wareweb <http://pypi.python.org/pypi/Wareweb>`_ (deprecated, use `Pylons
+ <https://pypi.python.org/pypi/Pylons>`_ instead)
+
+All the packages are available in the Mercurial repositories rooted in
+http://bitbucket.org/ianb/
+
+* http://bitbucket.org/ianb/paste
+* http://bitbucket.org/ianb/pastescript
+* http://bitbucket.org/ianb/pastedeploy
+* https://github.com/Pylons/webob
+* ... and others
+
+Use::
+
+ hg clone http://bitbucket.org/ianb/paste
+
+to check out a working copy of Paste.