summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren.stuvel@chess.nl>2011-08-01 11:30:03 +0200
committerSybren A. St?vel <sybren.stuvel@chess.nl>2011-08-01 11:30:03 +0200
commitc6cf4dcd5fd28579e924117e9afbfebf56176ec7 (patch)
treef87769d9b1bc24e610a06fa4a4b877ee42907926
parent40da520765e427d9ffa00b781d07e6c6466e1f56 (diff)
downloadrsa-c6cf4dcd5fd28579e924117e9afbfebf56176ec7.tar.gz
Moved README to README.rst
-rw-r--r--README.rst (renamed from README)13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README.rst
index ba68881..05a510d 100644
--- a/README
+++ b/README.rst
@@ -10,12 +10,13 @@ Download and install using:
pip install rsa
-or download it from [PyPI][pypi-rsa].
+or download it from the `Python Package Index`_.
-The source code is maintained in a [Mercurial repository] and is licensed under
-the [Apache License, version 2.0][APLv2].
+The source code is maintained in a `Mercurial repository`_ and is licensed under
+the `Apache License, version 2.0`_
-[Mercurial repository]: http://hg.stuvel.eu/python-rsa
-[pypi-rsa]: http://pypi.python.org/pypi/rsa
-[APLv2]: http://www.apache.org/licenses/LICENSE-2.0
+.. _`Mercurial repository`: http://hg.stuvel.eu/python-rsa
+.. _`Python Package Index`: http://pypi.python.org/pypi/rsa
+.. _`Apache License, version 2.0`: http://www.apache.org/licenses/LICENSE-2.0
+