okay, new approach based on feedback from the cabal
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / download.tt
1 [% WRAPPER 'wrapper/root.tt' %]
2
3     <p>[% loc('download body') %]</p>
4     <p>
5         <ul>
6             [% FOREACH module IN current_page.data.CPAN %]
7             <li><a href="[% module.url %]">[% module.name %]</a> &mdash; [% loc("download info " _ module.name) %]</li>
8             [% END %]
9         </ul>
10     </p>
11
12     <h3>[% loc('download git header') %]</h3>
13     <p>[% loc('download git body') %]</p>
14     <p>
15         <ul>
16             <li>[% loc('download git public') %] &mdash; [% current_page.data.git.public %]</li>
17             <li>[% loc('download git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
18             <li><a href="[% current_page.data.git.web_view %]">[% loc('download git web view') %]</a></li>
19             <li><a href="[% current_page.data.git.github %]">[% loc('download github mirror') %]</a></li>
20         </ul>
21     </p>
22
23 [% END %]