changeset 19:a45124612e60

Added the update.rdf file that is uploaded to labs.toolness.com and used by the extension for update information.
author Atul Varma <varmaa@toolness.com>
date Sat, 23 Aug 2008 12:44:53 -0700
parents 301ba9942f59
children aa3ccc022d07
files update.rdf
diffstat 1 files changed, 82 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/update.rdf	Sat Aug 23 12:44:53 2008 -0700
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+
+  <!-- This Description resource includes all the update and
+       compatibility information for a single add-on with the id
+       ambnews@labs.toolness.com. You can list multiple add-ons
+       information in the same RDF file. -->
+
+  <RDF:Description about="urn:mozilla:extension:ambnews@labs.toolness.com">
+    <em:updates>
+      <RDF:Seq>
+
+        <!-- Each li is a different version of the same add-on -->
+        <RDF:li>
+          <RDF:Description>
+            <!-- This is the version number of the add-on -->
+            <em:version>0.0.3a</em:version> 
+
+            <!-- One targetApplication for each application the add-on
+                 is compatible with -->
+            <em:targetApplication>
+              <RDF:Description>
+                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                <em:minVersion>3.0</em:minVersion>
+                <em:maxVersion>3.1.*</em:maxVersion>
+
+                <!-- This is where this version of the add-on will be
+                     downloaded from -->
+                <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.3a.xpi</em:updateLink>
+              </RDF:Description>
+            </em:targetApplication>
+          </RDF:Description>
+        </RDF:li>
+
+        <RDF:li>
+          <RDF:Description>
+            <!-- This is the version number of the add-on -->
+            <em:version>0.0.4a</em:version> 
+
+            <!-- One targetApplication for each application the add-on
+                 is compatible with -->
+            <em:targetApplication>
+              <RDF:Description>
+                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                <em:minVersion>3.0</em:minVersion>
+                <em:maxVersion>3.1.*</em:maxVersion>
+
+                <!-- This is where this version of the add-on will be
+                     downloaded from -->
+                <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.4a.xpi</em:updateLink>
+              </RDF:Description>
+            </em:targetApplication>
+          </RDF:Description>
+        </RDF:li>
+
+        <RDF:li>
+          <RDF:Description>
+            <!-- This is the version number of the add-on -->
+            <em:version>0.0.5a</em:version> 
+
+            <!-- One targetApplication for each application the add-on
+                 is compatible with -->
+            <em:targetApplication>
+              <RDF:Description>
+                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+                <em:minVersion>3.0</em:minVersion>
+                <em:maxVersion>3.1.*</em:maxVersion>
+
+                <!-- This is where this version of the add-on will be
+                     downloaded from -->
+                <em:updateLink>https://labs.toolness.com/ambnews/ambientnews-0.0.5a.xpi</em:updateLink>
+              </RDF:Description>
+            </em:targetApplication>
+          </RDF:Description>
+        </RDF:li>
+
+      </RDF:Seq>
+    </em:updates>
+  </RDF:Description>
+</RDF:RDF>