mention release signing and the key used
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tjpcc 2023-01-30 15:09:58 -07:00
parent 4f6f3dcd4b
commit a4ef387eeb
2 changed files with 13 additions and 1 deletions

View File

@ -64,6 +64,12 @@ $ go get tildegit.org/tjp/gus
=> https://tildegit.org/tjp/gus The code is hosted here on tildegit.
=> https://pkg.go.dev/tildegit.org/tjp/gus The generated documentation is on the go package index.
### 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.
=> gemini.ctrl-c.club/~tjp TJP's home page, which also mentions the public key used for signing gus releases.
## Contribute
There's lots still to do, and contributions are very welcome!

View File

@ -18,7 +18,7 @@ Gus is carefully structured as composable building blocks. The top-level package
## Protocols
The packages gus/gemini and gus/gopher provide concrete implementations of gus abstractions specific to those protocols.
The packages gus/gemini, gus/gopher, and gus/finger provide concrete implementations of gus abstractions specific to those protocols.
* I/O (parsing, formatting) request and responses
* constructors for the various kinds of protocol responses
@ -70,6 +70,12 @@ $ go get tildegit.org/tjp/gus
=> [The generated documentation is on the go package index.](https://pkg.go.dev/tildegit.org/tjp/gus)
### 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.
=> [TJP's home page, which also mentions the public key used for signing gus releases.](gemini.ctrl-c.club/~tjp)
## Contribute
There's lots still to do, and contributions are very welcome!