public
Description: Send and receive del.icio.us "links for you"
Homepage: http://code.google.com/p/delinkydink/
Clone URL: git://github.com/webiest/delinkydink.git
Click here to lend your support to: delinkydink and make a donation at www.pledgie.com !
delinkydink / update.rdf
100644 26 lines (26 sloc) 0.935 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<r:RDF xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
       xmlns="http://www.mozilla.org/2004/em-rdf#">
<!-- Foo Widget Extension -->
<r:Description about="urn:mozilla:extension:delinkydink@mozilla.doslash.org">
  <updates>
    <r:Seq>
      <r:li>
        <r:Description>
          <version>1.1</version>
          <targetApplication>
            <r:Description>
              <id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
               <minVersion>1.5</minVersion>
               <maxVersion>2.0.0.*</maxVersion>
              <updateLink>http://delinkydink.googlecode.com/svn/trunk/delinkydink.xpi</updateLink>
            </r:Description>
          </targetApplication>
        </r:Description>
      </r:li>
    </r:Seq>
  </updates>
  <version>1.1</version>
  <updateLink>http://delinkydink.googlecode.com/svn/trunk/delinkydink.xpi</updateLink>
</r:Description>
</r:RDF>