From 6f2be227fc7f4e69e149e38a8b3c8359c4a14295 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 18 Nov 2010 18:42:10 +0000 Subject: Write gecko install rdf in turtle --- gecko/install.ttl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gecko/install.ttl (limited to 'gecko/install.ttl') diff --git a/gecko/install.ttl b/gecko/install.ttl new file mode 100644 index 0000000..cd10e86 --- /dev/null +++ b/gecko/install.ttl @@ -0,0 +1,17 @@ +@prefix rdf: . +@prefix em: . + + + em:id "simplyread@njw.me.uk"; + em:version "VERSION"; + em:type "2"; + em:targetApplication [ + em:id "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"; + em:minVersion "3.0"; + em:maxVersion "4.0.*" + ] ; + em:name "SimplyRead"; + em:description "Makes webpages more readable. 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/"; + . -- cgit v1.2.3