diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-09-24 23:54:26 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-25 00:04:53 +0300 |
commit | 38d6d6f98ddc8eaa5ab1959a58429f064ad77199 (patch) | |
tree | 88ecfa3237018ba2c2f60f1142b4ba2d0d62c534 | |
parent | Add BookmarksContextMenu (diff) | |
download | rekonq-38d6d6f98ddc8eaa5ab1959a58429f064ad77199.tar.xz |
Add readmeRKNQ-12-documentation
-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 |