diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | TODO | 12 | ||||
-rw-r--r-- | gecko/install.ttl | 2 | ||||
-rw-r--r-- | web/doap-src.ttl | 9 |
4 files changed, 22 insertions, 3 deletions
@@ -1,6 +1,6 @@ NAME = simplyread UPNAME = SimplyRead -VERSION = 0.6 +VERSION = 0.7 KEYFILE = private.pem WEBSITE = http://njw.me.uk/software/$(NAME) @@ -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 <http://www.gnu.org/licenses/agpl.html>; - doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6; + doap:release :v0dot1, :v0dot2, :v0dot3, :v0dot4, :v0dot5, :v0dot6, :v0dot7; doap:maintainer <FOAF>. <FOAF> a foaf:Person; @@ -58,3 +58,10 @@ doap:file-release <WEBSITE/simplyread-0.6.tar.bz2>, <WEBSITE/simplyread-0.6.xpi>, <WEBSITE/simplyread-0.6.crx>. + +:v0dot7 a doap:Version; + doap:revision "0.7"; + doap:created "2011-08-14"; + doap:file-release <WEBSITE/simplyread-0.7.tar.bz2>, + <WEBSITE/simplyread-0.7.xpi>, + <WEBSITE/simplyread-0.7.crx>. |