]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
add util-linux.doap
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Sun, 24 Jan 2016 23:47:07 +0000 (00:47 +0100)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Sun, 24 Jan 2016 23:58:46 +0000 (00:58 +0100)
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>
util-linux.doap [new file with mode: 0644]

diff --git a/util-linux.doap b/util-linux.doap
new file mode 100644 (file)
index 0000000..9179068
--- /dev/null
@@ -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>