-
Notifications
You must be signed in to change notification settings - Fork 41
/
PaperPlane.doap
54 lines (51 loc) · 1.99 KB
/
PaperPlane.doap
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
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Paper Plane</name>
<shortdesc xml:lang="en">Chat over Telegram on a modern and elegant client</shortdesc>
<homepage rdf:resource="https://github.com/paper-plane-developers/paper-plane"/>
<bug-database rdf:resource="https://github.com/paper-plane-developers/paper-plane/issues"/>
<programming-language>Rust</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Karol Lademan</foaf:name>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com/"/>
<foaf:accountName>karl0d</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
<foaf:Person>
<foaf:name>Marco Melorio</foaf:name>
<foaf:mbox rdf:resource="mailto:marco.melorio@pm.me"/>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com/"/>
<foaf:accountName>melix99</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
<foaf:Person>
<foaf:name>Marcus Behrendt</foaf:name>
<foaf:mbox rdf:resource="mailto:marcus.behrendt.86@gmail.com"/>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com/"/>
<foaf:accountName>marhkb</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
<foaf:Person>
<foaf:name>Yuri Izmer</foaf:name>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com/"/>
<foaf:accountName>yuraiz</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>