]> gitweb.fluxo.info Git - httruta.git/commitdiff
Disable WEBKIT2PNG and WKHTMLTOPDF by default
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Oct 2015 18:20:13 +0000 (15:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Oct 2015 18:20:13 +0000 (15:20 -0300)
README.mdwn
TODO.mdwn
config.default

index dcee8e59a1c583f15d25a45feff4c4fe086377ea..6d9bbbf106578afe0c2fe876f890ec8acedfc9cf 100644 (file)
@@ -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/).
index 847759e3621e36292c06de665edbd17759e72ae2..343a1c4c4229b486c0ee84810630a6a715f52d26 100644 (file)
--- 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.
index 6b7f44bb4c19a1a5c9d54b2cdee2b2a66cd23f49..265701bfc9e7113475b8cc8cfd5d5c54112ec2c0 100644 (file)
@@ -10,5 +10,5 @@ GROUP="cache"
 DEPTH="1"
 EXT_DEPTH="0"
 SCUTTLE_BASE="/var/sites/links"
-WEBKIT2PNG="1"
-WKHTMLTOPDF="1"
+WEBKIT2PNG="0"
+WKHTMLTOPDF="0"