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.
This commit is contained in:
Emmanuel Gil Peyrot 2021-01-01 03:06:49 +01:00 committed by Marvin W
parent 2c22c0428c
commit a7aad09e8b
1 changed files with 6 additions and 0 deletions

View File

@ -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>