innoq / statuses

statuses
Apache License 2.0
13 stars 14 forks source link

missing author info in feed #45

Closed FND closed 11 years ago

FND commented 11 years ago

currently there's no author information in the feed

we should add something like the following for each entry:

<author>
    <name>foo</name>
    <uri>/updates?author=foo</uri>
</author>