diff options
author | Nick White <git@njw.me.uk> | 2011-06-16 01:29:43 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-16 01:29:43 +0100 |
commit | 751f1159831bb0645e019b1fc5581f4cb1e9d9b4 (patch) | |
tree | 4a325361f69ebf6ac51fedca21e432e901e222b9 /gecko/updates.ttl | |
parent | 335cebf3653b037e43c3e9f28a31696f0b7f1813 (diff) |
Basic firefox update support, minor css update
Diffstat (limited to 'gecko/updates.ttl')
-rw-r--r-- | gecko/updates.ttl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gecko/updates.ttl b/gecko/updates.ttl new file mode 100644 index 0000000..34325db --- /dev/null +++ b/gecko/updates.ttl @@ -0,0 +1,20 @@ +# currently not used as uhura is generating it. + +@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> + em:signature "SIG"; + em:updates [ a rdf:Seq ; + rdf:li <:VERSION>; + ]. + +<:VERSION> + em:version "VERSION"; + em:targetApplication [ + 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:updateHash "sha1:HASH"; + ]. |