uzbl 0.0.0~git.20111001-1 source package in Ubuntu

Changelog

uzbl (0.0.0~git.20111001-1) unstable; urgency=low

  * New upstream version
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 12:02:19 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Luca Bruno
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uzbl_0.0.0~git.20111001.orig.tar.gz 145.0 KiB fd72ea7e3246e904b451cda8339a1aab2fcd259ec07ec82aa0c9affe6084c2fe
uzbl_0.0.0~git.20111001-1.diff.gz 8.2 KiB 762740d723744c6fca5f1402952217d1cf5fe9899661a2287384adbe567d65de
uzbl_0.0.0~git.20111001-1.dsc 1.3 KiB 0d059c636e549689ac784e3ce0babfb03623bd2c1cf7869dc6f7450c87baa890

View changes file

Binary packages built by this source

uzbl: Lightweight Webkit browser following the UNIX philosophy

 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.