diff options
Diffstat (limited to 'files/zh-tw/製作_firefox_佈景主題/contents.rdf/index.html')
-rw-r--r-- | files/zh-tw/製作_firefox_佈景主題/contents.rdf/index.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/files/zh-tw/製作_firefox_佈景主題/contents.rdf/index.html b/files/zh-tw/製作_firefox_佈景主題/contents.rdf/index.html new file mode 100644 index 0000000000..4c19884c30 --- /dev/null +++ b/files/zh-tw/製作_firefox_佈景主題/contents.rdf/index.html @@ -0,0 +1,48 @@ +--- +title: contents.rdf +slug: 製作_Firefox_佈景主題/contents.rdf +translation_of: Archive/Themes/Creating_a_Skin_for_Firefox/contents.rdf +--- +<p> +</p><p>將下列文字複製貼進純文字檔中,命名為「<code>contents.rdf</code>」: +</p> +<pre><?xml version="1.0"?> + +<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:chrome="http://www.mozilla.org/rdf/chrome#"> + + <!-- 列出此佈景主題提供的外觀樣式 --> + <RDF:Seq about="urn:mozilla:skin:root"> + <RDF:li resource="urn:mozilla:skin:My_Theme"/> + </RDF:Seq> + + <RDF:Description about="urn:mozilla:skin:My_Theme" + chrome:displayName="My Theme" + chrome:accessKey="N" + chrome:author="" + chrome:authorURL="" + chrome:description="" + chrome:name="My_Theme" + chrome:image="preview.png" > + <chrome:packages> + <RDF:Seq about="urn:mozilla:skin:My_Theme:packages"> + <RDF:li resource="urn:mozilla:skin:My_Theme:browser"/> + <RDF:li resource="urn:mozilla:skin:My_Theme:communicator"/> + <RDF:li resource="urn:mozilla:skin:My_Theme:global"/> + <RDF:li resource="urn:mozilla:skin:My_Theme:mozapps"/> + <RDF:li resource="urn:mozilla:skin:My_Theme:help"/> + </RDF:Seq> + </chrome:packages> + </RDF:Description> + + <!-- 版本資訊,這個佈景主題僅支援主版本號碼為 1 的 Firefox。 --> + <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:browser"/> + <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:communicator"/> + <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:global"/> + <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:mozapps"/> + <RDF:Description chrome:skinVersion="1.5" about="urn:mozilla:skin:My_Theme:help"/> +</RDF:RDF> +</pre> +<div class="noinclude"> +</div> +{{ languages( { "de": "de/Theme_erstellen/contents.rdf", "en": "en/Creating_a_Skin_for_Firefox/contents.rdf", "fr": "fr/Cr\u00e9er_un_th\u00e8me_pour_Firefox/contents.rdf", "ja": "ja/Creating_a_Skin_for_Firefox/contents.rdf", "pl": "pl/Tworzenie_sk\u00f3rek_dla_Firefoksa/contents.rdf", "pt": "pt/Criando_um_visual_para_o_Firefox/contents.rdf" } ) }} |