From feadee7b69e516d7c2f4a9cb1e45e41e77af0e36 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Fri, 31 Mar 2023 10:34:37 -0400 Subject: [PATCH] reformat index.html --- index.html | 60 ++++++++++++++++-------------------------------------- 1 file changed, 17 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 489bbd8..3e06f73 100644 --- a/index.html +++ b/index.html @@ -19,74 +19,48 @@

Everest Linux

-

A highly flexible, general purpose meta-distribution,

-

built off of the monolithic Linux kernel and Glacier

-

package manager.

+

A highly flexible, general purpose meta-distribution, built off of the monolithic Linux kernel and Glacier package manager.

Why Everest?

- Simple:

Everest strives to be simple by design,

-

coming with no pre-installed bloatware or spyware.

-

Everest follows the UNIX philosophy whenever possible,

+ Simple:

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.

- Stable:

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.

- Fast:

Glacier downloads program source

-

code and compiles it locally on your system. The end result

-

is an extremely fast and optimized package. Simply define

+ Stable:

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.

+ Fast:

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.

- Lightweight:

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.

- Flexible:

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

+ Lightweight:

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.

+ Flexible:

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.

Ready to try Everest?

Read the installation guide here.

News

2/1/23 - Manual intervention required for /etc/glacier.conf

-

With the new Glacier update, changes were made to the download backend.

-

Please ensure your current configuration is overwritten while updating.

+

With the new Glacier update, changes were made to the download backend. Please ensure your current configuration is overwritten while updating.

----------------------------------------

1/26/23 - Website overhaul

-

The Everest website has been completely overhauled with a

-

cleaner, sleeker look.

+

The Everest website has been completely overhauled with a cleaner, sleeker look.

----------------------------------------

1/26/23 - System image builds nearly complete

-

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.

+

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.

----------------------------------------

11/1/22 - System image builds have begun

-

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,

+

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.

----------------------------------------

10/25/22 - Glacier v3 is released

-

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.

+

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.

----------------------------------------

10/7/22 - Glacier v3 enters testing

-

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.

+

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.

----------------------------------------

8/31/22 - Announcing Glacier v3

-

Glacier v2, which was release back in June, functions great,

-

however does not function like a typical package manager would.

-

Additionally, adding functionality is very difficult as the codebase

-

is very complex and messy. Glacier v3 aims to fix these issues.

+

Glacier v2, which was release back in June, functions great, however does not function like a typical package manager would.

+

Additionally, adding functionality is very difficult as the codebase is very complex and messy. Glacier v3 aims to fix these issues.

----------------------------------------

6/21/22 - Registering everestlinux.org

-

Everest now owns a domain. This allows us to host our own website,

-

rather than using GitHub (which is owned by Microsoft). This gives

+

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.

----------------------------------------

5/31/22 - Glacier v2 is released

-

Glacier v2 has been released. This version provides several improvements

-

to the codebase, such as compressing everything to a single executable,

+

Glacier v2 has been released. This version provides several improvements to the codebase, such as compressing everything to a single executable,

and removing the whole "enter package name" scheme.