index: re-add the [] around download links
[unleashed-web.git] / index.html
blob1e1ce4d0ab69498b034a8641bcbc9f18fb57fbde
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <link rel="stylesheet" media="all" href="main.css">
8 <title>The Unleashed Operating System</title>
9 </head>
10 <body>
11 <h1 class="title">The Unleashed Operating System</h1>
12 <p>
13 Unleashed is an operating system fork of
14 <a href="https://illumos.org/">illumos</a> (<a href="why.html">see why</a>),
15 which itself is a derivative of OpenSolaris and therefore has its roots in
16 UNIX System V Release 4.
17 </p>
18 <p>
19 It is intended as a modern Unix operating system <em>for developers by
20 developers</em>; it comes with ZFS, DTrace, Crossbow and more.
21 </p>
22 <h1>Download &amp; Installation</h1>
23 <p>
24 The only systems currently supported are amd64-based computers and virtual
25 machines.
26 </p>
27 <p>
28 Unleashed is being maintained as a hobby, and as such we cannot guarantee
29 releasing security or other patches. Run it in production at your own risk.
30 </p>
31 <p>
32 If you want to build Unleashed yourself, use the latest available development
33 snapshot.
34 </p>
35 <ul>
36 <li>latest <a href="/snapshots/latest/">dev snapshot</a>
37 <ul class=inline>
38 <li>[<a href="/snapshots/latest/snapshot.img.gz">usb</a>]</li>
39 <li>[<a href="/snapshots/latest/snapshot.iso.gz">iso</a>]</li>
40 <li>[<a href="/snapshots/latest/snapshot.p5p.gz">p5p</a>]</li>
41 <li>[<a href="/snapshots/latest/checksums">checksums</a>]</li>
42 </ul>
43 </li>
44 <li>release <a href="/releases/1.2.1/">1.2.1</a> (2019-01-14)
45 <ul class=inline>
46 <li>[<a href="/releases/1.2.1/notes.txt">relnotes</a>]</li>
47 <li>[<a href="/releases/1.2.1/unleashed-1.2.1.img.gz">usb</a>]</li>
48 <li>[<a href="/releases/1.2.1/unleashed-1.2.1.iso.gz">iso</a>]</li>
49 <li>[<a href="/releases/1.2.1/unleashed-1.2.1.p5p.gz">p5p</a>]</li>
50 <li>[<a href="/releases/1.2.1/checksums">checksums</a>]</li>
51 </ul>
52 <li>previous release <a href="/releases/1.2/">1.2</a> (2018-12-27)
53 <ul class=inline>
54 <li>[<a href="/releases/1.2/notes.txt">relnotes</a>]</li>
55 <li>[<a href="/releases/1.2/unleashed-1.2.img.gz">usb</a>]</li>
56 <li>[<a href="/releases/1.2/unleashed-1.2.iso.gz">iso</a>]</li>
57 <li>[<a href="/releases/1.2/unleashed-1.2.p5p.gz">p5p</a>]</li>
58 <li>[<a href="/releases/1.2/checksums">checksums</a>]</li>
59 </ul>
60 </li>
61 </ul>
62 <h1>IRC &amp; Mailing Lists</h1>
63 <p>
64 You can find us in
65 <a href="ircs://irc.freenode.net:6697/unleashed">#unleashed on Freenode</a>.
66 </p>
67 <p>
68 We have two mailing lists: one for general development discussions
69 (<a href="http://lists.31bits.net/listinfo/devel">subscribe</a>,
70 <a href="http://lists.31bits.net/archives/devel/">archives</a>)
71 and one with commit notifications
72 (<a href="http://lists.31bits.net/listinfo/commits">subscribe</a>,
73 <a href="http://lists.31bits.net/archives/commits/">archives</a>).
74 </p>
75 <p>
76 Security sensitive information can be sent to
77 <a href="mailto:jeffpc@josefsipek.net">jeffpc@josefsipek.net</a>. If you
78 wish, you may encrypt your message with
79 <a href="https://sks-keyservers.net/pks/lookup?op=get&search=0x18F90BEB645EB36FE31AEE9F8311B7D703B1E6C8">Jeff's PGP key</a>.
80 </p>
81 <h1>Contributing</h1>
82 <p>
83 If you want to make Unleashed better, send us a patch, an email, or join us on
84 IRC! We don't have mandatory code review or any other convoluted processes;
85 just show us the code.
86 </p>
87 <p>
88 The source code itself is split across several git repositories:
89 </p>
90 <ul>
91 <li><a href="http://repo.or.cz/unleashed.git/">core OS</a></li>
92 <li><a href="http://repo.or.cz/unleashed-userland.git/">userland</a></li>
93 <li><a href="http://repo.or.cz/unleashed-pkg5.git/">pkg5</a></li>
94 <li><a href="http://repo.or.cz/unleashed-kayak.git/">kayak installer</a></li>
95 </ul>
96 <p>
97 The steps to build each vary, but they are documented in each repository's
98 top-level README.
99 </p>
100 <h1>Documentation</h1>
102 Aside from the typical set of man pages, there is a
103 <a href="http://repo.or.cz/unleashed.git/tree/HEAD:/docs">docs</a> directory
104 in the main git repository.
105 </p>
106 </body>
107 </html>