From 7d8fd812785ec924b238944e7b5d7c397f721ec9 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Thu, 19 Jan 2023 10:12:30 -0700 Subject: package documentation: gemini, gemtext, contrib --- gemini/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gemini/doc.go (limited to 'gemini/doc.go') diff --git a/gemini/doc.go b/gemini/doc.go new file mode 100644 index 0000000..b500799 --- /dev/null +++ b/gemini/doc.go @@ -0,0 +1,10 @@ +/* +The gemini package contains everything needed for building clients and servers on the gemini protocol. + +There are server and client implementations, parsers, formatters, and constructors for gemini requests +and responses, and a utility for building a gemini-ready TLS configuration. + +The gemtext subpackage is a library usefor for parsing and otherwise using gemtext documents, including +transforming them into a few other languages with overridable templates. +*/ +package gemini -- cgit v1.2.3