summaryrefslogtreecommitdiff
path: root/includes/fetch-news.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/fetch-news.sh')
-rwxr-xr-xincludes/fetch-news.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/fetch-news.sh b/includes/fetch-news.sh
new file mode 100755
index 0000000..02c11b2
--- /dev/null
+++ b/includes/fetch-news.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# Fetches project news and saves it for local use.
+#
+
+/usr/bin/wget -q -O /home/groups/t/th/themanaworld/htdocs/includes/rss2_projnews.tmp 'http://sourceforge.net/export/rss2_projnews.php?group_id=106790&rss_fulltext=1' > /dev/null
+/bin/mv -f /home/groups/t/th/themanaworld/htdocs/includes/rss2_projnews.tmp \
+ /home/groups/t/th/themanaworld/htdocs/includes/rss2_projnews.cache