aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-05 20:26:27 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-05 20:26:27 +0200
commit19a3117ec22a735337aceecee76b2627b841d1fc (patch)
tree6f0f5d1c051348832c0cae9b6ea5edb9db8b31a0 /FAQ
parent96c22d0ed217d3cada8c5270f5bffa262d14cb18 (diff)
note about webkit/EFL
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ1
1 files changed, 1 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 4493339..444fc42 100644
--- a/FAQ
+++ b/FAQ
@@ -56,6 +56,7 @@ whichever method you like, or both at the same time (command mode, insert mode,
Uzbl itself doesn't use much gtk stuff (only the statusbar) so we could do without gtk. But Webkit needs a widget toolkit to create widgets (think javascript popups, html forms etc).
It also supports QT and wxwigdets. One could argue we don't need no popups or fancy form widgets and you could have a point, but forking webkit would bring us way to far.
And we don't find the use of gtk *that* disturbing. Besides, a curses/xlib html form wouldn't look too nice, would it?
+Edit: There is a webkit port using the EFL toolkit which is supposed to be more lightweight (http://codeposts.blogspot.com/2008/12/webkit-ported-to-enlightenment.html ) but we're not sure how usable it already is
### Do you support flash? javascript? Ajax? Recent html/css/.. standards?
Yes, Webkit takes care of all of that. Not that we like all of these, but you can use them if you want.