summaryrefslogtreecommitdiff
path: root/doap.xml
blob: 8c56899746d989328a7581936c8edfce9ef42b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Project xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#">
    <name>slixmpp</name>

    <created>2010-01-10</created>

    <shortdesc xml:lang="en">Elegant Python library for XMPP</shortdesc>
    <shortdesc xml:lang="fr">Bibliothèque pour XMPP élégante, en Python</shortdesc>

    <description xml:lang="en">Add description</description>
    <description xml:lang="fr">Ajouter une description</description>

    <homepage rdf:resource="https:/lab.louiz.org/poezio/slixmpp/"/>
    <download-page rdf:resource="https://lab.louiz.org/poezio/slixmpp/tags"/>
    <bug-database rdf:resource="https://lab.louiz.org/poezio/slixmpp/issues"/>
    <developer-forum rdf:resource="xmpp:slixmpp@muc.poez.io?join"/>
    <support-forum rdf:resource="xmpp:slixmpp@muc.poez.io?join"/>

    <license rdf:resource="https://lab.louiz.org/poezio/slixmpp/blob/master/LICENSE"/>

    <language>en</language>

    <programming-language>Python</programming-language>

    <os>Linux</os>
    <os>macOS</os>
    <os>FreeBSD</os>
    <os>OpenBSD</os>
    <os>NetBSD</os>

    <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-library"/>

    <maintainer>
        <foaf:Person>
            <foaf:name>Link Mauve</foaf:name>
            <foaf:homepage rdf:resource="https://linkmauve.fr/"/>
            <foaf:mbox_sha1sum>aaa4dac2b31c1be4ee8f8e2ab986d34fb261974f</foaf:mbox_sha1sum>
        </foaf:Person>
    </maintainer>
    <maintainer>
        <foaf:Person>
            <foaf:name>louiz’</foaf:name>
            <foaf:homepage rdf:resource="https://louiz.org/"/>
            <foaf:mbox_sha1sum>a867767905969a4915147374e3a064f97cdf5d61</foaf:mbox_sha1sum>
        </foaf:Person>
    </maintainer>
    <maintainer>
        <foaf:Person>
            <foaf:name>mathieui</foaf:name>
            <foaf:homepage rdf:resource="https://mathieui.net/"/>
            <foaf:mbox_sha1sum>c14292b375a7cec3f39872aa8524c66a1d9106cf</foaf:mbox_sha1sum>
        </foaf:Person>
    </maintainer>
    <maintainer>
        <foaf:Person>
            <foaf:name>pep.</foaf:name>
            <foaf:homepage rdf:resource="https://bouah.net/"/>
            <foaf:mbox_sha1sum>29ed31759e39e0da3f3634e91b667275ba5e4ac6</foaf:mbox_sha1sum>
        </foaf:Person>
    </maintainer>

    <repository>
        <GitRepository>
            <browse rdf:resource="https://lab.louiz.org/poezio/slixmpp"/>
            <location rdf:resource="https://lab.louiz.org/poezio/slixmpp.git"/>
        </GitRepository>
    </repository>

    <implements rdf:resource="https://xmpp.org/rfcs/rfc6120.html"/>
    <implements rdf:resource="https://xmpp.org/rfcs/rfc6121.html"/>
    <implements rdf:resource="https://xmpp.org/rfcs/rfc6122.html"/>
    <implements rdf:resource="https://xmpp.org/rfcs/rfc7590.html"/>

    <!-- Figure out supported XEPs
    <implements>
        <xmpp:SupportedXep>
            <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0004.html"/>
            <xmpp:status>complete</xmpp:status>
            <xmpp:version>2.9</xmpp:version>
            <xmpp:since>0.7.2</xmpp:since>
            <xmpp:note>used for ad-hoc commands</xmpp:note>
        </xmpp:SupportedXep>
    </implements>
    -->

    <!-- Figure out releases.
    <release>
        <Version>
            <revision>0.5</revision>
            <created>2010-02-01</created>
            <file-release rdf:resource="https://dev.louiz.org/attachments/29/poezio-0.5.tar.bz2"/>
        </Version>
    </release>
    -->
</Project>
</rdf:RDF>