aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-05-22 14:03:44 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-05-22 14:03:44 +0000
commitff924d38b375b4022dfee19af026870e130e5f6d (patch)
treebd5bad31126a2ccd0280689ad806016122cc0002 /docs
parentdea0663ca663011830992832152163e451c4adc0 (diff)
removing some out-of-date FAQs
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/FAQ b/docs/FAQ
index fb8965b..6df32de 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,19 +1,6 @@
FAQ
---
-### Uzbl crashes immediately (segfaults). WTF ?
-You are using a libwebkit version (usually 1.1.15.*) that uses enchant which
-is compiled with zemberek support built-in. Compile enchant with
---disable-zemberek or ask your package maintainer.
-See also:
-
- * https://bugs.webkit.org/show_bug.cgi?id=30860
- * http://bugzilla.abisource.com/show_bug.cgi?id=12413
- * http://bugzilla.abisource.com/show_bug.cgi?id=12529
- * http://bugs.archlinux.org/task/17401
- * http://www.uzbl.org/news.php?id=17
-
-
### I just installed uzbl but it doesn't do much. What now?
"Uzbl" is the name for the umbrella project that has several subprojects.
You probably want `uzbl-browser` or `uzbl-tabbed`.
@@ -112,14 +99,6 @@ bar should say `[Ins]`. Your keypresses are not interpreted but passed on, so
you can enter text into forms or use keybindings that are interpreted by the
page's javascript. Press Esc to go out of insert mode.
-
-### Why do you depend on gtk?
-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).
-Officially, webkit also supportss Qt and wxwigdets. There are also some unofficial patchsets floating on the interwebs for the EFL and FLTK toolkits. One could argue we don't need no popups or fancy form widgets and you could have a point, but
-we prefer being reasonably assured that things work as they are supposed to rather then using some obscure patchset which may be incomplete, broken and/or badly designed, or wasting time ourselves in what is not our core objective.
-That's why we picked the Gtk variant of Webkit.
-Note that we do *not* depend on any Gnome libraries such as gconf. _That_ would be something worth complaining about :)
-
### Do you support flash? javascript? Ajax? Recent html/css/.. standards? Java/media plugins?
Yes, Webkit takes care of all of that. Not that we like all of these, but you
can use them if you want.