diff --git a/TODO_EVERESTWEB b/TODO_EVERESTWEB new file mode 100644 index 0000000..e36a756 --- /dev/null +++ b/TODO_EVERESTWEB @@ -0,0 +1,8 @@ ++ TODO_EVERESTWEB + +(*) denotes incomplete +(-) denotes complete + +=== BEGIN TASK LIST === + +* Make announcement about delays diff --git a/about.html b/about.html index c2605ec..929a8e8 100644 --- a/about.html +++ b/about.html @@ -39,6 +39,9 @@

September 2022 - Different ways of bootstrapping a base system are tested by the development team.

October 2022 - Glacier v3 is released.

December 2022 - System image builds done by the development team.

+

February 2023 - Work on Glacier v4 is begun, website overhaul.

+

April 2023 - ecrypy, pm, and nc released.

+

December 2023 - Glacier C rewrite announced

Design Principles

Our design principles heavily influence and guide development. You may notice we share many of these with Arch.

Simplicity diff --git a/css/nord.css b/css/nord.css index 406791f..384d9d5 100644 --- a/css/nord.css +++ b/css/nord.css @@ -388,4 +388,7 @@ body, html { hr { color: #88c0d0; + height: 20px; + width: 0px; + border-width: 0px; } diff --git a/docs/dev-docs.html b/docs/dev-docs.html index cb94d38..1ab87c7 100644 --- a/docs/dev-docs.html +++ b/docs/dev-docs.html @@ -136,10 +136,11 @@

2.3 Proprietary Licenses

Programs hosted on our Git servers are never to be released under proprietary licenses.

+

Distributing obfuscated binaries (for instance, using shc to hide the contents of a shell script) is also not allowed.

There will be no further discussion.