Hi all! After eight hours of struggle yesterday, I finally made an MVP for Git.gmi, a CGI script that serves as a git frontend like cgit and git.sr.ht. It currently supports viewing repo index, summary, tree, textual blob, and commit log. Unlike gemgit it is not a static site generator, but a real, dynamic application. Here is a demo page: => gemini://fkfd.me/git/cgi/ It *may* work (or it may not); if you encounter status code 42, this could be the server or browser messing up relative links. Try fiddling with the URL in the address bar, like checking for missing/extra slashes. Repo (which you can also view on the demo above, of course): => https://git.sr.ht/~fkfd/git.gmi ~fkfd
---