It's a neat keyboard driven webkit-based browser. It's similar to xxxterm, but (imho) more convenient to use, and doesn't render those huge bars on top of screen. Perfect for people with tiling wm's or smaller displays. Comes with adblocker (turned off by default, requires small change in configuration).
more info here :
http://portix.bitbucket.org/dwb/I already built it for TC, procedure it fairly straightforward.
you need :
- webkitgtk-1.0-0-dev, compiletc and mercurial.
- sed might be helpful
adblock fetcher script needs bash.
hg clone http://portix.bitbucket.org/dwb/ dwb
cd dwb
sed -e 's|^PREFIX.*|PREFIX=/usr/local|g' config.mk
make
mkdir /home/tc/dwb-build
make DESTDIR=/home/tc/dwb-build install
cp tools/grab_adblocker /home/tc/dwb-build/usr/local/bin/dwb_grab_adblocker.bash
cd /home/tc
mksquashfs dwb-build dwb.tcz
md5sum dwb.tcz > dwb.tcz.md5.txt
echo "webkitgtk-1.0-0.tcz" > dwb.tcz.dep
after adding to your system, copy the adblock script, edit the blocklists it fetches, run ( you only need to do it once every few weeks). if you haven't ran dwb yet, it should enable adblocking in dwb config. if you did, it will display helper text.
dwb can be also built with gtk3 support, if there is webkit-gtk built against gtk3. i haven't seen any in TC yet.