blob: 564ce6ad8d9fe50960a10a7d8dcf555a8364a670 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# Gemini plugin for Dillo
[Gemini][] protocol plugin for [Dillo][].
## Screenshot

## Install
Requires the `openssl` command-line tool.
[ansi2html](https://pypi.org/project/ansi2html/) is optionally required to render pages that use ANSI escape codes (e.g. for colors).
To install use:
```sh
$ make install
```
Created by [Charles E. Lehner](https://celehner.com/) along with other
[Dillo plugins](https://celehner.com/projects.html#dillo-plugins).
The original repo is hosted on the [SSB Network][SSB] using [git-ssb][].
## Sites to try
- <gemini://geminiquickst.art/>
- <gemini://geminiprotocol.net'>
- <gemini://gemini.conman.org/>
## See also
- [gemini.filter.dpi](https://github.com/boomlinde/gemini.filter.dpi) - Another
Dillo Gemini plugin, implemented in Go, and more feature-complete than this
one.
[Gemini]: https://en.wikipedia.org/wiki/Gemini_(protocol)
[Dillo]: https://dillo-browser.github.io/
[git-ssb]: %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256
[SSB]: https://www.scuttlebutt.nz/
## License
FSFAP
|