580cf442fa
Also, since I realized there's no way to change the GUID and still delete the previous version on upgrade, I'm adding an update.rdf entry that will disable old versions with a blank extension and force people to reinstall, since otherwise they'd end up with both Scholar and Zotero installed at once, which, as you know, would create a time paradox, the results of which could start a chain reaction that would unravel the very fabric of the space-time continuum and destroy the entire universe. Anyone on an XPI install should go to Add-ons and delete their version and fetch a new one from http://chnm.gmu.edu/firefoxscholar/download/zotero-dev.xpi
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
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#">
|
|
<!-- Zotero Extension -->
|
|
<RDF:Description about="urn:mozilla:extension:zotero@chnm.gmu.edu">
|
|
<updates>
|
|
<RDF:Seq>
|
|
<RDF:li>
|
|
<RDF:Description>
|
|
<version>1.0b1.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/zotero.xpi</updateLink>
|
|
</RDF:Description>
|
|
</targetApplication>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
</RDF:Seq>
|
|
</updates>
|
|
</RDF:Description>
|
|
|
|
<!-- This will disable old versions with a blank extension -->
|
|
<RDF:Description about="urn:mozilla:extension:scholar@chnm.gmu.edu">
|
|
<updates>
|
|
<RDF:Seq>
|
|
<RDF:li>
|
|
<RDF:Description>
|
|
<version>1.0a1.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-dev.xpi</updateLink>
|
|
</RDF:Description>
|
|
</targetApplication>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
</RDF:Seq>
|
|
</updates>
|
|
</RDF:Description>
|
|
</RDF:RDF>
|