aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-25 18:49:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-25 18:49:09 -0300
commite2c581c60ec13da1a35b6f5c0c48d8d917cf6d1c (patch)
treefdd6900c27cf06dabc93310a43e400bb34430737 /README.md
parent2d44a57df6eda216291b98d3e17df31428970dc8 (diff)
downloadhttruta-e2c581c60ec13da1a35b6f5c0c48d8d917cf6d1c.tar.gz
httruta-e2c581c60ec13da1a35b6f5c0c48d8d917cf6d1c.tar.bz2
Use .md for doc extension
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6d9bbbf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+HTTRUTA Feed Crawler Project
+============================
+
+Download all links from a feed using httrack. This is the engine behind the
+"Cache" feature used by https://links.fluxo.info Semantic Scuttle instance.
+
+Usage
+-----
+
+Place this script somewhere and setup a cronjob like this:
+
+`*/5 * * * * /var/sites/cache/httruta/httracker &> /dev/null`