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
8  <name>Geary</name>
9  <short-name>geary</short-name>
10  <shortdesc xml:lang="en">Send and receive email</shortdesc>
11  <description xml:lang="en">Geary is an email application built
12around conversations, for the GNOME 3 desktop. It allows you to
13read, find and send email with a straightforward, modern
14interface.</description>
15
16  <homepage rdf:resource="https://wiki.gnome.org/Apps/Geary" />
17  <mailing-list rdf:resource="https://mail.gnome.org/archives/geary-list/" />
18  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/geary/issues/" />
19  <download-page rdf:resource="https://download.gnome.org/sources/geary/"/>
20  <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
21  <programming-language>Vala</programming-language>
22
23  <maintainer>
24    <foaf:Person>
25      <foaf:name>Michael Gratton</foaf:name>
26      <foaf:mbox rdf:resource="mailto:mike@vee.net"/>
27      <gnome:userid>mjog</gnome:userid>
28    </foaf:Person>
29  </maintainer>
30
31</Project>
32