From 2d44a57df6eda216291b98d3e17df31428970dc8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 16 Oct 2015 15:20:13 -0300 Subject: Disable WEBKIT2PNG and WKHTMLTOPDF by default --- README.mdwn | 6 ------ TODO.mdwn | 5 ++++- config.default | 4 ++-- 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" -- cgit v1.2.3