From 78f26e4e82369fcca7713f716dd284de500a0ccc Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 17 Oct 2022 05:43:09 +0200 Subject: [PATCH] Added some more information to README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67e6e5d..151b5fc 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ Because I want to read them comfortable on my ebook when traveling. Not more... ## Helpful libraries and tools -- https://pandoc.org/ - Haskell and then maybe make use of https://pypi.org/project/pypandoc/. +- https://pandoc.org/ - Haskell and then maybe make use of https://pypi.org/project/pandocfilters/, + https://pypi.org/project/pypandoc/ or https://pypi.org/project/pandoc/. (very mature features for document conversion like direct manpage input and epub output, - but I don't know much about pandoc, so I need to discover this. (https://pypi.org/project/pandoc/)) + but I don't know much about pandoc, so I need to discover this.) - https://www.gnu.org/software/groff/ (man -Thtml df > df.html) - https://linux.die.net/man/1/man2html