]> git.armaanb.net Git - chorizo.git/blobdiff - README
Remove remaining stuff about "view source mode"
[chorizo.git] / README
diff --git a/README b/README
index 9a3a63d9271bb9ffe516262499d0a6f08227796b..ae4e66b6523f281629c05e6eb710038a51de6c92 100644 (file)
--- a/README
+++ b/README
@@ -15,11 +15,41 @@ Features:
     - Optimized hotkeys: Left hand on keyboard, right hand on mouse
     - Keyword based searching: Opening "wi foo" will search wikipedia
     - Global content zoom
-    - View source mode
     - Cooperative instances using FIFOs
     - Support for Java
 
 
+==============================================
+IMPORTANT: Current state of the WebKit2 branch
+==============================================
+
+WebKit1 is essentially dead. Sooner or later, we have to jump to
+WebKit2. See also:
+
+http://blogs.igalia.com/carlosgc/2014/08/01/webkitgtk-2-5-1-good-bye-webkit1/
+
+There's a number of issues on this branch:
+
+    - No adblock support. As stated in commit f1174ff, this has to be
+      implemented as a "WebKit2 web extension". Maybe do this in a
+      project of its own?
+    - Java appears to work but Flash looks very broken. In fact, there's
+      a number of crashes of "WebKitPluginProcess2" when pages using
+      Flash are opened.
+    - "View source" mode is not yet ported. This feature has been
+      removed from WebKit2, so we have to invent some way to re-create
+      this...
+    - There's an annoying border around the WebView widget.
+    - There may be a hell lot of other issues that I have not yet
+      encountered.
+
+However, important issues of the original WebKit1 lariza have been
+fixed:
+
+    - Those pages that crash all WebKit1 browsers do work now.
+    - The "back" button works reliably.
+
+
 ==============
 About the name
 ==============
@@ -107,11 +137,6 @@ Main windows
         Mod1 + e
             Open a new window.
 
-        Mod1 + s
-            Toggles "view source mode". This will display the web pages
-            source code. Note that the page will be reloaded (which is
-            annoying but WebKit enforces this).
-
         Mod1 + r
             Reload the current page.
 
@@ -191,9 +216,6 @@ following options:
         window specified by <wid>. The download manager is always a
         "popup".
 
-    -r
-        Print all navigation requests on STDERR.
-
     -C
         Disables cooperative instances.
 
@@ -236,8 +258,8 @@ following environment variables:
         command line. Defaults to "about:blank".
 
     LARIZA_USER_AGENT
-        Lariza will identify itself with this string. See source code
-        for the default value.
+        Lariza will identify itself with this string. Uses WebKit's
+        default value if unset.
 
     LARIZA_ZOOM
         Zoom level for WebKit viewports. Defaults to 1.0.