1<?xml version="1.0" encoding="UTF-8"?>
2<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4         xmlns:foaf="http://xmlns.com/foaf/0.1/"
5         xmlns:gnome="http://api.gnome.org/doap-extensions#"
6         xmlns="http://usefulinc.com/ns/doap#">
7  <name xml:lang="en">Amtk</name>
8  <shortdesc xml:lang="en">Actions, Menus and Toolbars Kit for GTK applications</shortdesc>
9  <description xml:lang="en">Amtk is the acronym for “Actions, Menus and
10Toolbars Kit”. It is a basic GtkUIManager replacement based on GAction. It is
11suitable for both a traditional UI or a modern UI with a GtkHeaderBar.</description>
12
13  <homepage rdf:resource="https://wiki.gnome.org/Projects/Amtk" />
14  <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-devtools" />
15  <download-page rdf:resource="https://download.gnome.org/sources/amtk/" />
16  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/amtk/issues" />
17
18  <programming-language>C</programming-language>
19
20  <maintainer>
21    <foaf:Person>
22      <foaf:name>Sébastien Wilmet</foaf:name>
23      <foaf:mbox rdf:resource="mailto:swilmet@gnome.org" />
24      <gnome:userid>swilmet</gnome:userid>
25    </foaf:Person>
26  </maintainer>
27</Project>
28