summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-06-17 19:23:27 +0200
committerPeter Hofmann <scm@uninformativ.de>2014-06-17 21:08:56 +0200
commiteaff2ba4e8682c29837fdebc428a6b2285c633a6 (patch)
tree348332c14c03cff3d026af4804efa0b519ea031a /README
parent7ac557053f5d18840f03d6e393341f981dc724fc (diff)
downloadlariza-eaff2ba4e8682c29837fdebc428a6b2285c633a6.tar.gz
Built-in download feature
Downloading via an external tool poses a problem: You have to pass the current "web context" from the browser to your tool. This context comprises cookies, the referrer, the user agent and information about HTTP basic auth. With some effort, you can pass most of this to your tool -- except for HTTP basic auth. tl;dr: Downloading via wget is pretty complicated. With this commit, WebKit handles the downloads. What's missing, are some GUI elements to monitor and cancel downloads.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index add1d40..c328716 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ Features:
- An input box to change the current URL
- Global content zoom
- Pluggability into suckless' tabbed
- - Downloading files using wget
+ - Built-in downloads
- vi-like scrolling (modified by CTRL)
- Searching the current page for a word
- Adblock
@@ -21,6 +21,7 @@ Features:
Planned features:
+ - Monitoring and canceling downloads
- Keyword based searching (opening "wi foo" will search wikipedia)