From 88ee1e1dc84383589fc068dc38aa4733fa9361f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Wagner?= Date: Sun, 27 Aug 2023 12:40:23 +0200 Subject: [PATCH] Update README.md add 2 programming resources --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da4f27a..c022663 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,12 @@ Repo mirrors: - [derhuerst/gemini](https://github.com/derhuerst/gemini) (Node.js) - server & client lib. - [a-h/gemini](https://github.com/a-h/gemini) (Go) - Applications and libraries for building applications on Gemini. - [cuipod](https://github.com/aegis-dev/cuipod) (C#) - Simple yet flexible framework for Gemini protocol server. +- [gemget](https://github.com/makew0rld/gemget) (Go) - Command line downloader for the Gemini protocol. - [go-gemini](https://git.sr.ht/~yotam/go-gemini) (Go) - library that provides an easy interface to create client and servers. -- [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) (Go) - more recent fork of the library above. +- [go-gemini](https://github.com/makew0rld/go-gemini) (Go) - more recent fork of the library above. - [gemini](https://github.com/kulak/gemini) (Go) - Server side Gemini protocol + Titan protocol implementation that matches standard GO http API. - [gig](https://github.com/pitr/gig) (Go) - Gemini framework. +- [gusmobile](https://git.sr.ht/~rwa/gusmobile) (Python) - gemini client for Pyhton (used by geminispace.info) - [html2gemini](https://github.com/LukeEmmet/html2gemini) (Go) - package library to convert HTML to Gemini (see also html2gmi for command line application) - [ignition](https://github.com/cbrews/ignition) (Python) - Gemini client transport/request library for python3. - [Agunua](https://framagit.org/bortzmeyer/agunua) (Python) - Gemini library to write clients. Includes IRI support, gemtext parsing and CLI tool.