aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/b2g_os/b2g_os_architecture
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/fr/archive/b2g_os/b2g_os_architecture
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2
translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/fr/archive/b2g_os/b2g_os_architecture')
-rw-r--r--files/fr/archive/b2g_os/b2g_os_architecture/index.html38
1 files changed, 0 insertions, 38 deletions
diff --git a/files/fr/archive/b2g_os/b2g_os_architecture/index.html b/files/fr/archive/b2g_os/b2g_os_architecture/index.html
deleted file mode 100644
index 0b01d8807d..0000000000
--- a/files/fr/archive/b2g_os/b2g_os_architecture/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
----
-title: Architecture de B2G OS
-slug: Archive/B2G_OS/B2G_OS_Architecture
-tags:
- - Architecture B2G OS
- - B2G
- - B2G OS
-translation_of: Archive/B2G_OS/Architecture
----
-<h2 id="Cet_article_détaille_l'architecture_de_B2G_OS">Cet article détaille l'architecture de B2G OS</h2>
-
-<div class="twocolumns">
-<p>B2G OS est constitué de trois couches :</p>
-
-<ol>
- <li><strong>Gaia</strong></li>
- <li><strong>Gecko</strong></li>
- <li><strong>Gonk</strong></li>
-</ol>
-
-<h3 id="Gaia">Gaia</h3>
-
-<p>Gaia est l'interface utilisateur ; elle comporte les applications systèmes telles que téléphone, SMS, Horloge, Agenda qui sont réalisées en HTML, CSS et Javascript.</p>
-
-<p><strong>Code source </strong>: <a href="https://github.com/mozilla-b2g/gaia">https://github.com/mozilla-b2g/gaia</a></p>
-
-<h3 id="Gecko">Gecko</h3>
-
-<p>Gecko est le moteur de rendu web qui affiche et traite HTML, CSS et Javascript et qui implémente divers composants <a href="https://discourse.mozilla-community.org/t/why-gaia-apps-are-turned-to-chrome/8011">chrome://</a> et <a href="https://developer.mozilla.org/fr/docs/B2G_OS/API">API Web</a>.</p>
-
-<p><strong>Code source </strong>: <a href="https://github.com/mozilla/gecko-dev">https://github.com/mozilla/gecko-dev</a></p>
-
-<p><img alt="" src="https://mdn.mozillademos.org/files/13803/b2gos.png" style="height: 400px; margin-left: 10px; margin-right: 10px; width: 300px;"></p>
-</div>
-
-<h3 id="Gonk">Gonk</h3>
-
-<p>Gonk se compose du noyau Android, de la couche d'abstraction matérielle HAL (<a href="https://source.android.com/devices/halref/">Hardware Abstraction Layer</a>) et des pilotes de périphériques.</p>