summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-03-27 19:21:48 +0100
committerNick White <git@njw.me.uk>2011-03-27 19:21:48 +0100
commit43fc05202bea647546527cc3397098451ea09e26 (patch)
tree8d89e330ad2b0cc93ec32e5e887a8a4061939547
parent251d4757c70d0f0e5dfd96e98f711dd7db4fbff4 (diff)
downloadnjw-website-43fc05202bea647546527cc3397098451ea09e26.tar.bz2
njw-website-43fc05202bea647546527cc3397098451ea09e26.zip
Add getgbook
-rw-r--r--.gitignore1
-rw-r--r--TODO2
-rw-r--r--software/getgbook/index.txt15
-rw-r--r--software/index.txt5
4 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2aa9928..80aa2a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,6 @@ writing/index.txt
writing/*.pdf
software/simplyread
software/spout
+software/getgbook/*tar.bz2*
!includes/*.xml
diff --git a/TODO b/TODO
index 079c0f4..700eba0 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,4 @@
+BUG: making writing.txt currently errors with 'sed: Command garbled: s/^uri(/' with 9base
+
combine pubs and articles to writing, as in mako.cc/writing
automatically generate the tex from markdown
diff --git a/software/getgbook/index.txt b/software/getgbook/index.txt
new file mode 100644
index 0000000..29a721b
--- /dev/null
+++ b/software/getgbook/index.txt
@@ -0,0 +1,15 @@
+Getgbook
+========
+
+Getgbook is a shell script to download all available pages of a book
+from Google Books.
+
+There are also a few companion scripts:
+
+* getgbookid, which simply extracts the google id of a book
+* getgbookgui, which wraps a very simple graphical interface around
+ the main getgbook script. Note that this requires zenity to be
+ installed.
+
+[Download 0.1](getgbook-0.1.tar.bz2)
+[GPG Signature](getgbook-0.1.tar.bz2.sig)
diff --git a/software/index.txt b/software/index.txt
index 95ed09d..a6a71b6 100644
--- a/software/index.txt
+++ b/software/index.txt
@@ -20,6 +20,11 @@ production and profit.
A program to make webpages more readable. It removes everything but
the article from a webpage, displaying it simply and attractively.
+[Getgbook](getgbook/)
+-----------------------------------------------------------------------
+
+A set of scripts to automate downloading from Google Books.
+
[Spout](spout/)
-----------------------------------------------------------------------