]> git.armaanb.net Git - chorizo.git/blob - README
Initial draft
[chorizo.git] / README
1 sn - sonst nix
2 ==============
3
4 This is a minimalistic web browser using Gtk3 and WebKit. "Sonst nix" is
5 german and translates roughly to "nothing else". sn is simple and meant
6 to stay simple.
7
8 Features:
9
10         - A WebKit viewport
11         - Global content zoom
12
13 Planned features:
14
15         - An input box to change the current URL
16         - vi-like shortcuts
17         - Adblock
18         - Pluggability into suckless' tabbed (preferred) or native tabs
19
20
21 Why WebKit instead of WebKit2?
22 ==============================
23
24 While WebKit2 has fancy process separation and all that stuff, it turned
25 out to be pretty slow and clunky. Plus, ideally, sn will be plugged into
26 suckless' tabbed -- so it wouldn't benefit from process separation
27 anyway.
28
29
30 Literature
31 ==========
32
33 API references:
34
35         - http://webkitgtk.org/reference/webkitgtk/stable/index.html
36         - https://developer.gnome.org/gtk3/stable/index.html