Tobias Rautenkranz tobias at rautenkranz.ch
Tue Apr 13 14:24:12 BST 2021
- - - - - - - - - - - - - - - - - - -
Hi. There is now a Gemini client integration for KDE. It allows you to fetch (kio-gemini) and view (geminipart) Gemini documents in Konqueror. Using kio-gemini all KDE applications using kio are able to access the Gemini Protocol. (e.g.: fetch atom feeds with Akregator)
The two necessary plugins are available as source code:https://invent.kde.org/tobias/geminiparthttps://invent.kde.org/tobias/kio-gemini
Given the necessary KDE & Qt development files, you should be able to install them with the usual cmake and make commands:cmake .; make; sudo make installNow you can use Konqueror to browse the Gemini Space.
tobias