Comparison

doc/doap.xml @ 11244:8a1f88241cb1

doap: Use logo property from schema.org As requested by Link Mauve
author Kim Alvefur <zash@zash.se>
date Sat, 02 Jan 2021 20:04:43 +0100
parent 11243:cc42607c0cb8
child 11255:6a12f546d22f
comparison
equal deleted inserted replaced
11243:cc42607c0cb8 11244:8a1f88241cb1
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xml:lang="en"> 2 <rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="https://schema.org/" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#" xml:lang="en">
3 <Project xmlns="http://usefulinc.com/ns/doap#"> 3 <Project xmlns="http://usefulinc.com/ns/doap#">
4 <name>Prosody IM</name> 4 <name>Prosody IM</name>
5 <shortdesc>Lightweight XMPP server</shortdesc> 5 <shortdesc>Lightweight XMPP server</shortdesc>
6 <description>Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy to use and light on resources. For developers, it aims to give a flexible system on which to rapidly develop added functionality or rapidly prototype new protocols.</description> 6 <description>Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy to use and light on resources. For developers, it aims to give a flexible system on which to rapidly develop added functionality or rapidly prototype new protocols.</description>
7 <created>2008-08-22</created> 7 <created>2008-08-22</created>
9 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/> 9 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/>
10 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-server"/> 10 <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-server"/>
11 <homepage rdf:resource="https://prosody.im/"/> 11 <homepage rdf:resource="https://prosody.im/"/>
12 <download-page rdf:resource="https://prosody.im/download/"/> 12 <download-page rdf:resource="https://prosody.im/download/"/>
13 <license rdf:resource="https://hg.prosody.im/trunk/file/tip/COPYING"/> 13 <license rdf:resource="https://hg.prosody.im/trunk/file/tip/COPYING"/>
14 <xmpp:logo rdf:resource="https://prosody.im/prosody.svg"/> 14 <schema:logo rdf:resource="https://prosody.im/prosody.svg"/>
15 <bug-database rdf:resource="https://issues.prosody.im/"/> 15 <bug-database rdf:resource="https://issues.prosody.im/"/>
16 <support-forum rdf:resource="xmpp:prosody@conference.prosody.im?join"/> 16 <support-forum rdf:resource="xmpp:prosody@conference.prosody.im?join"/>
17 <repository> 17 <repository>
18 <HgRepository> 18 <HgRepository>
19 <location rdf:resource="https://hg.prosody.im/trunk/"/> 19 <location rdf:resource="https://hg.prosody.im/trunk/"/>