everest-web/index.html

36 lines
2.1 KiB
HTML
Raw Normal View History

2022-06-21 13:49:11 -04:00
<!DOCTYPE html>
2022-09-01 12:57:33 -04:00
<hmtl>
2022-06-21 13:49:11 -04:00
<head>
2022-09-01 12:57:33 -04:00
<title>Everest Linux - Home</title>
2022-06-21 13:49:11 -04:00
<link type="text/css" rel="stylesheet" href="css/everest.css"/>
</head>
<body>
2022-09-01 12:57:33 -04:00
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="install.html">Handbook</a></li>
<li><a href="https://git.everestlinux.org/EverestLinux/glacier-pkgs">Packages</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="https://git.everestlinux.org">Git</a></li>
</ul>
<img src="img/banner2.jpg" alt="Everest Logo"/>
<h1>Everest Linux</h1>
<p>A highly flexible, general purpose meta-distribution, built off of the monolithic Linux kernel and Glacier package manager.</p>
2022-09-01 12:57:33 -04:00
<h2>Why Everest?</h2>
2022-12-13 12:33:34 -05:00
<p><strong>Simple: </strong>Everest strives to be simple by design, coming with no pre-installed bloatware, or spyware. Everest follows the UNIX philosphy when possible, and attempts to avoid using large GNU programs in its base system.</p>
<p><strong>Stable: </strong>Everest is designed to be as stable as possible. All base system programs are statically linked, and Glacier will not operate on packages unless you tell it to.</p>
2022-09-01 12:57:33 -04:00
<p><strong>Fast: </strong>Glacier downloads program source code from the Everest Package Index, then compiles it locally on your system, resulting in an extremely optimized experience. Simply define the makeflags for your system and you're ready to go.</p>
2022-12-13 12:33:34 -05:00
<p><strong>Lightweight: </strong>Everest uses Busybox for its userland tools and init, and musl for its C library. All of these tools are designed to be as lightweight as possible.</p>
<p><strong>Flexible: </strong>Everest supports higly customized installations. Any part of Everest can be replaced.</p>
2022-09-01 12:57:33 -04:00
<h1>Ready to try Everest?</h1>
<p><a href="install.html">Read the installation guide here.</a></p>
<h1>News</h1>
2022-12-30 23:40:17 -05:00
<p>11/1/22 - System image builds begin</p>
<p>10/25/22 - Glacier v3 is released</p>
<p>10/7/22 - Glacier v3 enters testing</p>
2022-09-01 12:57:33 -04:00
<p>6/21/22 - everestlinux.org has been registered, all packages have been migrated to git.everestlinux.org.</p>
<p>6/9/22 - Glacier v2.1 has been released</p>
<p>5/31/22 - Glacier v2.0 has been released</p>
2022-06-21 13:49:11 -04:00
</body>
</html>