aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mdwn6
-rwxr-xr-x[-rw-r--r--]scuttler (renamed from scuttle.sh)3
2 files changed, 7 insertions, 2 deletions
diff --git a/README.mdwn b/README.mdwn
index b5aff85..48f9eca 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -3,5 +3,7 @@ Feed Crawler
Download all links from a feed using httrack.
- curl $URL > urls.txt
- httrack -r$LEVEL -e%$EXT_LEVEL -m$FILESIZE -Y -%L urls.txt
+TODO
+----
+
+- Auto sync git-annex at arquivo.sarava.org.
diff --git a/scuttle.sh b/scuttler
index d41405f..be0cabc 100644..100755
--- a/scuttle.sh
+++ b/scuttler
@@ -1,4 +1,7 @@
#!/bin/bash
+#
+# Download all links from a Semantic Scuttle instance.
+#
BASEDIR=/var/sites/links
SCUTTLEDIR=`basename $( find ${BASEDIR} -maxdepth 1 -iname "SemanticScuttle-*" | head -n 1 )`