# # # patch "config.inc.php" # from [d819c2da2b5b73de6e53312a8fb4170d99a4950a] # to [3e9014d6a0dbe31e10bb11ef8f6460a4af30f74b] # # patch "config.inc.php-dist" # from [d819c2da2b5b73de6e53312a8fb4170d99a4950a] # to [3e9014d6a0dbe31e10bb11ef8f6460a4af30f74b] # ============================================================ --- config.inc.php d819c2da2b5b73de6e53312a8fb4170d99a4950a +++ config.inc.php 3e9014d6a0dbe31e10bb11ef8f6460a4af30f74b @@ -7,6 +7,7 @@ $CFG["aggregated_feeds"] = array( $CFG["aggregated_feeds"] = array( "http://www.thomaskeller.biz/blog/category/coding/monotone/feed/", + "http://tero.stronglytyped.org/blosxom.cgi/monotone/index.rss", "http://identi.ca/lapo/tag/monotone/rss", ); ============================================================ --- config.inc.php-dist d819c2da2b5b73de6e53312a8fb4170d99a4950a +++ config.inc.php-dist 3e9014d6a0dbe31e10bb11ef8f6460a4af30f74b @@ -7,6 +7,7 @@ $CFG["aggregated_feeds"] = array( $CFG["aggregated_feeds"] = array( "http://www.thomaskeller.biz/blog/category/coding/monotone/feed/", + "http://tero.stronglytyped.org/blosxom.cgi/monotone/index.rss", "http://identi.ca/lapo/tag/monotone/rss", );