summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-06-14 10:40:03 +0200
committerPeter Hofmann <scm@uninformativ.de>2014-06-14 11:04:11 +0200
commit76edc528c4245391b53a08a8fb56cfdba926e57d (patch)
tree400f21069562dafc870ebc2b26d7b1f9bae3aee4 /README
downloadlariza-76edc528c4245391b53a08a8fb56cfdba926e57d.tar.gz
Initial draft
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0d91d11
--- /dev/null
+++ b/README
@@ -0,0 +1,36 @@
+sn - sonst nix
+==============
+
+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.
+
+Features:
+
+ - A WebKit viewport
+ - Global content zoom
+
+Planned features:
+
+ - An input box to change the current URL
+ - vi-like shortcuts
+ - Adblock
+ - Pluggability into suckless' tabbed (preferred) or native tabs
+
+
+Why WebKit instead of WebKit2?
+==============================
+
+While WebKit2 has fancy process separation and all that stuff, it turned
+out to be pretty slow and clunky. Plus, ideally, sn will be plugged into
+suckless' tabbed -- so it wouldn't benefit from process separation
+anyway.
+
+
+Literature
+==========
+
+API references:
+
+ - http://webkitgtk.org/reference/webkitgtk/stable/index.html
+ - https://developer.gnome.org/gtk3/stable/index.html