This repository was archived by the owner on Nov 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy patheasytag.doap
More file actions
27 lines (25 loc) · 1.39 KB
/
easytag.doap
File metadata and controls
27 lines (25 loc) · 1.39 KB
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
<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">EasyTAG</name>
<shortdesc xml:lang="en">View and edit tags for MP3, MP2, MP4/AAC, FLAC, Ogg Vorbis, MusePack, Monkey's Audio and WavPack files</shortdesc>
<description>EasyTAG is a utility for viewing and editing tags for MP3, MP2,
MP4/AAC, FLAC, Ogg Vorbis, MusePack, Monkey's Audio and WavPack files. Its
simple and nice GTK+ interface makes tagging easier under GNU/Linux or
Windows.</description>
<homepage rdf:resource="http://projects.gnome.org/easytag/" />
<download-page rdf:resource="https://sourceforge.net/projects/easytag/files/" />
<mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/easytag-list" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=easytag" />
<category rdf:resource="http://api.gnome.org/doap-extensions#productivity" />
<maintainer>
<foaf:Person>
<foaf:name>David King</foaf:name>
<foaf:mbox rdf:resource="mailto:amigadave@amigadave.com" />
<foaf:seeAlso rdf:resource="http://amigadave.com/foaf.rdf#david" />
<gnome:userid>davidk</gnome:userid>
</foaf:Person>
</maintainer>
</Project>