summaryrefslogtreecommitdiffstats
path: root/downloads/index.md
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-23 22:37:43 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-23 22:38:24 +0200
commit89220b51a5a21a3b2f3bb5b4c9c102d5600f1528 (patch)
tree1ae67108b09883dbc7e8ff1119fc36edb7e06238 /downloads/index.md
parent50cb0d32f0abaf8263de5d18588a6e82f239df1b (diff)
downloadmksite-alpine-89220b51a5a21a3b2f3bb5b4c9c102d5600f1528.tar.bz2
mksite-alpine-89220b51a5a21a3b2f3bb5b4c9c102d5600f1528.tar.xz
downloads: list all available downloads
Diffstat (limited to 'downloads/index.md')
-rw-r--r--downloads/index.md65
1 files changed, 54 insertions, 11 deletions
diff --git a/downloads/index.md b/downloads/index.md
index 8c0eb85..c9cebec 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -5,27 +5,70 @@ title: Downloads
Downloads
=========
+#### Version {{releases.alpine.x86.version}}
+
+Released {{releases.alpine.x86.date}}
+
<table>
<tr>
- <th>flavor</th>
- <th>arch</th>
<th>iso</th>
- <th>date</th>
<th>size</th>
<th>checksum</th>
</tr>
-{{#latest-releases}}
+
+{{#releases.alpine.archs}}
+<tr>
+ <td><a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}">{{iso}}</a></td>
+ <td>{{size_mb}} MB</td>
+ <td>
+ <a title="{{sha1}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha1">sha1</a>
+ |
+ <a title="{{sha256}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha256">sha256</a>
+ </td>
+</tr>
+{{/releases.alpine.archs}}
+
+{{#releases.alpine-mini.archs}}
+<tr>
+ <td><a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}">{{iso}}</a></td>
+ <td>{{size_mb}} MB</td>
+ <td>
+ <a title="{{sha1}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha1">sha1</a>
+ |
+ <a title="{{sha256}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha256">sha256</a>
+ </td>
+</tr>
+{{/releases.alpine-mini.archs}}
+
+{{#releases.alpine-vanilla.archs}}
+<tr>
+ <td><a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}">{{iso}}</a></td>
+ <td>{{size_mb}} MB</td>
+ <td>
+ <a title="{{sha1}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha1">sha1</a>
+ |
+ <a title="{{sha256}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha256">sha256</a>
+ </td>
+</tr>
+{{/releases.alpine-vanilla.archs}}
+
+{{#releases.alpine-xen.archs}}
<tr>
- <td>{{flavor}}</td>
- <td>{{arch}}</td>
<td><a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}">{{iso}}</a></td>
- <td>{{date}}</td>
- <td>{{size}}</td>
+ <td>{{size_mb}} MB</td>
<td>
- <a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha1">sha1</a>
+ <a title="{{sha1}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha1">sha1</a>
|
- <a href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha256">sha256</a>
+ <a title="{{sha256}}"
+ href="http://wiki.alpinelinux.org/cgi-bin/dl.cgi/{{branch}}/releases/{{arch}}/{{iso}}.sha256">sha256</a>
</td>
</tr>
-{{/latest-releases}}
+{{/releases.alpine-xen.archs}}
</table>