summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarsey Litzenberger <dlitz@dlitz.net>2022-01-24 21:06:04 -0800
committerDarsey Litzenberger <dlitz@dlitz.net>2022-01-24 21:10:19 -0800
commit5d45ede9dbdc0e5791a75fa174537db940a114af (patch)
tree2bd67172bea846f9bffde5bf20bca2c2d9db0a1e
parent2f06a4f7ff1e1fd6e224c450a39475279ce8dcf1 (diff)
downloadpycrypto-5d45ede9dbdc0e5791a75fa174537db940a114af.tar.gz
gh-pages: phrasing
-rw-r--r--index.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.md b/index.md
index 43a221b..e3063b2 100644
--- a/index.md
+++ b/index.md
@@ -1,13 +1,13 @@
# This software is no longer maintained.
-**PyCrypto 2.x is obsolete, unmaintained, and contains security vulnerabilities.**
+**PyCrypto 2.x is unmaintained, obsolete, and contains security vulnerabilities.**
Please choose one of the following alternatives:
### [Cryptography](https://cryptography.io)
* Recommended for new applications.
-* Modern API with fewer gotchas.
+* Newer API with fewer gotchas.
* [API docs](https://cryptography.io)
* [GitHub](https://github.com/pyca/cryptography)
* [PyPI](https://pypi.org/project/cryptography)
@@ -15,8 +15,7 @@ Please choose one of the following alternatives:
### [PyCryptodome](https://www.pycryptodome.org)
* Recommended for existing software that depends on PyCrypto.
-* Fork of PyCrypto. Exposes almost the same API as the old PyCrypto
- so that most applications will run unmodified.
+* Fork of PyCrypto. Most applications should run unmodified.
* [API docs](https://www.pycryptodome.org)
* [GitHub](https://github.com/Legrandin/pycryptodome)
* [PyPI](https://pypi.org/project/pycryptodome)
@@ -27,9 +26,9 @@ Please choose one of the following alternatives:
⚠️ **PyCrypto 2.x is unmaintained. The following are provided for reference only.**
-* [Old API docs](./api/) (epydoc output)
+* [API docs](./api/) (epydoc output)
* [Old overview of PyCrypto (v2.3)](./doc/)
-* [GitHub source repository](https://github.com/pycrypto/pycrypto)
-* [Download release tarballs](./pub/dlitz/crypto/pycrypto/)
+* [Source code repository](https://github.com/pycrypto/pycrypto)
+* [Release tarballs](./pub/dlitz/crypto/pycrypto/)
* [Mailing list archive](https://lists.dlitz.net/pipermail/pycrypto/) ([Local snapshot](./pipermail/pycrypto/))
* [PyPI](https://pypi.org/project/pycrypto/)