diff --git a/services-libres/lefilament.properties b/services-libres/lefilament.properties
index 3c2045def4e54da672643848aec5214fb82495a0..2d0915e9c068086df5b97c0dc5bb29da841cc62f 100644
--- a/services-libres/lefilament.properties
+++ b/services-libres/lefilament.properties
@@ -5,10 +5,10 @@
 file.class = organization
 
 # Version de l'ontologie utilisée utilisé (type STRING, recommandé, ex. ChatonsInfos-0.1).
-file.protocol = StatoolInfos-0.1.0
+file.protocol = ChatonsInfos-0.2
 
 # Date et horaire de génération du fichier (type DATETIME, recommandé, ex. 2020-07-06T14:23:20).
-file.datetime = 2020-11-19T08:54:35.244284
+file.datetime = 2021-01-25T18:38:35.244284
 
 # Nom du générateur du fichier (type STRING, recommandé, ex. Christian avec ses doigts).
 file.generator = Rémi
@@ -27,30 +27,6 @@ organization.website = https://le-filament.com/services-libres/
 # Lien du logo de l'organisation (type URL, recommandé, ex. https://date.chapril.org/Chapril-banner/v1/chapril-logo-small.png).
 organization.logo = https://le-filament.com/icon.png
 
-# Lien du compte Diaspora de l'organisation (type URL, recommandé).
-organization.socialnetworks.diaspora =
-
-# Lien de la page Facebook de l'organisation (type URL, recommandé).
-organization.socialnetworks.facebook =
-
-# Lien du compte Funkwhale de l'organisation (type URL, recommandé).
-organization.socialnetworks.funkwhale =
-
-# Lien du compte Mastodon de l'organisation (type URL, recommandé).
-organization.socialnetworks.mastodon =
-
-# Lien du compte Mobilizon de l'organisation (type URL, recommandé).
-organization.socialnetworks.mobilizon =
-
-# Lien du compte PeerTube de l'organisation (type URL, recommandé).
-organization.socialnetworks.peertube =
-
-# Lien du compte Pixelfeld de l'organisation (type URL, recommandé).
-organization.socialnetworks.pixelfeld =
-
-# Lien du compte Twitter de l'organisation (type URL, recommandé).
-organization.socialnetworks.twitter =
-
 # Nom du propriétaire de l'organisation (type STRING, optionnel, ex. April).
 organization.owner.name = Le Filament
 
@@ -87,6 +63,25 @@ organization.startdate = 03/12/2015
 # Date de fermeture de l'organisation (type DATE, optionnel).
 organization.enddate =
 
+# Date d'entrée dans le collectif (type DATE, obligatoire, ex. 08/11/2018).
+organization.memberof.chatons.startdate = 22/06/2020
+
+# Date de sortie du collectif (type DATE, optionnel, ex. 08/11/2019).
+organization.memberof.chatons.enddate =
+
+# Statut en tant que membre de l'organisation (un parmi {ACTIVE, IDLE, AWAY}, obligatoire).
+organization.memberof.chatons.status.level = ACTIVE
+
+# Description du statut en tant que membre de l'organisation (type STRING, optionnel, ex. en sommeil).
+organization.memberof.chatons.status.description =
+
+# Pays de l'organisation (type STRING, recommandé, ex. France).
+organization.country.name = France
+
+# Code pays de l'organisation (type COUNTRY_CODE sur 2 caractères, obligatoire, ex.ex. FR ou BE ou CH ou DE ou GB).
+# Table ISO 3166-1 alpha-2 : https://fr.wikipedia.org/wiki/ISO_3166-1#Table_de_codage
+organization.country.code = FR
+
 
 # [Subs]
 # Un lien vers un fichier properties complémentaire (type URL, optionnel, ex. https://www.chapril.org/.well-known/chapril.properties).
@@ -97,5 +92,4 @@ subs.privatebin=https://le-filament.com/services-libres/service-privatebin.prope
 
 
 # [Metrics]
-metrics.http.total.2020 =
 
diff --git a/services-libres/service-diagrams.properties b/services-libres/service-diagrams.properties
index ff62801a7836290c33af36e18a7af5f38e9bbabd..ad45c7f4e5be66e87c0deb20bf5e9b681ee39c03 100644
--- a/services-libres/service-diagrams.properties
+++ b/services-libres/service-diagrams.properties
@@ -5,10 +5,10 @@
 file.class = service
 
 # Version de l'ontologie utilisée utilisé (type STRING, recommandé).
