summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-31 15:15:02 +0200
committerxengineering <me@xengineering.eu>2022-05-31 15:15:02 +0200
commitba91ce9b001780d9aa84c5cfea9645a521bb03db (patch)
treec25adee4dfd1f2d0ee76220f058fcf83d1a81992
parente9ebf412c7dd22984fa571a012c0cda65369165d (diff)
downloadwebsite-ba91ce9b001780d9aa84c5cfea9645a521bb03db.tar
website-ba91ce9b001780d9aa84c5cfea9645a521bb03db.tar.zst
website-ba91ce9b001780d9aa84c5cfea9645a521bb03db.zip
Add note for archived repositories
-rw-r--r--content/git/archinstall.md8
-rw-r--r--content/git/picontrol.md2
-rw-r--r--content/git/stm32f103c8-examples.md2
-rw-r--r--content/git/web-template.md2
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.