From 8bd31b5c2ef8b620bb6893eec7973e7880ed9b68 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 4 Oct 2023 20:03:25 +0200 Subject: [PATCH] Add warning about unreviewed web pages. For the GNU Boot website and documentation we reused: - The Libreboot website as it contains a lot of documentation (installation instructions, documentation on supported computers, etc). And we don't want to re-do all that from scratch. - The libreboot.at website as some of its modifications (like the ability to include images from the same domain, the fact that it mention that it's not libreboot.org, etc) are useful to us, and here too it's a good idea not to have to re-do all that work from scratch. Signed-off-by: Denis 'GNUtoo' Carikli --- site/index.md | 1 + site/license.md | 1 + site/template-license.md | 1 + site/template.include | 10 ++++++++++ 4 files changed, 13 insertions(+) diff --git a/site/index.md b/site/index.md index dfe0dcc..6305bb5 100644 --- a/site/index.md +++ b/site/index.md @@ -1,5 +1,6 @@ --- title: Free your BIOS today! +x-reviewed: true ... ### What is this? #### diff --git a/site/license.md b/site/license.md index eae08f5..30ea30b 100644 --- a/site/license.md +++ b/site/license.md @@ -1,6 +1,7 @@ --- title: License x-toc-enable: true +x-reviewed: true ... Unless otherwise stated, every page and image (e.g. JPG/PNG files) on diff --git a/site/template-license.md b/site/template-license.md index f8b2e7c..2970db0 100644 --- a/site/template-license.md +++ b/site/template-license.md @@ -1,5 +1,6 @@ --- title: Template license +x-reviewed: true ... This website is written in Markdown, and compiled into static HTML using diff --git a/site/template.include b/site/template.include index 34d8d9a..8f3941e 100644 --- a/site/template.include +++ b/site/template.include @@ -102,6 +102,16 @@ $endif$
  • Buy preinstalled

  • +$if(x-reviewed)$ +$else$ +

    + The information on this page could be outdated or refer to other + boot software related projects instead of GNU Boot. We also need + help (ideally in the form of patches sent to the GNU Boot mailing + list) to fix this website. +

    +
    +$endif$ $endif$ $if(return)$