From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ko/install.rdf/index.html | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 files/ko/install.rdf/index.html (limited to 'files/ko/install.rdf') diff --git a/files/ko/install.rdf/index.html b/files/ko/install.rdf/index.html deleted file mode 100644 index 1734e7799f..0000000000 --- a/files/ko/install.rdf/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: install.rdf -slug: install.rdf -translation_of: Archive/Mozilla/Creating_a_Skin_for_SeaMonkey_2.x/install.rdf ---- -

Copy the following text and paste it into a text file, then save that file as "install.rdf":

- -
<?xml version="1.0"?>
-
-<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
-
-  <Description about="urn:mozilla:install-manifest">
-    <em:id>author@oftheme.com</em:id>
-    <em:version>2.0b1</em:version>
-
-    <!-- SeaMonkey -->
-    <em:targetApplication>
-      <Description>
-        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
-        <em:minVersion>2.0b1pre</em:minVersion>
-        <em:maxVersion>2.0b2pre</em:maxVersion>
-      </Description>
-    </em:targetApplication>
-
-    <!-- Front End MetaData -->
-    <em:name>My_Theme</em:name>
-    <em:description>My first theme</em:description>
-
-    <!-- Front End Integration Hooks (used by Theme Manager)-->
-    <em:creator>John Johnson</em:creator>
-    <em:contributor>John Johnson</em:contributor>
-    <em:homepageURL>https://mycoolskin.com/</em:homepageURL>
-
-    <em:updateURL>https://mycoolskin.com/</em:updateURL>
-    <em:aboutURL>https://mycoolskin.com/</em:aboutURL>
-    <em:internalName>My_Theme</em:internalName>
-  </Description>
-</RDF>
-
-- cgit v1.2.3-54-g00ecf