File: eog-plugins.doap

package info (click to toggle)
eog-plugins 44.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,564 kB
  • sloc: ansic: 2,848; python: 593; makefile: 34; xml: 14
file content (22 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download | duplicates (2)
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 Plugins</name>
  <shortdesc xml:lang="en">A set of plugins for Eye of GNOME</shortdesc>
  <description xml:lang="en">This package contains some useful plugins for the Eye of GNOME image viewer.</description>
  <homepage rdf:resource="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins" />
  <support-forum rdf:resource="https://discourse.gnome.org/tag/eog" />
  <download-page rdf:resource="https://download.gnome.org/sources/eog-plugins/" />
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/eog-plugins/issues/" />
  <programming-language>C</programming-language>
  <programming-language>Python</programming-language>
  <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>