diff --git a/README.fr.md b/README.fr.md
index 6b7e90c50..419476079 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -1,3 +1,6 @@
+
+
+
# Eno
@@ -27,5 +30,6 @@ La documentation se trouve dans le dossier [docs](./docs/fr) et peut être [cons
Projet V3 "Eno Java" : changement de technologie de XSLT vers Java.
## Configuration
-
[Setup](./README.md#Setup)
+
+
diff --git a/README.md b/README.md
index a2a4e01bf..69dffbc2d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+
+
+
# Eno
diff --git a/README.src.md b/README.src.md
new file mode 100644
index 000000000..764b80fc6
--- /dev/null
+++ b/README.src.md
@@ -0,0 +1,38 @@
+
+
+
+
+
+# Eno
+
+[](https://opensource.org/licenses/MIT)
+[](https://sonarcloud.io/summary/new_code?id=InseeFr_Eno)
+[](https://sonarcloud.io/summary/overall?id=InseeFr_Eno)
+
+${en:'Eno is a tool designed to transform questionnaires from their formal description in [DDI](https://ddialliance.org/) to different formats for data collection operations.', fr:"Eno est un outil de transformation de questionnaires, à partir de leur description formelle en [DDI](https://ddialliance.org/), vers différents formats destinés aux opérations de collecte"}
+
+${en:'From a DDI, Eno produces:', fr:"À partir d'un DDI, Eno peut produire :"}
+
+- ${en:'A [Lunatic](https://github.com/InseeFr/Lunatic) questionnaire that can be used for web, telephone or face to face interviewing.', fr:'Un questionnaire [Lunatic](https://github.com/InseeFr/Lunatic) pour la collecte web, téléphone et face à face.'}
+- ${en:'A questionnaire in paper format.', fr:'Un questionnaire au format papier.'}
+- ${en:'A description of the questionnaire in an editable file.', fr:'Un fichier de description de questionnaire, dans un format éditable.'}
+
+${en:'Eno is used by [Pogues](https://github.com/InseeFr/Pogues), a questionnaire design user interface. Eno converts Pogues output into a DDI.', fr:'Eno est utilisé par [Pogues](https://github.com/InseeFr/Pogues), une interface de saisie de questionnaire. Eno convertit la saisie Pogues en DDI.'}
+
+${en:'Eno is a part of the [Bowie](https://github.com/InseeFr/Bowie) product.', fr:'Eno est une composante du produit [Bowie](https://github.com/InseeFr/Bowie).'}
+
+## Documentation
+
+${en:'The documentation can be found in the [docs](./docs/en) folder and [browsed online](https://inseefr.github.io/Eno).', fr:'La documentation se trouve dans le dossier [docs](./docs/fr) et peut être [consultée en ligne](https://inseefr.github.io/Eno/fr).'}
+
+## Eno _Java_
+
+${en:'V3 "Eno Java" project: change of technology from XSLT to Java.', fr:'Projet V3 "Eno Java" : changement de technologie de XSLT vers Java.'}
+
+## ${en:'Setup', fr:'Configuration'}
+[Setup](./README.md#Setup)
+
+### Requirements
+
+- JDK 21+
+- Maven 3+
diff --git a/pom.xml b/pom.xml
index f0617e3cf..927e81a89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,27 @@
+
+
+ com.nanolaba
+ nrg-maven-plugin
+ 1.0
+
+
+
+ create-files
+
+
+
+ README.src.md
+
+
+
+
+