From 561c56c71a82ab2f6b337a008cf477c1a462d625 Mon Sep 17 00:00:00 2001 From: Martin Keegan Date: Tue, 26 Apr 2022 20:53:23 +0100 Subject: [PATCH 1/3] add reference to Smolver server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2e5392..0a95883 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Repo mirrors: - [rc-gemd](https://sr.ht/~moody/rc-gemd) (Shell) - simple Gemini server written in rc (for plan9 operating systems). - [Satellite](https://sr.ht/~gsthnz/satellite/) (Go) - small Gemini server for serving static files. - [Shavit](https://git.sr.ht/~yotam/shavit) (Go) - configurable Gemini server for UNIX operating systems. +- [Smolver](https://gitlab.com/g2764/smolver) (Swift) - a small Gemini server. - [Space-Age](https://gitlab.com/lambdatronic/space-age) (Clojure) - Gemini server written in Clojure. - [Taurus](https://git.sr.ht/~garritfra/taurus)(Rust) - A Concurrent Gemini Server. - [Titan](https://github.com/jahzielv/titan) (Rust) - simple TOML-configured Gemini server and an Express-like Gemini server framework. From 69e3bc51039f89d083def229ad391f4d2ec248a3 Mon Sep 17 00:00:00 2001 From: Martin Keegan Date: Thu, 28 Apr 2022 22:58:35 +0100 Subject: [PATCH 2/3] note conversion to LaTeX / PDF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a95883..3c7f203 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ Repo mirrors: - [gemini_http](https://github.com/cyevgeniy/gemini_http) (Go) - simple tool for viewing gemini files that are placed on a http server. - [gemmit](https://github.com/t-900-a/gemmit) (Go) - social news aggregation and web content rating website for the gemini protocol. - [GemPress](https://git.sr.ht/~aprates/gempress) (C) - Yet another Gemini publishing framework with HTML and Atom support, written in Bash and Sugar-C. +- [gemtext2latex](https://github.com/mk270/gemtext2latex) - tool for converting Gemtext to reasonable LaTeX and thence PDF - [gemtexter](https://codeberg.org/foozone/gemtexter) (Bash) - Site generator and blog engine for Gemini. Generates Atom and Gemfeeds , and also does Gemtext to HTML and Markdown conversion. - [gloggery](https://github.com/kconner/gloggery) (Go) - basic static site generator for blogs in Gemini. - [gmitohtml](https://gitlab.com/tslocum/gmitohtml) (Go) - proxy that renders Gemini pages using HTML. From dd6a8c7fe9940004b824bee718c4ea7b26dc77cd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 10 May 2022 09:27:59 +0100 Subject: [PATCH 3/3] Update gemtexter URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c7f203..93fe0d3 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ Repo mirrors: - [gemmit](https://github.com/t-900-a/gemmit) (Go) - social news aggregation and web content rating website for the gemini protocol. - [GemPress](https://git.sr.ht/~aprates/gempress) (C) - Yet another Gemini publishing framework with HTML and Atom support, written in Bash and Sugar-C. - [gemtext2latex](https://github.com/mk270/gemtext2latex) - tool for converting Gemtext to reasonable LaTeX and thence PDF -- [gemtexter](https://codeberg.org/foozone/gemtexter) (Bash) - Site generator and blog engine for Gemini. Generates Atom and Gemfeeds , and also does Gemtext to HTML and Markdown conversion. +- [gemtexter](https://codeberg.org/snonux/gemtexter) (Bash) - Site generator and blog engine for Gemini. Generates Atom and Gemfeeds , and also does Gemtext to HTML and Markdown conversion. - [gloggery](https://github.com/kconner/gloggery) (Go) - basic static site generator for blogs in Gemini. - [gmitohtml](https://gitlab.com/tslocum/gmitohtml) (Go) - proxy that renders Gemini pages using HTML. - [gmi2html](https://github.com/shtanton/gmi2html) (Zig) - tiny gemtext to HTML converter with a focus on performance.