+>>>> Yep, that was mostly it. If the feed entry defines an author,
+>>>> and the author is distinct from the feed name, we now show `NAME:
+>>>> AUTHOR`, else just show `NAME` (same as always). In addition,
+>>>> the W3 feed validator says `<dcterms:creator>` is invalid, so
+>>>> I replaced it with `<dc:creator>`, and all of a sudden `r2e`
+>>>> gives me better `From:` headers. With the latest on my branch,
+>>>> when I generate the same planet as updo and run `r2e` over it,
+>>>> the names I get in `From:` look like so:
+
+ "updo: Junio C Hamano"
+ "updo: Greg Kroah-Hartman"
+ "updo: Eric Raymond: esr"` (article author != feed name, so we get both)
+ "updo: Jannis Pohlman: Jannis Pohlmann"` (oops! I tweaked the real updo)
+