Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dillo-browser/dillo-plugin-gopher

Gopher plugin for Dillo written in C
https://github.com/dillo-browser/dillo-plugin-gopher

dillo dillo-plugin gopher

Last synced: about 1 month ago
JSON representation

Gopher plugin for Dillo written in C

Awesome Lists containing this project

README

        

# 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).