summaryrefslogtreecommitdiff
path: root/eog.doap
blob: 0446d9643ac10ee88a22abb3ce9eaf46935800dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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">Eye of GNOME Image Viewer</name>
  <shortdesc xml:lang="en">Browse and rotate images</shortdesc>
  <description>The Eye of GNOME image viewer is the official image viewer for the GNOME Desktop environment. With it, you can view single image files, as well as large image collections. The Eye of GNOME supports a variety of image file formats. The GdkPixbuf library determines which file formats Eye of GNOME can load and save.</description>
  <homepage rdf:resource="https://wiki.gnome.org/Apps/EyeOfGnome" />
  <support-forum rdf:resource="https://discourse.gnome.org/tag/eog" />
  <download-page rdf:resource="http://download.gnome.org/sources/eog/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/eog/issues/" />
  <!-- <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" /> -->

  <maintainer>
    <foaf:Person>
      <foaf:name>Felix Riemann</foaf:name>
      <foaf:mbox rdf:resource="mailto:friemann@gnome.org" />
      <gnome:userid>friemann</gnome:userid>
    </foaf:Person>
  </maintainer>
</Project>