~mbuechse/gemtext-to-html

071e5887 — Matthias Büchse 2 years ago
Fix defect (somewhat): escape certain characters as HTML entities
450a31f6 — Matthias Büchse 2 years ago
removed debug output
425cc06a — Matthias Büchse 2 years ago
added generation of rss.xml

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mbuechse/gemtext-to-html
read/write
git@git.sr.ht:~mbuechse/gemtext-to-html

You can also use your local clone with git send-email.

#gemtext-html-converter

A Python script that converts text/gemini into HTML.

A simple script that converts gemtext to HTML. It will convert any gmi file in a given path into HTML. Local links will be rewritten to the corresponding HTML file.

You can run it like so:

python3 convert_dir.py <PATH>