]> git.ktnx.net Git - icedeb.git/blobdiff - install.rdf
install.rdf: convert attributes to sub-elements
[icedeb.git] / install.rdf
index 15dc8521e1ad721f56734fc6747dfc428f43569c..8c53cd667aa3b6774687f5bea1a66b987d3d2670 100644 (file)
@@ -1,35 +1,19 @@
-<?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:name="Debian BTS"
-    em:description="Query Debian bug-tracking system using the text in the clipboard"
-    em:creator="Damyan Ivanov"
-
-    em:id="debian-bts-query@modsoftsys.com"
-    em:version="0.1"
-    em:homepageURL=""
-
-    em:iconURL="chrome://debian-bts/content/icon.png" >
-
+<?xml version="1.0" encoding="utf-8"?>
+<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:name>Debian buttons</em:name>
+    <em:description>Collection of buttons for querying Debian-related pages using the text in the clipboard. Place some text in the clipboard (package name, bug number) and click on one of the buttons. Clicking with the middle mouse button opens a new tab.</em:description>
+    <em:creator>Damyan Ivanov</em:creator>
+    <em:id>{8fb11c5b-84eb-4da0-9128-292eacce2dcb}</em:id>
+    <em:version>1.5</em:version>
+    <em:homepageURL />
+    <em:iconURL>chrome://icedeb/content/icon.png</em:iconURL>
     <em:targetApplication><!-- Firefox -->
-      <Description
-        em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
-        em:minVersion="1.4"
-        em:maxVersion="99" />
+      <Description>
+        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+        <em:minVersion>1.4</em:minVersion>
+        <em:maxVersion>4.0.*</em:maxVersion>
+      </Description>
     </em:targetApplication>
-
-    <em:file>
-      <Description
-        about="urn:mozilla:extension:debian-bts"
-        em:package="content/debian-bts/" />
-    </em:file>
-
   </Description>
-
 </RDF>
-