From 77835841639ac5dfa31fc45395e3c3bf0caba0c1 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 10 Jun 2021 00:38:43 +0000 Subject: [CRON] sync translated content --- files/zh-tw/_redirects.txt | 2 + files/zh-tw/_wikihistory.json | 30 ++++++------ files/zh-tw/orphaned/web/reference/api/index.html | 60 +++++++++++++++++++++++ files/zh-tw/orphaned/web/reference/index.html | 30 ++++++++++++ files/zh-tw/web/reference/api/index.html | 59 ---------------------- files/zh-tw/web/reference/index.html | 29 ----------- 6 files changed, 107 insertions(+), 103 deletions(-) create mode 100644 files/zh-tw/orphaned/web/reference/api/index.html create mode 100644 files/zh-tw/orphaned/web/reference/index.html delete mode 100644 files/zh-tw/web/reference/api/index.html delete mode 100644 files/zh-tw/web/reference/index.html (limited to 'files/zh-tw') diff --git a/files/zh-tw/_redirects.txt b/files/zh-tw/_redirects.txt index 544beaf499..8cb3891190 100644 --- a/files/zh-tw/_redirects.txt +++ b/files/zh-tw/_redirects.txt @@ -819,6 +819,8 @@ /zh-TW/docs/Web/JavaScript/Typed_arrays/ArrayBuffer/prototype /zh-TW/docs/conflicting/Web/JavaScript/Reference/Global_Objects/ArrayBuffer /zh-TW/docs/Web/JavaScript/資料結構 /zh-TW/docs/Web/JavaScript/Data_structures /zh-TW/docs/Web/JavaScript/重新介紹_JavaScript /zh-TW/docs/Web/JavaScript/A_re-introduction_to_JavaScript +/zh-TW/docs/Web/Reference /zh-TW/docs/orphaned/Web/Reference +/zh-TW/docs/Web/Reference/API /zh-TW/docs/orphaned/Web/Reference/API /zh-TW/docs/Web/Reference/Events /zh-TW/docs/Web/Events /zh-TW/docs/Web/Reference/Events/DOMContentLoaded /zh-TW/docs/Web/API/Window/DOMContentLoaded_event /zh-TW/docs/Web/Reference/Events/DOMContentLoaded_(event) /zh-TW/docs/Web/API/Window/DOMContentLoaded_event diff --git a/files/zh-tw/_wikihistory.json b/files/zh-tw/_wikihistory.json index 719f51e035..be2ddcd06f 100644 --- a/files/zh-tw/_wikihistory.json +++ b/files/zh-tw/_wikihistory.json @@ -7893,21 +7893,6 @@ "iigmir" ] }, - "Web/Reference": { - "modified": "2019-03-23T23:29:16.937Z", - "contributors": [ - "jackblackevo", - "Somnlent", - "Sheppy" - ] - }, - "Web/Reference/API": { - "modified": "2019-03-23T23:05:52.036Z", - "contributors": [ - "jackblackevo", - "wildsky" - ] - }, "Web/SVG": { "modified": "2019-01-16T17:22:30.480Z", "contributors": [ @@ -9098,6 +9083,21 @@ "happysadman" ] }, + "orphaned/Web/Reference": { + "modified": "2019-03-23T23:29:16.937Z", + "contributors": [ + "jackblackevo", + "Somnlent", + "Sheppy" + ] + }, + "orphaned/Web/Reference/API": { + "modified": "2019-03-23T23:05:52.036Z", + "contributors": [ + "jackblackevo", + "wildsky" + ] + }, "orphaned/Web/SVG/教學": { "modified": "2019-01-16T14:42:54.040Z", "contributors": [ diff --git a/files/zh-tw/orphaned/web/reference/api/index.html b/files/zh-tw/orphaned/web/reference/api/index.html new file mode 100644 index 0000000000..cfe523e1e6 --- /dev/null +++ b/files/zh-tw/orphaned/web/reference/api/index.html @@ -0,0 +1,60 @@ +--- +title: Web API 參考資料 +slug: orphaned/Web/Reference/API +translation_of: Web/Reference/API +original_slug: Web/Reference/API +--- +

Web 提供了各種各樣完成不同任務的 API,而這可藉著使用 JavaScript 達成,小到對任何 {{domxref("window")}} 或 {{domxref("element")}} 做細微調整,大到使用像是 WebGL 和 Web Audio 介面製作複雜的圖形和音效。

+ +

所有的介面都在 index 頁列出。

+ +

事件參考列出了所有可用事件的列表。

+ +
+
+
+
{{domxref("Document_Object_Model", "文檔物件模型")}}
+
DOM允許訪問和修改當前文檔,允許操作文檔 {{domxref("Node")}} 和 {{domxref("Element")}}。HTML 和 SVG 都擴展了各自的 DOM 介面,以操作特定的元素。
+
設備 API
+
該類 API 允許訪問各種 WEB 頁面或應用可用的硬體特性,如:Ambient Light Sensor APIBattery Status APIGeolocation APIPointer Lock APIProximity APIDevice Orientation APIScreen Orientation APIVibration API
+
通信API
+
該API允許頁面和應用與其他頁面或設備之間通信,如:網路資訊 API網頁通知Simple Push API
+
資料管理API
+
該API能夠存儲管理使用者資料,如:檔案處理 APIIndexedDB
+
+ +

除了上述的這些可用於所有網站或應用的 API 外,還有一些功能更強大的 Mozilla API,可用於特權應用和認證應用。

+ +
+
特權 API
+
特權應用是指安裝的應用程式,並被使用者授予特定許可權。特權 API 包括:TCP Socket API聯絡人 API裝置儲存空間 API瀏覽器 API相機 API
+
認證 API
+
認證 API 是指在作業系統上執行關鍵操作的底層應用程式,如 Firefox OS 作業系統。較少的特權應用程式會通過 WEB Activities 與這些應用交互。認證 API 包括:藍芽 API手持裝置連結 API網路狀態 APITelephony網路SMSWiFi 資訊 API相機 API電源管理 API設定 APIIdle API權限 API時間/時鐘 API
+
+
+ +
+

社群

+ +

加入該社區郵寄清單或是新聞群組:

+ + + +

此外,請務必在 IRC 上進入 #webapi 頻道上參加線上討論。

+ + + +

您可能對下面的主題感興趣:

+ + +
+
+ +

 

diff --git a/files/zh-tw/orphaned/web/reference/index.html b/files/zh-tw/orphaned/web/reference/index.html new file mode 100644 index 0000000000..263cef7d49 --- /dev/null +++ b/files/zh-tw/orphaned/web/reference/index.html @@ -0,0 +1,30 @@ +--- +title: 網頁技術參考資料 +slug: orphaned/Web/Reference +tags: + - Landing + - NeedsTranslation + - Reference + - TopicStub + - Web +translation_of: Web/Reference +original_slug: Web/Reference +--- +

{{draft()}}
+ The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.

+ +

Web technologies

+ +

It is recommended that you already got started with the web, however it isn't absolutely necessary.

+ +
+
HTML — structuring the Web
+
The HyperText Markup Language is used to define and describe semantically the content (markup) of a Web page in a well-structured format.
+ HTML provides a means to create structured documents, made up of blocks called HTML elements that are delineated by tags, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.
+
+ Introduction to HTML | Learn HTML | HTML5 | Developer guide | Element reference | reference
+
CSS — styling the Web
+
The Cascading Style Sheets are used to describe the appearance of Web content.
+
+ Introduction to CSS  | Getting started with CSS | Learn CSS | CSS3 | Developer guide | Common CSS questions | reference
+
diff --git a/files/zh-tw/web/reference/api/index.html b/files/zh-tw/web/reference/api/index.html deleted file mode 100644 index 91b88f5643..0000000000 --- a/files/zh-tw/web/reference/api/index.html +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: Web API 參考資料 -slug: Web/Reference/API -translation_of: Web/Reference/API ---- -

Web 提供了各種各樣完成不同任務的 API,而這可藉著使用 JavaScript 達成,小到對任何 {{domxref("window")}} 或 {{domxref("element")}} 做細微調整,大到使用像是 WebGL 和 Web Audio 介面製作複雜的圖形和音效。

- -

所有的介面都在 index 頁列出。

- -

事件參考列出了所有可用事件的列表。

- -
-
-
-
{{domxref("Document_Object_Model", "文檔物件模型")}}
-
DOM允許訪問和修改當前文檔,允許操作文檔 {{domxref("Node")}} 和 {{domxref("Element")}}。HTML 和 SVG 都擴展了各自的 DOM 介面,以操作特定的元素。
-
設備 API
-
該類 API 允許訪問各種 WEB 頁面或應用可用的硬體特性,如:Ambient Light Sensor APIBattery Status APIGeolocation APIPointer Lock APIProximity APIDevice Orientation APIScreen Orientation APIVibration API
-
通信API
-
該API允許頁面和應用與其他頁面或設備之間通信,如:網路資訊 API網頁通知Simple Push API
-
資料管理API
-
該API能夠存儲管理使用者資料,如:檔案處理 APIIndexedDB
-
- -

除了上述的這些可用於所有網站或應用的 API 外,還有一些功能更強大的 Mozilla API,可用於特權應用和認證應用。

- -
-
特權 API
-
特權應用是指安裝的應用程式,並被使用者授予特定許可權。特權 API 包括:TCP Socket API聯絡人 API裝置儲存空間 API瀏覽器 API相機 API
-
認證 API
-
認證 API 是指在作業系統上執行關鍵操作的底層應用程式,如 Firefox OS 作業系統。較少的特權應用程式會通過 WEB Activities 與這些應用交互。認證 API 包括:藍芽 API手持裝置連結 API網路狀態 APITelephony網路SMSWiFi 資訊 API相機 API電源管理 API設定 APIIdle API權限 API時間/時鐘 API
-
-
- -
-

社群

- -

加入該社區郵寄清單或是新聞群組:

- - - -

此外,請務必在 IRC 上進入 #webapi 頻道上參加線上討論。

- - - -

您可能對下面的主題感興趣:

- - -
-
- -

 

diff --git a/files/zh-tw/web/reference/index.html b/files/zh-tw/web/reference/index.html deleted file mode 100644 index 11792ad50f..0000000000 --- a/files/zh-tw/web/reference/index.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: 網頁技術參考資料 -slug: Web/Reference -tags: - - Landing - - NeedsTranslation - - Reference - - TopicStub - - Web -translation_of: Web/Reference ---- -

{{draft()}}
- The open Web is built using a number of technologies that require an adequate knowledge in order to use them. Below you'll find the links to our reference material for each of them.

- -

Web technologies

- -

It is recommended that you already got started with the web, however it isn't absolutely necessary.

- -
-
HTML — structuring the Web
-
The HyperText Markup Language is used to define and describe semantically the content (markup) of a Web page in a well-structured format.
- HTML provides a means to create structured documents, made up of blocks called HTML elements that are delineated by tags, written using angle brackets: some introduce content into the page directly, others provide information about document text and may include other tags as sub-elements. Obviously, browsers do not display them, since they are used to interpret the content of the page.
-
- Introduction to HTML | Learn HTML | HTML5 | Developer guide | Element reference | reference
-
CSS — styling the Web
-
The Cascading Style Sheets are used to describe the appearance of Web content.
-
- Introduction to CSS  | Getting started with CSS | Learn CSS | CSS3 | Developer guide | Common CSS questions | reference
-
-- cgit v1.2.3-54-g00ecf