From f57c95fd4354b3ee9ad22adcf09f8bef45dbf9b5 Mon Sep 17 00:00:00 2001 From: Raph Date: Wed, 26 May 2021 08:20:05 -0700 Subject: [PATCH] Include link to the Gempub specification Include a link to the Gempub specification at https://codeberg.org/oppenlab/gempub. Gempub is an e-book and archive container specification. It is intended to serve as a container for e-books containing text files of in the "text/gemini" format, allowing the author to avoid the complexity of using web technologies for e-books that do not require them. It has a secondary purpose of functioning as an archival container for Gemini capsules. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcff74e..c153728 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Repo mirrors: - [Mobile](#mobile) - [Windows](#windows) - [Programming](#programming) +- [Related Specifications](#related-specifications) - [Resources](#resources) - [Servers](#servers) - [Services](#services) @@ -97,7 +98,10 @@ Repo mirrors: - [kaksik](https://github.com/sergetymo/kaksik) (Deno/TypeScript) - middleware library for building server applications. - [ruby-net-text](https://git.umaneti.net/ruby-net-text/) (Ruby) - Gemini support in Net::* and URI::* stack. - [warmuuh/jemini](https://github.com/warmuuh/jemini/tree/main/gemini-client)(Java) - reactive gemini-client, part of jemini-project -- + +## Related Specifications +- [GemPub Specification](https://codeberg.org/oppenlab/gempub) - Gempub, the Gemini e-book (and capsule archive) container specification. + ## Resources - [Gemini Specification](https://gemini.circumlunar.space/docs/specification.html) - the Gemini protocol specification. - [gemini.circumlunar.space/software](https://portal.mozz.us/gemini/gemini.circumlunar.space/software/) - list of Gemini software.