-file.protocol = ChatonsInfos-0.1
+file.protocol = ChatonsInfos-0.2
 
 # Date et horaire de génération du fichier (type DATETIME, recommandé).
-file.datetime = 2020-11-19T08:54:35.244284
+file.datetime = 2021-01-25T18:45:35.244284
 
 # Nom du générateur du fichier (type STRING, recommandé).
 file.generator = Rémi
@@ -57,6 +57,19 @@ service.status.description =
 # Inscriptions requises pour utiliser le service (un ou plusieurs parmi None;Free;Member;Client, obligatoire).
 service.registration = None
 
+# Type d'installation du service, une valeur parmi {DISTRIBUTION, PROVIDER, PACKAGE, CLONEREPO, ARCHIVE, SOURCES, CONTAINER}, obligatoire.
+# DISTRIBUTION : installation via le gestionnaire d'une distribution (apt, yum, etc.).
+# PROVIDER : installation via le gestionnaire d'une distribution configuré avec une source externe (ex. /etc/apt/source.list.d/foo.list).
+# PACKAGE : installation manuelle d'un paquet compatible distribution (ex. dpkg -i foo.deb).
+# CLONEREPO : clone manuel d'un dépôt (git clone…).
+# ARCHIVE : application récupérée dans un tgz ou un zip ou un bzip2…
+# SOURCES : compilation manuelle à partir des sources de l'application.
+# CONTAINER : installation par containeur (Docker, Snap, Flatpak, etc.).
+# L'installation d'un service via un paquet Snap avec apt sous Ubuntu doit être renseigné CONTAINER.
+# L'installation d'une application ArchLinux doit être renseignée DISTRIBUTION.
+# L'installation d'une application Yunohost doit être renseignée DISTRIBUTION.
+service.install.type = CONTAINER
+
 
 # [Software]
 # Nom du logiciel (type STRING, obligatoire).
diff --git a/services-libres/service-etherpad.properties b/services-libres/service-etherpad.properties
index 325df1c6f6ac699ad700bf9e28b7422c27e7c89f..76c88753b8e9074a11286ed0e17901d9854e1f25 100644
--- a/services-libres/service-etherpad.properties
+++ b/services-libres/service-etherpad.properties
@@ -5,10 +5,10 @@
 file.class = service
 
 # Version de l'ontologie utilisée utilisé (type STRING, recommandé).
-file.protocol = ChatonsInfos-0.1
+file.protocol = ChatonsInfos-0.2
 
 # Date et horaire de génération du fichier (type DATETIME, recommandé).
-file.datetime = 2020-11-19T08:54:35.244284
+file.datetime = 2021-01-25T18:45:35.244284
 
 # Nom du générateur du fichier (type STRING, recommandé).
 file.generator = Rémi
@@ -57,6 +57,20 @@ service.status.description =
 # Inscriptions requises pour utiliser le service (parmi None;Free;Member;Client, obligatoire). 
 service.registration = None
 
+# Type d'installation du service, une valeur parmi {DISTRIBUTION, PROVIDER, PACKAGE, CLONEREPO, ARCHIVE, SOURCES, CONTAINER}, obligatoire.
+# DISTRIBUTION : installation via le gestionnaire d'une distribution (apt, yum, etc.).
+# PROVIDER : installation via le gestionnaire d'une distribution configuré avec une source externe (ex. /etc/apt/source.list.d/foo.list).
+# PACKAGE : installation manuelle d'un paquet compatible distribution (ex. dpkg -i foo.deb).
+# CLONEREPO : clone manuel d'un dépôt (git clone…).
+# ARCHIVE : application récupérée dans un tgz ou un zip ou un bzip2…
+# SOURCES : compilation manuelle à partir des sources de l'application.
+# CONTAINER : installation par containeur (Docker, Snap, Flatpak, etc.).
+# L'installation d'un service via un paquet Snap avec apt sous Ubuntu doit être renseigné CONTAINER.
+# L'installation d'une application ArchLinux doit être renseignée DISTRIBUTION.
+# L'installation d'une application Yunohost doit être renseignée DISTRIBUTION.
+service.install.type = CONTAINER
+
+
 # [Software]
 # Nom du logiciel (type STRING, obligatoire).
 software.name = Etherpad
