[hotssh] Add DOAP file



commit ed46d60c37a499091e65b1fd04c39489be01728c
Author: Colin Walters <walters verbum org>
Date:   Fri Feb 5 10:02:31 2010 -0500

    Add DOAP file

 hotssh.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/hotssh.doap b/hotssh.doap
new file mode 100644
index 0000000..84b1190
--- /dev/null
+++ b/hotssh.doap
@@ -0,0 +1,17 @@
+<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">hotssh</name>
+  <shortdesc xml:lang="en">HotSSH</shortdesc>
+  <homepage rdf:resource="http://www.gnome.org/projects/hotssh"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Colin Walters</foaf:name>
+      <gnome:userid>walters</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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