From ce545143655321869e0671e64e0e1629656cd59e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 3 Jan 2024 18:16:26 +0100 Subject: Update README.md --- README.md | 27 +++++++++++++-------------- screenshot.png | Bin 0 -> 78391 bytes 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 screenshot.png diff --git a/README.md b/README.md index bc6f141..564ce6a 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,31 @@ -# dillo-gemini +# Gemini plugin for Dillo [Gemini][] protocol plugin for [Dillo][]. ## Screenshot -![Dillo loading gemini://gemini.conman.org/](&Mi6TnZIOeSmIVeI0VbtY3tqvIEcoCrUas2EwwS09sl0=.sha256) +![Dillo loading gemini://geminiquickst.art/](screenshot.png) ## Install -dillo-gemini requires the `openssl` command-line tool. +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). -This repo is hosted on the [SSB Network][SSB] using [git-ssb][]. +To install use: ```sh -git clone ssb://%V0D7DtSnZyyAp1NbgOJF2ZAFMeUy9eXwyClCEKYUYAI=.sha256 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 +$ 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 -- +- +- - ## See also @@ -35,8 +34,8 @@ dpidc stop Dillo Gemini plugin, implemented in Go, and more feature-complete than this one. -[Gemini]: https://gopher.tildeverse.org/zaibatsu.circumlunar.space/1/~solderpunk/gemini -[Dillo]: https://dillo.org/ +[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/ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..f1b9711 Binary files /dev/null and b/screenshot.png differ -- cgit v1.2.3