diff options
Diffstat (limited to 'gnome-user-share.doap')
-rw-r--r-- | gnome-user-share.doap | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome-user-share.doap b/gnome-user-share.doap new file mode 100644 index 0000000..9d156eb --- /dev/null +++ b/gnome-user-share.doap @@ -0,0 +1,20 @@ +<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">User Sharing</name> + <shortdesc xml:lang="en">Launch User Sharing if enabled</shortdesc> + <download-page rdf:resource="http://download.gnome.org/sources/gnome-user-share/" /> + <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-user-share" /> + <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" /> + + <maintainer> + <foaf:Person> + <foaf:name>Alex Larsson</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]" /> + <gnome:userid>alexl</gnome:userid> + </foaf:Person> + </maintainer> +</Project> |