From: Koen Kooi Date: Thu, 6 Dec 2007 15:24:14 +0000 (+0000) Subject: angstrom/rss.php: fix links X-Git-Tag: Release-2010-05/1~8202^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a23bb8cd3ede2b44097d7145c40702f7d70a63;p=openembedded.git angstrom/rss.php: fix links --- diff --git a/contrib/angstrom/rss.php b/contrib/angstrom/rss.php index 85b0a51fb4..8970ba1797 100644 --- a/contrib/angstrom/rss.php +++ b/contrib/angstrom/rss.php @@ -1,8 +1,8 @@ ');?> - + Ångstrom autobuilder updates - http://www.anstrom-distribution.org/unstable/autobuild + http://www.angstrom-distribution.org/unstable/autobuild en \n"); print("$file/$file2 uploaded\n"); -print(" http://www.anstrom-distribution.org/unstable/autobuild/$file/$file2\n"); +print(" http://www.angstrom-distribution.org/unstable/autobuild/$file/$file2\n"); -$rsstime = strftime("%a, %d %b %Y %T +0000", $fmtime); +$rsstime = strftime("%a, %d %b %Y %T +0100", $fmtime); print("$rsstime\n"); print("Angstrom autobuilder");