[gnome-autoar] Add doap file



commit 4fc121e57996e8243e9b18ca00b48c18d94bde84
Author: Ting-Wei Lan <lantw44 gmail com>
Date:   Thu Aug 29 15:17:55 2013 +0800

    Add doap file

 gnome-autoar.doap |   20 ++++++++++++++++++++
 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]