summaryrefslogtreecommitdiffstats
path: root/index.md
blob: 2f06897c76b1b5feb30a7d39a7600bc1a0fdb041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
title: Alpine Linux
---

<div class="widebar">
 <div class="block-left block-center">
   <h2>Small. Simple. Secure.</h2>
   <p>
    Alpine Linux is a security-oriented, lightweight Linux distribution
    based on musl libc and busybox.
   </p>
 </div>
 <div class="block-right block-center">
   <span class="icon-download" style="font-size:400%; color:green;"></span>
   <p>
    <a href="{{releases.default.iso_url}}">{{releases.default.iso}}</a>
    <small>({{releases.default.size_mb}}MB)</small>
   </p>
   <div class="block-small">
    <p>Released {{releases.default.date}}</p>
    <p>
     <a title="{{releases.default.sha1}}"
	href="{{releases.default.sha1_url}}">sha1</a>
     |
     <a title="{{releases.default.sha256}}"
	href="{{releases.default.sha256_url}}">sha256</a>
    </p>
   </div>
 </div>
 <p></p>
</div>

<div>
 <div class="block-left">
  <h3><span class="icon-rss-square"></span> Alpine News</h3>
  <table>
   {{#news}}
   <tr><td>{{date}}</td><td><a href="posts/{{html}}">{{title}}</a></td></tr>
   {{/news}}
   <tr><td>&nbsp;</td><td><a href="posts/">more...</a></td></tr>
  </table>
 </div>
 <div class="block-right">
  <h3><span class="icon-archive"></span> Latest Development</h3>
  <table>
   {{#git-commits.entries}}
   <tr>
    <td><time datetime="{{updated}}">{{updated_date}}</time></td>
    <td><a href="{{{link}}}">{{title}}</a></td>
   </tr>
   {{/git-commits.entries}}
   <tr><td>&nbsp;</td><td><a href="http://git.alpinelinux.org/cgit/aports/log">more...</a></td></tr>
 </table>
 </div>
</div>