[seahorse] doap: Add description as required and use https links



commit 2bd3e10cf198e3710e1f86c695b1a6abdfcf1667
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Mon Sep 4 22:53:50 2017 +0200

    doap: Add description as required and use https links

 seahorse.doap |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/seahorse.doap b/seahorse.doap
index 2c992f3..002a00b 100644
--- a/seahorse.doap
+++ b/seahorse.doap
@@ -1,3 +1,4 @@
+<?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/";
@@ -6,11 +7,18 @@
 
        <name xml:lang="en">seahorse</name>
        <shortdesc xml:lang="en">A password and encryption key manager</shortdesc>
+       <description>Seahorse is a graphical interface for managing and using encryption keys.
+Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to
+provide an easy to use Key Management Tool, along with an easy to use interface
+for encryption operations.
+
+Seahorse is integrated into the GNOME Desktop Environment and allows users to
+perform operations from their regular applications, like nautilus or gedit.</description>
 
        <homepage rdf:resource="https://wiki.gnome.org/Apps/Seahorse"; />
-       <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/seahorse-list"; />
-       <download-page rdf:resource="http://download.gnome.org/sources/seahorse/"/>
-       <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=seahorse"/>
+       <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/seahorse-list"; />
+       <download-page rdf:resource="https://download.gnome.org/sources/seahorse/"/>
+       <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=seahorse"/>
        <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
        <programming-language>C</programming-language>
        <programming-language>Vala</programming-language>


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