author | Martin Geisler <mg@lazybytes.net> |
Sat, 18 Apr 2009 14:40:21 +0200 | |
changeset 8076 | 5ec526c1a32f |
parent 7849 | d5662e939893 |
child 8428 | 5ccca71775e1 |
permissions | -rw-r--r-- |
5269
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
1 |
<entry> |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
2 |
<title>#tag|escape#</title> |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
3 |
<link rel="alternate" href="{urlbase}{url}rev/{node}"/> |
7849
d5662e939893
atom: fix URLs used in entry GUIDs
Matt Mackall <mpm@selenic.com>
parents:
5269
diff
changeset
|
4 |
<id>{urlbase}{url}#tag-{node}</id> |
5269
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
5 |
<updated>#date|rfc3339date#</updated> |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
6 |
<published>#date|rfc3339date#</published> |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
7 |
<content type="text">#tag|strip|escape#</content> |
46c5e1ee8aaa
Added support for the Atom syndication format
Robert Bachmann <rbach@rbach.priv.at>
parents:
diff
changeset
|
8 |
</entry> |