https://bugzilla.wikimedia.org/show_bug.cgi?id=30621

--- Comment #6 from Reedy <s...@reedyboy.net> 2011-09-07 14:47:59 UTC ---
'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&notcategories=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&notcategories=No%20publish%7CArchived%7CAutoArchived%7Cdisputed&namespace=0&count=30&hourcount=124&ordermethod=categoryadd&stablepages=only',
    ),
),

?

And then setting $wgGNSMsmaxage = 300


Do we know who has the google webmaster tools account?

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to