* Atom feed support based on a patch by Clint Adams.
[ikiwiki.git] / doc / ikiwiki.setup
index 18c413e6fd8bc74c203f1f455328923ece2d51fb..8534c7adc0619ce987de46fc3a3b4211e51701ea 100644 (file)
@@ -71,8 +71,10 @@ use IkiWiki::Setup::Standard {
        
        # Can anonymous web users edit pages?
        #anonok => 1,
-       # Generate rss feeds for pages?
+       # Generate rss feeds for blogs?
        rss => 1,
+       # Generate atom feeds for blogs?
+       atom => 1,
        # Urls to ping with XML-RPC when rss feeds are updated
        #pingurl => [qw{http://rpc.technorati.com/rpc/ping}],
        # Include discussion links on all pages?