Add missing .git suffix
[phpmyadmin-website.git] / templates / news.tpl
blob58079ef8c643f1f4c0479f4cf9a81cc5c4689202
1 <html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
3 <py:def function="page_title">News</py:def>
4 <py:def function="page_rss">${rss_news}</py:def>
5 <py:def function="page_rss_title">phpMyAdmin project news</py:def>
7 <div py:match="content" id="body">
9 <p>Bored of official project news? Then check out developers blogs at 
10 <a href="http://planet.phpmyadmin.net/">planet phpMyAdmin</a>.</p>
12 <p>You can also follow us on <a
13 href="http://identi.ca/phpmyadmin">identi.ca</a> or <a
14 href="http://twitter.com/phpmya">twitter</a>.
15 </p>
17     <xi:include href="_littleboxes.tpl" />
19 <div class="hentry" id="${item.anchor}" py:for="item in news">
20         <h2 class="entry-title"><a rel="bookmark" href="${item.comments_link}">${item.title}</a></h2>
21         <p class="date"><abbr class="published" title="${item.date.w3cdtf()}">${item.date}</abbr></p>
22         <p class="entry-content">${Markup(item.text)}</p>
23 <!--!   Removed because it was misused for support questions and spam.
24         <p class="comments"><a href="${item.comments_link}">${item.comments_number} comments</a></p>
25 -->
26 </div>
28     <p>
29     Older news are available at <a href="https://sourceforge.net/news/?group_id=23067">news archive at SourceForge</a>.
30     </p>
31 </div>
33 <xi:include href="_page.tpl" />
34 </html>