1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-02 15:58:48 +00:00

doap: update, improve

Remove <category>. In case of doubt, it's better to remove it
altogether.

Thanks Jeremy for your past contributions!
This commit is contained in:
Sébastien Wilmet 2023-04-11 16:00:00 +02:00
parent 06cb6973ce
commit 8736b34814

View File

@ -4,9 +4,10 @@
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">gedit</name>
<name>gedit</name>
<shortdesc xml:lang="en">gedit, a text editor</shortdesc>
<description>
<description xml:lang="en">
gedit is a general-purpose text editor. It has been created in 1998, at the
beginnings of GNOME.
@ -15,10 +16,10 @@ default. More advanced features are available by enabling plugins.
</description>
<homepage rdf:resource="http://www.gedit.org" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gedit-list" />
<mailing-list rdf:resource="https://discourse.gnome.org/tag/gedit" />
<download-page rdf:resource="http://download.gnome.org/sources/gedit/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gedit/issues/" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>C</programming-language>
<programming-language>Python</programming-language>
@ -29,13 +30,6 @@ default. More advanced features are available by enabling plugins.
<gnome:userid>swilmet</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Jeremy Bicha</foaf:name>
<foaf:mbox rdf:resource="mailto:jbicha@ubuntu.com" />
<gnome:userid>jbicha</gnome:userid>
</foaf:Person>
</maintainer>
<!-- Former maintainers
<maintainer>
@ -73,5 +67,12 @@ default. More advanced features are available by enabling plugins.
<gnome:userid>jmas</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Jeremy Bicha</foaf:name>
<foaf:mbox rdf:resource="mailto:jbicha@ubuntu.com" />
<gnome:userid>jbicha</gnome:userid>
</foaf:Person>
</maintainer>
-->
</Project>