From: Joey Hess <joey@kodama.kitenet.net>
Date: Thu, 10 Apr 2008 21:59:11 +0000 (-0400)
Subject: change wording
X-Git-Tag: 2.43~29
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=235b6d18b67f4665340c68b2a751e3a5a4fc25b8;p=ikiwiki.git

change wording
---

diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index 99c81cf04..039ebb127 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -91,9 +91,9 @@ use IkiWiki::Setup::Standard {
 		#},
 	],
 
-	# Default to generating rss feeds for blogs?
+	# Default to generating rss feeds for pages with feeds?
 	#rss => 1,
-	# Default to generating atom feeds for blogs?
+	# Default to generating atom feeds for pages with feeds?
 	#atom => 1,
 	# Allow generating feeds even if not generated by default?
 	#allowrss => 1,
diff --git a/doc/todo/minor_adjustment_to_setup_documentation_for_recentchanges_feeds.mdwn b/doc/todo/minor_adjustment_to_setup_documentation_for_recentchanges_feeds.mdwn
index dab2df0e6..fe47ab52f 100644
--- a/doc/todo/minor_adjustment_to_setup_documentation_for_recentchanges_feeds.mdwn
+++ b/doc/todo/minor_adjustment_to_setup_documentation_for_recentchanges_feeds.mdwn
@@ -19,3 +19,10 @@ turn on feeds for recentchanges.
             #allowrss => 1,
 
 [[tag patch]]
+
+> Hmm, recentchanges is just a blog. Of course the word "blog" is perhaps
+> being used in too broad a sense here, since it tends to imply personal
+> opinions, commentary, not-a-journalist, sitting-in-ones-underwear-typing,
+> and lots of other fairly silly stuff. But I don't know of a better word
+> w/o all these connotations. I've reworded it to not use the term "blog"..
+> [[done]] --[[Joey]]