diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-10-17 00:31:59 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-10-17 00:31:59 +0200 |
| commit | ed803708ab45bb65132325bd0dbb53b87a4d794e (patch) | |
| tree | 5f951049f8f34fa2cc186f19f6de258c74bf4a75 | |
| parent | 5d16c23a1f4775fef912a6c5eab197671e49eb31 (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.
| -rwxr-xr-x | bin/addrss.sh | 3 |
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 |
