answer about autofiles for tags
[ikiwiki] / doc / todo / minor_adjustment_to_setup_documentation_for_recentchanges_feeds.mdwn
1 Expand a comment so you know which bit to uncomment if you want to
2 turn on feeds for recentchanges.
3
4     diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
5     index 99c81cf..7ca7687 100644
6     --- a/doc/ikiwiki.setup
7     +++ b/doc/ikiwiki.setup
8     @@ -91,9 +91,9 @@ use IkiWiki::Setup::Standard {
9                     #},
10             ],
11      
12     -       # Default to generating rss feeds for blogs?
13     +       # Default to generating rss feeds for blogs/recentchanges?
14             #rss => 1,
15     -       # Default to generating atom feeds for blogs?
16     +       # Default to generating atom feeds for blogs/recentchanges?
17             #atom => 1,
18             # Allow generating feeds even if not generated by default?
19             #allowrss => 1,
20
21 [[!tag patch]]
22
23 > Hmm, recentchanges is just a blog. Of course the word "blog" is perhaps
24 > being used in too broad a sense here, since it tends to imply personal
25 > opinions, commentary, not-a-journalist, sitting-in-ones-underwear-typing,
26 > and lots of other fairly silly stuff. But I don't know of a better word
27 > w/o all these connotations. I've reworded it to not use the term "blog"..
28 > [[done]] --[[Joey]]