Only advertise RSS feeds by default, not Atom
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 50c8601..f3a1320 100644 (file)
@@ -2945,6 +2945,12 @@ $wgFeedDiffCutoff = 32768;
  */
 $wgOverrideSiteFeed = array();
 
+/**
+ * Which feed types should we provide by default?  This can include 'rss',
+ * 'atom', neither, or both.
+ */
+$wgAdvertisedFeedTypes = array( 'rss' );
+
 /**
  * Additional namespaces. If the namespaces defined in Language.php and
  * Namespace.php are insufficient, you can create new ones here, for example,