From ed803708ab45bb65132325bd0dbb53b87a4d794e Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 17 Oct 2012 00:31:59 +0200 Subject: 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. --- bin/addrss.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/addrss.sh 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 -- cgit v1.2.3