diff options
author | Nick White <git@njw.me.uk> | 2012-08-18 14:32:17 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-08-18 14:32:17 +0100 |
commit | 99019fb1cd807b9c395300c6af6adda0a772cc1c (patch) | |
tree | 096f0dd759c489cd954e72a42ffb99675f448daf /getxbook.1 | |
parent | 6541ca4799cc19a412722615fa3dfce3a16109c9 (diff) |
Add tool overview manpage, getxbook(1)
Diffstat (limited to 'getxbook.1')
-rw-r--r-- | getxbook.1 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/getxbook.1 b/getxbook.1 new file mode 100644 index 0000000..d683f92 --- /dev/null +++ b/getxbook.1 @@ -0,0 +1,34 @@ +.\" See COPYING file for copyright and license details. +.TH GETXBOOK 1 getxbook\-VERSION +.SH NAME +getxbook \- a collection of tools to download books +.SH DESCRIPTION +getxbook is a collection of tools to download books from +websites. +.PP +It contains one tool per website, plus an optional graphical +frontend: +.TP +.BR getgbook (1) +Downloads books from Google Books' "Book Preview" service. +.TP +.BR getabook (1) +Downloads books from Amazon's "Look Inside The Book" service. +.TP +.BR getbnbook (1) +Downloads books from Barnes and Noble's "Book Viewer" service. +.TP +.BR getxbookgui (1) +A graphical frontend to the getxbook tools. +.SH NOTES +The getxbook tools will not try to download pages that have +already been downloaded, so closing it and then starting it +again later will continue downloading from where it left off. +.PP +Book pages vary in availability depending on the book, the +website, and potentially the location of your IP. +.SH SEE ALSO +.IR getabook (1), +.IR getgbook (1), +.IR getbnbook (1), +.IR getxbookgui (1) |