From 661035247acf69b960b541ae3adfa76763fd7b23 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 5 Nov 2024 18:22:23 +0200 Subject: [PATCH] update readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50d8cb38..abee89b1 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ GTK 4 / Libadwaita client written in Rust * [ ] `60` Certificate requested * [ ] `61` Certificate not authorized * [ ] `62` Certificate not valid + * [x] [Gemtext](https://geminiprotocol.net/docs/gemtext-specification.gmi) (by [ggemtext](https://github.com/YGGverse/ggemtext)) + * [x] H1, H2, H3 + * [x] Code (inline/multiline) + * [ ] Terminal emulation + * [ ] Syntax highlight + * [x] Link + * [x] List + * [x] Quote * [ ] Gemfeed * [ ] Titan * [ ] [NEX](https://nightfall.city/nex/info/specification.txt) - useful for networks with build-in encryption (e.g. [Yggdrasil](https://yggdrasil-network.github.io)) @@ -200,5 +208,5 @@ Quick start guide and maintenance protocol ### See also -* [ggemtext](https://github.com/YGGverse/ggemtext) - Glib-oriented Gemtext API -* [ggemini](https://github.com/YGGverse/ggemini) - Glib-oriented client for Gemini protocol (in development) \ No newline at end of file +* [ggemtext](https://github.com/YGGverse/ggemtext) - Glib-oriented [Gemtext](https://geminiprotocol.net/docs/gemtext-specification.gmi) API +* [ggemini](https://github.com/YGGverse/ggemini) - Glib-oriented client for [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) \ No newline at end of file