From 89d81490fbc276eb6420bbec1f3b7bc5eb5ec29f Mon Sep 17 00:00:00 2001 From: Aarontheissueguy Date: Sat, 20 Feb 2021 20:07:17 +0100 Subject: Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f9522eb..784c513 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +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. +Now place your entire site in the input folder (the script will filter it for html files).Change the "domain" variable to your domain and 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