aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-23 11:32:54 +0000
committerFuwn <[email protected]>2024-06-23 11:32:54 +0000
commitd83cf0f7355e04dcc5ff007a53bd45ed46415261 (patch)
treeca74fd1b4c2572a7aa706a1d72f2e853b30061df
parentfeat(gopher): escape text lines (diff)
downloadmomoka-d83cf0f7355e04dcc5ff007a53bd45ed46415261.tar.xz
momoka-d83cf0f7355e04dcc5ff007a53bd45ed46415261.zip
docs(readme): add lagrange screenshot
-rw-r--r--README.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/README.md b/README.md
index a7107c9..621e9b9 100644
--- a/README.md
+++ b/README.md
@@ -2,23 +2,24 @@
> A Gemini-to-Gopher Proxy
-Momoka is a Gopher proxy that sits in between Gopher clients and Gemini servers.
-It translates any Gemini requests containing Gemtext into Gopher-compatible
-responses.
+Momoka is a [Gopher](https://www.rfc-editor.org/info/rfc1436) proxy that sits in
+between Gopher clients and [Gemini](https://fuwn.me/proxy/geminiprotocol.net/)
+servers. It translates any Gemini requests containing Gemtext into
+Gopher-compatible responses.
-Momoka is written in under 300 (280) lines of code and written in the functional
-[Gleam](https://gleam.run). It's designed to be small and simple.
+Momoka is written in under 300 (298) lines of code in the functional
+[Gleam](https://gleam.run) programming language. It's designed to be small and
+simple.
<br>
For reference of accuracy, here is a screenshot of the
-[bollux](https://tildegit.org/acdw/bollux) client displaying both the Gopher and
-the Gemini responses side-by-side. It's practically the same output, save for the
-line wrapping.
+[Lagrange](https://gmi.skyjake.fi/lagrange/) client displaying both the Gopher
+and the Gemini responses side-by-side. It's **literally** the same output.
<p align="center">
<br>
- <img src="https://i.imgur.com/GyF0pEJ.png" width="75%">
+ <img src="https://i.imgur.com/07aLdRj.png" width="75%">
</p>
## Usage