diff options
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | web/doap-src.ttl | 2 | ||||
-rw-r--r-- | web/websummary.sh | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -3,12 +3,12 @@ UPNAME = SimplyRead VERSION = 0.8 KEYFILE = private.pem -WEBSITE = http://njw.me.uk/software/$(NAME) -REPOURL = http://git.njw.me.uk/$(NAME).git -AUTHORFOAF = http://njw.me.uk/card#i +WEBSITE = https://njw.name/$(NAME) +REPOURL = https://git.njw.name/$(NAME).git +AUTHORFOAF = https://njw.name/card#i AUTHORNAME = Nick White -AUTHORHOME = http://njw.me.uk -GECKOID = simplyread@njw.me.uk +AUTHORHOME = https://njw.name +GECKOID = simplyread@njw.name all: xpi crx diff --git a/web/doap-src.ttl b/web/doap-src.ttl index c2791ec..a59766c 100644 --- a/web/doap-src.ttl +++ b/web/doap-src.ttl @@ -6,7 +6,7 @@ :p a doap:Project; doap:name "SimplyRead"; doap:shortdesc "Removes distractions from webpages"; - doap:homepage <WEBSITE/>; + doap:homepage <WEBSITE>; doap:repository :repo; doap:programming-language "JavaScript"; doap:license <http://www.gnu.org/licenses/agpl.html>; diff --git a/web/websummary.sh b/web/websummary.sh index fa7290a..f08706a 100644 --- a/web/websummary.sh +++ b/web/websummary.sh @@ -40,6 +40,6 @@ roqet -q -r csv -e "$q" -D /dev/stdin < $rdf | sed '1d' \ - Maintainer: [$maint]($mainthome) - Language: $lang - License: [$license]($licenseuri) -- DOAP: [${home}doap.ttl](${home}doap.ttl) +- DOAP: [${home}/doap.ttl](${home}/doap.ttl) _EOF_ done |