summaryrefslogtreecommitdiffstats
path: root/util-linux.doap
diff options
context:
space:
mode:
authorIgor Gnatenko2016-01-25 00:47:07 +0100
committerIgor Gnatenko2016-01-25 00:58:46 +0100
commit2bdbc8e834d8d5165ba7fae16c9410a1e6e5ef42 (patch)
tree7022ef8eef5b7c096887afafecfab6ed53952b76 /util-linux.doap
parentadd .editorconfig (diff)
downloadkernel-qcow2-util-linux-2bdbc8e834d8d5165ba7fae16c9410a1e6e5ef42.tar.gz
kernel-qcow2-util-linux-2bdbc8e834d8d5165ba7fae16c9410a1e6e5ef42.tar.xz
kernel-qcow2-util-linux-2bdbc8e834d8d5165ba7fae16c9410a1e6e5ef42.zip
add util-linux.doap
This is also well-known RDF Schema supported by some editors. Reference: https://github.com/edumbill/doap/wiki Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'util-linux.doap')
-rw-r--r--util-linux.doap34
1 files changed, 34 insertions, 0 deletions
diff --git a/util-linux.doap b/util-linux.doap
new file mode 100644
index 000000000..9179068c2
--- /dev/null
+++ b/util-linux.doap
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF xml:lang="en"
+ xmlns="http://usefulinc.com/ns/doap#"
+ 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/">
+ <Project rdf:about="http://www.kernel.org/pub/linux/utils/util-linux/">
+ <name>util-linux</name>
+ <homepage rdf:resource="http://www.kernel.org/pub/linux/utils/util-linux/" />
+ <shortdesc>
+ util-linux is a random collection of Linux utilities
+ </shortdesc>
+ <description>
+ util-linux is a random collection of Linux utilities.
+ Note that in years 2006-2010 this project used the name "util-linux-ng".
+ </description>
+ <bug-database rdf:resource="https://github.com/karelzak/util-linux/issues" />
+ <mailing-list rdf:resource="http://vger.kernel.org/vger-lists.html#util-linux" />
+ <download-page rdf:resource="http://ftp://ftp.kernel.org/pub/linux/utils/util-linux/" />
+ <programming-language>C</programming-language>
+ <repository>
+ <GitRepository>
+ <location rdf:resource="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"/>
+ <browse rdf:resource="http://git.kernel.org/cgit/utils/util-linux/util-linux.git"/>
+ </GitRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Karel Zak</foaf:name>
+ <foaf:mbox rdf:resource="mailto:kzak@redhat.com" />
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>