Add a module.xml for cgit
This commit is contained in:
parent
7c2eb4de16
commit
b13c69a365
1 changed files with 20 additions and 0 deletions
20
module.xml
Normal file
20
module.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<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">midori</name>
|
||||
<shortdesc xml:lang="en">Midori is a lightweight web browser</shortdesc>
|
||||
<homepage rdf:resource="http://www.twotoasts.de"/>
|
||||
<mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/xfce"/>
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Christian Dywan</foaf:name>
|
||||
<foaf:mbox>christian@twotoasts.de</foaf:mbox>
|
||||
<gnome:userid>kalikiana</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
</Project>
|
Loading…
Reference in a new issue