Add Apache specific section to docs.
[catagits/Gitalist.git] / root / _header_feeds.tt2
1   [% IF Repository %]
2   <!-- XXX Missing the no-merges links -->
3   <link
4     rel="alternate"
5     title="[% Repository.name %] - [% title %] Atom feed"
6     href="[% c.uri_for_action('/repository/atom', [Repository.name]) %]"
7     type="application/atom+xml"
8   >
9   <link
10     rel="alternate"
11     title="[% Repository.name %] - [% title %] RSS feed"
12     href="[% c.uri_for_action('/repository/rss', [Repository.name]) %]"
13     type="application/rss+xml"
14   >
15   [% ELSE %]
16   <link
17     rel="alternate"
18     title="[% c.config.sitename %] Git repositories list"
19     href="[% c.uri_for('repository_index') %]"
20     type="text/plain; charset=utf-8"
21   >
22   <link
23     rel="alternate"
24     title="[% c.config.sitename %] Git repositories feeds"
25     href="[% c.uri_for_action('/opml/opml') %]"
26     type="text/x-opml"
27   >
28   [% END %]