From 43fc05202bea647546527cc3397098451ea09e26 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 27 Mar 2011 19:21:48 +0100 Subject: Add getgbook --- .gitignore | 1 + TODO | 2 ++ software/getgbook/index.txt | 15 +++++++++++++++ software/index.txt | 5 +++++ 4 files changed, 23 insertions(+) create mode 100644 software/getgbook/index.txt 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/) ----------------------------------------------------------------------- -- cgit v1.2.3