Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
410 B
14 lines
410 B
<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>
|
|
|