From 40f65bac6768ffd101c02326f733db9befa9cca8 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Fri, 23 Apr 2021 18:43:53 +0200
Subject: [PATCH] [doc] readme: explain git repositories division

---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 16fe2201f..69e0b915e 100644
--- a/README.md
+++ b/README.md
@@ -61,15 +61,16 @@ The fact of migrating from code to [Rust] is commonly called "oxidation", so we
 
 The long-term goal is to oxidize Duniter entirely, but it is a long process that will take several years.
 
-Duniter is divided into several  git repositories:
+Duniter's code is divided into several git repositories:
 
-- [Duniter](https://git.duniter.org/nodes/typescript/duniter): this repository.
-- [Dubp-rs-libs](https://git.duniter.org/libs/dubp-rs-libs): Set of Rust libraries common to Duniter and a possible future Rust client/wallet.
-- [Web admin](https://git.duniter.org/nodes/typescript/modules/duniter-ui): web administration interface (optional).
-- [GVA](https://git.duniter.org/nodes/typescript/modules/gva-api): Future client API aimed to replace BMA. GVA stands for GraphQL Validation API.
+- **[dubp-rs-libs]** contains the logic common to Duniter and its clients.
+- **[duniter-core]** contains the core code of Duniter.
+- The gitlab subgroup **[nodes/rust/modules]** contains the main Duniter modules code (gva, admin, etc).
+- **[duniter]** repository contains the "official" implementations of the "duniter-cli" and "duniter-desktop" programs with their default modules (also contains the historical implementation being migrated).
 
-Optional repositories:
+Old optional repositories (will be archived when the migration is complete):
 
+- [**Web admin**](https://git.duniter.org/nodes/typescript/modules/duniter-ui): web administration interface (optional).
 - [Currency monit](https://git.duniter.org/nodes/typescript/modules/duniter-currency-monit): charts to monitor currency and web of trust state.
 - [Remuniter](https://github.com/duniter/remuniter): service to remunerate blocks issuers.
 
-- 
GitLab