summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@informatique-libre.be>2022-05-06 22:59:55 +0200
committerSébastien Wilmet <swilmet@informatique-libre.be>2022-05-06 23:09:59 +0200
commit33a26fccd024f360dcb28f7705d3b0325589ce17 (patch)
treefa33ac4adcd57088792f8938ef85d83fa967fd72
parentfcaa0a2293c542e50899d0e072caa3a0f2ae6f69 (diff)
downloadgtk-doc-33a26fccd024f360dcb28f7705d3b0325589ce17.tar.gz
doap: update/improve the infos
The GTK stack is moving off gtk-doc, to use gi-docgen instead. So say "GLib-based libraries". https://gitlab.gnome.org/Infrastructure/gtk-web no longer hosts the gtk-doc webpage, so point to GitLab instead for the homepage. Mailing lists are discouraged now in GNOME, Discourse is preferred. But there is no gtk-doc tag. So remove the mailing-list tag for now. The programming language listed in the doap is for the primary language the module is implemented in, which is currently Python.
-rw-r--r--gtk-doc.doap27
1 files changed, 12 insertions, 15 deletions
diff --git a/gtk-doc.doap b/gtk-doc.doap
index 09c8aae..5a5b171 100644
--- a/gtk-doc.doap
+++ b/gtk-doc.doap
@@ -1,26 +1,23 @@
+<?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">gtk-doc</name>
+ <shortdesc xml:lang="en">Documentation generator for C code</shortdesc>
+ <description xml:lang="en">
+GTK-Doc is used to document C code. It is typically used to document the public
+API of libraries, such as GLib-based libraries, but it can also be used to
+document application code.
+ </description>
- <shortdesc xml:lang="en">Documentation generator for C code.</shortdesc>
- <description>GTK-Doc is used to document C code.
-It is typically used to document the public
-API of libraries, such as the GTK+ and GNOME libraries, but it can also be
-used to document application code.
-</description>
-
- <homepage rdf:resource="http://www.gtk.org/gtk-doc/" />
- <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-doc-devel-list" />
- <download-page rdf:resource="http://download.gnome.org/sources/gtk-doc/" />
- <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gtk-doc/issues/" />
-
+ <homepage rdf:resource="https://gitlab.gnome.org/GNOME/gtk-doc" />
+ <download-page rdf:resource="https://download.gnome.org/sources/gtk-doc/" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gtk-doc/-/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
- <programming-language>C</programming-language>
- <programming-language>Shell</programming-language>
+
+ <programming-language>Python</programming-language>
<maintainer>
<foaf:Person>