diff --git a/README.md b/README.md index 4e38561..6b86d79 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Goldberry is a graphical smallnet client supporting gopher and gemini protocols, as well as local files (coming soon). +![Goldberry's user interface showing a gemini capsule named 'spacewalk'](goldberry.png) + This is an experimental project, but builds fine and works well for what it does. Try it out if you like. Goldberry is meant to be the graphical consort or my other client [bombadillo](https://bombadillo.colorfield.space), though the two vary in philosophy/style quite a bit. This was built mostly on a whim. I do not have much use for a graphical client and mostly just did it as a hobby project in spare time. The code is a mess and there are some questionable design choices. For example, goldberry does not at present verify tls certificates: it will accept anything that is offered by the server. It also does not implement the entirety of gemini: much like bombadillo, no client certificates. goldberry can and does render images, but does not do so inline and only makes one request per page. diff --git a/goldberry.png b/goldberry.png new file mode 100644 index 0000000..c1748db Binary files /dev/null and b/goldberry.png differ