]> git.armaanb.net Git - chorizo.git/blob - README
README: Update TODOs
[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         - An input box to change the current URL
12         - Global content zoom
13         - Pluggability into suckless' tabbed
14         - vi-like scrolling (modified by CTRL)
15         - Support for Flash and Java
16
17 Planned features:
18
19         - Searching the current page for a word
20         - Adblock
21         - Keyword based searching (opening "wi foo" will search wikipedia)
22
23
24 Using zea with tabbed
25 ====================
26
27 The order of arguments for zea doesn't matter. This means you can run it
28 like this:
29
30         $ tabbed -c ./zea file:///home/hans/bookmarks.html -z 0.8 -e
31
32 Each new tab will then show your bookmarks and is scaled by a factor of
33 0.8.
34
35
36 Literature
37 ==========
38
39 API references:
40
41         - http://webkitgtk.org/reference/webkitgtk/stable/index.html
42         - https://developer.gnome.org/gtk2/stable/index.html