Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2015-03-27 04:20:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2015-03-27 04:20:42 +0300
commitc00ba667fd3a3ed436a1b8cc374403cfb3030914 (patch)
tree2aa60f9969fef46d61ba942958d602666d4db297 /remmina.doap
parent6c6c6f86f7489d5b2aed136ae8daed72b44f2e39 (diff)
metadata cleaning
Diffstat (limited to 'remmina.doap')
-rw-r--r--remmina.doap29
1 files changed, 29 insertions, 0 deletions
diff --git a/remmina.doap b/remmina.doap
new file mode 100644
index 000000000..cfd792260
--- /dev/null
+++ b/remmina.doap
@@ -0,0 +1,29 @@
+<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">Remmina</name>
+ <shortdesc xml:lang="en">Remote Desktop Client</shortdesc>
+ <shortdesc xml:lang="it">Client di connessione a desktop remoti</shortdesc>
+ <shortdesc xml:lang="fr">Client de contrôle de bureau à distance</shortdesc>
+ <homepage rdf:resource="https://github.com/FreeRDP/Remmina/wiki" />
+ <mailing-list rdf:resource="https://lists.sourceforge.net/mailman/listinfo/remmina-common" />
+ <download-page rdf:resource="https://github.com/FreeRDP/Remmina" />
+ <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-terminal" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+ <programming-language>C</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Antenore Gatta</foaf:name>
+ <foaf:mbox rdf:resource="mailto:antenore@simbiosi.org" />
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Giovanni Panozzo</foaf:name>
+ </foaf:Person>
+ </maintainer>
+</Project>