summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-05-01 08:18:12 -0600
committertjpcc <tjp@ctrl-c.club>2023-05-01 08:18:12 -0600
commita97480d593dfc9ec1121d65b1697b53750f0d979 (patch)
tree542d3fe933850527fadc43239b58fc5ada42c472 /README.md
parent4777ea6d080881eedb2064e395cc6760ae2190f4 (diff)
more README updates
- lowercase the name everywhere - include a link back to gus
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index b5f95f9..abebad3 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,17 @@
# sliderule: The small web toolkit for Go
-Sliderule is the toolkit for working with the small web in Go.
+sliderule is the toolkit for working with the small web in Go.
Think of it as a net/http for small web protocols. You still have to write your server, but you can focus on the logic you want to implement knowing the protocol is already dealt with. It's been said of gemini that you can write your server in a day. Now you can write it in well under an hour.
## The slide rule
-Sliderule is named after the iconic instrument used to perform approximate mathematical calculations before the advent of handheld electronic calculators. It was the predominant tool that identified an engineer during project Gemini, a sort of developer's tool of it's time.
+sliderule is named after the iconic instrument used to perform approximate mathematical calculations before the advent of handheld electronic calculators. It was the predominant tool that identified an engineer during project Gemini, a sort of developer's tool of it's time.
## The "sliderule" package
-Sliderule is carefully structured as composable building blocks. The top-level package defines the framework in which servers and clients can be built.
+sliderule is carefully structured as composable building blocks. The top-level package defines the framework in which servers and clients can be built.
* a request type
* a response type
@@ -37,7 +37,7 @@ The primary text formats for those protocols have higher-level support provided
## Logging
-Sliderule borrows the logging interface from go-kit.
+sliderule borrows the logging interface from go-kit.
=> [The logger interface from go-kit/log.](https://pkg.go.dev/github.com/go-kit/log#Logger)
@@ -90,6 +90,12 @@ Since v0.9.0, releases are signed with minisign. The signature file is included
=> [TJP's home page, which also mentions the public key used for signing sliderule releases.](gemini://gemini.ctrl-c.club/~tjp)
+## Previously
+
+This project used to be called "gus", and the original project's old issues can be found at:
+
+=> [https://tildegit.org/tjp/gus](https://tildegit.org/tjp/gus)
+
## Contribute
There's lots still to do, and contributions are very welcome!