]> git.armaanb.net Git - chorizo.git/blobdiff - README
draft 8
[chorizo.git] / README
diff --git a/README b/README
index 243f57e827197bbb95baf5333c21dac756fd8479..a42cedd3563e14239cb34ea0e32b946557440bb7 100644 (file)
--- a/README
+++ b/README
@@ -1,27 +1,50 @@
-sn - sonst nix
-==============
+chorizo
+======
 
-This is a minimalistic web browser using Gtk3 and WebKit. "Sonst nix" is
-german and translates roughly to "nothing else". sn is simple and meant
-to stay simple.
+http://armaanb.net/chorizo.html
 
-Features:
+A simple web browser using GTK+ 3, GLib and WebKit2GTK+.
 
-       - A WebKit viewport
-       - Global content zoom
+Refer to the manpages chorizo(1), and chorizo-usage(1) for more information.
 
-Planned features:
+Installation
+------------
 
-       - An input box to change the current URL
-       - vi-like shortcuts
-       - Adblock
-       - Pluggability into suckless' tabbed (preferred) or native tabs
+The following C libraries are required:
 
+    - GTK+ 3
+    - WebKit2 API for GTK+ 3
+    - gst-libav, gst-plugins-good (for media playback)
 
-Literature
-==========
+The following programs are required:
+    - A C compiler supporting C11
+    - make
+    - pkg-config
 
-API references:
+chorizo expects to be run on a POSIX-ish operating system.
 
-       - http://webkitgtk.org/reference/webkitgtk/stable/index.html
-       - https://developer.gnome.org/gtk3/stable/index.html
+To build and install the program:
+
+    $ make
+    # make install
+
+
+How is chorizo related to lariza?
+---------------------------------
+
+  chorizo is a fork of the lariza browser by Peter Hofmann. I wanted
+  to take it in a slightly different direction (mostly just adding
+  features not considered to be in the spirit of lariza), so I forked
+  it. The name was changed in order to reduce confusion between the
+  two browsers as they grew apart.
+
+  Differences:
+    - New versioning scheme
+    - Revamped download manager
+    - New keybindings
+    - Better default directories
+    - Easily togglable JavaScript
+    - Cleaned up source code
+    - Easy web searching
+    - User stylesheet support
+    - A variety of tweaks and adjustments that make the experience nicer