[gftp] Add DOAP file



commit 4c1f46c6f82fb997e2b3c3410e0511d450022404
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 21:30:25 2011 +0200

    Add DOAP file

 gftp.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/gftp.doap b/gftp.doap
new file mode 100644
index 0000000..d6982cb
--- /dev/null
+++ b/gftp.doap
@@ -0,0 +1,19 @@
+<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">gFTP</name>
+  <shortdesc xml:lang="en">Multithreaded file transfer client</shortdesc>
+  <download-page rdf:resource="ftp://www.gftp.org/pub/gftp"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gftp"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Brian Masney</foaf:name>
+      <gnome:userid>masneyb</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:masneyb gftp org"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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