commit 580cf442fa10847165d93daa507c20ca0e039b1d
parent 5ceb0bfd6033898ef43d84e236caec0fb1554b3c
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 30 Aug 2006 08:01:28 +0000
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
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/update.rdf b/update.rdf
@@ -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>