diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-03 17:59:15 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-03 18:06:01 +0100 |
commit | eb4b88a752e6a930a857151fb4fc74ee164238be (patch) | |
tree | 36ace9d3c67063d11d083f9236496c3fce7de1e0 | |
parent | 23544957077063782ed62a58ca908d1018d36b2e (diff) |
Add README.md file
-rw-r--r-- | README.md | 21 | ||||
-rw-r--r-- | screenshot.png | bin | 0 -> 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)). + + + +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 Binary files differnew file mode 100644 index 0000000..cc932bf --- /dev/null +++ b/screenshot.png |