summaryrefslogtreecommitdiff
path: root/gecko
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-06-16 19:50:31 +0100
committerNick White <git@njw.me.uk>2011-06-16 19:50:31 +0100
commitf927ee03c4f769fcb0b29b011dde168bb17ea06f (patch)
treea9a0656277348d194487662088ed9a348caaef57 /gecko
parent07a763300e751724e18e8fa8729dfb321840757f (diff)
Sort firefox addon, make improvements
Diffstat (limited to 'gecko')
-rw-r--r--gecko/chrome/content/simplyread.xul5
-rw-r--r--gecko/install.ttl6
-rw-r--r--gecko/updates.ttl4
3 files changed, 6 insertions, 9 deletions
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";
].