first swipe at this
[gitmo/moose-website.git] / templates / download.tt
1 [% WRAPPER 'wrapper/sub_page.tt' %]
2
3     <h2>[% loc('download title') %]</h2>
4
5     <h3>[% loc('cpan') %]<h3>
6
7     <ul>
8         [% FOREACH module IN current_page.data.CPAN %]
9         <li><a href="[% module.url %]">[% module.name %]</a></li>
10         [% END %]
11     </ul>
12
13     <h3>[% loc('git') %]<h3>
14
15     <ul>
16         <li>[% loc('git public') %] &mdash; [% current_page.data.git.public %]</li>
17
18         <li>[% loc('git commiter') %] &mdash; [% current_page.data.git.commiter %]</li>
19
20         <li><a href="[% current_page.data.git.web_view %]">[% loc('git web view') %]</a></li>
21     </ul>
22
23
24 [% END %]