-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghex.doap
36 lines (32 loc) · 1.47 KB
/
ghex.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
35
36
<?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">GHex</name>
<shortdesc xml:lang="en">Hex Editor</shortdesc>
<description xml:lang="en">GHex is a hex editor for the GNOME desktop.
GHex can load raw data from binary files and display them for editing in the
traditional hex editor view. The display is split in two columns, with
hexadecimal values in one column and the ASCII representation in the other.
A useful tool for working with raw data.</description>
<homepage rdf:resource="http://live.gnome.org/Ghex" />
<download-page rdf:resource="http://download.gnome.org/sources/ghex/" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=ghex" />
<category rdf:resource="http://api.gnome.org/doap-extensions#productivity" />
<maintainer>
<foaf:Person>
<foaf:name>Jonathon Jongsma</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>jjongsma</gnome:userid>
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Kalev Lember</foaf:name>
<foaf:mbox rdf:resource="mailto:[email protected]" />
<gnome:userid>klember</gnome:userid>
</foaf:Person>
</maintainer>
</Project>