libnotify/libnotify.doap

27 lines
1.0 KiB
Plaintext
Raw Normal View History

2010-01-07 18:05:19 -06:00
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Desktop notification library</name>
<shortname>libnotify</shortname>
2014-07-30 13:31:31 -05:00
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
2014-08-01 16:32:16 -05:00
<programming-language>C</programming-language>
2010-01-07 18:05:19 -06:00
<shortdesc xml:lang="en">libnotify is a library for sending desktop notifications</shortdesc>
<maintainer>
<foaf:Person>
<foaf:name>Christian Hammond</foaf:name>
<foaf:mbox rdf:resource="mailto:chipx86@chipx86.com" />
2011-01-28 09:04:22 -06:00
<gnome:userid>chammond</gnome:userid>
2010-01-07 18:05:19 -06:00
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>William Jon McCann</foaf:name>
<foaf:mbox rdf:resource="mailto:william.jon.mccann@gmail.com" />
<gnome:userid>mccann</gnome:userid>
</foaf:Person>
</maintainer>
</Project>