diff options
author | Nick White <git@njw.me.uk> | 2012-02-12 13:55:43 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2012-02-12 13:55:43 +0000 |
commit | 6a09f09349fdc0fe68615f2f933a5e13ea70e183 (patch) | |
tree | bbe9d1b0131c9343d9ce9827415f10849ae4aeee | |
parent | b8415a3fb32ea54cd0f39495831b03d5c998197f (diff) |
Release v0.7
-rw-r--r-- | config.mk | 4 | ||||
-rw-r--r-- | doap.ttl | 9 | ||||
-rw-r--r-- | pad.xml | 2 |
3 files changed, 10 insertions, 5 deletions
@@ -1,6 +1,6 @@ # See COPYING file for copyright and license details. -VERSION = 0.6.1 -RELDATE = 2011-11-22 +VERSION = 0.7 +RELDATE = 2012-02-12 # paths PREFIX = /usr/local @@ -6,12 +6,12 @@ :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: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 and DjVus from the downloaded books."; doap:homepage <http://njw.me.uk/software/getxbook/>; doap:repository :repo; doap:programming-language "C"; doap:license <http://www.isc.org/software/license>; - doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061; + doap:release :v01, :v02, :v03, :v04, :v05, :v06, :v061, :v07; doap:maintainer <http://njw.me.uk/card#i>. <http://njw.me.uk/card#i> a foaf:Person; @@ -56,3 +56,8 @@ doap:created "2011-11-22"; doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.6.1.tar.bz2>, <http://njw.me.uk/software/getxbook/getxbook-0.6.1-win.zip>. + +:v07 a doap:Version; + doap:revision "0.7"; + doap:created "2012-02-12"; + doap:file-release <http://njw.me.uk/software/getxbook/getxbook-0.7.tar.bz2>. @@ -27,7 +27,7 @@ <Program_Info> <Program_Name>getxbook</Program_Name> - <Program_Version>0.6.1</Program_Version> + <Program_Version>0.7</Program_Version> <Program_Release_Month/><Program_Release_Day/><Program_Release_Year/> <Program_Cost_Dollars/><Program_Cost_Other_Code/><Program_Cost_Other/> <Program_Type>Freeware</Program_Type><!--free software, dammit--> |