Update XPI to zotero.xpi

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
This commit is contained in:
Dan Stillman 2006-08-30 08:01:28 +00:00
parent 5ceb0bfd60
commit 580cf442fa

View file

@ -13,7 +13,7 @@
<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>
<updateLink>http://chnm.gmu.edu/firefoxscholar/download/zotero.xpi</updateLink>
</RDF:Description>
</targetApplication>
</RDF:Description>
@ -22,19 +22,19 @@
</updates>
</RDF:Description>
<!-- This is just to accommodate users of the alpha before the guid changed -->
<!-- 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.0b1.SVN</version>
<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.xpi</updateLink>
<updateLink>http://chnm.gmu.edu/firefoxscholar/download/scholar-dev.xpi</updateLink>
</RDF:Description>
</targetApplication>
</RDF:Description>