From 2e9f65f0689e5cba719479b2d580bba2533d0f05 Mon Sep 17 00:00:00 2001 From: Addison Schuhardt Date: Wed, 18 May 2022 11:44:22 -0700 Subject: [PATCH 1/2] Adding Opal https://github.com/aschuhardt/Opal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93fe0d3..335cf11 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Repo mirrors: - [warmuuh/jemini](https://github.com/warmuuh/jemini/tree/main/gemini-client)(Java) - reactive gemini-client, part of jemini-project - [geminic](https://github.com/WarpEngineer/geminic) (Erlang) - An Erlang library for building Gemini protocol clients. - [dremini](https://github.com/marty1885/dremini) (C++) - Highly concurrent C++ Gemini server and client library +- [Opal](https://github.com/aschuhardt/Opal) (C#) - Gemini client library for .NET 6. Built-in support for TOFU and client certificates. ## Related Specifications - [GemPub Specification](https://codeberg.org/oppenlab/gempub) - Gempub, the Gemini e-book (and capsule archive) container specification. From e1e07db0dbecc0aa05fecea470ace66914c68f15 Mon Sep 17 00:00:00 2001 From: Martin Keegan Date: Thu, 26 May 2022 00:49:38 +0100 Subject: [PATCH 2/2] add link to antenna software --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 335cf11..48dab0c 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Repo mirrors: - [cl-yag](git://bitreich.org/cl-yag) (Common-Lisp) - Static site generator producing gemini, gopher and html. - [comitium](https://git.nytpu.com/comitium) (C) - A feed aggregator for gemini supporting many formats and protocols. - [gemgen](https://sr.ht/~kota/gemgen/) (Go) - A Markdown to Gemtext generator. +- [gemini-antenna](https://notabug.org/tinyrabbit/gemini-antenna) (Python) - A feed-aggregator for Gemini, triggered by submissions. - [gemini-pandoc-lua-filter](https://github.com/kr1sp1n/gemini-pandoc-lua-filter) (Lua) - lua filter for pandoc to output Gemini text. - [gemini-to-html](https://github.com/RangerMauve/gemini-to-html) (Node.js) - JavaScript library for parsing Gemini pages, and for rendering them to HTML. - [geminize](https://addons.mozilla.org/en-US/firefox/addon/geminize/) - Firefox addon that redirects gemini:// URLs and links to a customizable HTTP-to-Gemini proxy.