summaryrefslogtreecommitdiff
path: root/README.gmi
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.gmi
parent11b693e72fc5f141f4d38307a4c49829f8059a8e (diff)
README improvements
Diffstat (limited to 'README.gmi')
-rw-r--r--README.gmi32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.gmi b/README.gmi
index 704d77a..aac2864 100644
--- a/README.gmi
+++ b/README.gmi
@@ -2,6 +2,20 @@
sliderule is the toolkit for working with the small web in Go.
+```An ASCII art slide rule
+ _____________________________________________________________
+| |"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"| |
+| 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
@@ -80,9 +94,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.
-=> 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 tjp's home page, which also mentions the public key used for signing sliderule releases.
## Previously
@@ -96,17 +110,3 @@ There's lots still to do, and contributions are very welcome!
=> https://tildegit.org/tjp/sliderule submit an issue or pull request on the tildegit repository,
=> mailto:tjp@ctrl-c.club send me an email directly,
or poke me on IRC: I'm @tjp on irc.tilde.chat where you'll find me in #gemini
-
-```An ASCII art slide rule
- _____________________________________________________________
-| |"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"|"!"| |
-| 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|______________________|
- =====+=====
-```