diff options
author | Marvin W <git@larma.de> | 2017-05-13 17:47:44 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-08-17 18:27:07 +0200 |
commit | fbe198dd5cf545030f9b97e419f6a741f14444fe (patch) | |
tree | 06a96bd2d4db55e53a41bdcb70ebf3be32ca5ed4 | |
parent | 500adea6dca162a4d0fe602eefa6b9095862dd13 (diff) | |
download | dino-fbe198dd5cf545030f9b97e419f6a741f14444fe.tar.gz dino-fbe198dd5cf545030f9b97e419f6a741f14444fe.zip |
add DOAP (description of a project) file
-rw-r--r-- | dino.doap | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dino.doap b/dino.doap new file mode 100644 index 00000000..bfba3774 --- /dev/null +++ b/dino.doap @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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="http://usefulinc.com/ns/doap#"> + + <name>Dino</name> + <short-name>dino</short-name> + <shortdesc xml:lang="en">Modern Jabber/XMPP Client</shortdesc> + <description xml:lang="en"> + Dino is an instant messaging client for the + Jabber/XMPP network, providing a unique and modern user experience + based on the latest technology from the GNOME project. + </description> + + <homepage rdf:resource="https://dino.im/" /> + <bug-database rdf:resource="https://github.com/dino/dino/issues" /> + <category rdf:resource="http://api.gnome.org/doap-extensions#apps" /> + <programming-language>Vala</programming-language> + +</Project> |