From ab2554c70cea3877090e63028c7fa12cd77c6693 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 14 Aug 2011 20:42:17 +0100 Subject: Remove silly marketingy description --- Makefile | 11 ++++++----- gecko/install.ttl | 2 +- web/doap-src.ttl | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index ce84ea1..a835d25 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ NAME = simplyread +UPNAME = SimplyRead VERSION = 0.5 KEYFILE = private.pem @@ -50,7 +51,7 @@ web/doap.ttl: web/doap-src.ttl web/index.html: web/doap.ttl README echo making webpage - echo "SimplyRead - Stop browsing, start reading" > $@ + echo "$(UPNAME)" > $@ echo '' >> $@ echo '" >> $@ smu < README >> $@ - echo "[SimplyRead $(VERSION) source]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig))" | smu >> $@ + echo "[$(UPNAME) $(VERSION) source]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig))" | smu >> $@ - echo "[SimplyRead $(VERSION) for Firefox]($(NAME)-$(VERSION).xpi) ([sig]($(NAME)-$(VERSION).xpi.sig))" | smu >> $@ + echo "[$(UPNAME) $(VERSION) for Firefox]($(NAME)-$(VERSION).xpi) ([sig]($(NAME)-$(VERSION).xpi.sig))" | smu >> $@ - echo "[SimplyRead $(VERSION) for Chromium]($(NAME)-$(VERSION).crx) ([sig]($(NAME)-$(VERSION).crx.sig))" | smu >> $@ + echo "[$(UPNAME) $(VERSION) for Chromium]($(NAME)-$(VERSION).crx) ([sig]($(NAME)-$(VERSION).crx.sig))" | smu >> $@ echo '
' >> $@ sh web/websummary.sh web/doap.ttl | smu >> $@ @@ -117,4 +118,4 @@ test: .PHONY: all dist xpi crx test web sign .SUFFIXES: ttl html png svg -.SILENT: +#.SILENT: diff --git a/gecko/install.ttl b/gecko/install.ttl index 56d8d3b..0875e40 100644 --- a/gecko/install.ttl +++ b/gecko/install.ttl @@ -11,7 +11,7 @@ em:maxVersion "6.*" ] ; em:name "SimplyRead"; - em:description "Stop browsing, start reading. Press Ctrl-Alt-r or press the 'sr' button in the addons bar to toggle SimplyRead."; + em:description "Removes distractions from webpages. Press Ctrl-Alt-r or press the 'sr' button in the addons bar to toggle SimplyRead."; em:creator "Nick White"; em:homepageURL "WEBSITE/"; em:updateURL "WEBSITE/gecko-updates.rdf"; diff --git a/web/doap-src.ttl b/web/doap-src.ttl index 66f6ba7..ba954b4 100644 --- a/web/doap-src.ttl +++ b/web/doap-src.ttl @@ -5,7 +5,7 @@ :p a doap:Project; doap:name "SimplyRead"; - doap:shortdesc "Stop browsing, start reading"; + doap:shortdesc "Removes distractions from webpages"; doap:homepage ; doap:repository :repo; doap:programming-language "JavaScript"; -- cgit v1.2.3