diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-13 17:51:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 17:51:14 +0900 |
commit | e97318021bd361b2449b18f84d038918ff664af4 (patch) | |
tree | 203ca272ee3a6e6616db8ca4dcd9eeb3c7ff9f12 /files/ja/orphaned | |
parent | 1ed9a2dafba9e1503e189b2a072d0fa84d4fb288 (diff) | |
download | translated-content-e97318021bd361b2449b18f84d038918ff664af4.tar.gz translated-content-e97318021bd361b2449b18f84d038918ff664af4.tar.bz2 translated-content-e97318021bd361b2449b18f84d038918ff664af4.zip |
orphaned/Glossary の下の不要なファイルを削除 (#1906)
* orphaned/Glossary の下の不要なファイルを削除
* _wikihistory.json の履歴を削除
Diffstat (limited to 'files/ja/orphaned')
-rw-r--r-- | files/ja/orphaned/glossary/gaia/index.html | 25 | ||||
-rw-r--r-- | files/ja/orphaned/glossary/modern_web_apps/index.html | 11 |
2 files changed, 0 insertions, 36 deletions
diff --git a/files/ja/orphaned/glossary/gaia/index.html b/files/ja/orphaned/glossary/gaia/index.html deleted file mode 100644 index 4a2ac2514f..0000000000 --- a/files/ja/orphaned/glossary/gaia/index.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Gaia -slug: orphaned/Glossary/Gaia -tags: - - Boot2Gecko - - Firefox OS - - Gaia - - Glossary - - Infrastructure - - Intro -translation_of: Glossary/Gaia -original_slug: Glossary/Gaia ---- -<p>Firefox OS プラットフォームのユーザーインターフェイスとデフォルトのアプリケーションスイート。</p> - -<p>Firefox OS が起動すると、画面に表示されるものは Gaia レイヤーの産物です(ロック画面、ホーム画面、標準アプリなど)。 Gaia は {{glossary("HTML")}}、{{glossary("CSS")}}、{{glossary("JavaScript")}} で完全に実装されており、基盤となるオペレーティングシステムへの唯一のインターフェイスは、{{glossary("Gecko")}} レイヤーが実装するオープンな Web {{glossary("API")}} によるものです。 Gaia と一緒にサードパーティのアプリケーションをインストールすることができます。</p> - -<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> - -<h3 id="Technical_reference" name="Technical_reference">技術文書</h3> - -<ul> - <li><a href="/ja/Firefox_OS/Platform/Gaia">Gaia プラットフォームガイド</a></li> - <li><a href="/ja/Firefox_OS/Developing_Gaia">Gaia 開発/ハッキングガイド</a></li> -</ul> diff --git a/files/ja/orphaned/glossary/modern_web_apps/index.html b/files/ja/orphaned/glossary/modern_web_apps/index.html deleted file mode 100644 index d9303643bd..0000000000 --- a/files/ja/orphaned/glossary/modern_web_apps/index.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Modern web apps (最新のウェブアプリ) -slug: orphaned/Glossary/Modern_web_apps -tags: - - Composing - - Glossary - - Modern web apps -translation_of: Glossary/Modern_web_apps -original_slug: Glossary/Modern_web_apps ---- -<p>{{glossary("Progressive web apps","プログレッシブウェブアプリ")}}を参照</p> |