comparison templates/old/filelog.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 fc34c031ff54
children
comparison
equal deleted inserted replaced
5265:980da86fc66a 5266:46c5e1ee8aaa
1 #header# 1 #header#
2 <title>#repo|escape#: #file|escape# history</title> 2 <title>#repo|escape#: #file|escape# history</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="#url#atom-log/tip/#file|urlescape#" title="Atom feed for #repo|escape#:#file#">
3 <link rel="alternate" type="application/rss+xml" 5 <link rel="alternate" type="application/rss+xml"
4 href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#"> 6 href="?fl=0;file=#file|urlescape#;style=rss" title="RSS feed for #repo|escape#:#file#">
5 </head> 7 </head>
6 </head> 8 </head>
7 <body> 9 <body>
11 <a href="?sl=tip">shortlog</a> 13 <a href="?sl=tip">shortlog</a>
12 <a href="?tags=">tags</a> 14 <a href="?tags=">tags</a>
13 <a href="?f=#node|short#;file=#file|urlescape#">file</a> 15 <a href="?f=#node|short#;file=#file|urlescape#">file</a>
14 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a> 16 <a href="?fa=#node|short#;file=#file|urlescape#">annotate</a>
15 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a> 17 <a type="application/rss+xml" href="?fl=0;file=#file|urlescape#;style=rss">rss</a>
18 <a type="application/atom+xml" href="#url#atom-log/tip/#file|urlescape#" title="Atom feed for #repo|escape#:#file#">atom</a>
16 </div> 19 </div>
17 20
18 <h2>#file|escape# revision history</h2> 21 <h2>#file|escape# revision history</h2>
19 22
20 #entries%filelogentry# 23 #entries%filelogentry#