From dc5cce23e9b0869455f546d968052bc200dd0011 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Tue, 20 Jun 2023 23:29:12 -0400 Subject: init --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a909cc9 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# laika + +async Gemini protocol server. + +* Serves static content +* Configurable gemini root, port, ip to bind to, logfile location. + +### To do + +* User directories (`~/public_gemini`) +* Optional autogenerated directory indexes +* Service files +* Tests + +### Development + +The repository is available +I'm primarily using [sr.ht/~gbmor/laika](https://sr.ht/~gbmor/laika) for development, +but the repository will be available at [github.com/gbmor/laika](https://github.com/gbmor/laika). + +### Notes + +* Gemini project homepage: [https://gemini.circumlunar.space/](https://gemini.circumlunar.space/) +* Spec: [https://gemini.circumlunar.space/docs/specification.html](https://gemini.circumlunar.space/docs/specification.html) + +### What's the name mean? + +Gemini the protocol is named after NASA's Project Gemini. +As a result, some gemini-related projects use space-themed names. +Laika was the first dog in space. -- cgit 1.4.1