Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Rautenkranz
site
Commits
44e1fb0f
Commit
44e1fb0f
authored
Apr 26, 2021
by
Tobias Rautenkranz
Browse files
kde geminipart
parent
3c1f5794
Changes
2
Hide whitespace changes
Inline
Side-by-side
_posts/2021-04-26-kde-gemini.md
0 → 100644
View file @
44e1fb0f
---
layout
:
post
title
:
KDE Gemini KIO & KPart Plugin
category
:
code
tags
:
code
date
:
2021-04-26 21:36 +0200
---
A
[
Gemini
](
//gemini.circumlunar.space/
)
internet protocol client integration for
[
KDE
](
https://kde.org
)
.
It allows fetching and viewing (using _kio-gemini_ and _geminipart_) Gemini
documents mainly in
[
Konqueror
](
https://apps.kde.org/konqueror/
)
.
Using _kio-gemini_ all KDE applications using
[
KIO
](
https://community.kde.org/KIO
)
are able to access files
using the Gemini Protocol (e.g.: fetch atom feeds with Akregator).
Applications using
[
KParts
](
https://api.kde.org/frameworks/kparts/html/index.html
)
can display
rendered gemini text files.
## Install
The two necessary plugins are available as source code:
*
<https://gitlab.com/tobiasrautenkranz/geminipart>
*
<https://gitlab.com/tobiasrautenkranz/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 install
```
## Usage
Now you can use Konqueror to browse the Gemini Space.

You may have to chose the correct KPart in Konqueror:
> View : View Mode : Gemini View
img/kde_geminipart.png
0 → 100644
View file @
44e1fb0f
35.4 KB
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment