[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Uzbl browser
- To: or-talk@xxxxxxxxxxxxx
- Subject: Uzbl browser
- From: Martin Fick <mogulguy@xxxxxxxxx>
- Date: Mon, 20 Jul 2009 17:13:42 -0700 (PDT)
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Mon, 20 Jul 2009 20:13:52 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1248135223; bh=+e7bwsFSNwwEeuOD+uO1CMFbHKzdeh8bd6777ToxDGI=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=V75T7xUdoUyxNVVhmMuyRYIsFq7piYw4NKaw7YeSL7OIIukAy5lO3uAl6IVtkmg4V5bkOkmviN4HMcxHTE9YcuM19ad6J7pykZ1O25h7sfPw/BN8rLTX/wLREAsYtdYZgyvwEogUYYz3uCkDgoLgqnfXke8xykIzbUgFL2bw+xc=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=dWEUjEFuuUeRWjtTZmAIpzV1kVRdSC3YcVWvN4aXDTMR6rMONRuYr+jyX8se9rlmt/FqDHDhyTrMkLg0kIYG+ds/PMVlseLWpaiTuVn/Q2N4PAm5guproMvuKUIkZi4eIzeickw8q9Ok3y0Z4z7m6Ld1vZ06zCzryYcJU9eA3kE=;
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
I thought that I would mention the very new Uzbl browser
here since it might be a very good candidate for a simple
anonymous browsing tool. I thought that due to the
simplicity of the design, it might be a lot simpler and
more reliable to create an anonymous "profile" with this
browser than other approaches. It seems like a good
match for tor.
From the main Uzbl page: http://www.uzbl.org/
Uzbl follows the UNIX philosophy - "Write programs
that do one thing and do it well. Write programs to
work together. Write programs to handle text streams,
because that is a universal interface."
* very minimal graphical interface. You only see
what you need
* what is not browsing, is not in uzbl. Things
like url changing, loading/saving of bookmarks,
saving history, downloads, ... are handled through
external scripts that you write
* controllable through various means such as fifo
and socket files, stdin, keyboard and more
* advanced, customizable keyboard interface with
support for modes, modkeys, multichars, variables
(keywords) etc. (eg you can tweak the interface
to be vim-like, emacs-like or any-other-program-like)
* focus on plaintext storage for your data and
configs in simple, parseable formats
* Uzbl keeps it simple, and puts you in charge.
This project is still in its infancy, started in April.
But since it is built on webkit, the core is already
written. It seems that there is a large group of very
interested developers working on this and making large
rapid strides. I look forward to their progress and
hope that perhaps someone with an anonymity bend will
see what they can do with it and tor!
Cheers,
-Martin