From eb4b88a752e6a930a857151fb4fc74ee164238be Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 3 Jan 2024 17:59:15 +0100 Subject: Add README.md file --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') 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). -- cgit v1.2.3