Commit 8c7c0615 authored by tarek's avatar tarek

doc fixes

--HG--
branch : distribute
extra : rebase_source : 505fa42499e2e7640e7fb05c18b840c7b5dc5f60
parent c2477907
......@@ -36,8 +36,7 @@ Installation Instructions
-------------------------
Distribute comes in two flavors: in eggs or as a source distribution. Archives
are available at the PyPI page and here :
http://bitbucket.org/tarek/distribute/downloads.
are available at the PyPI page.
It can be installed using easy_install or pip, with the source tarball, with the
eggs distribution, or using the ``distribute_setup.py`` script provided online.
......@@ -68,7 +67,7 @@ Source installation
Download the source tarball, and uncompress it, then run the install command::
$ wget http://bitbucket.org/tarek/distribute/downloads/distribute-0.6.tar.gz
$ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.tar.gz
$ tar -xzvf distribute-0.6.tar.gz
$ cd distribute-0.6
$ python setup.py install
......@@ -192,16 +191,12 @@ Install FAQ
Last, you will need to use the provided special `bootstrap.py` file,
located in the buildout directory.
-------------
Documentation
-------------
XXX will point to setuptools doc.
-------
Credits
-------
* More to add here I need to list (Hanno, me, other guys..)
* Tarek Ziadé
* Hanno Schlichting
* Many other people that helped on Distutils-SIG (please add your name here)
* Phillip Eby for the Setuptools project.
......@@ -34,10 +34,10 @@ DEFAULT_VERSION = "0.6"
DEFAULT_URL = "http://pypi.python.org/packages/%s/d/distribute/" % sys.version[:3]
md5_data = {
'distribute-0.6-py2.3.egg': '16c8d2490913748f1ebb363c90fa635e',
'distribute-0.6-py2.4.egg': '41efe13d5283f9fd1d3a81119c6a00dd',
'distribute-0.6-py2.5.egg': '93ae3b80f237983f3f23ae08a46516a1',
'distribute-0.6-py2.6.egg': 'bc68d9e041be3193189177daee79cd02',
'distribute-0.6-py2.3.egg': 'ebf4aced9597b90e3d166718f7841548',
'distribute-0.6-py2.4.egg': '5ce9c81c3c254d30089949ea50505aa7',
'distribute-0.6-py2.5.egg': 'd2a4e16bc4ff4e23e980740d90dd27f1',
'distribute-0.6-py2.6.egg': '44a8b060282ccbf867b66fa489e6396c',
}
def _validate_md5(egg_name, data):
......
......@@ -1214,7 +1214,7 @@ Creating System Packages
this kind of patching to work with setuptools.
If you or your users have a problem building a usable system package for
your project, please report the problem via the `mailing list`_ so that
your project, please report the problem via the mailing list so that
either the "bdist" tool in question or setuptools can be modified to
resolve the issue.
......@@ -2585,7 +2585,7 @@ Reusing ``setuptools`` Code
===========================
``distribute_setup``
-----------------
--------------------
XXX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment