Mercurial > hg
annotate mercurial/templates/rss/changelogentry.tmpl @ 19426:e43184680461
doc: make man and html from translated documents
Before this patch, man and html are english only, and there sources are not
translatable.
This patch make translatable all documents.
author | Takumi IINO <trot.thunder@gmail.com> |
---|---|
date | Wed, 03 Jul 2013 21:49:43 +0900 |
parents | 9409aeaafdc1 |
children | 19ee4923a2b6 |
rev | line source |
---|---|
599 | 1 <item> |
8428
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8235
diff
changeset
|
2 <title>{desc|strip|firstline|strip|escape}</title> |
18526
9409aeaafdc1
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
Thomas Arendsen Hein <thomas@intevation.de>
parents:
9999
diff
changeset
|
3 <guid isPermaLink="true">{urlbase}{url|urlescape}rev/{node|short}</guid> |
8428
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8235
diff
changeset
|
4 <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description> |
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8235
diff
changeset
|
5 <author>{author|obfuscate}</author> |
5ccca71775e1
atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8235
diff
changeset
|
6 <pubDate>{date|rfc822date}</pubDate> |
599 | 7 </item> |