-
Notifications
You must be signed in to change notification settings - Fork 1
/
doap.xml
78 lines (78 loc) · 3.1 KB
/
doap.xml
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
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://dublincore.org/specifications/dublin-core/dcmi-terms/2020-01-20/"
xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#"
xmlns:schema="https://schema.org/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<dc:creator>
<foaf:Person rdf:resource="https://eniehack.net/~eniehack" />
</dc:creator>
<dc:format>application/rdf+xml</dc:format>
<dc:rights>copyright © 2020- Nakaya.</dc:rights>
<dc:language rdf:datatype="RFC5646">en</dc:language>
<dcterms:created rdf:datatype="W3CDTF">2022-09-21</dcterms:created>
<Project>
<name>Henly! Web Viewer</name>
<shortname>henly-web</shortname>
<description xml:lang="en">
Henly Web Viewer is Zenly-alternative implementation, built by XMPP's Personal Eventing Protocol
</description>
<homepage rdf:resource="https://github.com/eniehack/henly-web"/>
<bug-database rdf:resource="https://github.com/eniehack/henly-web/issues"/>
<programming-language>TypeScript</programming-language>
<programming-language>Svelte</programming-language>
<programming-language>CSS</programming-language>
<programming-language>HTML</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Nakaya</foaf:name>
<foaf:homepage rdf:resource="https://eniehack.net/~eniehack"/>
</foaf:Person>
</maintainer>
<repository>
<GitRepository>
<browse rdf:resource="https://github.com/eniehack/henly-web"/>
<location rdf:resource="https://github.com/eniehack/henly-web.git"/>
</GitRepository>
</repository>
</Project>
<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-client" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0030.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:version>2.5rc3</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0080.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:version>1.9</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0115.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:version>1.6.0</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0156.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:version>1.4.0</xmpp:version>
</xmpp:SupportedXep>
</implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0163.html" />
<xmpp:status>partial</xmpp:status>
<xmpp:version>1.2.2</xmpp:version>
</xmpp:SupportedXep>
</implements>
</rdf:RDF>