Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dillo-browser/dillo-plugin-gopher
- Owner: dillo-browser
- License: gpl-3.0
- Created: 2024-01-03T17:03:00.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T13:09:01.000Z (9 months ago)
- Last Synced: 2024-07-11T03:41:29.932Z (6 months ago)
- Topics: dillo, dillo-plugin, gopher
- Language: C
- Homepage:
- Size: 83 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).