aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mdwn6
-rw-r--r--TODO.mdwn5
-rw-r--r--config.default4
3 files changed, 6 insertions, 9 deletions
diff --git a/README.mdwn b/README.mdwn
index dcee8e5..6d9bbbf 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -10,9 +10,3 @@ Usage
Place this script somewhere and setup a cronjob like this:
`*/5 * * * * /var/sites/cache/httruta/httracker &> /dev/null`
-
-Features
---------
-
-- Integration with http://wkhtmltopdf.org
-- Integration with [webkit2png](http://www.paulhammond.org/webkit2png/).
diff --git a/TODO.mdwn b/TODO.mdwn
index 847759e..343a1c4 100644
--- a/TODO.mdwn
+++ b/TODO.mdwn
@@ -2,8 +2,11 @@ TODO
====
- OPML support to retrieve URLs from multiple feeds.
-- Support for other fetchers like youtube-dl and quvi.
+- Support for other fetchers like youtube-dl, quvi and git.
- Cleanup content no longer pointed in scuttle database.
+- Complete [screenshot](https://links.fluxo.info/tags/screenshot+software) support:
+ - Integration with http://wkhtmltopdf.org
+ - Integration with [webkit2png](http://www.paulhammond.org/webkit2png/).
- Scuttler:
- Support to generate only an index of all URLs.
- Support to retrieve posts using the API.
diff --git a/config.default b/config.default
index 6b7f44b..265701b 100644
--- a/config.default
+++ b/config.default
@@ -10,5 +10,5 @@ GROUP="cache"
DEPTH="1"
EXT_DEPTH="0"
SCUTTLE_BASE="/var/sites/links"
-WEBKIT2PNG="1"
-WKHTMLTOPDF="1"
+WEBKIT2PNG="0"
+WKHTMLTOPDF="0"