summaryrefslogtreecommitdiff
path: root/docs/download/index.txt
diff options
context:
space:
mode:
authormatt <matt@xcolour.net>2013-01-28 11:32:18 -0500
committermatt <matt@xcolour.net>2013-01-28 11:32:18 -0500
commit1afcb52d73271bbbd78f885451aa1b0e78c09871 (patch)
tree9145840d6036fcbc0b6647c88f679a567fa8c54d /docs/download/index.txt
downloadpaste-git-stringio.tar.gz
Import StringIO so it can be used.stringio
Diffstat (limited to 'docs/download/index.txt')
-rw-r--r--docs/download/index.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/download/index.txt b/docs/download/index.txt
new file mode 100644
index 0000000..674497e
--- /dev/null
+++ b/docs/download/index.txt
@@ -0,0 +1,31 @@
+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://cheeseshop.python.org/pypi/Paste>`_
+* `Paste Script <http://cheeseshop.python.org/pypi/PasteScript>`_
+* `Paste Deploy <http://cheeseshop.python.org/pypi/PasteDeploy>`_
+* `Paste WebKit <http://cheeseshop.python.org/pypi/PasteWebKit>`_
+* `Wareweb <http://cheeseshop.python.org/pypi/Wareweb>`_
+
+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
+* http://bitbucket.org/ianb/webob
+* ... and others
+
+Use::
+
+ hg clone http://bitbucket.org/ianb/paste
+
+to check out a working copy of Paste.