diff options
| author | Nick White <git@njw.me.uk> | 2011-09-29 20:53:50 +0100 | 
|---|---|---|
| committer | Nick White <git@njw.me.uk> | 2011-09-29 20:53:50 +0100 | 
| commit | 63a66e5e1d8a5caebc15139cbaefd082aca8a8ee (patch) | |
| tree | 3a6778221573059b4ac201ba97a020c42a69a6f3 | |
| parent | 463bca1065d41bdfb0eb9c9ac3e8d08f1435f979 (diff) | |
Capitalise properly
| -rw-r--r-- | LEGAL | 4 | ||||
| -rw-r--r-- | doap.ttl | 2 | 
2 files changed, 3 insertions, 3 deletions
| @@ -6,7 +6,7 @@ the standard for determining what an automated tool is  allowed to do on a server, robots.txt, all of the getxbook  tools are permitted. -# Getgbook +# getgbook  ## Terms of Service @@ -37,7 +37,7 @@ we are obeying robots.txt  Details on how Google interprets robots.txt are at  http://code.google.com/web/controlcrawlindex/docs/robots_txt.html -# Getabook +# getabook  ## Conditions of Use @@ -4,7 +4,7 @@  @prefix :     <http://njw.me.uk/software/getxbook/#>.  :p a doap:Project; -	doap:name "Getxbook"; +	doap:name "getxbook";  	doap:shortdesc "A collection of tools to download books from websites";  	doap:homepage <http://njw.me.uk/software/getxbook/>;  	doap:repository :repo; | 
