Skip to content

Commit ea80e5a

Browse files
committed
Remade doap
1 parent 6087f31 commit ea80e5a

File tree

1 file changed

+29
-35
lines changed

1 file changed

+29
-35
lines changed

Alpaca.doap

Lines changed: 29 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1+
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
32
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
43
xmlns:foaf="http://xmlns.com/foaf/0.1/"
5-
xmlns:doap="http://usefulinc.com/ns/doap#">
4+
xmlns:gnome="http://api.gnome.org/doap-extensions#"
5+
xmlns="http://usefulinc.com/ns/doap#">
66

7-
<doap:Project rdf:about="https://github.com/Jeffser/Alpaca">
8-
<doap:name>Alpaca</doap:name>
9-
<doap:homepage rdf:resource="https://jeffser.com/alpaca/"/>
10-
<doap:description>An Ollama client made with GTK4 and Adwaita.</doap:description>
11-
<doap:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-12</doap:created>
12-
<doap:license rdf:resource="https://opensource.org/license/gpl-3-0"/>
13-
<doap:programming-language>Python</doap:programming-language>
14-
<doap:repository>
15-
<doap:GitRepository>
16-
<doap:browse rdf:resource="https://github.com/Jeffser/Alpaca"/>
17-
<doap:location rdf:resource="https://github.com/Jeffser/Alpaca.git"/>
18-
</doap:GitRepository>
19-
</doap:repository>
7+
<name xml:lang="en">Alpaca</name>
8+
<shortdesc xml:lang="en">An Ollama client made with GTK4 and Adwaita</shortdesc>
9+
<homepage rdf:resource="https://jeffser.com/alpaca" />
10+
<bug-database rdf:resource="https://github.com/Jeffser/Alpaca/issues"/>
11+
<programming-language>Python</programming-language>
2012

21-
<doap:platform>GTK 4</doap:platform>
22-
<doap:platform>Libadwaita</doap:platform>
13+
<platform>GTK 4</platform>
14+
<platform>Libadwaita</platform>
2315

24-
<doap:maintainer>
25-
<foaf:Person>
26-
<foaf:name>Jeffry Samuel</foaf:name>
27-
<foaf:mbox rdf:resource="mailto:[email protected]"/>
28-
</foaf:Person>
29-
</doap:maintainer>
30-
31-
<doap:developer>
32-
<foaf:Person>
33-
<foaf:name>Jeffry Samuel</foaf:name>
34-
<foaf:mbox rdf:resource="mailto:[email protected]"/>
35-
</foaf:Person>
36-
</doap:developer>
37-
38-
</doap:Project>
39-
40-
</rdf:RDF>
16+
<maintainer>
17+
<foaf:Person>
18+
<foaf:name>Jeffry Samuel</foaf:name>
19+
<foaf:mbox rdf:resource="mailto:[email protected]"/>
20+
<foaf:account>
21+
<foaf:OnlineAccount>
22+
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
23+
<foaf:accountName>jeffser</foaf:accountName>
24+
</foaf:OnlineAccount>
25+
</foaf:account>
26+
<foaf:account>
27+
<foaf:OnlineAccount>
28+
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
29+
<foaf:accountName>jeffser</foaf:accountName>
30+
</foaf:OnlineAccount>
31+
</foaf:account>
32+
</foaf:Person>
33+
</maintainer>
34+
</Project>

0 commit comments

Comments
 (0)