diff --git a/README.gmi b/README.gmi index 5cf5c9d..d0ae3a3 100644 --- a/README.gmi +++ b/README.gmi @@ -8,14 +8,6 @@ A static spartan server with many features: * CONF or TOML config file * CGI -Table of Contents - -=> #install install -=> #configuration configuation -=> #cli CLI -=> #cgi CGI -=> #todo todo - Known servers running spsrv => spartan://hedy.tilde.cafe:3333 @@ -24,6 +16,20 @@ Known servers running spsrv => spartan://earthlight.xyz:3000 => spartan://jdcard.com:3300 +Questions / Support + +=> irc://irc.tilde.chat:6697/#spartan #spartan on Tilde.Chat (please ping hedy) +=> mailto:~hedy/inbox@lists.sr.ht Public inbox on lists.sr.ht + + +Table of Contents + +=> #install install +=> #configuration configuation +=> #cli CLI +=> #cgi CGI +=> #todo todo + ## install @@ -166,6 +172,15 @@ Check out some example CGI scripts in the examples/ directory. => https://tildegit.org/hedy/spsrv/src/branch/main/examples/ examples/ +Example systemd service configurations are also listed there. Feel free to contribute for other OSes :) + + +## Help / Issues / Feedback + +Please either use the #spartan channel on tilde.chat IRC or my public inbox. + +Both are listed at the top of this document. + ## todo diff --git a/README.md b/README.md index 1852c3a..d4552b7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ Known servers running spsrv: * [earthlight.xyz:3000](https://portal.mozz.us/spartan/earthlight.xyz:3000) * [jdcard.com:3300](https://portal.mozz.us/spartan/jdcard.com:3300/) +**Questions / Support** + +* [#spartan on Tilde.Chat IRC](https://tilde.chat/kiwi/#spartan) (please ping + hedy) +* [Public inbox](mailto:~hedy/inbox@lists.sr.ht) (general mailing list on + lists.sr.ht) +* Patches: { [~hedy/inbox at lists.sr.ht](https://lists.sr.ht/~hedy/inbox) } + --- **Table of contents** @@ -22,14 +30,15 @@ Known servers running spsrv: * [install](#install) - * [Option 1: prebuilt binaries](#option-1-prebuilt-binaries) - * [Option 2: with `go install`](#option-2-with-go-install) - * [Option 3: just build it yourself](#option-3-just-build-it-yourself) - * [otherwise...](#otherwise) + * [Option 1: prebuilt binaries](#option-1-prebuilt-binaries) + * [Option 2: with `go install`](#option-2-with-go-install) + * [Option 3: just build it yourself](#option-3-just-build-it-yourself) + * [otherwise...](#otherwise) * [configuration](#configuration) - * [config options](#config-options) + * [config options](#config-options) * [CLI](#cli) * [CGI](#cgi) +* [Help / Issues / Feedback](#help--issues--feedback) * [todo](#todo) @@ -176,6 +185,20 @@ their own CGI scripts. See configuration section for more details. Check out some example CGI scripts in the [examples/](examples/) directory. +Example systemd service configurations are also listed there. Feel free to +contribute for other OSes :) + + +## Help / Issues / Feedback + +Please either use the [#spartan channel on tilde.chat +IRC](https://tilde.chat/kiwi/#spartan) or my [public +inbox](https://lists.sr.ht/~hedy/inbox). + +Both are listed at the top of this document. + +**Patches** -> [public inbox](https://lists.sr.ht/~hedy/inbox) + ## todo