zotero/update.rdf
Dan Stillman b135f92ef9 Updated install.rdf format to current template from Mozilla.org and updated some values (extension is now version 0.1pre1)
Added update.rdf for auto-update mechanism (which will get moved out of the extension root by the build system but should stay with a particular tree)

Assigned a new GUID to extension

*** Important: The extension GUID has changed, so you should rename the scholar@chnm text file in your Firefox profile exensions directory to our new GUID "{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}" and restart Firefox ***
2006-05-30 04:28:38 +00:00

25 lines
841 B
XML

<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/2004/em-rdf#">
<!-- Firefox Scholar Extension -->
<RDF:Description about="urn:mozilla:extension:{e007c81c-eb2a-4e1d-b381-d25a45cd11ed}">
<updates>
<RDF:Seq>
<RDF:li>
<RDF:Description>
<version>0.1pre1-SVN</version>
<targetApplication>
<RDF:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>2.0a1+</minVersion>
<maxVersion>3.0+</maxVersion>
<updateLink>http://chnm.gmu.edu/firefoxscholar/download/scholar.xpi</updateLink>
</RDF:Description>
</targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</updates>
</RDF:Description>
</RDF:RDF>