From 7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e Mon Sep 17 00:00:00 2001 From: julieng Date: Mon, 15 Nov 2021 21:40:53 +0100 Subject: move *.html to *.md --- files/fr/glossary/ecma/index.html | 20 -------------------- files/fr/glossary/ecma/index.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 files/fr/glossary/ecma/index.html create mode 100644 files/fr/glossary/ecma/index.md (limited to 'files/fr/glossary/ecma') diff --git a/files/fr/glossary/ecma/index.html b/files/fr/glossary/ecma/index.html deleted file mode 100644 index cbd7a0df06..0000000000 --- a/files/fr/glossary/ecma/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: ECMA -slug: Glossary/ECMA -tags: - - Glossaire - - JavaScript - - Mécanismes web -translation_of: Glossary/ECMA -original_slug: Glossaire/ECMA ---- -

Ecma International (European Computer Manufacturers Association) est une organisation à but non lucratif qui développe des standards sur le matériel informatique, les communications, et les langages de programmation.

- -

Sur internet, Ecma est célèbre pour être l'organisation qui maintient la spécification ECMA-262 (alias. {{Glossary("ECMAScript")}}) qui est le cœur de la spécification pour le langage {{Glossary("JavaScript")}}.

- -

En savoir plus

- - diff --git a/files/fr/glossary/ecma/index.md b/files/fr/glossary/ecma/index.md new file mode 100644 index 0000000000..cbd7a0df06 --- /dev/null +++ b/files/fr/glossary/ecma/index.md @@ -0,0 +1,20 @@ +--- +title: ECMA +slug: Glossary/ECMA +tags: + - Glossaire + - JavaScript + - Mécanismes web +translation_of: Glossary/ECMA +original_slug: Glossaire/ECMA +--- +

Ecma International (European Computer Manufacturers Association) est une organisation à but non lucratif qui développe des standards sur le matériel informatique, les communications, et les langages de programmation.

+ +

Sur internet, Ecma est célèbre pour être l'organisation qui maintient la spécification ECMA-262 (alias. {{Glossary("ECMAScript")}}) qui est le cœur de la spécification pour le langage {{Glossary("JavaScript")}}.

+ +

En savoir plus

+ + -- cgit v1.2.3-54-g00ecf