-
Notifications
You must be signed in to change notification settings - Fork 56
/
viewnior.doap
34 lines (29 loc) · 1.13 KB
/
viewnior.doap
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
30
31
32
33
34
<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="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Viewnior</name>
<homepage rdf:resource="http://siyanpanayotov.com/project/viewnior/" />
<created>2009-04-16</created>
<shortdesc xml:lang="en">Elegant Image Viewer</shortdesc>
<description xml:lang="en">
Viewnior is an image viewer with a minimalistic interface that is fast,
simple, and light. It supports GIF animations, fullscreen and slideshow
mode, rotation, flipping and cropping. It is written in C (GTK+) and designed
with usability in mind.
</decription>
<release>
<Version>
<name>stable</name>
<created>2021-11-21</created>
<revision>1.8</revision>
</Version>
</release>
<download-page rdf:resource="http://siyanpanayotov.com/project/viewnior/" />
<maintainer>
<foaf:Person>
<foaf:name>Siyan Panayotov</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</maintainer>
</Project>