From c712e2c908a03640dae2e4e5fb84ae3e49394b58 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 6 Dec 2007 14:48:06 +0000 Subject: [PATCH] contrib: angstrom/rss.php: quick & dirty rss generator for autobuilder uploads * point your newsreader to http://www.angstrom-distribution.org/unstable/autobuild/rss.php to view it in actions --- contrib/angstrom/rss.php | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 contrib/angstrom/rss.php diff --git a/contrib/angstrom/rss.php b/contrib/angstrom/rss.php new file mode 100644 index 0000000000..85b0a51fb4 --- /dev/null +++ b/contrib/angstrom/rss.php @@ -0,0 +1,43 @@ +');?> + + + Ångstrom autobuilder updates + http://www.anstrom-distribution.org/unstable/autobuild + + en +\n"); +print("$file/$file2 uploaded\n"); +print(" http://www.anstrom-distribution.org/unstable/autobuild/$file/$file2\n"); + +$rsstime = strftime("%a, %d %b %Y %T +0000", $fmtime); + +print("$rsstime\n"); +print("Angstrom autobuilder"); +print("\n"); + + } + } + closedir($second_handle); + } + + } + closedir($handle); +} +?> + + + + -- 2.39.5