From 28e5168948b3df93df24a3db5077dee3ad4083f1 Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Sat, 15 Nov 2025 17:22:57 +0100 Subject: [PATCH 1/2] tech and non tech groups updated --- public/arf.json | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/public/arf.json b/public/arf.json index c72e7d5..e6ce233 100644 --- a/public/arf.json +++ b/public/arf.json @@ -315,7 +315,7 @@ ] }, { - "name": "Friends' Groups", + "name": "Groups and organizations", "type": "folder", "children": [ { @@ -376,13 +376,23 @@ "name": "Oziosi / Esiliati", "type": "url", "url": "https://www.oziosi.org/" + }, + { + "name": "Byte::a", + "type": "url", + "url": "https://bytea.org/" } ] } ] }, { - "name": "Local Social groups/organizations we know", + "name": "Tech Coops", + "type": "folder", + "children": [] + }, + { + "name": "Local organizations we know", "type": "folder", "children": [ { @@ -391,9 +401,24 @@ "url": "https://www.linuxtrent.it/" }, { - "name": "LibreriaUtopiaTrento", + "name": "Speck & Tech", + "type": "url", + "url": "https://speckand.tech/" + }, + { + "name": "Repair Cafè", + "type": "url", + "url": "https://repaircafetrento.it/" + }, + { + "name": "Libreria Utopia Trento", "type": "url", "url": "https://libreriautopiatrento.it/" + }, + { + "name": "Edera", + "type": "url", + "url": "https://edera.coop/" } ] } From 64758b5a361cfc2f4575d73adcfb5fba0f531c19 Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Sat, 15 Nov 2025 17:30:03 +0100 Subject: [PATCH 2/2] altri collettivi esteri trovati online --- public/arf.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/arf.json b/public/arf.json index e6ce233..0093121 100644 --- a/public/arf.json +++ b/public/arf.json @@ -323,6 +323,11 @@ "type": "url", "url": "https://it.wikipedia.org/wiki/Partito_Pirata" }, + { + "name": "Osservatorio nessuno", + "type": "url", + "url": "https://osservatorionessuno.org/" + }, { "name": "Hackerspaces", "type": "folder", @@ -383,6 +388,17 @@ "url": "https://bytea.org/" } ] + }, + { + "name": "Groups we found", + "type": "folder", + "children": [ + { + "name": "Varia", + "type": "url", + "url": "https://varia.zone/en/pages/about.html" + } + ] } ] },