forked from GNOME/meld
-
Notifications
You must be signed in to change notification settings - Fork 120
/
meld.doap
32 lines (29 loc) · 1.56 KB
/
meld.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
<?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">Meld</name>
<shortdesc xml:lang="en">Compare files, directories and working copies</shortdesc>
<description xml:lang="en">Meld is a visual diff and merge tool. It lets you
compare two or three files, and updates the comparisons while you edit them
in-place. You can also compare folders, launching comparisons of individual
files as desired. Last but by no means least, Meld lets you work with your
current changes in a wide variety of version control systems, including Git,
Bazaar, Mercurial, Subversion and CVS.</description>
<homepage rdf:resource="https://meldmerge.org/" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/meld" />
<developer-forum rdf:resource="https://discourse.gnome.org/tag/meld" />
<download-page rdf:resource="https://download.gnome.org/sources/meld/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/meld/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Python</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Kai Willadsen</foaf:name>
<foaf:mbox rdf:resource="mailto:kai.willadsen@gmail.com" />
<gnome:userid>kaiw</gnome:userid>
</foaf:Person>
</maintainer>
</Project>