Skip to content

Commit

Permalink
Create zoteropreview-update.rdf
Browse files Browse the repository at this point in the history
First version. Hope it works! Thank you to zotfile for the example.
  • Loading branch information
dcartertod authored May 10, 2021
1 parent 9644d8e commit 50adb5e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ZoteroPreview/zoteropreview-update.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?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#">
<rdf:Description about="urn:mozilla:extension:[email protected]">
<em:updates>
<rdf:Seq>
<rdf:li>
<rdf:Description>
<em:version>5.0.16</em:version>
<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>5.0.0</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/dcartertod/zotero-plugins/releases/download/v0.0.3/ZoteroPreview.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

<em:targetApplication>
<rdf:Description>
<em:id>[email protected]</em:id>
<em:minVersion>4.999</em:minVersion>
<em:maxVersion>5.*</em:maxVersion>
<em:updateLink>https://github.com/dcartertod/zotero-plugins/releases/download/v0.0.3/ZoteroPreview.xpi</em:updateLink>
</rdf:Description>
</em:targetApplication>

</rdf:Description>
</rdf:li>
</rdf:Seq>
</em:updates>
</rdf:Description>
</rdf:RDF>

0 comments on commit 50adb5e

Please sign in to comment.