From 598eb8a38c22f6b24ec2fea091e1e25d4a71371d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 20 Aug 2023 11:52:59 -0500 Subject: [PATCH] Add quickstart page and redirect index.html to it. Pointing new users at release notes was never ideal. It highlights "project is alive and actively developed" but doesn't help anyone get started. The README had some of this info, but isn't easily accessible from the project's web page, so... new web page. --- www/header.html | 3 ++- www/index.html | 2 +- www/quick.html | 71 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 www/quick.html diff --git a/www/header.html b/www/header.html index 922fe3ef..2911bb9e 100644 --- a/www/header.html +++ b/www/header.html @@ -7,13 +7,14 @@ About