<!--
Description: entry author uri
Expect:      $rss and $rss->items[0]['author_uri'] =='http://example.com/'
Notes: author_uri and author_url should be mapped onto something like
author_homepage, but I am not putting it in right now because gregarius does
not care about it.  -Sameer
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
  <author>
    <name>Example author</name>
    <email>me@example.com</email>
    <uri>http://example.com/</uri>
  </author>
</entry>
</feed>
