more data and templates
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / download.tt
1 [% WRAPPER 'wrapper/sub_page.tt' %]
2
3     <h2>[% loc('download header') %]</h2>
4
5     <h3>[% loc('download cpan header') %]</h3>
6
7     <p>[% loc('download cpan body') %]</p>
8
9     <ul>
10         [% FOREACH module IN current_page.data.CPAN %]
11         <li><a href="[% module.url %]">[% module.name %]</a></li>
12         [% END %]
13     </ul>
14
15     <h3>[% loc('download git header') %]</h3>
16
17     <p>[% loc('download git body') %]</p>
18
19     <ul>
20         <li>[% loc('download git public') %] &mdash; [% current_page.data.git.public %]</li>
21
22         <li>[% loc('download git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
23
24         <li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
25     </ul>
26
27
28 [% END %]