diff options
-rw-r--r-- | content/git/archinstall.md | 8 | ||||
-rw-r--r-- | content/git/picontrol.md | 2 | ||||
-rw-r--r-- | content/git/stm32f103c8-examples.md | 2 | ||||
-rw-r--r-- | content/git/web-template.md | 2 |
4 files changed, 14 insertions, 0 deletions
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. |