summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-05-05 07:31:27 -0600
committertjpcc <tjp@ctrl-c.club>2023-05-05 07:31:27 -0600
commitb6d785af563db161aa1f4329175b9530aeb38c9b (patch)
treed1837bcf591ab37254cdf4d8cede15f9fb5646aa /README.md
parent11b693e72fc5f141f4d38307a4c49829f8059a8e (diff)
README improvements
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 409bb15..f07fe61 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,20 @@
sliderule is the toolkit for working with the small web in Go.
+```
+ _____________________________________________________________
+| |"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"| |
+| 0 1 2 3 4 5 6 7 8 9 10 11 12 13 4 |
+|---------------------------=====+=====-----------------------|
+|___:981,:,!,,2::!:3n:4:5:6|7891:|:!:!2|:!.3:!:4!5:67891!:!___|mmm
+ | |891"!"|""2""|"3n|4|5"6|7891"!"|"|2""!"3"|"4|5"67891"!| |
+ | | I | |
+ ___|___9:1:1c2:3:4:5:67892|::!::|3n:C:|4::!:5:::6::7::8:9:1:1c___|
+| 9!1"1"2"3"4"5"67892"|"||""3n"|""4""|"5"!"6""7""8"9"1"1 |===
+|__________________________|_____|__apx|______________________|
+ =====+=====
+```
+
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
@@ -86,9 +100,9 @@ $ go get tildegit.org/tjp/sliderule
### Verify releases
-Since v0.9.0, releases are signed with minisign. The signature file is included in the release downloads page, and the public key is RWSzQywJwHgjSMD0y0RXwXAGpapcMJplwbCVYQqabhAJ+NAnKAeh98Vb - this is also referenced on tjp's home page on gemini.
+Releases are signed with minisign. The signature file is included in the release downloads page, and the public key is RWSzQywJwHgjSMD0y0RXwXAGpapcMJplwbCVYQqabhAJ+NAnKAeh98Vb - this is also referenced on tjp's gemini home page.
-=> [TJP's home page, which also mentions the public key used for signing sliderule releases.](gemini://gemini.ctrl-c.club/~tjp)
+=> [tjp's home page, which also mentions the public key used for signing sliderule releases.](gemini://gemini.ctrl-c.club/~tjp)
## Previously
@@ -105,17 +119,3 @@ There's lots still to do, and contributions are very welcome!
=> [send me an email directly,](mailto:tjp@ctrl-c.club)
or poke me on IRC: I'm @tjp on irc.tilde.chat where you'll find me in #gemini
-
-```
- _____________________________________________________________
-| |"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"| |
-| 0 1 2 3 4 5 6 7 8 9 10 11 12 13 4 |
-|---------------------------=====+=====-----------------------|
-|___:981,:,!,,2::!:3n:4:5:6|7891:|:!:!2|:!.3:!:4!5:67891!:!___|mmm
- | |891"!"|""2""|"3n|4|5"6|7891"!"|"|2""!"3"|"4|5"67891"!| |
- | | I | |
- ___|___9:1:1c2:3:4:5:67892|::!::|3n:C:|4::!:5:::6::7::8:9:1:1c___|
-| 9!1"1"2"3"4"5"67892"|"||""3n"|""4""|"5"!"6""7""8"9"1"1 |===
-|__________________________|_____|__apx|______________________|
- =====+=====
-```