[drwright] Add DOAP file
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [drwright] Add DOAP file
- Date: Sat, 20 Nov 2010 22:14:07 +0000 (UTC)
commit da3c1fb3589bfc82f393e3252fbd8b92f2d8e10b
Author: Christian Persch <chpe gnome org>
Date: Sat Nov 20 19:13:30 2010 +0100
Add DOAP file
Makefile.am | 4 +++-
drwright.doap | 24 ++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 114f6b7..fbbab9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,9 @@ EXTRA_DIST = \
drwright.spec.in \
$(INTLTOOL) \
$(desktop_in_files) \
- $(desktop_files)
+ $(desktop_files) \
+ autogen.sh \
+ drwright.doap
DISTCLEANFILES = \
intltool-extract \
diff --git a/drwright.doap b/drwright.doap
new file mode 100644
index 0000000..c7d491e
--- /dev/null
+++ b/drwright.doap
@@ -0,0 +1,24 @@
+<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">Typing Break</name>
+ <shortdesc xml:lang="en">Typing monitor to force typing breaks in order to prevent RSI</shortdesc>
+ <!--
+ <homepage rdf:resource="http://www.gnome.org/" />
+ -->
+ <!--
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list" />
+ -->
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Christian Persch</foaf:name>
+ <foaf:mbox rdf:resource="mailto:chpe gnome org" />
+ <gnome:userid>chpe</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]