From f927ee03c4f769fcb0b29b011dde168bb17ea06f Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Thu, 16 Jun 2011 19:50:31 +0100
Subject: Sort firefox addon, make improvements

---
 gecko/chrome/content/simplyread.xul | 5 +----
 gecko/install.ttl                   | 6 +++---
 gecko/updates.ttl                   | 4 ++--
 3 files changed, 6 insertions(+), 9 deletions(-)

(limited to 'gecko')

diff --git a/gecko/chrome/content/simplyread.xul b/gecko/chrome/content/simplyread.xul
index e9edffd..2ed3ac8 100644
--- a/gecko/chrome/content/simplyread.xul
+++ b/gecko/chrome/content/simplyread.xul
@@ -4,10 +4,7 @@
 	<keyset>
 		<key id="simplyread" modifiers="accel alt" key="r" oncommand="simplyread()" />
 	</keyset>
-	<statusbar id="status-bar">
-		<image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
-	</statusbar>
-	<statusbar id="addon-bar"><!-- gecko 2+ -->
+	<statusbar id="addon-bar">
 		<image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
 	</statusbar>
 </overlay>
diff --git a/gecko/install.ttl b/gecko/install.ttl
index dc40853..2ee9aaf 100644
--- a/gecko/install.ttl
+++ b/gecko/install.ttl
@@ -2,7 +2,7 @@
 @prefix em:   <http://www.mozilla.org/2004/em-rdf#>.
 
 <urn:mozilla:install-manifest>
-	em:id "simplyread@njw.me.uk";
+	em:id "GECKOID";
 	em:version "VERSION";
 	em:type "2";
 	em:targetApplication [
@@ -13,7 +13,7 @@
 	em:name "SimplyRead";
 	em:description "Stop browsing, start reading. Press Ctrl-Alt-r or click the 'sr' icon in the status bar to toggle SimplyRead.";
 	em:creator "Nick White";
-	em:homepageURL "http://njw.me.uk/software/simplyread/";
-	em:updateURL "http://njw.me.uk/software/simplyread/gecko-updates.rdf";
+	em:homepageURL "WEBSITE/";
+	em:updateURL "WEBSITE/gecko-updates.rdf";
 	em:updateKey "PUBKEY";
 	<http://usefulinc.com/ns/doap#license> <http://www.gnu.org/licenses/agpl.html>.
diff --git a/gecko/updates.ttl b/gecko/updates.ttl
index 34325db..6283c4e 100644
--- a/gecko/updates.ttl
+++ b/gecko/updates.ttl
@@ -3,7 +3,7 @@
 @prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
 @prefix em:   <http://www.mozilla.org/2004/em-rdf#>.
 
-<urn:mozilla:extension:simplyread@njw.me.uk>
+<urn:mozilla:extension:GECKOID>
 	em:signature "SIG";
 	em:updates [ a rdf:Seq ;
 		rdf:li <:VERSION>;
@@ -15,6 +15,6 @@
 		em:id "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}";
 		em:minVersion "3.0";
 		em:maxVersion "4.0.*";
-		em:updateLink "http://njw.me.uk/simplyread/simplyread-VERSION.xpi";
+		em:updateLink "WEBSITE/simplyread-VERSION.xpi";
 		em:updateHash "sha1:HASH";
 	].
-- 
cgit v1.2.3