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