From a375008ce739de4ab01e59d3ccbabc824725cb20 Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.com>
Date: Thu, 24 Jun 2021 17:58:20 +0100
Subject: [PATCH] Mark old releases as deprecated and remove dead links

We have release notes for lots of old releases on the website. These are kept
as they show the project has significant history, however a lot of the
information contained in them is likely to be very out of date. Add a warning
to the top of the old releases to note that they are deprecated and remove any
now dead links.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
 content/release/14.12/releasenotes.md     | 20 +++----
 content/release/15.03/releasenotes.md     | 18 ++++---
 content/release/15.06/releasenotes.md     | 65 +++++++++--------------
 content/release/15.09/releasenotes.md     | 11 ++--
 content/release/15.12/releasenotes.md     |  6 ++-
 content/release/16.03/releasenotes.md     |  6 ++-
 content/release/16.06/releasenotes.md     | 10 ++--
 content/release/16.09/releasenotes.md     |  4 +-
 content/release/16.12/releasenotes.md     |  4 +-
 content/release/17.03/releasenotes.md     |  6 ++-
 content/release/17.06/releasenotes.md     | 10 ++--
 content/release/17.09/releasenotes.md     |  6 ++-
 content/release/17.12.1/releasenotes.md   |  6 ++-
 content/release/17.12/releasenotes.md     |  6 ++-
 content/release/18.03/releasenotes.md     |  6 ++-
 content/release/18.06/releasenotes.md     |  4 +-
 content/release/18.09/releasenotes.md     |  4 +-
 content/release/18.12/releasenotes.md     |  6 ++-
 content/release/v2019.0/releasenotes.md   |  6 ++-
 content/release/v2019.1/releasenotes.md   |  6 ++-
 content/release/v2019.2/releasenotes.md   |  2 +
 content/release/v2019.3/releasenotes.md   |  2 +
 content/release/v2019.4/releasenotes.md   |  2 +
 content/release/v2019.5/releasenotes.md   |  2 +
 content/release/v2019.6/releasenotes.md   |  2 +
 content/release/v2019.7/releasenotes.md   |  2 +
 content/release/v2019dev0/releasenotes.md |  6 ++-
 content/release/v2019pre/releasenotes.md  |  6 ++-
 content/release/v2020dev0/releasenotes.md |  8 +--
 content/release/v2020pre/releasenotes.md  |  4 +-
 content/release/v2021dev3/releasenotes.md |  2 +-
 31 files changed, 144 insertions(+), 104 deletions(-)

