blob: c283ad8f756a60d4f09342c2fadb4ae22e60c99b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:thr="http://purl.org/syndication/thread/1.0"
xmlns:at="http://purl.org/atompub/tombstones/1.0"
xmlns:dfrn="http://purl.org/macgirvin/dfrn/1.0" >
<id>$feed_id</id>
<title>$feed_title</title>
<updated>$feed_updated</updated>
<author>
<name>$name</name>
<uri>$profile_page</uri>
<dfrn:avatar>$photo</dfrn:avatar>
</author>
|