blob: b7c2ca877001f0f1deae1e18ae1d8adc411510b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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).
|