summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-08-29 15:17:55 +0800
committerLAN-TW <lantw44@gmail.com>2013-08-29 15:19:26 +0800
commit4fc121e57996e8243e9b18ca00b48c18d94bde84 (patch)
tree92acf39b24f43450455b2ea4c5b0fe26c4372efd
parent4b1ee9d91db8cbf5adfd1e41e9a1ee2d1b4536d8 (diff)
downloadgsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.tar
gsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.tar.gz
gsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.tar.bz2
gsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.tar.lz
gsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.tar.xz
gsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.tar.zst
gsoc2013-libgnome-autoar-4fc121e57996e8243e9b18ca00b48c18d94bde84.zip
Add doap file
-rw-r--r--gnome-autoar.doap20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome-autoar.doap b/gnome-autoar.doap
new file mode 100644
index 0000000..b86500b
--- /dev/null
+++ b/gnome-autoar.doap
@@ -0,0 +1,20 @@
+<?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">gnome-autoar</name>
+ <shortdesc xml:lang="en">Automatic archives creating and extracting library</shortdesc>
+ <description>gnome-autoar provides functions, widgets, and gschemas for GNOME applicatsions which want to use archives as a method to transfer directories over the Internet.</description>
+
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ting-Wei Lan</foaf:name>
+ <foaf:mbox rdf:resource="mailto:lantw@src.gnome.org" />
+ <gnome:userid>lantw</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>