Open
Description
Expected behavior
According to the specifications, author in Atom can have uri
. This is useful for blog platforms where in the returned xml does not return html link to the webpage and instead returns author's profile/webpage. Here's an example
Actual behavior
The Person
in gofeed has only name
and email
. But for Atom feeds, it needs uri
as well.