Mercurial > hg > vamp-plugin-sdk
diff rdf/generator/template-generator.cpp @ 221:2d713ece8dbf
* Add copyright note, use long string form for description (and
copyright note)
author | cannam |
---|---|
date | Wed, 29 Oct 2008 17:15:10 +0000 |
parents | 81ffb843c8cc |
children | 11588ad1cc3b |
line wrap: on
line diff
--- a/rdf/generator/template-generator.cpp Wed Oct 29 16:14:51 2008 +0000 +++ b/rdf/generator/template-generator.cpp Wed Oct 29 17:15:10 2008 +0000 @@ -108,8 +108,9 @@ "plugbase:"+plugin->getIdentifier()+" a vamp:Plugin ;\n\ dc:title \""+plugin->getName()+"\" ;\n\ vamp:name \""+plugin->getName()+"\" ;\n\ - dc:description \""+plugin->getDescription()+"\" ;\n\ + dc:description \"\"\""+plugin->getDescription()+"\"\"\" ;\n\ foaf:maker [ foaf:name \""+plugin->getMaker()+"\" ] ; # FIXME could give plugin author's URI here\n\ + vamp:copyright_note \"\"\""+plugin->getCopyright()+"\"\"\" ;\n\ # cc:license <Place plugin license URI here and uncomment> ; \n\ vamp:identifier \""+plugin->getIdentifier()+"\" ;\n\ vamp:vamp_API_version vamp:api_version_"+to_string(plugin->getVampApiVersion())+" ;\n\