commit f57c95fd4354b3ee9ad22adcf09f8bef45dbf9b5
parent 5f2a3f0b5d6c898aa3c2365b784e27310e62e104
Author: Raph <raph@raphm.com>
Date: Wed, 26 May 2021 08:20:05 -0700
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.
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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.