https://bugzilla.wikimedia.org/show_bug.cgi?id=30621
--- Comment #7 from Bawolff <[email protected]> 2011-09-07 18:41:57 UTC --- btw, community concensuss at: http://en.wikinews.org/wiki/Wikinews:Water_cooler/technical#bugzilla:30621 re: to comment 6 >Do we know who has the google webmaster tools account? hexmode used to, don't know if he still does. However it doesn't really matter as its not needed to fulfill this request. > 'wgOverrideSiteFeed' => array( > 'testwiki' => array( > 'rss' => 'http://www.example.org/feedstuff.rss', > ), > 'enwikinews' => array( > 'rss' => 'http://feeds.feedburner.com/WikinewsLatestNews', > ), > ), > > to > > 'wgOverrideSiteFeed' => array( > 'testwiki' => array( > 'rss' => 'http://www.example.org/feedstuff.rss', > ), > 'enwikinews' => array( > 'rss' => > 'http://en.wikinews.org/w/index.php?title=Special:NewsFeed&feed=rss&categories=Published¬categories=No%20publish%7CArchived%7CAutoArchived%7Cdisputed&namespace=0&count=30&hourcount=124&ordermethod=categoryadd&stablepages=only', > 'atom' => > 'http://en.wikinews.org/w/index.php?title=Special:NewsFeed&feed=atom&categories=Published¬categories=No%20publish%7CArchived%7CAutoArchived%7Cdisputed&namespace=0&count=30&hourcount=124&ordermethod=categoryadd&stablepages=only', > ), > ), > > ? > > And then setting $wgGNSMsmaxage = 300 > Yep that would be fine. Personally I'd only set the atom one and not have any rss feed set in $wgOverrideSiteFeed (to be consistent with r61037) but I guess it doesn't really matter. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
