1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-06-28 13:44:46 +00:00
evince/evince.doap
Germán Poo-Caamaño 568e591f47 data: Fix URLs in metadata
Fixe #2024
2024-03-11 15:31:34 -03:00

39 lines
1.8 KiB
Plaintext

<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">Document Viewer</name>
<shortdesc xml:lang="en">View multipage documents</shortdesc>
<description xml:lang="en">Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
Evince is specifically designed to support the file following formats: PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt).</description>
<homepage rdf:resource="https://apps.gnome.org/Evince" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/evince" />
<download-page rdf:resource="https://download.gnome.org/sources/evince/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/evince/issues/" />
<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>C</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Christian Persch</foaf:name>
<foaf:mbox rdf:resource="mailto:chpe@src.gnome.org" />
<gnome:userid>chpe</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Germán Poo-Caamaño</foaf:name>
<foaf:mbox rdf:resource="mailto:gpoo@gnome.org" />
<gnome:userid>gpoo</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Nelson Benítez León</foaf:name>
<foaf:mbox rdf:resource="mailto:nbenitezl@gmail.com" />
<gnome:userid>nbenitez</gnome:userid>
</foaf:Person>
</maintainer>
</Project>