diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
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 |