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