From 6e43fd71469a3a48bdb2b027200c3f106546fdaf Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 4 Oct 2011 18:13:52 +0100 Subject: Update gecko compatibility, release 0.7 --- Makefile | 2 +- TODO | 12 ++++++++++++ gecko/install.ttl | 2 +- web/doap-src.ttl | 9 ++++++++- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b3de6b3..5a89735 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME = simplyread UPNAME = SimplyRead -VERSION = 0.6 +VERSION = 0.7 KEYFILE = private.pem WEBSITE = http://njw.me.uk/software/$(NAME) diff --git a/TODO b/TODO index 4533ca0..26f9f93 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,15 @@ +before 1.0! + consider license change to isc + consider renaming to PlanedText + +core: + disable all other scripts - lots of tracking horrors around now, e.g. + h-online and nytimes have things which report back every time you click the mouse. + +make: + use 'convert -Background none' rather than rsvg (check the output is still good) + gzip things in web/ + chromium: generate appid for use in update xml see GenerateId in extension.cc of chrome for how it works diff --git a/gecko/install.ttl b/gecko/install.ttl index 0875e40..4e8722d 100644 --- a/gecko/install.ttl +++ b/gecko/install.ttl @@ -8,7 +8,7 @@ em:targetApplication [ em:id "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"; em:minVersion "3.0"; - em:maxVersion "6.*" + em:maxVersion "7.*" ] ; em:name "SimplyRead"; em:description "Removes distractions from webpages. Press Ctrl-Alt-r or press the 'sr' button in the addons bar to toggle SimplyRead."; diff --git a/web/doap-src.ttl b/web/doap-src.ttl index dc94e87..e52549c 100644 --- a/web/doap-src.ttl +++ b/web/doap-src.ttl @@ -10,7 +10,7 @@ doap:repository :repo; doap:programming-language "JavaScript"; doap:license ; - doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6; + doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6, :v0dot7; doap:maintainer . a foaf:Person; @@ -58,3 +58,10 @@ doap:file-release , , . + +:v0dot7 a doap:Version; + doap:revision "0.7"; + doap:created "2011-08-14"; + doap:file-release , + , + . -- cgit v1.2.3