diff --git a/services-libres/service-framadate.properties b/services-libres/service-framadate.properties
index 653a69b30d9052a01a583dfe9d44fa9b582323a8..a42dc56e84b9747abc408f17719cc314e0cb7f8d 100644
--- a/services-libres/service-framadate.properties
+++ b/services-libres/service-framadate.properties
@@ -5,10 +5,10 @@
 file.class = service
 
 # Version de l'ontologie utilisée utilisé (type STRING, recommandé).
-file.protocol = ChatonsInfos-0.1
+file.protocol = ChatonsInfos-0.2
 
 # Date et horaire de génération du fichier (type DATETIME, recommandé).
-file.datetime = 2020-11-19T08:54:35.244284
+file.datetime = 2021-01-25T18:45:35.244284
 
 # Nom du générateur du fichier (type STRING, recommandé).
 file.generator = Rémi
@@ -57,6 +57,19 @@ service.status.description =
 # Inscriptions requises pour utiliser le service (un ou plusieurs parmi None;Free;Member;Client, obligatoire).
 service.registration = None
 
+# Type d'installation du service, une valeur parmi {DISTRIBUTION, PROVIDER, PACKAGE, CLONEREPO, ARCHIVE, SOURCES, CONTAINER}, obligatoire.
+# DISTRIBUTION : installation via le gestionnaire d'une distribution (apt, yum, etc.).
+# PROVIDER : installation via le gestionnaire d'une distribution configuré avec une source externe (ex. /etc/apt/source.list.d/foo.list).
+# PACKAGE : installation manuelle d'un paquet compatible distribution (ex. dpkg -i foo.deb).
+# CLONEREPO : clone manuel d'un dépôt (git clone…).
+# ARCHIVE : application récupérée dans un tgz ou un zip ou un bzip2…
+# SOURCES : compilation manuelle à partir des sources de l'application.
+# CONTAINER : installation par containeur (Docker, Snap, Flatpak, etc.).
+# L'installation d'un service via un paquet Snap avec apt sous Ubuntu doit être renseigné CONTAINER.
+# L'installation d'une application ArchLinux doit être renseignée DISTRIBUTION.
+# L'installation d'une application Yunohost doit être renseignée DISTRIBUTION.
+service.install.type = CONTAINER
+
 
 # [Software]
 # Nom du logiciel (type STRING, obligatoire).
diff --git a/services-libres/service-privatebin.properties b/services-libres/service-privatebin.properties
index b2e980812f6cc5604f860bef267445524d98f252..b38c9a74e1cd56fc315a5caf4b06fa4f1163d3e2 100644
--- a/services-libres/service-privatebin.properties
+++ b/services-libres/service-privatebin.properties
@@ -5,10 +5,10 @@
 file.class = service
 
 # Version de l'ontologie utilisée utilisé (type STRING, recommandé).
-file.protocol = ChatonsInfos-0.1
+file.protocol = ChatonsInfos-0.2
 
 # Date et horaire de génération du fichier (type DATETIME, recommandé).
-file.datetime = 2020-11-19T08:54:35.244284
+file.datetime = 2021-01-25T18:45:35.244284
 
 # Nom du générateur du fichier (type STRING, recommandé).
 file.generator = Rémi
@@ -57,6 +57,19 @@ service.status.description =
 # Inscriptions requises pour utiliser le service (un ou plusieurs parmi None;Free;Member;Client, obligatoire).
 service.registration = None
 
+# Type d'installation du service, une valeur parmi {DISTRIBUTION, PROVIDER, PACKAGE, CLONEREPO, ARCHIVE, SOURCES, CONTAINER}, obligatoire.
+# DISTRIBUTION : installation via le gestionnaire d'une distribution (apt, yum, etc.).
+# PROVIDER : installation via le gestionnaire d'une distribution configuré avec une source externe (ex. /etc/apt/source.list.d/foo.list).
+# PACKAGE : installation manuelle d'un paquet compatible distribution (ex. dpkg -i foo.deb).
+# CLONEREPO : clone manuel d'un dépôt (git clone…).
+# ARCHIVE : application récupérée dans un tgz ou un zip ou un bzip2…
+# SOURCES : compilation manuelle à partir des sources de l'application.
+# CONTAINER : installation par containeur (Docker, Snap, Flatpak, etc.).
+# L'installation d'un service via un paquet Snap avec apt sous Ubuntu doit être renseigné CONTAINER.
+# L'installation d'une application ArchLinux doit être renseignée DISTRIBUTION.
+# L'installation d'une application Yunohost doit être renseignée DISTRIBUTION.
+service.install.type = CONTAINER
+
 
 # [Software]
 # Nom du logiciel (type STRING, obligatoire).