about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-10-21 07:44:42 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-10-21 07:44:42 +0900
commit9392391dd580be60cb6e2efc2293db82b9e4badf (patch)
tree8d8acd78d9e8d0309426870867ea857087758456 /README.md
parenta632a4ccc505876144ae6ca8b3fd68cdf4bdb64a (diff)
downloadformbox-9392391dd580be60cb6e2efc2293db82b9e4badf.tar.gz
Replace dependencies 0.4.2
Bleach has been deprecated along with html5lib,
and its replacement nh3 lacks the linkify function,
so mistune is used for markdown for its url plugin.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 4e05c61..fa218f0 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,14 @@ for rendering email replies on websites and their [RSS] feed.
 
 ## Prerequisites
 
-This Python package depends on [bleach] for HTML sanitising
-and [markdown] for, well, rendering Markdown to HTML.  It is, however,
+This Python package depends on [nh3] for HTML sanitization
+and [mistune] for rendering Markdown to HTML.  It is, however,
 not designed to work with HTML emails with all those CSS and Java scripts.
 
 ## Installation
 
 It is recommended to install this package from a downstream repository,
-such as [Nix] or [IPWHL].
+such as [nixpkgs].
 
 ## Usage
 
@@ -40,7 +40,6 @@ by the Free Software Foundation, either version 3 of the License, or
 
 [mbox]: https://en.wikipedia.org/wiki/Mbox
 [RSS]: https://www.rssboard.org
-[bleach]: https://bleach.readthedocs.io
-[markdown]: https://python-markdown.github.io
-[Nix]: https://search.nixos.org/packages?channel=unstable&query=formbox
-[IPWHL]: https://man.sr.ht/~cnx/ipwhl
+[nh3]: https://nh3.readthedocs.io
+[mistune]: https://mistune.lepture.com
+[nixpkgs]: https://search.nixos.org/packages?channel=unstable&query=formbox