summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2012-10-17 00:31:59 +0200
committerMichael Peter Christen <mc@yacy.net>2012-10-17 00:31:59 +0200
commited803708ab45bb65132325bd0dbb53b87a4d794e (patch)
tree5f951049f8f34fa2cc186f19f6de258c74bf4a75 /bin
parent5d16c23a1f4775fef912a6c5eab197671e49eb31 (diff)
added a shell script which can be used to add a rss feed to the index.
All pages linked in the rss feed are added. The process is not repeated automatically. If you want to repeat this, add the command to a cron job.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/addrss.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/addrss.sh b/bin/addrss.sh
new file mode 100755
index 000000000..e7438dc54
--- /dev/null
+++ b/bin/addrss.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+cd "`dirname $0`"
+./apicall.sh "/Load_RSS_p.html?indexAllItemContent=&repeat=off&url=$1" > /dev/null