mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Add .doap file
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#### Metadata
|
||||
|
||||
- [ ] Screenshot quality ([more info](https://gitlab.gnome.org/GNOME/Initiatives/-/wikis/Update-App-Screenshots))
|
||||
- [ ] "Summary" quality ([more info](https://gitlab.gnome.org/GNOME/Initiatives/-/wikis/App-Metadata#summary))
|
||||
- [ ] .doap-file in repository exists and is up-to-date ([more info](https://gitlab.gnome.org/World/apps-for-gnome/-/blob/main/METADATA.md#doap))
|
||||
21
warehouse.doap
Normal file
21
warehouse.doap
Normal file
@@ -0,0 +1,21 @@
|
||||
<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">Warehouse</name>
|
||||
<shortdesc xml:lang="en">Manage all things Flatpak</shortdesc>
|
||||
<homepage rdf:resource="https://github.com/flattool/warehouse"/>
|
||||
<bug-database rdf:resource="https://github.com/flattool/warehouse/issues"/>
|
||||
<programming-language>Python</programming-language>
|
||||
<platform>GTK 4</platform>
|
||||
<platform>Libadwaita</platform>
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Heliguy</foaf:name>
|
||||
<foaf:mbox rdf:resource="mailto:heliguy4599@hotmail.com"/>
|
||||
<gnome:userid>heliguy</gnome:userid> ????????????????????????????????????????????????????????????????
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
Reference in New Issue
Block a user