[gtk-doc] doap: update/improve the infos



commit 33a26fccd024f360dcb28f7705d3b0325589ce17
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Fri May 6 22:59:55 2022 +0200

    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.

 gtk-doc.doap | 27 ++++++++++++---------------
 1 file 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]