diff options
-rw-r--r-- | downloads.php | 2 | ||||
-rwxr-xr-x | includes/fetch-news.sh | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/downloads.php b/downloads.php index 2ccddb1..85f7dd3 100644 --- a/downloads.php +++ b/downloads.php @@ -12,7 +12,7 @@ <div class="release"><img src="images/ico-osx.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.25-osx.dmg"><b>MacOS X package</b> 0.0.25</a></div> </td><td style="border-width: 0px;" width="50%"> <div class="release"><img src="images/ico-src.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.26.tar.gz"><b>Source code</b> 0.0.26</a></div> -<div class="release"><img src="images/ico-slackware.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.25-i686-1.tgz"><b>Slackware 12.0 package</b> 0.0.25</a></div> +<div class="release"><img src="images/ico-slackware.png"> <a href="http://downloads.sourceforge.net/themanaworld/tmw-0.0.26-i686-1.tgz"><b>Slackware 12.1 package</b> 0.0.26</a></div> </td></tr> </tbody></table> diff --git a/includes/fetch-news.sh b/includes/fetch-news.sh index 02c11b2..5cc9ea5 100755 --- a/includes/fetch-news.sh +++ b/includes/fetch-news.sh @@ -3,6 +3,6 @@ # 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 +/usr/bin/wget -q -O /home/tmw/public_html/www/includes/rss2_projnews.tmp 'http://sourceforge.net/export/rss2_projnews.php?group_id=106790&rss_fulltext=1' > /dev/null +/bin/mv -f /home/tmw/public_html/www/includes/rss2_projnews.tmp \ + /home/tmw/public_html/www/includes/rss2_projnews.cache |