~samarjit-adhikari/evolution/evolution-ews-3.6

385 by David Woodhouse
Add evolution-ews.doap file for GNOME git
1
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
4
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
5
         xmlns="http://usefulinc.com/ns/doap#">
6
7
  <name xml:lang="en">evolution-ews</name>
8
  <shortdesc xml:lang="en">MS Exchange integration through Exchange Web Services</shortdesc>
9
  <homepage rdf:resource="http://projects.gnome.org/evolution" />
10
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evolution-list" />
11
  <download-page rdf:resource="http://download.gnome.org/sources/evolution-ews" />
12
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=evolution-ews" />
13
  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
14
15
  <maintainer>
16
    <foaf:Person>
17
      <foaf:name>David Woodhouse</foaf:name>
18
      <foaf:mbox rdf:resource="mailto:dwmw2@infradead.org" />
19
      <gnome:userid>dwmw2</gnome:userid>
20
    </foaf:Person>
21
  </maintainer>
22
23
  <maintainer>
24
    <foaf:Person>
25
      <foaf:name>Chenthill Palanisamy</foaf:name>
26
      <foaf:mbox rdf:resource="mailto:pchenthill@novell.com" />
27
      <gnome:userid>pchen</gnome:userid>
28
    </foaf:Person>
29
  </maintainer>
30
31
</Project>