diff options
author | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
commit | dc73d5573e6c415fd5589309875221343755fa7b (patch) | |
tree | 659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/download/index.txt | |
parent | 8c174186edba0ab407e18cd5130d3bbb7a939416 (diff) | |
download | paste-git-fix-docs.tar.gz |
Prepare docs for publishing to RTFDfix-docs
We'd like to have a stable location for documentation. The
destination will be https://pythonpaste.readthedocs.io
This change also tries to make sure that there are sufficient
warnings throughout about the status of Paste.
Diffstat (limited to 'docs/download/index.txt')
-rw-r--r-- | docs/download/index.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/download/index.txt b/docs/download/index.txt index 01f918f..537e316 100644 --- a/docs/download/index.txt +++ b/docs/download/index.txt @@ -16,17 +16,16 @@ are always located on the Cheese Shop pages (listed below). * `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 +All the packages are available in some repositories, many rooted in http://bitbucket.org/ianb/ -* http://bitbucket.org/ianb/paste +* https://github.com/cdent/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. +..note:: Several of these repositories and projects are fairly stale and + insufficiently maintained. Work is in progress to get them on + life support, but it is unlikely they will ever be active projects + again. WebOb is still actively maintained. |