https://bugzilla.wikimedia.org/show_bug.cgi?id=30621
--- Comment #4 from Bawolff <[email protected]> 2011-08-31 15:35:11 UTC --- Some comments: RSS vs ATOM: Since we now only put atom feeds in <link>'s (since some time in 1.17) we should probably only have: $wgSiteFeed['atom'] = 'http://en.wikinews.org/w/index.php?title=Special:NewsFeed&feed=atom¬categories=No%20publish|Archived|AutoArchived|disputed&count=30&hourcount=96'; (This is exactly the same as comment 0's feed, except for changing to atom, and removing some parameters that are the same as the implied defaults when unspecified) For the google one brianmc suggested in comment 1, that's already what google has, except the proposed one is limited to 30 articles, where currently we have no limit (google wants less than 1000, so no limit sounds good to me). Thus I don't recommend changing the google one. (However for future reference I believe hexmode has the google webmaster tools account) >$wgGNSMsmaxage = 300 > >would be the most appropriate value for a news site; stuff should be pushed >quickly, not half-hourly. Note to ops folks: This would (obviously) decrease the cache life of gnsm requests in the squids for non-logged in users. This is probably not a big deal (at least I don't think it would be) since wikinews is a) small, and b) GNSM also caches stuff in memcache which this setting does not affect. -- 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
