summaryrefslogtreecommitdiff
path: root/shotwell.doap
blob: 400b77f3a6e689894b27f5dd9966035c514adc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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">shotwell</name>
  <shortdesc xml:lang="en">Digital photo organizer</shortdesc>
  <description>Shotwell is a digital photo manager designed for the GNOME desktop
    environment.  It allows you to import photos from disk or camera,
    organize them by keywords and events, view them in full-window or fullscreen
    mode, and share them with others via social networking and more.</description>

  <homepage rdf:resource="https://wiki.gnome.org/Apps/Shotwell" />
  <support-forum rdf:resource="https://discourse.gnome.org/tag/shotwell" />
  <developer-forum rdf:resource="https://discourse.gnome.org/tag/shotwell" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/shotwell/issues" />
  <programming-language>Vala</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Jens Georg</foaf:name>
      <foaf:mbox rdf:resource="mailto:mail@jensge.org" />
      <gnome:userid>jensgeorg</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>