Update README

This commit is contained in:
hedy 2023-07-02 14:03:11 +08:00
parent e504383e4a
commit 95ac946384
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 51 additions and 13 deletions

View File

@ -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

View File

@ -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:
<!-- vim-markdown-toc GFM -->
* [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)
<!-- vim-markdown-toc -->
@ -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