From d2d13536fe2a8871efd0ca6164043275e9961385 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 13 Nov 2010 19:12:44 +0000 Subject: Release version 0.3 --- Makefile | 4 +--- TODO | 6 +----- doap.ttl | 15 +++++++++++---- webheader.html | 2 +- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 1038850..0564ee6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = simplyread -VERSION = 0.2 +VERSION = 0.3 index.html: doap.ttl README webheader.html @echo making webpage @@ -21,8 +21,6 @@ dist: @tar -c $(NAME)-$(VERSION) | bzip2 -c > $(NAME)-$(VERSION).tar.bz2 @gpg -b < $(NAME)-$(VERSION).tar.bz2 > $(NAME)-$(VERSION).tar.bz2.sig @rm -rf $(NAME)-$(VERSION) - @ln -sf $(NAME)-$(VERSION).tar.bz2 latest.tar.bz2 - @ln -sf $(NAME)-$(VERSION).tar.bz2.sig latest.tar.bz2.sig @echo $(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION).tar.bz2.sig xpi: simplyread.js gecko/install.rdf gecko/chrome.manifest gecko/chrome/content/simplyread.xul gecko/chrome/content/icon.svg diff --git a/TODO b/TODO index 77c2145..20edcf8 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,6 @@ chromium extension http://code.google.com/chrome/extensions/index.html - packaging - http://code.google.com/chrome/extensions/packaging.html - http://code.google.com/chrome/extensions/hosting.html - http://code.google.com/chrome/extensions/crx.html use a simple script to create crx rather than chromium-browser + http://code.google.com/chrome/extensions/crx.html is the script src=simplyread in background.html necessary? handle signing extension properly -epiphany extension http://projects.gnome.org/epiphany/extensions make tests, which process sample html files and check the output diff --git a/doap.ttl b/doap.ttl index 4ebfb9d..836e29b 100644 --- a/doap.ttl +++ b/doap.ttl @@ -10,7 +10,7 @@ doap:repository :repo; doap:programming-language "ECMAScript"; doap:license ; - doap:release :v0.1, :v0.2; + doap:release :v0.1, :v0.2, :v0.3; doap:maintainer . a foaf:Person; @@ -23,10 +23,17 @@ :v0.1 a doap:Version; doap:revision "0.1"; doap:created "2010-10-23"; - doap:file-release . + doap:file-release . :v0.2 a doap:Version; doap:revision "0.2"; doap:created "2010-11-04"; - doap:file-release , - . + doap:file-release , + . + +:v0.3 a doap:Version; + doap:revision "0.3"; + doap:created "2010-11-13"; + doap:file-release , + , + . diff --git a/webheader.html b/webheader.html index ff3a7da..401a294 100644 --- a/webheader.html +++ b/webheader.html @@ -4,7 +4,7 @@ body { font-family: sans-serif; width: 75%; margin: auto; } h1 { font-size: 1.6em; text-align: center; margin-bottom: 0.2em; } h2 { font-size: 1.2em; border-bottom: thin solid black; margin-top: 0.1em; } h3 { border: thin solid black; margin: auto; background: #cd2f2f; - width: 17em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; } + width: 19em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; } h3:hover { background: #ff9657; } h3 a { color: black; text-decoration: none } h3 a:hover { text-decoration: underline } -- cgit v1.2.3