everest-web/index.html

194 lines
9.7 KiB
HTML
Raw Normal View History

2022-06-21 13:49:11 -04:00
<!DOCTYPE html>
2023-01-26 17:27:05 -05:00
<html>
2022-06-21 13:49:11 -04:00
<head>
2023-05-01 10:42:27 -04:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Everest Linux - Home</title>
2023-09-29 09:18:06 -04:00
<link type="text/css" rel="stylesheet" href="css/nord.css"/>
2023-05-01 10:42:27 -04:00
<link rel="icon" type="image/x-icon" href="img/favicon.svg"/>
2022-06-21 13:49:11 -04:00
</head>
<body>
2023-01-26 17:27:05 -05:00
<!-- Navbar -->
<div class="sidenav">
2023-09-29 09:18:06 -04:00
<img src="img/everest-nord.svg" alt="everest-logo">
2023-01-26 17:27:05 -05:00
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="install.html">Install</a>
2023-10-13 12:59:24 -04:00
<a href="packages.html">Packages</a>
2023-01-26 17:27:05 -05:00
<a href="download.html">Downloads</a>
2023-04-04 13:36:31 -04:00
<a href="docs/home.html">Docs</a>
2023-03-31 11:46:59 -04:00
<a href="errata.html">Errata</a>
2023-10-13 12:59:24 -04:00
<a href="https://git.everestlinux.org">Git ↗</a>
2023-01-26 17:27:05 -05:00
</div>
<!-- Rest of page -->
2023-10-19 11:59:54 -04:00
<div class="hero-image">
2023-10-19 12:39:56 -04:00
<div class="hero-text">
<h1>Home</h1>
</div>
2023-10-19 11:59:54 -04:00
</div>
2023-01-26 17:27:05 -05:00
<div class="main">
<h2>Everest Linux</h2>
2023-03-31 10:34:37 -04:00
<p>A highly flexible, general purpose meta-distribution, built off of the monolithic Linux kernel and Glacier package manager.</p>
2023-06-08 09:06:23 -04:00
<h2>Advantages of Everest</h2>
<strong>Simple: </strong><p>Everest strives to be simple by design, coming with no pre-installed bloatware or spyware. Everest follows the UNIX philosophy whenever possible, and tries to avoid including large programs in its base system.</p>
2023-03-31 10:34:37 -04:00
<strong>Stable: </strong><p>Everest is designed to be as stable as possible. All base system programs are statically linked, and can be updated with git-controlled root filesystems.</p>
2023-06-08 09:06:23 -04:00
<strong>Fast: </strong><p>Glacier downloads program source code and compiles it locally on your system. The end result is an extremely fast and optimized package. Simply define CFLAGS, CXXFLAGS, and MAKEFLAGS, and you're ready to go.</p>
2023-03-31 10:34:37 -04:00
<strong>Lightweight: </strong><p>Everest uses Busybox for its userland tools and init system, and musl for its standard C library. All of these tools are designed to be as lightweight as possible.</p>
2023-06-08 09:06:23 -04:00
<strong>Flexible: </strong><p>Everest supports highly customized installations. Want to replace Busybox init with systemd, openrc, runit, dinit, or s6? Or replace musl with uClibc or Glibc? All of these are possible, and encouraged.</p>
<h2>Try Everest</h2>
<button onclick="window.location.href='install.html';">
Installation Guide
</button>
2023-01-26 17:27:05 -05:00
<h2>News</h2>
2024-10-10 10:34:36 -04:00
<newshead><strong>10/3/24 - libglacier v4.0.0rc out now</strong></newshead>
<div class="news">
<p>After 8 months of development, libglacier has been released as v4.0.0rc.</p>
<p>While this is technically an unstable development release, it has been tested vigorously and is only labeled as unstable due to the absence of configuration file parsing, which will be added in the next release.</p>
<p>This release means that progress on Glacier's frontend programs can finally progress.</p>
</div>
<hr>
<p></p>
2024-07-12 12:57:18 -04:00
<newshead><strong>7/12/24 - Registration closed for git.everestlinux.org</strong></newshead>
2024-07-12 12:53:14 -04:00
<div class="news">
<p>Due to an influx of spam on our Git server, new account registration has been closed.</p>
<p>If, for any reason, you require an account, please email me at liamwaldron@everestlinux.org so I can set one up for you.</p>
</div>
<hr>
<p></p>
2024-07-12 12:49:21 -04:00
<newshead><strong>4/4/24 - All new releases on hold indefinitely</strong></newshead>
<div class="news">
<p>While work has been done on releasing Everest and Glacier, these releases are on hold indefinitely.</p>
<p>I have decided to rewrite Glacier in C, which has added a significant amount of time needed for the release. This will ultimately be a good decision, since the rewritten Glacier will be much more portable than the Bash version.</p>
<p>Additionally, I have recently committed to Assumption University to study cybersecurity. Hopefully I will be able to integrate this project into my studies if possible.</p>
<p>Ultimately, this is a hobby project. I do not anticipate it to ever become big (or at least as big as some other distros), however if you are interested in helping out, shoot me a message at liamwaldron@everestlinux.org.</p>
</div>
<hr>
<p></p>
2023-12-20 08:07:09 -05:00
<newshead><strong>12/20/23 - Everest v1.0.0 and Glacier v4.0.0 put on hold</strong></newshead>
<div class="news">
<p>Unfortunately, the releases scheduled for January 1st are being put on hold.</p>
<p>The past few months have been very busy in terms of college stuff. Thankfully, I have been accepted into multiple schools and have a good idea of where I'm going.</p>
<p>Since this stuff is clearing up, I now have more time to work on releasing Everest and Glacier. Most importantly, I now have a testbed to run everything on.</p>
<p>The new target release date is March 1st, 2024.</p>
<p>Once again, thank you for your continued support of this project.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-12-20 08:07:09 -05:00
<p></p>
2023-09-29 10:40:16 -04:00
<newshead><strong>9/29/23 - Big news at Everest</strong></newshead>
<div class="news">
<p>Many things have been happening at Everest in the past few months.</p>
<p>Glacier v4 is almost complete, and is due for a release sometime before 2024.</p>
<p>Everest v1.0 is nearing its completion as well, and should be released before 2024.</p>
<p>We do not expect these dates to change, but if we need to polish things up more, we'll take that opportunity.</p>
<p>Finally, all Everest websites have transitioned to the nord colorscheme. We may bring back the k2 colorscheme at a later date.</p>
<p>Thank you for your continued support everyone!</p>
<p>-The Everest Team</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-09-29 10:40:16 -04:00
<p></p>
2023-06-08 09:06:23 -04:00
<newshead><strong>6/8/23 - New Everest logo</strong></newshead>
<div class="news">
<p>The Everest logo has been slightly redesigned. This includes a darker color palette.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-06-08 09:06:23 -04:00
<p></p>
2023-04-25 08:59:03 -04:00
<newshead><strong>4/25/23 - Announcing Glacier v4</strong></newshead>
<div class="news">
<p>Glacier v4 is another complete overhaul of Glacier. This new release includes dependency resolution, multiple downloads, and a new, concise package format.</p>
<p>Since Glacier v4 uses a completely different package format, it is thus <strong>incompatible</strong> with all previous releases.</p>
<p>No time estimate has been given for this release.</p>
2023-06-08 09:06:23 -04:00
<warnhead><strong>WARNING:</strong></warnhead>
<div class="warning">
<p>Glacier v4 is highly unstable and experimental. Use at your own risk.</p>
</div>
2023-04-25 08:59:03 -04:00
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-04-25 08:59:03 -04:00
<p></p>
2023-03-31 11:46:59 -04:00
<newshead><strong>2/1/23 - Manual intervention required for /etc/glacier.conf</strong></newshead>
<div class="news">
<p>With the new Glacier update, changes were made to the download backend. Please ensure your current configuration is overwritten while updating.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>1/26/23 - Website overhaul</strong></newshead>
<div class="news">
<p>The Everest website has been completely overhauled with a cleaner, sleeker look.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>1/26/23 - System image builds nearly complete</strong></newshead>
<div class="news">
<p>A system image is coming together. This includes the toolchain We are still ironing out issues with Busybox's wget implementation, which fails to support https.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
2023-06-08 09:06:23 -04:00
<newshead><strong>11/1/22 - System image builds have begun</strong></newshead>
2023-03-31 11:46:59 -04:00
<div class="news">
<p>Today, the team has begun compiling system images. All programs have compiled correctly, with the exception of the system toolchain. This is a very important component, and the system cannot function without it.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>10/25/22 - Glacier v3 is released</strong></newshead>
<div class="news">
2024-07-12 12:49:21 -04:00
<p>After nearly 2 months of hard work, Glacier v3 is finally out. This release includes many stability improvements, changes to the codebase to improve readability, and a new build system.</p>
2023-03-31 11:46:59 -04:00
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>10/7/22 - Glacier v3 enters testing</strong></newshead>
<div class="news">
<p>Glacier v3 is now available for testing. Please note that this release is not stable and therefore should not be run on a production machine.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>8/31/22 - Announcing Glacier v3</strong></newshead>
<div class="news">
<p>Glacier v2, which was release back in June, functions great, however does not function like a typical package manager would.</p>
<p>Additionally, adding functionality is very difficult as the codebase is very complex and messy. Glacier v3 aims to fix these issues.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>6/21/22 - Registering everestlinux.org</strong></newshead>
<div class="news">
2024-07-12 12:49:21 -04:00
<p>Everest now owns a domain. This allows us to host our own website, rather than using GitHub (which is owned by Microsoft). This gives us more control over our work.</p>
2023-03-31 11:46:59 -04:00
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-03-31 11:46:59 -04:00
<p></p>
<newshead><strong>5/31/22 - Glacier v2 is released</strong></newshead>
<div class="news">
2023-06-08 09:06:23 -04:00
<p>Glacier v2 has been released. This version provides several improvements to the codebase, such as condensing everything to a single executable.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-06-08 09:06:23 -04:00
<p></p>
<newshead><strong>4/20/22 - Glacier v1 is released</strong></newshead>
<div class="news">
<p>Glacier has released a stable point in its development.</p>
<p>In addition, color and unicode support has been added.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-06-08 09:06:23 -04:00
<p></p>
<newshead><strong>4/5/22 - Glacier v0.6rc</strong></newshead>
<div class="news">
<p>The package format has been updated to include timestamping capabilities.</p>
<p>These timestamps will be queried along with a package.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-06-08 09:06:23 -04:00
<p></p>
<newshead><strong>3/28/22 - Glacier v0.5rc</strong></newshead>
<div class="news">
<p>Added a proper cleanup operation after a transaction finishes.</p>
<p>Additionally, caching support has been added.</p>
</div>
2024-02-01 08:48:40 -05:00
<hr>
2023-06-08 09:06:23 -04:00
<p></p>
<newshead><strong>3/10/22 - Glacier v0.2rc</strong></newshead>
<div class="news">
<p>Added proper error handling.</p>
2023-03-31 11:46:59 -04:00
</div>
</div>
<footer>
2024-02-01 08:48:40 -05:00
<p>Copyright (C) 2021-2024 Everest Linux</p>
2023-03-31 11:46:59 -04:00
<p>Linux (R) is a registered trademark of Linus Torvalds.</p>
<p>Everest Linux is provided AS IS, WITHOUT WARRANTY.</p>
</footer>