diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-01-01 02:51:40 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2021-01-01 03:15:42 +0100 |
commit | 71eba168e48ba3b770cf5799dc08d6803d280735 (patch) | |
tree | 766561199b107475fac46f0593e3252d233d8602 | |
parent | c38538f6b52fa8a3ff0a023559235fcc49135201 (diff) | |
download | poezio-71eba168e48ba3b770cf5799dc08d6803d280735.tar.gz poezio-71eba168e48ba3b770cf5799dc08d6803d280735.tar.bz2 poezio-71eba168e48ba3b770cf5799dc08d6803d280735.tar.xz poezio-71eba168e48ba3b770cf5799dc08d6803d280735.zip |
Add documentation, logo and screenshot to DOAP file.
I’m done waiting for upstream for that feature, I’ve now imported these
properties to https://linkmauve.fr/ns/xmpp-doap.rdf#
-rw-r--r-- | data/doap.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/doap.xml b/data/doap.xml index 7c2d647d..a4b49027 100644 --- a/data/doap.xml +++ b/data/doap.xml @@ -12,8 +12,8 @@ <description xml:lang="fr">Client console XMPP libre et moderne, écrit en Python avec la bibliothèque ncurses</description> <homepage rdf:resource="https://poez.io/"/> - <!-- TODO: https://github.com/ewilderj/doap/issues/51 --> - <!--<doc rdf:resource="https://doc.poez.io/"/>--> + <!-- Until https://github.com/ewilderj/doap/issues/51 is done, this property lives at https://linkmauve.fr/ns/xmpp-doap#documentation --> + <xmpp:documentation rdf:resource="https://doc.poez.io/"/> <download-page rdf:resource="https://poez.io/#download"/> <bug-database rdf:resource="https://lab.louiz.org/poezio/poezio/-/issues"/> <!-- See https://github.com/ewilderj/doap/issues/53 --> @@ -25,10 +25,10 @@ <!-- See https://github.com/ewilderj/doap/issues/49 --> <language>en</language> - <!-- TODO: https://github.com/ewilderj/doap/issues/40 --> - <!--<logo rdf:resource="https://poez.io/img/logo.png"/>--> - <!-- TODO: https://github.com/ewilderj/doap/issues/50 --> - <!--<screenshot rdf:resource="https://poez.io/img/screenshot.png"/>--> + <!-- Until https://github.com/ewilderj/doap/pull/68 is merged, this property lives at https://linkmauve.fr/ns/xmpp-doap#logo --> + <xmpp:logo rdf:resource="https://poez.io/img/logo.svg"/> + <!-- Same here, https://github.com/ewilderj/doap/issues/50 currently lives at https://linkmauve.fr/ns/xmpp-doap#screenshot --> + <xmpp:screenshot rdf:resource="https://poez.io/img/screenshot.png"/> <programming-language>Python</programming-language> |