Software /
code /
prosody
Comparison
doc/doap.xml @ 11243:cc42607c0cb8
doap: Apply XML canonicalization
xmllint --c14n doc/doap.xml | xmllint --format - | sponge doc/doap.xml
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 Jan 2021 20:05:34 +0100 |
parent | 11242:65a79789a0c1 |
child | 11244:8a1f88241cb1 |
comparison
equal
deleted
inserted
replaced
11242:65a79789a0c1 | 11243:cc42607c0cb8 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/" 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: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> |