okay, new approach based on feedback from the cabal
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / download.tt
CommitLineData
91d99a11 1[% WRAPPER 'wrapper/root.tt' %]
7476895d 2
91d99a11 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>
7476895d 11
3cb66fff 12 <h3>[% loc('download git header') %]</h3>
3cb66fff 13 <p>[% loc('download git body') %]</p>
91d99a11 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>
7476895d 22
23[% END %]