diff --git a/content/release/14.12/releasenotes.md b/content/release/14.12/releasenotes.md
index 69bde5d9b..e0e308f3d 100644
--- a/content/release/14.12/releasenotes.md
+++ b/content/release/14.12/releasenotes.md
@@ -7,6 +7,8 @@ title = "14.12 ReleaseNotes"
 aliases = [
     "/old-wiki/14.12/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Secure Automotive Cloud 14.12 Release
@@ -52,18 +54,18 @@ updating documentation in preparation for a public release.
 
 ### Release downloads
 
-| [SAC 14.12 images](https://images.secure-automotive-cloud.org/release/14.12/) |
+| [SAC 14.12 images]() |
 | ----------------------------------------------------------------------------- |
 | Intel 32-bit                                                                  |
 
   - SAC 14.12 repositories:
 
-` deb `<https://repositories.secure-automotive-cloud.org/sac/>` 14.12 target development sdk hmi`
+` deb `https://repositories.secure-automotive-cloud.org/sac/` 14.12 target development sdk hmi`
 
   - SAC 14.12 infrastructure tools:
 
 ` deb `<https://repositories.collabora.co.uk/debian/>` jessie tools`
-` deb `<https://repositories.secure-automotive-cloud.org/debian/>` jessie-14.12 tools`
+` deb `https://repositories.secure-automotive-cloud.org/debian/` jessie-14.12 tools`
 
 # SAC 14.12 Release
 
@@ -77,7 +79,7 @@ Ongoing work to ensure the SAC source code is ready to be published with
 an open source licensed.
 
 When ready, it will be available at the [Source Code
-Repositories](https://git.secure-automotive-cloud.org).
+Repositories]().
 
 ## Webkit2GTK+ Evaluation
 
@@ -163,15 +165,15 @@ SDK components, and Tools built against Debian Jessie.
 
 Repositories are found at:
 
-` deb `<https://repositories.secure-automotive-cloud.org/sac/>` 14.12 target development sdk hmi`
+` deb `https://repositories.secure-automotive-cloud.org/sac/` 14.12 target development sdk hmi`
 
-` deb `<https://repositories.secure-automotive-cloud.org/debian/>` jessie-14.12 target development sdk hmi`
+` deb `https://repositories.secure-automotive-cloud.org/debian/` jessie-14.12 target development sdk hmi`
 
 ### Images
 
 Image daily builds, as well as release builds can be found at:
 
-` `<https://images.secure-automotive-cloud.org/>
+` `https://images.secure-automotive-cloud.org/
 
 *Use your Collabora credentials to access those until those get publicly
 published.*
@@ -196,14 +198,14 @@ The list of available test cases can be found
 
 A issue tracker for SAC has been deployed and configured at:
 
-` `<https://bugs.secure-automotive-cloud.org/>
+` `https://bugs.secure-automotive-cloud.org/
 
 ### Wiki
 
 A wiki has been deployed and populated with updated documentation for
 SAC
 
-` `<https://secure-automotive-cloud.org/>
+` `https://secure-automotive-cloud.org/
 
 ### Mailing List
 
diff --git a/content/release/15.03/releasenotes.md b/content/release/15.03/releasenotes.md
index 57b611891..2167d15f4 100644
--- a/content/release/15.03/releasenotes.md
+++ b/content/release/15.03/releasenotes.md
@@ -7,6 +7,8 @@ title = "15.03 ReleaseNotes"
 aliases = [
     "/old-wiki/15.03/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Secure Automotive Cloud 15.03 Release
@@ -41,24 +43,24 @@ technologies:
 
 ### Release downloads
 
-| [SAC 15.03 images](https://images.secure-automotive-cloud.org/release/15.03/) |
+| [SAC 15.03 images]() |
 | ----------------------------------------------------------------------------- |
 | Intel 32-bit                                                                  |
 | Intel 64-bit / Minnowboard MAX                                                |
 
   - SAC 15.03 repositories:
 
-` deb `<https://repositories.secure-automotive-cloud.org/sac/>` 15.03 target development sdk hmi`
+` deb `https://repositories.secure-automotive-cloud.org/sac/` 15.03 target development sdk hmi`
 
   - SAC 15.03 infrastructure tools:
 
 For Debian Jessie based systems:
 
-` deb `<https://repositories.secure-automotive-cloud.org/debian/>` jessie tools`
+` deb `https://repositories.secure-automotive-cloud.org/debian/` jessie tools`
 
 For Ubuntu Trusty based systems:
 
-` deb `<https://repositories.secure-automotive-cloud.org/ubuntu/>` trusty tools`
+` deb `https://repositories.secure-automotive-cloud.org/ubuntu/` trusty tools`
 
 # SAC 15.03 Release
 
@@ -69,7 +71,7 @@ report]().
 ## Source Code Readiness
 
 Several applications and services have been moved to public git
-repositories at <https://git.secure-automotive-cloud.org/> The released
+repositories at `https://git.secure-automotive-cloud.org/` The released
 projects include:
 
   - Barkway - System popup management and display service
@@ -126,7 +128,7 @@ delivered later this year.
 Updated a design document for some of the possible multi-user use cases,
 with a particular focus on rapid switching between non-concurrent users
 so that a passenger can assist the driver: [Multi-User design,
-version 0.4.1](https://wiki.secure-automotive-cloud.org/mediawiki/images/b/be/Bosch-sac-multiuser-design-0.4.1.pdf)
+version 0.4.1]()
 
 ## Infrastructure
 
@@ -153,7 +155,7 @@ At Collabora's OBS instance:
 
 Repositories are found at:
 
-` deb `<https://repositories.secure-automotive-cloud.org/sac/>` 15.03 target development sdk hmi`
+` deb `https://repositories.secure-automotive-cloud.org/sac/` 15.03 target development sdk hmi`
 
 To be able to access those, a temporary user/passwd has been created
 until properly publicly published: Username: **sac-dev** Password:
@@ -163,7 +165,7 @@ until properly publicly published: Username: **sac-dev** Password:
 
 Image daily builds, as well as release builds can be found at:
 
-` `<https://images.secure-automotive-cloud.org/>
+` `https://images.secure-automotive-cloud.org/
 
 *Use your Collabora credentials to access those until those get publicly
 published.*
diff --git a/content/release/15.06/releasenotes.md b/content/release/15.06/releasenotes.md
index 332cdcef3..c0350d285 100644
--- a/content/release/15.06/releasenotes.md
+++ b/content/release/15.06/releasenotes.md
@@ -7,6 +7,8 @@ title = "15.06 ReleaseNotes"
 aliases = [
     "/old-wiki/15.06/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 15.06 Release
@@ -41,7 +43,7 @@ technologies:
 
 ### Release downloads
 
-| [Apertis 15.06 images](https://images.apertis.org/release/15.06/) |
+| [Apertis 15.06 images]() |
 | ----------------------------------------------------------------- |
 | Intel 32-bit                                                      |
 | Intel 64-bit / Minnowboard MAX                                    |
@@ -75,7 +77,7 @@ base rather than on integration, so there are no packages yet. Details
 can be found on the [WebKit2]( {{< ref "/webkit2.md" >}} ) page, the code can be
 found here:
 
-<https://git.collabora.com/cgit/webkit-clutter.git/tree/?h=gtk-clutter>
+`https://git.collabora.com/cgit/webkit-clutter.git/tree/?h=gtk-clutter`
 
 ## API review and submission workflow
 
@@ -83,7 +85,7 @@ The APIs for a number of Apertis core modules, such as the phone call
 API, have undergone an initial stage of review. Changes as a result of
 those reviews are being undertaken, and will continue into the next
 release. These API reviews are [tracked in bug
-reports](https://bugs.apertis.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=Open%20API%20reviews&sharer_id=16).
+reports]().
 
 The following modules have had a preliminary review:
 
@@ -93,47 +95,28 @@ The following modules have had a preliminary review:
 
 The following modules have had a high-level review:
 
-  - [Frampton (audio player
-    application)](https://bugs.apertis.org/show_bug.cgi?id=211)
-  - [libgrassmoor (media information and playback
-    library)](https://bugs.apertis.org/show_bug.cgi?id=213)
-  - [Mildenhall (UI widget
-    library)](https://bugs.apertis.org/show_bug.cgi?id=217)
-  - [Prestwood (disk mounter
-    application)](https://bugs.apertis.org/show_bug.cgi?id=219)
-  - [Tinwell (media playback
-    service)](https://bugs.apertis.org/show_bug.cgi?id=222)
-  - [libseaton (persistent data management
-    library)](https://bugs.apertis.org/show_bug.cgi?id=215)
-  - [Beckfoot (network interface management
-    service)](https://bugs.apertis.org/show_bug.cgi?id=206)
-  - [Shapwick (resource monitor
-    application)](https://bugs.apertis.org/show_bug.cgi?id=221)
-  - [libthornbury (UI utility
-    library)](https://bugs.apertis.org/show_bug.cgi?id=216)
-  - [Canterbury (application management and process control
-    service)](https://bugs.apertis.org/show_bug.cgi?id=207)
-  - [Chalgrove (application and service management
-    service)](https://bugs.apertis.org/show_bug.cgi?id=208)
-  - [libclapton (system information and logging
-    library)](https://bugs.apertis.org/show_bug.cgi?id=212)
-  - [Corbridge (Bluetooth management
-    service)](https://bugs.apertis.org/show_bug.cgi?id=209)
-  - [liblightwood (widget
-    library)](https://bugs.apertis.org/show_bug.cgi?id=214)
-  - [Barkway (system popup management and display
-    service)](https://bugs.apertis.org/show_bug.cgi?id=205)
-  - [Didcot (data sharing and file opening
-    service)](https://bugs.apertis.org/show_bug.cgi?id=210)
-  - [Ribchester (application
-    mounter)](https://bugs.apertis.org/show_bug.cgi?id=220)
-  - [Newport (download manager
-    application)](https://bugs.apertis.org/show_bug.cgi?id=218)
+  - [Frampton (audio player application)]()
+  - [libgrassmoor (media information and playback library)]()
+  - [Mildenhall (UI widget library)]()
+  - [Prestwood (disk mounter application)]()
+  - [Tinwell (media playback service)]()
+  - [libseaton (persistent data management library)]()
+  - [Beckfoot (network interface management service)]()
+  - [Shapwick (resource monitor application)]()
+  - [libthornbury (UI utility library)]()
+  - [Canterbury (application management and process control service)]()
+  - [Chalgrove (application and service management service)]()
+  - [libclapton (system information and logging library)]()
+  - [Corbridge (Bluetooth management service)]()
+  - [liblightwood (widget library)]()
+  - [Barkway (system popup management and display service)]()
+  - [Didcot (data sharing and file opening service)]()
+  - [Ribchester (application mounter)]()
+  - [Newport (download manager application)]()
 
 The following APIs have had a more detailed review:
 
-  - [Phone
-    API](https://bugzilla.ecore.bosch.com/bugzilla/show_bug.cgi?id=3351)
+  - [Phone API]()
 
 ## Applications Design document
 
diff --git a/content/release/15.09/releasenotes.md b/content/release/15.09/releasenotes.md
index 6108b9e01..49476afc5 100644
--- a/content/release/15.09/releasenotes.md
+++ b/content/release/15.09/releasenotes.md
@@ -7,6 +7,8 @@ title = "15.09 ReleaseNotes"
 aliases = [
     "/old-wiki/15.09/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 15.09 Release
@@ -52,7 +54,7 @@ technologies:
 
 ### Release downloads
 
-| [Apertis 15.09 images](https://images.apertis.org/release/15.09/) |
+| [Apertis 15.09 images]() |
 | ----------------------------------------------------------------- |
 | Intel 32-bit                                                      |
 | Intel 64-bit / Minnowboard MAX                                    |
@@ -101,7 +103,7 @@ that ships with it. The API can be used by installing the
 [WebKit2]( {{< ref "/webkit2.md" >}} ) page, the code can be found in the git
 repository:
 
-<https://git.collabora.com/cgit/webkit-clutter.git/tree/?h=gtk-clutter>
+`https://git.collabora.com/cgit/webkit-clutter.git/tree/?h=gtk-clutter`
 
 It is critical at this point that all developers and components using
 the WebKit Clutter engine try out the new packages to report issues and
@@ -230,8 +232,7 @@ style Clutter widgets. Appropriate integration code has been written to
 allow this, including a demonstration application which shows how to use
 GTK+ CSS APIs with Clutter.
 
-Discussion happened in [bug
-\#364](https://bugs.apertis.org/show_bug.cgi?id=364).
+Discussion happened in [bug \#364]().
 
 ## Barkway (notifications service) design review
 
@@ -342,7 +343,7 @@ install image-builder_7trusty1
 | **Package**                                                                                                               | **Version**      |
 | [image-builder, image-tools](https://git.apertis.org/cgit/image-utils.git/)                                               | 7                |
 | [apertis-image-configs, apertis-image-scripts (\*)](https://git.apertis.org/cgit/apertis-image-customization.git/)        | 14               |
-| [linaro-image-tools, python-linaro-image-tools](https://git.collabora.com/cgit/singularity/tools/linaro-image-tools.git/) | 2012.09.1-1co38  |
+| [linaro-image-tools, python-linaro-image-tools]() | 2012.09.1-1co38  |
 | parted, libparted0debian1                                                                                                 | 2.3-11ubuntu1co3 |
 | python-debian                                                                                                             | \>=0.1.25        |
 
diff --git a/content/release/15.12/releasenotes.md b/content/release/15.12/releasenotes.md
index 7835e13f7..86aa34979 100644
--- a/content/release/15.12/releasenotes.md
+++ b/content/release/15.12/releasenotes.md
@@ -7,6 +7,8 @@ title = "15.12 ReleaseNotes"
 aliases = [
     "/old-wiki/15.12/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 15.12 Release
@@ -64,7 +66,7 @@ technologies:
 
 ### Release downloads
 
-| [Apertis 15.12 images](https://images.apertis.org/release/15.12/) |
+| [Apertis 15.12 images]() |
 | ----------------------------------------------------------------- |
 | Intel 32-bit                                                      |
 | Intel 64-bit / Minnowboard MAX                                    |
@@ -477,7 +479,7 @@ install image-builder_7trusty1
 | **Package**                                                                                                               | **Version**      |
 | [image-builder, image-tools](https://git.apertis.org/cgit/image-utils.git/)                                               | 7                |
 | [apertis-image-configs, apertis-image-scripts (\*)](https://git.apertis.org/cgit/apertis-image-customization.git/)        | 15               |
-| [linaro-image-tools, python-linaro-image-tools](https://git.collabora.com/cgit/singularity/tools/linaro-image-tools.git/) | 2012.09.1-1co38  |
+| [linaro-image-tools, python-linaro-image-tools]() | 2012.09.1-1co38  |
 | parted, libparted0debian1                                                                                                 | 2.3-11ubuntu1co3 |
 | python-debian                                                                                                             | \>=0.1.25        |
 
diff --git a/content/release/16.03/releasenotes.md b/content/release/16.03/releasenotes.md
index 7409ee602..1494c740e 100644
--- a/content/release/16.03/releasenotes.md
+++ b/content/release/16.03/releasenotes.md
@@ -7,6 +7,8 @@ title = "16.03 ReleaseNotes"
 aliases = [
     "/old-wiki/16.03/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 16.03 Release
@@ -57,7 +59,7 @@ technologies:
 
 ### Release downloads
 
-| [Apertis 16.03 images](https://images.apertis.org/release/16.03/) |
+| [Apertis 16.03 images]() |
 | ----------------------------------------------------------------- |
 | Intel 32-bit                                                      |
 | Intel 64-bit / Minnowboard MAX                                    |
@@ -382,7 +384,7 @@ the following table:
 ### Continuous Integration
 
 The latest versions of various Apertis-hosted platform and HMI
-components are automatically compiled on <https://jenkins.apertis.org/>
+components are automatically compiled on `https://jenkins.apertis.org/`
 whenever a change is merged into the version control system, and any
 compile-time automated tests that do not require special privileges are
 run. This enables early detection of API breaks and other build issues.
diff --git a/content/release/16.06/releasenotes.md b/content/release/16.06/releasenotes.md
index 4a1ca6f14..bfe26c7b9 100644
--- a/content/release/16.06/releasenotes.md
+++ b/content/release/16.06/releasenotes.md
@@ -7,6 +7,8 @@ title = "16.06 ReleaseNotes"
 aliases = [
     "/old-wiki/16.06/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 16.06 Release
@@ -43,12 +45,12 @@ technologies:
   - Webkit2GTK+ performance optimizations for Wayland
   - Webkit2GTK+ performance optimizations for WebGL
   - Updates to Apertis sites look & feel
-  - [Documentation portal](https://docs.apertis.org/design/index.html)
+  - [Documentation portal]()
   - [Application developer portal](https://appdev.apertis.org)
 
 ### Release downloads
 
-| [Apertis 16.06 images](https://images.apertis.org/release/16.06/) |
+| [Apertis 16.06 images]() |
 | ----------------------------------------------------------------- |
 | Intel 32-bit                                                      |
 | Intel 64-bit / Minnowboard MAX                                    |
@@ -213,7 +215,7 @@ Wayland is now the default graphic server for target and development
 images. Initially supported since late last year, Wayland is now the
 preferred option on all images, with the exception of the SDK.
 
-## [Documentation portal](https://docs.apertis.org/design/index.html)
+## [Documentation portal]()
 
 The design documentation has been moved out of the wiki into its own
 portal. Also, the files were converted to markdown format and moved to a
@@ -315,7 +317,7 @@ install image-builder_7trusty1
 | **Package**                                                                                                               | **Version**      |
 | [image-builder, image-tools](https://git.apertis.org/cgit/image-utils.git/)                                               | 8.1              |
 | [apertis-image-configs, apertis-image-scripts (\*)](https://git.apertis.org/cgit/apertis-image-customization.git/)        | 17               |
-| [linaro-image-tools, python-linaro-image-tools](https://git.collabora.com/cgit/singularity/tools/linaro-image-tools.git/) | 2012.09.1-1co43  |
+| [linaro-image-tools, python-linaro-image-tools]() | 2012.09.1-1co43  |
 | parted, libparted0debian1                                                                                                 | 2.3-11ubuntu1co3 |
 | python-debian                                                                                                             | \>=0.1.25        |
 
diff --git a/content/release/16.09/releasenotes.md b/content/release/16.09/releasenotes.md
index 3cabbc3b4..496de855b 100644
--- a/content/release/16.09/releasenotes.md
+++ b/content/release/16.09/releasenotes.md
@@ -7,6 +7,8 @@ title = "16.09 ReleaseNotes"
 aliases = [
     "/old-wiki/16.09/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 16.09 Release
@@ -26,7 +28,7 @@ report]().
 
 ### Release downloads
 
-| [Apertis 16.09 images](https://images.apertis.org/release/16.09/) |
+| [Apertis 16.09 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 
diff --git a/content/release/16.12/releasenotes.md b/content/release/16.12/releasenotes.md
index 5e4433fb9..db55a68c2 100644
--- a/content/release/16.12/releasenotes.md
+++ b/content/release/16.12/releasenotes.md
@@ -7,6 +7,8 @@ title = "16.12 ReleaseNotes"
 aliases = [
     "/old-wiki/16.12/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 16.12 Release
@@ -22,7 +24,7 @@ are available in the [16.12 test report]().
 
 ### Release downloads
 
-| [Apertis 16.12 images](https://images.apertis.org/release/16.12/) |
+| [Apertis 16.12 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 
diff --git a/content/release/17.03/releasenotes.md b/content/release/17.03/releasenotes.md
index 4d62537cf..573f69ab6 100644
--- a/content/release/17.03/releasenotes.md
+++ b/content/release/17.03/releasenotes.md
@@ -7,6 +7,8 @@ title = "17.03 ReleaseNotes"
 aliases = [
     "/old-wiki/17.03/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 17.03 Release
@@ -23,7 +25,7 @@ are available in the [17.03 test report]().
 
 ### Release downloads
 
-| [Apertis 17.03 images](https://images.apertis.org/release/17.03/) |
+| [Apertis 17.03 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 
@@ -51,7 +53,7 @@ instance](https://build.collabora.co.uk/project/show/apertis:17.03:target).
 
 The full application framework can now successfully run with no HMI
 available, and it's now shipped in the [minimal image
-flavour](https://images.apertis.org/release/17.03/images/minimal/).
+flavour]().
 Headless agents can now rely on the application manager to set the
 appropriate security profile and manage their lifecycle.
 
diff --git a/content/release/17.06/releasenotes.md b/content/release/17.06/releasenotes.md
index fceea9f74..32a8d1008 100644
--- a/content/release/17.06/releasenotes.md
+++ b/content/release/17.06/releasenotes.md
@@ -7,6 +7,8 @@ title = "17.06 ReleaseNotes"
 aliases = [
     "/old-wiki/17.06/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 17.06 Release
@@ -23,7 +25,7 @@ are available in the [17.06 test report]().
 
 ### Release downloads
 
-| [Apertis 17.06 images](https://images.apertis.org/release/17.06/) |
+| [Apertis 17.06 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 
@@ -76,12 +78,12 @@ make app-bundles shipping an agent with no
 UI](https://git.apertis.org/cgit/sample-applications/helloworld-simple-agent.git/).
 
 The first example application connects to the
-[ifconfig.co](https://ifconfig.co/) web service to show the current
+ifconfig.co web service to show the current
 public IP websites will see when you connect to them, plus some
 information about the country and city associated with that IP.
 
 The second example uses the [Newport D-Bus
-API](https://docs.apertis.org/newport/dbus-index.html) to download two
+API]() to download two
 images from the Internet and continuosly cycle between them.
 
 The third example demonstrates how to define an agent that implements a
@@ -669,7 +671,7 @@ Image build tools can be found in the Apertis tools repositories.
   - GObject Generator link throws 404 error
 
   - Search feature doesn't work correctly for appdev portal located at
-    <https://appdev.apertis.org/documentation/index.html>
+    `https://appdev.apertis.org/documentation/index.html`
 
   - cgroups-resource-control: test network-cgroup-prio-class failed
 
diff --git a/content/release/17.09/releasenotes.md b/content/release/17.09/releasenotes.md
index 5913c889a..2d466c5a8 100644
--- a/content/release/17.09/releasenotes.md
+++ b/content/release/17.09/releasenotes.md
@@ -7,6 +7,8 @@ title = "17.09 ReleaseNotes"
 aliases = [
     "/old-wiki/17.09/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 17.09 Release
@@ -23,7 +25,7 @@ are available in the [17.09 test report]().
 
 ### Release downloads
 
-| [Apertis 17.09 images](https://images.apertis.org/release/17.09/) |
+| [Apertis 17.09 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 
@@ -306,7 +308,7 @@ Image build tools can be found in the Apertis tools repositories.
   - GObject Generator link throws 404 error
 
   - Search feature doesn't work correctly for appdev portal located at
-    <https://appdev.apertis.org/documentation/index.html>
+    `https://appdev.apertis.org/documentation/index.html`
 
   - cgroups-resource-control: test network-cgroup-prio-class failed
 
diff --git a/content/release/17.12.1/releasenotes.md b/content/release/17.12.1/releasenotes.md
index a7d7e9a8a..7bf122460 100644
--- a/content/release/17.12.1/releasenotes.md
+++ b/content/release/17.12.1/releasenotes.md
@@ -7,6 +7,8 @@ title = "17.12.1 ReleaseNotes"
 aliases = [
     "/old-wiki/17.12.1/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 17.12.1 Release
@@ -24,7 +26,7 @@ customization. Test results of the 17.12.1 release are available in the
 
 ### Release downloads
 
-| [Apertis 17.12 images](https://images.apertis.org/release/17.12/) |
+| [Apertis 17.12 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 | ARM 32-bit                                                        |
@@ -192,7 +194,7 @@ Image build tools can be found in the Apertis tools repositories.
   - : cgroups-resource-control: test network-cgroup-prio-class failed
 
   - : Search feature doesn't work correctly for appdev portal located at
-    <https://appdev.apertis.org/documentation/index.html>
+    `https://appdev.apertis.org/documentation/index.html`
 
   - : GObject Generator link throws 404 error
 
diff --git a/content/release/17.12/releasenotes.md b/content/release/17.12/releasenotes.md
index 8dca01a26..3158c7aeb 100644
--- a/content/release/17.12/releasenotes.md
+++ b/content/release/17.12/releasenotes.md
@@ -7,6 +7,8 @@ title = "17.12 ReleaseNotes"
 aliases = [
     "/old-wiki/17.12/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 17.12 Release
@@ -24,7 +26,7 @@ report]().
 
 ### Release downloads
 
-| [Apertis 17.12 images](https://images.apertis.org/release/17.12/) |
+| [Apertis 17.12 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 | ARM 32-bit                                                        |
@@ -427,7 +429,7 @@ Image build tools can be found in the Apertis tools repositories.
   - GObject Generator link throws 404 error
 
   - Search feature doesn't work correctly for appdev portal located at
-    <https://appdev.apertis.org/documentation/index.html>
+    `https://appdev.apertis.org/documentation/index.html`
 
   - cgroups-resource-control: test network-cgroup-prio-class failed
 
diff --git a/content/release/18.03/releasenotes.md b/content/release/18.03/releasenotes.md
index a8705af91..ace88dbb5 100644
--- a/content/release/18.03/releasenotes.md
+++ b/content/release/18.03/releasenotes.md
@@ -7,6 +7,8 @@ title = "18.03 ReleaseNotes"
 aliases = [
     "/old-wiki/18.03/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 18.03 Release
@@ -23,7 +25,7 @@ are available in the [18.03 test report]().
 
 ### Release downloads
 
-| [Apertis 18.03 images](https://images.apertis.org/release/18.03/) |
+| [Apertis 18.03 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 | ARM 32-bit                                                        |
@@ -229,7 +231,7 @@ V1 jobs and completing the V2 migration:
   - GObject Generator link throws 404 error
 
   - Search feature doesn't work correctly for appdev portal located at
-    <https://appdev.apertis.org/documentation/index.html>
+    `https://appdev.apertis.org/documentation/index.html`
 
   - cgroups-resource-control: test network-cgroup-prio-class failed
 
diff --git a/content/release/18.06/releasenotes.md b/content/release/18.06/releasenotes.md
index 8ba188590..d05726d03 100644
--- a/content/release/18.06/releasenotes.md
+++ b/content/release/18.06/releasenotes.md
@@ -7,6 +7,8 @@ title = "18.06 ReleaseNotes"
 aliases = [
     "/old-wiki/18.06/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 18.06 Release
@@ -22,7 +24,7 @@ are available in the [18.06 test report]().
 
 ### Release downloads
 
-| [Apertis 18.06 images](https://images.apertis.org/release/18.06/) |
+| [Apertis 18.06 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 | ARM 32-bit (U-Boot)                                               |
diff --git a/content/release/18.09/releasenotes.md b/content/release/18.09/releasenotes.md
index 0715079ac..4a6d38c27 100644
--- a/content/release/18.09/releasenotes.md
+++ b/content/release/18.09/releasenotes.md
@@ -7,6 +7,8 @@ title = "18.09 ReleaseNotes"
 aliases = [
     "/old-wiki/18.09/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 18.09 Release
@@ -23,7 +25,7 @@ are available in the [18.09 test report]().
 
 ### Release downloads
 
-| [Apertis 18.09 images](https://images.apertis.org/release/18.09/) |
+| [Apertis 18.09 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 | ARM 32-bit (U-Boot)                                               |
diff --git a/content/release/18.12/releasenotes.md b/content/release/18.12/releasenotes.md
index 35d292b80..29789a4a4 100644
--- a/content/release/18.12/releasenotes.md
+++ b/content/release/18.12/releasenotes.md
@@ -7,6 +7,8 @@ title = "18.12 ReleaseNotes"
 aliases = [
     "/old-wiki/18.12/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis 18.12 Release
@@ -23,7 +25,7 @@ are available in the [18.12 test report]().
 
 ### Release downloads
 
-| [Apertis 18.12 images](https://images.apertis.org/release/18.12/) |
+| [Apertis 18.12 images]() |
 | ----------------------------------------------------------------- |
 | Intel 64-bit                                                      |
 | ARM 32-bit (U-Boot)                                               |
@@ -87,7 +89,7 @@ components.
 
 To ensure that things stay synchronized, Apertis now produces kernels
 and NFS roots based on Apertis itself for the LAVA first stage. Those
-images can be found at <https://images.apertis.org/lava/nfs/>.
+images can be found at `https://images.apertis.org/lava/nfs/`.
 
 Note that while a release is being developed, Lava jobs will run with an
 image that was generated at the previous release. Those NFS images are
diff --git a/content/release/v2019.0/releasenotes.md b/content/release/v2019.0/releasenotes.md
index d790e033c..a35716b4e 100644
--- a/content/release/v2019.0/releasenotes.md
+++ b/content/release/v2019.0/releasenotes.md
@@ -7,6 +7,8 @@ title = "V2019.0 ReleaseNotes"
 aliases = [
     "/old-wiki/V2019.0/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2019.0 Release
@@ -55,7 +57,7 @@ published quarterly, up to v2019.7.
 
 ### Release downloads
 
-| [Apertis v2019.0 images](https://images.apertis.org/release/v2019.0/) |
+| [Apertis v2019.0 images]() |
 | --------------------------------------------------------------------- |
 | Intel 64-bit                                                          |
 | ARM 32-bit (U-Boot)                                                   |
@@ -892,4 +894,4 @@ services.
   - cgroups-resource-control: 3_cgroups-resource-control test failed
 
   - tracker-indexing-local-storage: 18_tracker-indexing-local-storage
-    test failed
\ No newline at end of file
+    test failed
diff --git a/content/release/v2019.1/releasenotes.md b/content/release/v2019.1/releasenotes.md
index b758a3578..17c6f033a 100644
--- a/content/release/v2019.1/releasenotes.md
+++ b/content/release/v2019.1/releasenotes.md
@@ -7,6 +7,8 @@ title = "V2019.1 ReleaseNotes"
 aliases = [
     "/old-wiki/V2019.1/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2019.1 Release
@@ -55,7 +57,7 @@ published quarterly, up to v2019.7.
 
 ### Release downloads
 
-| [Apertis v2019.1 images](https://images.apertis.org/release/v2019.1/) |
+| [Apertis v2019.1 images]() |
 | --------------------------------------------------------------------- |
 | Intel 64-bit                                                          |
 | ARM 32-bit (U-Boot)                                                   |
@@ -694,4 +696,4 @@ services.
 
   - frome: 5_frome test failed
 
-  - Apertis FTBFS tracker
\ No newline at end of file
+  - Apertis FTBFS tracker
diff --git a/content/release/v2019.2/releasenotes.md b/content/release/v2019.2/releasenotes.md
index 44ada4e8c..b8b7da41b 100644
--- a/content/release/v2019.2/releasenotes.md
+++ b/content/release/v2019.2/releasenotes.md
@@ -3,6 +3,8 @@ date = "2020-03-05"
 weight = 100
 
 title = "V2019.2 ReleaseNotes"
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2019.2 Release
diff --git a/content/release/v2019.3/releasenotes.md b/content/release/v2019.3/releasenotes.md
index 686369d27..caa765ba2 100644
--- a/content/release/v2019.3/releasenotes.md
+++ b/content/release/v2019.3/releasenotes.md
@@ -3,6 +3,8 @@ date = "2020-06-08"
 weight = 100
 
 title = "v2019.3 ReleaseNotes"
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2019.3 Release
diff --git a/content/release/v2019.4/releasenotes.md b/content/release/v2019.4/releasenotes.md
index bc4deb39b..9a671d3a8 100644
--- a/content/release/v2019.4/releasenotes.md
+++ b/content/release/v2019.4/releasenotes.md
@@ -3,6 +3,8 @@ date = "2020-09-02"
 weight = 100
 
 title = "v2019.4 Release notes"
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 Apertis is a Debian derivative distribution geared towards the creation
diff --git a/content/release/v2019.5/releasenotes.md b/content/release/v2019.5/releasenotes.md
index 003ba7ca6..622918286 100644
--- a/content/release/v2019.5/releasenotes.md
+++ b/content/release/v2019.5/releasenotes.md
@@ -3,6 +3,8 @@ date = "2020-11-26"
 weight = 100
 
 title = "v2019.5 Release notes"
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 Apertis is a Debian derivative distribution geared towards the creation
diff --git a/content/release/v2019.6/releasenotes.md b/content/release/v2019.6/releasenotes.md
index a8b623351..471acfe8e 100644
--- a/content/release/v2019.6/releasenotes.md
+++ b/content/release/v2019.6/releasenotes.md
@@ -3,6 +3,8 @@ date = "2021-03-18"
 weight = 100
 
 title = "v2019.6 Release notes"
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 Apertis is a Debian derivative distribution geared towards the creation
diff --git a/content/release/v2019.7/releasenotes.md b/content/release/v2019.7/releasenotes.md
index 96fcf7470..492825441 100644
--- a/content/release/v2019.7/releasenotes.md
+++ b/content/release/v2019.7/releasenotes.md
@@ -3,6 +3,8 @@ date = "2021-05-04"
 weight = 100
 
 title = "v2019.7 Release notes"
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 Apertis is a Debian derivative distribution geared towards the creation
diff --git a/content/release/v2019dev0/releasenotes.md b/content/release/v2019dev0/releasenotes.md
index 03a5c333f..4c5359893 100644
--- a/content/release/v2019dev0/releasenotes.md
+++ b/content/release/v2019dev0/releasenotes.md
@@ -7,6 +7,8 @@ title = "V2019dev0 ReleaseNotes"
 aliases = [
     "/old-wiki/V2019dev0/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2019dev0 Release
@@ -25,7 +27,7 @@ available in the [v2019dev0 test report]().
 
 ### Release downloads
 
-| [Apertis v2019dev0 images](https://images.apertis.org/release/v2019dev0/) |
+| [Apertis v2019dev0 images]() |
 | ------------------------------------------------------------------------- |
 | Intel 64-bit                                                              |
 | ARM 32-bit (U-Boot)                                                       |
@@ -163,7 +165,7 @@ The internals of the service implementing the [Sensors and
 actuators]( {{< ref "sensors-and-actuators.md" >}} )
 design, Rhosydd, have been reworked to provide up-to-date, automatically
 generated [documentation for its D-Bus
-API](https://docs.apertis.org/rhosydd/librhosydd-0/org.apertis.Rhosydd1.Vehicle.html),
+API](),
 complementing the documentation for the C libraries.
 
 The *Sensors and actuators* has been then updated to [describe the
diff --git a/content/release/v2019pre/releasenotes.md b/content/release/v2019pre/releasenotes.md
index 2ce8e817f..ccf4b1b2e 100644
--- a/content/release/v2019pre/releasenotes.md
+++ b/content/release/v2019pre/releasenotes.md
@@ -7,6 +7,8 @@ title = "V2019pre ReleaseNotes"
 aliases = [
     "/old-wiki/V2019pre/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2019pre Release
@@ -33,7 +35,7 @@ available in the [v2019pre test report]().
 
 ### Release downloads
 
-| [Apertis v2019pre images](https://images.apertis.org/release/v2019pre/) |
+| [Apertis v2019pre images]() |
 | ----------------------------------------------------------------------- |
 | Intel 64-bit                                                            |
 | ARM 32-bit (U-Boot)                                                     |
@@ -81,7 +83,7 @@ for a full walkthrough on how to use the feature.
 The artifacts needed to boot Apertis using TFTP/NFS are now part of the
 official release artifacts, see for instance the [ones for the armhf
 ARM 32bit
-platform](https://images.apertis.org/release/v2019pre/v2019pre.0/armhf/nfs/).
+platform]().
 
 Booting over TFTP/NFS is an invaluable development help while working on
 lower level components and in particular when working on the kernel,
diff --git a/content/release/v2020dev0/releasenotes.md b/content/release/v2020dev0/releasenotes.md
index e26a13c72..0c0d68d16 100644
--- a/content/release/v2020dev0/releasenotes.md
+++ b/content/release/v2020dev0/releasenotes.md
@@ -7,6 +7,8 @@ title = "V2020dev0 ReleaseNotes"
 aliases = [
     "/old-wiki/V2020dev0/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2020dev0 Release
@@ -50,7 +52,7 @@ test reports:
 
 ### Release downloads
 
-| [Apertis v2020dev0 images](https://images.apertis.org/release/v2020dev0/) |
+| [Apertis v2020dev0 images]() |
 | ------------------------------------------------------------------------- |
 | Intel 64-bit                                                              |
 | ARM 32-bit (U-Boot)                                                       |
@@ -120,7 +122,7 @@ Git branches are used to manage each streams, allowing developers to
 control with ease which changes are aimed at each stream.
 
 Once source uploads are built the [GitLab CI
-environments](https://docs.gitlab.com/ce/ci/environments.html) are used
+environments](https://docs.gitlab.com/ce/ci/environments) are used
 to keep track of the OBS projects they get uploaded to.
 
 ## Deprecations and ABI/API breaks
@@ -746,4 +748,4 @@ services.
   - cgroups-resource-control: 3_cgroups-resource-control test failed
 
   - tracker-indexing-local-storage: 18_tracker-indexing-local-storage
-    test failed
\ No newline at end of file
+    test failed
diff --git a/content/release/v2020pre/releasenotes.md b/content/release/v2020pre/releasenotes.md
index 18788f038..8ad1912c3 100644
--- a/content/release/v2020pre/releasenotes.md
+++ b/content/release/v2020pre/releasenotes.md
@@ -7,6 +7,8 @@ title = "V2020pre ReleaseNotes"
 aliases = [
     "/old-wiki/V2020pre/ReleaseNotes"
 ]
+status = "Deprecated"
+statusDescription = "This release of Apertis has been deprecated. Links to images and other resources have either been removed or are likely to be dead."
 +++
 
 # Apertis v2020pre Release
@@ -50,7 +52,7 @@ test reports:
 
 ### Release downloads
 
-| [Apertis v2020pre images](https://images.apertis.org/release/v2020pre/) |
+| [Apertis v2020pre images]() |
 | ----------------------------------------------------------------------- |
 | Intel 64-bit                                                            |
 | ARM 32-bit (U-Boot)                                                     |
diff --git a/content/release/v2021dev3/releasenotes.md b/content/release/v2021dev3/releasenotes.md
index 079020d9e..977a4b0b2 100644
--- a/content/release/v2021dev3/releasenotes.md
+++ b/content/release/v2021dev3/releasenotes.md
@@ -187,7 +187,7 @@ now properly renders all the testcases for each release channel:
 
 * [v2019](https://qa.apertis.org/v2019/)
 * [v2020](https://qa.apertis.org/v2020/)
-* [v2021dev3](https://qa.apertis.org/v2021dev3/)
+* [v2021dev3](https://qa.apertis.org/)
 
 It's now easier for testers to check the right test definition for each
 specific image.
-- 
GitLab