aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-16 15:20:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-10-16 15:20:13 -0300
commit2d44a57df6eda216291b98d3e17df31428970dc8 (patch)
treecc7f04f2596b97157c6714ccdacb367a36bde780
parent58228b69d454c835e90a4eb3219ac6a6653d0836 (diff)
downloadhttruta-2d44a57df6eda216291b98d3e17df31428970dc8.tar.gz
httruta-2d44a57df6eda216291b98d3e17df31428970dc8.tar.bz2
Disable WEBKIT2PNG and WKHTMLTOPDF by default
-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"