From ba91ce9b001780d9aa84c5cfea9645a521bb03db Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 31 May 2022 15:15:02 +0200 Subject: Add note for archived repositories --- content/git/archinstall.md | 8 ++++++++ content/git/picontrol.md | 2 ++ content/git/stm32f103c8-examples.md | 2 ++ content/git/web-template.md | 2 ++ 4 files changed, 14 insertions(+) diff --git a/content/git/archinstall.md b/content/git/archinstall.md index 2261a2b..7aa10bc 100644 --- a/content/git/archinstall.md +++ b/content/git/archinstall.md @@ -2,3 +2,11 @@ "name":"archinstall", "description":"Installation script for the Arch Linux operating system" } + +Note: This project is archived. I will probably not continue to develop it. + +If you are interested in automation of the Arch Linux installation, have a look +at this [project](https://github.com/archlinux/archinstall) by the Arch Linux +maintainers. It is a Python script which does the same (and even more). The +funny part is, that it has the exact same name, while I was not aware of this +project at the start of archinstall. diff --git a/content/git/picontrol.md b/content/git/picontrol.md index c2bba72..48b9cdb 100644 --- a/content/git/picontrol.md +++ b/content/git/picontrol.md @@ -2,3 +2,5 @@ "name":"picontrol", "description":"Small web application to shutdown or reboot your Raspberry Pi" } + +Note: This project is archived. I will not continue to develop it. diff --git a/content/git/stm32f103c8-examples.md b/content/git/stm32f103c8-examples.md index 2a9e4e1..2cb8fc0 100644 --- a/content/git/stm32f103c8-examples.md +++ b/content/git/stm32f103c8-examples.md @@ -2,3 +2,5 @@ "name":"stm32f103c8-examples", "description":"Example C code for the STM32F103C8T6 microcontroller" } + +Note: This project is archived. I will not continue to develop it. diff --git a/content/git/web-template.md b/content/git/web-template.md index b7d0c63..175707e 100644 --- a/content/git/web-template.md +++ b/content/git/web-template.md @@ -2,3 +2,5 @@ "name":"web-template", "description":"Template project to simplify development of web applications" } + +Note: This project is archived. I will not continue to develop it. -- cgit v1.2.3-70-g09d2