Scenario:
"I would like to add the author in the RSS feed so the name of the author shows up beside the item in an RSS reader."
Solution:
Edit your feeds/rss20 template by adding the following line:
<author><%author%></author>or
<author><%author(realname)%></author>
Original forum thread (thanks, !):
http://forum.nucleuscms.org/viewtopic.php?t=13817