1[% WRAPPER page/wrapper.tt title=loc('Feeds') %]
2
3<div id="content">
4    [%loc('You can subscribe to this wiki by RSS and get either just the headlines of the pages that change or the entire page.')%]
5
6    <ul id="feedsList">
7        <li><a href="[%c.uri_for('rss_full')%]">[%loc('Full content')%] (RSS 2.0)</a></li>
8        <li><a href="[%c.uri_for('rss')%]">[%loc('Headlines')%] (RSS 2.0)</a></li>
9        <li><a href="[%c.uri_for('atom')%]">[%loc('Full content')%] (Atom 0.3)</a></li>
10    </ul>
11</div>
12
13[% END %]
14