summaryrefslogtreecommitdiff
path: root/tools/dist/templates/download.ezt
blob: 19dac3d674e5f6d3fb28623f5abb7796429c18e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p style="font-size: 150%; text-align: center;">Apache Subversion [version]</p>
<table class="centered">
<tr>
  <th>File</th>
  <th>Checksum (SHA512)</th>
  <th>Signatures</th>
</tr>
[for fileinfo]<tr>
  <td><a href="[[]preferred]subversion/[fileinfo.filename]">[fileinfo.filename]</a></td>
  <!-- The sha512 line does not have a class="checksum" since the link needn't
       be rendered in monospace. -->
  <td>[<a href="https://www.apache.org/dist/subversion/[fileinfo.filename].sha512">SHA-512</a>]</td>
  <td>[<a href="https://www.apache.org/dist/subversion/[fileinfo.filename].asc">PGP</a>]</td>
</tr>[end]
</table>