summaryrefslogtreecommitdiff
path: root/tools/dist/templates/download.ezt
blob: 3043b2b562546b9fc61d34aad7feb761aa3bbad6 (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>
  <th>PGP Public Keys</th>
</tr>
[for fileinfo]<tr>
  <td><a href="[[]preferred]subversion/[fileinfo.filename]">[fileinfo.filename]</a></td>
  <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 signatures</a>]</td>
  <td>[<a href="https://www.apache.org/dist/subversion/subversion-[version].KEYS">PGP keyring</a>]</td>
</tr>[end]
</table>