summaryrefslogtreecommitdiff
path: root/tools/dist/templates/download.ezt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dist/templates/download.ezt')
-rw-r--r--tools/dist/templates/download.ezt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/dist/templates/download.ezt b/tools/dist/templates/download.ezt
new file mode 100644
index 0000000..601818d
--- /dev/null
+++ b/tools/dist/templates/download.ezt
@@ -0,0 +1,13 @@
+<p style="font-size: 150%; text-align: center;">Subversion [version]</p>
+<table class="centered">
+<tr>
+ <th>File</th>
+ <th>Checksum (SHA1)</th>
+ <th>Signatures</th>
+</tr>
+[for fileinfo]<tr>
+ <td><a href="[[]preferred]subversion/[fileinfo.filename]">[fileinfo.filename]</a></td>
+ <td class="checksum">[fileinfo.sha1]</td>
+ <td>[<a href="http://www.apache.org/dist/subversion/[fileinfo.filename].asc">PGP</a>]</td>
+</tr>[end]
+</table>