diff options
author | Nick White <git@njw.me.uk> | 2010-10-24 23:06:08 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-10-24 23:06:08 +0100 |
commit | 089c905ebd7e365791112f8a9f1f2a44de5987a1 (patch) | |
tree | aeb259d381678bbbdd11d75b92bc3c5dd1da85ad /web/doap.ttl | |
parent | 4bb3e07baabf1ef6ca5c9fea389045dddd77025b (diff) |
Simplify and update webpage creation
Diffstat (limited to 'web/doap.ttl')
-rw-r--r-- | web/doap.ttl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/web/doap.ttl b/web/doap.ttl deleted file mode 100644 index b15337f..0000000 --- a/web/doap.ttl +++ /dev/null @@ -1,27 +0,0 @@ -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. -@prefix doap: <http://usefulinc.com/ns/doap#>. -@prefix foaf: <http://xmlns.com/foaf/0.1/>. -@prefix : <http://njw.me.uk/software/spout#>. - -:p a doap:Project; - doap:name "Spout"; - doap:shortdesc "A simple caveflying game"; - doap:description "Spout is a simple caveflying game. The aim is to get as high as possible avoiding or destroying obstacles."; - doap:homepage <http://njw.me.uk/software/spout>; - doap:repository :repo; - doap:programming-language "C"; - doap:license <http://creativecommons.org/licenses/MIT/>; - doap:release :v1.4; - doap:maintainer <http://njw.me.uk/card#i>. - -<http://njw.me.uk/card#i> a foaf:Person; - foaf:name "Nick White"; - foaf:homepage <http://njw.me.uk>. - -:repo a doap:GitRepository; - doap:location <http://git.njw.me.uk/spout.git>. - -:v1.4 a doap:Version; - doap:revision "1.4"; - doap:created "2010-10-24"; - doap:file-release <http://njw.me.uk/software/spout/spout-1.4.tar.bz2>. |