summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-13 16:11:14 +0000
committerNick White <git@njw.me.uk>2010-11-13 16:11:14 +0000
commitbb1b6e05bc4d22192a6991d0b510539a18325bf1 (patch)
tree94a3c46bc3c919e488140475e6e0935841c0a734
parentf40adf6b33195e6614e20ac68f05dbf39bc69b12 (diff)
Update docs, add chromium build to webpage
-rw-r--r--Makefile4
-rw-r--r--README3
-rw-r--r--TODO2
-rw-r--r--webheader.html2
4 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9295873..5173597 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
NAME = readable
VERSION = 0.2
-index.html: doap.ttl README
+index.html: doap.ttl README webheader.html
@echo making webpage
@cat < webheader.html > $@
@smu < README >> $@
@@ -9,6 +9,8 @@ index.html: doap.ttl README
@echo '<a href="$(NAME)-$(VERSION).tar.bz2.sig">GPG signature</a></h3>' >> $@
@echo '<h3><a href="$(NAME)-$(VERSION).xpi">Readable $(VERSION) for Firefox</a><br />' >> $@
@echo '<a href="$(NAME)-$(VERSION).xpi.sig">GPG signature</a></h3>' >> $@
+ @echo '<h3><a href="$(NAME)-$(VERSION).crx">Readable $(VERSION) for Chromium</a><br />' >> $@
+ @echo '<a href="$(NAME)-$(VERSION).xpi.crx">GPG signature</a></h3>' >> $@
@echo '<hr />' >> $@
@sh summary.sh doap.ttl | smu >> $@
@echo '</body></html>' >> $@
diff --git a/README b/README
index efd5d99..6c8357e 100644
--- a/README
+++ b/README
@@ -9,9 +9,6 @@ simply and attractively.
Running the program multiple times switches between showing the
original page and the 'readable' version.
-Read the file INSTALL for information on installing it into your
-browser.
-
This project is technically inspired by Arc90's Readability,
but aims to be much simpler, faster, and more usable. More
generally, it is inspired by Sean Birketts' *The Gutenberg
diff --git a/TODO b/TODO
index 59d64f5..caca879 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+rename as there's already a similar program called readable. simply read seems good
chromium extension http://code.google.com/chrome/extensions/index.html
packaging
http://code.google.com/chrome/extensions/packaging.html
@@ -6,4 +7,5 @@ chromium extension http://code.google.com/chrome/extensions/index.html
use a simple script to create crx rather than chromium-browser
handle signing extension properly
epiphany extension http://projects.gnome.org/epiphany/extensions
+create icon with imagemagick at compile time
make tests, which process sample html files and check the output
diff --git a/webheader.html b/webheader.html
index b7891cc..bd879fb 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: 15em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; }
+ width: 17em; 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 }