# # # rename "rss.php" # to "news.xml.php" # # patch "header.inc.php" # from [cc2bfd5c1761fbd316f4809e7ecff06100597489] # to [408eba45c33f4f6f42c1289eac5f138113924254] # # patch "news.xml.php" # from [17d9dbccc323c3990185518fc3bcd465fe9b4a97] # to [b841a3f72dfae9f829543c76a9da8cf8c7c2bdcb] # ============================================================ --- header.inc.php cc2bfd5c1761fbd316f4809e7ecff06100597489 +++ header.inc.php 408eba45c33f4f6f42c1289eac5f138113924254 @@ -6,8 +6,8 @@ - - + + ============================================================ --- rss.php 17d9dbccc323c3990185518fc3bcd465fe9b4a97 +++ news.xml.php b841a3f72dfae9f829543c76a9da8cf8c7c2bdcb @@ -1,21 +1,25 @@ ', "\n"; +$self = "http://{$_SERVER['SERVER_NAME']}{$_SERVER['SCRIPT_NAME']}"; ?> monotone news - - http://monotone.ca/rss.php + + Aggregated news for the monotone version control system en-us set_feed_url(require_once("rss_feeds.inc.php")); + $feed->set_cache_location($CFG['cache_dir']); + $feed->set_feed_url($CFG['aggregated_feeds']); $feed->init(); $feed->handle_content_type();