blob: 0d91d11e431243056d933e3d4e4c080e7e58b27c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|