From e51ceb95d5b90942fbc14a7070d786e089ce3186 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Nov 2009 00:57:31 +0000 Subject: Add metadata file with DOAP and LV2 Host Info information. git-svn-id: svn://localhost/ardour2/branches/3.0@6043 d708f5d6-7413-0410-9779-e7cbd77b26cf --- ardour-3.ttl | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ardour-3.ttl (limited to 'ardour-3.ttl') diff --git a/ardour-3.ttl b/ardour-3.ttl new file mode 100644 index 0000000000..1bd5df264f --- /dev/null +++ b/ardour-3.ttl @@ -0,0 +1,34 @@ +@prefix doap: . +@prefix rdf: . +@prefix rdfs: . +@prefix foaf: . +@prefix hi: . + + a doap:Project, hi:Host ; + doap:name "Ardour" ; + doap:revision "3.0" ; + doap:shortdesc "A Digital Audio Workstation (DAW)." ; + doap:homepage ; + doap:bug-database ; + doap:license ; + doap:developer [ + a foaf:Person ; + foaf:name "Paul Davis" + foaf:homepage ; + ] ; + doap:programming-language "C", "C++" ; + doap:repository [ + a doap:SVNRepository ; + doap:location + ] ; + hi:supportsExtension [ + hi:extension ; + ] , [ + hi:extension ; + ] ; + doap:description """ +Ardour is a hard disk recorder and Digital Audio Workstation (DAW) application. +Ardour can record and play back an unlimited number of tracks of audio and/or +MIDI data, with a comprehensive set of features expected in professional a +quality DAW. +""" . -- cgit v1.2.3