]> gitweb.fluxo.info Git - httruta.git/commitdiff
Initial httracker code
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 19:16:56 +0000 (16:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 19:16:56 +0000 (16:16 -0300)
README.mdwn
scuttler [moved from scuttle.sh with 95% similarity, mode: 0755]

index b5aff85f9f4693d0bc0c839fa25359fdc34f2f97..48f9eca84dc33caef0097c2003d721f5561a43ea 100644 (file)
@@ -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.
old mode 100644 (file)
new mode 100755 (executable)
similarity index 95%
rename from scuttle.sh
rename to scuttler
index d41405f..be0cabc
+++ 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 )`