From e3a8b3b59d5a9c64eb141ae02a67e5cd92ffe402 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 8 Sep 2011 00:52:41 +0100 Subject: Only show existing tools in GUI, improve webpage & readme --- Makefile | 2 +- README | 4 ++-- TODO | 3 --- config.mk | 1 + getxbookgui | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index dfe3451..54e40bb 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ index.html: doap.ttl README echo "" >> $@ smu < README >> $@ echo "

download

" >> $@ - echo "[$(NAME) $(VERSION)]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig))" | smu >> $@ + echo "[$(NAME) $(VERSION)]($(NAME)-$(VERSION).tar.bz2) ([sig]($(NAME)-$(VERSION).tar.bz2.sig)) ($(RELDATE))" | smu >> $@ echo '
' >> $@ sh websummary.sh doap.ttl | smu >> $@ echo '' >> $@ diff --git a/README b/README index 2918cfd..ded4594 100644 --- a/README +++ b/README @@ -41,5 +41,5 @@ form of tyranny over the mind of man." Each tool is written in around 200 lines of portable C code, with no dependencies beyond libc. They should work well on Linux, BSDs, OSX -and Windows. There is also an optional graphical interface, written -in Tcl/Tk. +and Windows. There is also an optional graphical interface, using +Tcl/Tk. diff --git a/TODO b/TODO index 9e643df..f2af36d 100644 --- a/TODO +++ b/TODO @@ -2,9 +2,6 @@ mkdir of bookid and save pages in there -have websummary.sh print the date of release, e.g. - getxbook 0.3 (sig) (2011-08-02) - before 1.0: create other 2 utilities, make sure memory usage is sensible, be unicode safe, package for osx & windows # other utils diff --git a/config.mk b/config.mk index 6856404..35b3c3c 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,6 @@ # See COPYING file for copyright and license details. VERSION = 0.3 +RELDATE = 2011-08-07 # paths PREFIX = /usr/local diff --git a/getxbookgui b/getxbookgui index 08d3f04..e476ca0 100755 --- a/getxbookgui +++ b/getxbookgui @@ -2,7 +2,7 @@ # See COPYING file for copyright and license details. package require Tk -set bin [list getgbook getabook] +set bin [list getgbook] proc go {} { set cmd "[.bin get [.bin curselection]] [.id get]" -- cgit v1.2.3