mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
Add DOAP description.
This commit is contained in:
parent
1e5ec48748
commit
cd197e855c
41
doap.rdf
Normal file
41
doap.rdf
Normal file
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl"?>
|
||||
<rdf:RDF xml:lang="en"
|
||||
xmlns="http://usefulinc.com/ns/doap#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:asfext="http://projects.apache.org/ns/asfext#"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/">
|
||||
|
||||
<Project xmlns="http://usefulinc.com/ns/doap#">
|
||||
<name>wakapi</name>
|
||||
<created>2019-10-10</created>
|
||||
<shortdesc xml:lang="en">A minimalist, self-hosted WakaTime-compatible backend for coding statistics</shortdesc>
|
||||
<description xml:lang="en">A minimalist, self-hosted WakaTime-compatible backend to track your time spent coding on different projects, in different editors and languages</description>
|
||||
<homepage rdf:resource="https://github.com/muety/wakapi"/>
|
||||
<bug-database rdf:resource="https://github.com/muety/wakapi/issues"/>
|
||||
<license rdf:resource="https://github.com/muety/wakapi/blob/master/LICENSE"/>
|
||||
<language>en</language>
|
||||
<programming-language>Go</programming-language>
|
||||
<os>Linux</os>
|
||||
<os>Windows</os>
|
||||
<os>MacOS</os>
|
||||
|
||||
<category rdf:resource="http://projects.apache.org/category/http"/>
|
||||
<category rdf:resource="http://projects.apache.org/category/mobile"/>
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Ferdinand Mütsch</foaf:name>
|
||||
<foaf:homepage rdf:resource="https://muetsch.io/"/>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
|
||||
<repository>
|
||||
<GitRepository>
|
||||
<browse rdf:resource="https://github.com/muety/wakapi"/>
|
||||
<location rdf:resource="https://github.com/muety/wakapi.git"/>
|
||||
</GitRepository>
|
||||
</repository>
|
||||
</Project>
|
||||
|
||||
</rdf:RDF>
|
Loading…
Reference in New Issue
Block a user