. "$GRIMOIRE/FUNCTIONS"
           SPELL=dwb
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-scm.tar.bz2
   SOURCE_URL[0]=git_http://bitbucket.org/portix/dwb.git:${SPELL}-scm
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-scm"
        WEB_SITE=http://portix.bitbucket.org/dwb
      LICENSE[0]=GPL
         ENTERED=20141005
           SHORT="a WebKit browser"
cat << EOF
dwb is a lightweight web browser based on the webkit web browser engine and
the gtk toolkit. dwb is highly customizable and can be easily configured
through a web interface. It intends to be mostly keyboard driven, inspired
by firefox's vimperator plugin.

Features:
  * vi-like shortcuts
  * Link following via keyboard hints
  * Bookmarks
  * Quickmarks
  * Cookie support, whitelisting of cookies
  * Proxy support
  * Userscript support
  * Tab completion for history, bookmarks, userscripts
  * Custom stylesheets
  * Javascript blocker with whitelisting support
  * Flash plugin blocker with whitelisting support
  * Adblocking with filterlists
  * Webinterface for keyboard and settings configuration
  * Custom commands, binding commandsequences to shortcuts
  * Extendable via extensions/scripts
  * Extension manager
EOF
