Remade doap

This commit is contained in:
jeffser 2024-08-04 19:50:06 -06:00
parent 6087f31d41
commit ea80e5a223

View File

@ -1,40 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?> <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:doap="http://usefulinc.com/ns/doap#"> xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<doap:Project rdf:about="https://github.com/Jeffser/Alpaca"> <name xml:lang="en">Alpaca</name>
<doap:name>Alpaca</doap:name> <shortdesc xml:lang="en">An Ollama client made with GTK4 and Adwaita</shortdesc>
<doap:homepage rdf:resource="https://jeffser.com/alpaca/"/> <homepage rdf:resource="https://jeffser.com/alpaca" />
<doap:description>An Ollama client made with GTK4 and Adwaita.</doap:description> <bug-database rdf:resource="https://github.com/Jeffser/Alpaca/issues"/>
<doap:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-05-12</doap:created> <programming-language>Python</programming-language>
<doap:license rdf:resource="https://opensource.org/license/gpl-3-0"/>
<doap:programming-language>Python</doap:programming-language>
<doap:repository>
<doap:GitRepository>
<doap:browse rdf:resource="https://github.com/Jeffser/Alpaca"/>
<doap:location rdf:resource="https://github.com/Jeffser/Alpaca.git"/>
</doap:GitRepository>
</doap:repository>
<doap:platform>GTK 4</doap:platform> <platform>GTK 4</platform>
<doap:platform>Libadwaita</doap:platform> <platform>Libadwaita</platform>
<doap:maintainer> <maintainer>
<foaf:Person> <foaf:Person>
<foaf:name>Jeffry Samuel</foaf:name> <foaf:name>Jeffry Samuel</foaf:name>
<foaf:mbox rdf:resource="mailto:jeffrysamuer@gmail.com"/> <foaf:mbox rdf:resource="mailto:jeffrysamuer@gmail.com"/>
</foaf:Person> <foaf:account>
</doap:maintainer> <foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://github.com"/>
<doap:developer> <foaf:accountName>jeffser</foaf:accountName>
<foaf:Person> </foaf:OnlineAccount>
<foaf:name>Jeffry Samuel</foaf:name> </foaf:account>
<foaf:mbox rdf:resource="mailto:jeffrysamuer@gmail.com"/> <foaf:account>
</foaf:Person> <foaf:OnlineAccount>
</doap:developer> <foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>jeffser</foaf:accountName>
</doap:Project> </foaf:OnlineAccount>
</foaf:account>
</rdf:RDF> </foaf:Person>
</maintainer>
</Project>