More work on #Rogallo, my #GeminiProtocol client for the #Terminal
More work on #Rogallo, my #GeminiProtocol client for the #Terminal
I've moved the #gemtext parsing code out of #Rogallo and into its own library: https://blog.davep.org/2026/06/25/gemtext-a-gemtext-parsing-library-for-python.html

I've just made an initial release of a new library related to my ongoing project to build my own Gemini protocol browser. Initially, the code to parse the hypertext format used for Gemini sites, lived in the Rogallo codebase. But despite it being a pretty simple bit of code, I felt it could be useful for other things too. So rather than have it be buried inside a package that has a lot of other dependencies, I've decided to spin it out into its own little package.