aboutsummaryrefslogtreecommitdiff
path: root/README.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 21:52:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 21:52:43 -0300
commit2f3b2d3684068987691242da4dbda2f09828a56c (patch)
treedaed8f0d6d16a99e2d8a500606cc5b53484601c7 /README.mdwn
parent5ce98951033bc358510026e0cec15463ba59c16e (diff)
downloadhttruta-2f3b2d3684068987691242da4dbda2f09828a56c.tar.gz
httruta-2f3b2d3684068987691242da4dbda2f09828a56c.tar.bz2
Usage and cleaner httrack options
Diffstat (limited to 'README.mdwn')
-rw-r--r--README.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn
index e9c9d72..3309f60 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -4,8 +4,16 @@ Feed Crawler
Download all links from a feed using httrack. This is the engine behind the
"Cache" feature used by https://links.sarava.org Semantic Scuttle instance.
+Usage
+-----
+
+Place this script somewhere and setup a cronjob like this:
+
+`*/5 * * * * /var/sites/arquivo/httracker/httracker &> /dev/null`
+
TODO
----
- Include all sites already donwloaded by scuttler.
- Support for other fetchers like youtube-dl.
+- Lockfile support.