← Home

gmi2html

Status: archived | Years active: 2023 (one-shot) | Programming Language: Python | License: GPLv3 | Source code

gmi2html was a very-quickly implemented gemtext to HTML parser. I wrote it primarily for fun and to learn about a few things. I learned how to structure a library so that it can be hosted on PyPi and made available for others, and I learned how to write my first parser in python.

Part of me wanted to then use this code to string together something which would allow me to read gemlogs in my RSS reader. The excessive README is the result of me preparing for that eventuality but I ended up deciding that I didn’t need that particular piece of kit and that I had gotten what I wanted out of the project. It was a fun afternoon or two and I look back on it fondly.