diff --git a/index.html b/index.html index b1839ec..098a320 100644 --- a/index.html +++ b/index.html @@ -74,8 +74,10 @@
The philosophy behind ArKa is to have a server with low maintenance, low ressources usage (actually all the public services and others privates services runs on a raspberrypi 4), with fast reponse time.
-The philosophy behind the tools made for ArKa is sustainability, no dependencies garbage like Node or Python, light, security and speed. I will create most of my tools in POSIX shell and C, and I'm still searching a good solution for web based tools.
+ArKa aims to create tools and solutions that are simple, efficient, secure and have a low impact on energy and resources.
+ArKa tools need to be sustainable, with low maintenance, low resources usage, the fewer dependencies possible. For this reason we use UNIX and POSIX tools as possible.
+ArKa ecosystem runs on a raspberrypi 4, the website is very lightweight, and tools are written in C to have a maximum of control and liberty, and once compiled they are very fast and energy efficient unlike other language like Javascript or Python.