diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-01-01 03:06:49 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2021-01-02 20:31:34 +0100 |
commit | a7aad09e8bfed3982bbd4f6d367410800d8a3e1b (patch) | |
tree | d80355cf38d132fbe0a4c0f87cff72f61de2ef4d | |
parent | 2c22c0428cb53252930d52e6327f14a6fcc8cf03 (diff) | |
download | dino-a7aad09e8bfed3982bbd4f6d367410800d8a3e1b.tar.gz dino-a7aad09e8bfed3982bbd4f6d367410800d8a3e1b.zip |
Add logo and screenshots to the DOAP file
Given upstream is quite unresponsive, we are now using the
https://schema.org/ namespace for these properties.
-rw-r--r-- | dino.doap.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dino.doap.in b/dino.doap.in index 5e9a9fcc..e2e9397f 100644 --- a/dino.doap.in +++ b/dino.doap.in @@ -2,6 +2,7 @@ <rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" + xmlns:schema="https://schema.org/" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <Project> @@ -22,6 +23,11 @@ <category rdf:resource="http://api.gnome.org/doap-extensions#apps" /> <license rdf:resource="http://usefulinc.com/doap/licenses/gplv3" /> + <schema:logo rdf:resource="https://dino.im/img/logo.svg" /> + <schema:screenshot rdf:resource="https://dino.im/img/screenshot1.png" /> + <schema:screenshot rdf:resource="https://dino.im/img/screenshot3.png" /> + <schema:screenshot rdf:resource="https://dino.im/img/screenshot2.png" /> + <programming-language>Vala</programming-language> <os>Linux</os> <os>FreeBSD</os> |