summaryrefslogtreecommitdiff
path: root/doap.ttl
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-01-09 23:07:30 +0000
committerNick White <git@njw.me.uk>2012-01-09 23:07:30 +0000
commit398ca9231da547cac9261008de35cee1db6910df (patch)
tree1c678e00e2d3b9a552c3d95db15bb9c2a172b14d /doap.ttl
parent9239c8747aa79b95ae87b61b5758d089040d0616 (diff)
Add long description to DOAP
Diffstat (limited to 'doap.ttl')
-rw-r--r--doap.ttl1
1 files changed, 1 insertions, 0 deletions
diff --git a/doap.ttl b/doap.ttl
index d00b54a..e52f592 100644
--- a/doap.ttl
+++ b/doap.ttl
@@ -6,6 +6,7 @@
:p a doap:Project;
doap:name "getxbook";
doap:shortdesc "A collection of tools to download books from websites";
+ doap:description "getxbook is a collection of tools to download books from Websites. There are tools to download from Google Books' book preview, Amazon's look inside the book, and Barnes and Noble's book viewer. There is an optional GUI written in Tcl/Tk, and some shell scripts using OCR to create plain text or searchable PDFs from the downloaded books.";
doap:homepage <http://njw.me.uk/software/getxbook/>;
doap:repository :repo;
doap:programming-language "C";