From ebfeb5d51e5e31195053b8ed714762ae6b0d2060 Mon Sep 17 00:00:00 2001 From: Aarontheissueguy Date: Sat, 20 Feb 2021 20:03:09 +0100 Subject: Initial commit --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f9522eb --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ +# Html2Gemini +This simple python programm allows you to convert html to fully usable gmi files. +Using it is fairly simple. install md2gemini and markdownify with pip before you start. +Now place your entire site in the input folder (the script will filter it for html files). Run main.py with python 3 and wait untill it is done. You will now find your .gmi files in the output/gemini folder. You can simply run a server with those files and everything should work. This is script is intended to be used on html and text heavy sites. PHP files will not be converted. Codeblocks are somewhat buggy from time to time. -- cgit v1.2.3