Gemini-dillo is a plugin for the Dillo browser to allow surfing the gemini protocol world.
Go to file
Lee b7043567ad update void linux install line 2023-09-05 23:21:28 -04:00
README.md update void linux install line 2023-09-05 23:21:28 -04:00
dillo-screenshot.jpg add dillo-screenshot.jpg 2023-09-05 23:03:03 -04:00
gemini.filter.dpi Support mawk 2020-11-10 17:58:57 -05:00

README.md

dillo-gemini

Gemini protocol plugin for Dillo

Dillo is a lightweight GUI web browser. dillo-gemini is a plugin for Dillo to browse gemini pages via Dillo. It even works on my very old PocketCHIP computer and my Raspberry Pi 1B.

The original repo was on git-ssb. I've mirrored it here to make it easier to install, added some install info, and hope it will encourage more folks to try it.

Screenshot

Dillo-gemini screenshot

Install

Dillo needs to be installed. dillo-gemini requires the openssl command-line tool.

Debian-based distros:

sudo apt install dillo openssl

Void Linux:

xbps-install dillo openssl

Other distros may contains dillo in their repos or it can be built from source.

ansi2html is optionally required to render pages that use ANSI escape codes (e.g. for colors).

Note: Original repo I forked from was hosted on the SSB Network usig git-ssb. I found it difficult to access and clone on my PocketCHIP computer so I made this mirror.

git clone https://tildegit.org/exquisitecorp/dillo-gemini
cd dillo-gemini
mkdir -p ~/.dillo/dpi/gemini
ln -rs gemini.filter.dpi ~/.dillo/dpi/gemini
test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc
echo 'proto.gemini=gemini/gemini.filter.dpi' >> ~/.dillo/dpidrc
dpidc stop

Sites to try

See also

  • gemini.filter.dpi - Another Dillo Gemini plugin, implemented in Go, and more feature-complete than this one.

License

original repo on git ssb (c) Cel 2020 FSFAP