diff options
author | Peter Hofmann <scm@uninformativ.de> | 2014-11-08 10:48:39 +0100 |
---|---|---|
committer | Peter Hofmann <scm@uninformativ.de> | 2014-11-08 11:10:50 +0100 |
commit | 61d57941dad9dff69e24048b77225b46d09f9bac (patch) | |
tree | d2713e43f1c505f07e4f9098fb5ec06da1d4b4b4 /README | |
parent | 8afe8f12e88c06229798af49c24aabd08e76b89b (diff) | |
download | lariza-61d57941dad9dff69e24048b77225b46d09f9bac.tar.gz |
Port the most basic stuff to WebKit2
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,11 +4,11 @@ ========== -A simple web browser using GTK+ 2, GLib and WebKitGTK+. +A simple web browser using GTK+ 3, GLib and WebKit2GTK+. Features: - - A WebKit viewport + - A WebKit2 viewport - An input box to change the URI or to search the current page - Built-in launching of suckless' tabbed - Built-in adblock @@ -18,7 +18,7 @@ Features: - Global content zoom - View source mode - Cooperative instances using FIFOs - - Support for Flash and Java + - Support for Java ============== @@ -312,7 +312,7 @@ Dependencies lariza needs the following Arch Linux packages: - gtk3 - - webkitgtk (WebKit1 API for GTK+ 3) + - webkit2gtk (WebKit2 API for GTK+ 3) ========== |