comparison templates/tags.tmpl @ 5266:46c5e1ee8aaa

Added support for the Atom syndication format
author Robert Bachmann <rbach@rbach.priv.at>
date Thu, 30 Aug 2007 16:42:17 +0200
parents ce8f31e0b3b8
children
comparison
equal deleted inserted replaced
5265:980da86fc66a 5266:46c5e1ee8aaa
1 #header# 1 #header#
2 <title>#repo|escape#: tags</title> 2 <title>#repo|escape#: tags</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="#url#atom-tags" title="Atom feed for #repo|escape#: tags">
3 <link rel="alternate" type="application/rss+xml" 5 <link rel="alternate" type="application/rss+xml"
4 href="#url#rss-tags" title="RSS feed for #repo|escape#: tags"> 6 href="#url#rss-tags" title="RSS feed for #repo|escape#: tags">
5 </head> 7 </head>
6 <body> 8 <body>
7 9
8 <div class="buttons"> 10 <div class="buttons">
9 <a href="#url#log{sessionvars%urlparameter}">changelog</a> 11 <a href="#url#log{sessionvars%urlparameter}">changelog</a>
10 <a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a> 12 <a href="#url#shortlog{sessionvars%urlparameter}">shortlog</a>
11 <a href="#url#file/#node|short#/{sessionvars%urlparameter}">manifest</a> 13 <a href="#url#file/#node|short#/{sessionvars%urlparameter}">manifest</a>
12 <a type="application/rss+xml" href="#url#rss-tags">rss</a> 14 <a type="application/rss+xml" href="#url#rss-tags">rss</a>
15 <a type="application/atom+xml" href="#url#atom-tags">atom</a>
13 </div> 16 </div>
14 17
15 <h2>tags:</h2> 18 <h2>tags:</h2>
16 19
17 <ul id="tagEntries"> 20 <ul id="tagEntries">