header("location: http://blog.CAcert.org/feed/"); exit; ?>
/* $row['who'] <nomail@nospam.sss> */ ?>
header("Content-Type: application/xml");
?><="?"?>xml version="1.0" encoding="UTF-8" ="?"?>>
CAcert.org NEWS!
http://www.CAcert.org/
Copyright © 2002-present, CAcert Inc.
News feed for CAcert.org
=date("D, d M Y H:i:s O")?>
=date("D, d M Y H:i:s O")?>
3600
$query = "select *, UNIX_TIMESTAMP(`when`) as `TS` from news order by `when` desc limit 10";
$res = mysql_query($query);
while($row = mysql_fetch_assoc($res))
{ ?>
-
=strip_tags($row['short'])?>
=strip_tags($row['story'])?>
http://www.cacert.org/news.php?from=rss&id==$row['id']?>
=date("D, d M Y H:i:s O", $row['TS'])?>
} ?>