aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-01-03 17:59:15 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-01-03 18:06:01 +0100
commiteb4b88a752e6a930a857151fb4fc74ee164238be (patch)
tree36ace9d3c67063d11d083f9236496c3fce7de1e0
parent23544957077063782ed62a58ca908d1018d36b2e (diff)
Add README.md file
-rw-r--r--README.md21
-rw-r--r--screenshot.pngbin0 -> 64624 bytes
2 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b7c2ca8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# Gopher plugin for Dillo
+
+This plugin allows Dillo to open pages using the [Gopher
+protocol](https://en.wikipedia.org/wiki/Gopher_(protocol)).
+
+![Screenshot of Dillo opening a Gopher site](screenshot.png)
+
+To install it use:
+
+```sh
+$ make install
+```
+
+Then open a gopher page using the `gopher:` protocol:
+
+```sh
+$ dillo gopher://gopher.floodgap.com:70
+```
+
+Created by [Charles E. Lehner](https://celehner.com/) along with other
+[Dillo plugins](https://celehner.com/projects.html#dillo-plugins).
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..cc932bf
--- /dev/null
+++ b/screenshot.png
Binary files differ