]> git.armaanb.net Git - chorizo.git/blob - README
Rename sn to zea
[chorizo.git] / README
1 zea - zeig's einfach an
2 =======================
3
4 zea is a minimalistic web browser using Gtk2 and WebKit. "Zeig's einfach
5 an" is german and translates roughly to "just show it" (the damn web
6 page).
7
8 Features:
9
10         - A WebKit viewport
11         - Global content zoom
12         - Pluggability into suckless' tabbed
13         - Support for Flash and Java
14
15 Planned features:
16
17         - An input box to change the current URL
18         - vi-like shortcuts
19         - Adblock
20
21
22 Using zea with tabbed
23 ====================
24
25 The order of arguments for zea doesn't matter. This means you can run it
26 like this:
27
28         $ tabbed -c ./zea file:///home/hans/bookmarks.html -z 0.8 -e
29
30 Each new tab will then show your bookmarks and is scaled by a factor of
31 0.8.
32
33
34 Literature
35 ==========
36
37 API references:
38
39         - http://webkitgtk.org/reference/webkitgtk/stable/index.html
40         - https://developer.gnome.org/gtk2/stable/index.html