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.
pull/1/head
Michael Peter Christen 12 years ago
parent 5d16c23a1f
commit ed803708ab

@ -0,0 +1,3 @@
#!/bin/bash
cd "`dirname $0`"
./apicall.sh "/Load_RSS_p.html?indexAllItemContent=&repeat=off&url=$1" > /dev/null
Loading…
Cancel
Save