mirror of https://github.com/friendica/friendica
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.
25 lines
651 B
25 lines
651 B
<feed xmlns="http://www.w3.org/2005/Atom"
|
|
xmlns:foaf="http://xmlns.com/foaf/0.1"
|
|
xmlns:thr="http://purl.org/syndication/thread/1.0"
|
|
xmlns:at="http://purl.org/atompub/tombstones/1.0"
|
|
>
|
|
<id>$feed_id</id>
|
|
<title>$feed_title</title>
|
|
<updated>$feed_updated</updated>
|
|
|
|
<author>
|
|
<name>$name</name>
|
|
<foaf:homepage rdf:resource="$profile_page" />
|
|
<foaf:img rdf:resource="$thumb" />
|
|
</author>
|
|
|
|
|
|
<entry>
|
|
<id>$item_id</id>
|
|
<title>$title</title>
|
|
<link href="$link" />
|
|
<updated>$updated</updated>
|
|
<summary>$summary</summary>
|
|
<content type="text/plain" >$content</content>
|
|
</entry>
|
|
</feed> |