From 4c938958ff4ba3aadd46381d4319f68040ada829 Mon Sep 17 00:00:00 2001 From: Kye Potter Date: Sat, 4 Mar 2023 13:47:40 +0000 Subject: [PATCH] Add a feature comparison section to the readme Adds a new section to the readme listing missing features on different platforms. Did I miss anything here, or get anything wrong? --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f00dc17ea..02b22e1ad 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ KDE Connect is a multi-platform app that allows your devices to communicate (eg: All this is done completely wirelessly, utilising TLS encryption. +## Userbase wiki +A user-focused wiki can be found on [KDE Userbase](https://userbase.kde.org/KDEConnect) + ## Supported platforms - Computers running Linux with Plasma 5, Gnome 3, Elementary OS... any distro with Qt5 support :) - Android, by installing the KDE Connect app from the [Play Store](https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp) or [F-Droid](https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp). @@ -36,6 +39,7 @@ Platforms other than Linux are not officially supported, as there has yet to be ### On BSD It should work, but no promises :) + ## How does it work? KDE Connect consists of a UI-agnostic "core" library that exposes a series of DBus interfaces, and several UI components that consume these DBus interfaces. This way, new UI components can be added to integrate better with specific platforms or desktops, without having to reimplement the protocol or any of the internals. The core KDE Connect library is also divided into 4 big blocks: