From 38d6d6f98ddc8eaa5ab1959a58429f064ad77199 Mon Sep 17 00:00:00 2001 From: aqua Date: Sat, 24 Sep 2022 23:54:26 +0300 Subject: Add readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..5c8eb97b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# rekonq + +rekonq is a fast, simple WebKit-based KDE browser. + +This is a fork of rekonq that updates it to use Qt6. + +Original rekonq source code is licensed under GPLv2-or-later. All changes are licensed under GPLv3-only. + +## Features +* Modular architecture: functionality can be added via plugins + * web support via Qt WebEngine + * gemini support (in progress) + * rss/atom feed support (todo) +* Bookmarks: xbel-format + +## Usage + +You can find up-to-date build instructions in INSTALL.md -- cgit v1.2.1