[devhelp] Continue to improve app description



commit dd39fc247d590a8000bd3b607ca56307bb1c7b6f
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Dec 21 20:53:11 2017 +0100

    Continue to improve app description
    
    I forgot that there is also the *.doap, AppData and *.desktop file… Try
    to have a more consistent description.
    
    Update/improve at the same time those files.

 data/org.gnome.Devhelp.appdata.xml.in |    6 +++---
 data/org.gnome.Devhelp.desktop.in.in  |    4 ++--
 devhelp.doap                          |   17 ++++-------------
 3 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/data/org.gnome.Devhelp.appdata.xml.in b/data/org.gnome.Devhelp.appdata.xml.in
index d31bccc..92eb556 100644
--- a/data/org.gnome.Devhelp.appdata.xml.in
+++ b/data/org.gnome.Devhelp.appdata.xml.in
@@ -4,10 +4,10 @@
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>Devhelp</name>
-  <summary>Developer’s Help program</summary>
+  <summary>A developer tool for browsing and searching API documentation</summary>
   <description>
     <p>
-      Devhelp is an API documentation browser.
+      Devhelp is a developer tool for browsing and searching API documentation.
       It provides an easy way to navigate through libraries, search by function,
       struct, or macro.
       It provides a tabbed interface and allows to print results.
@@ -17,7 +17,7 @@
     </p>
   </description>
   <url type="homepage">https://wiki.gnome.org/Apps/Devhelp/</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=devhelp</url>
+  <url type="bugtracker">https://bugzilla.gnome.org/browse.cgi?product=devhelp</url>
   <url type="donation">http://www.gnome.org/friends/</url>
   <screenshots>
     <screenshot type="default">
diff --git a/data/org.gnome.Devhelp.desktop.in.in b/data/org.gnome.Devhelp.desktop.in.in
index bfb1a39..f1d52ad 100644
--- a/data/org.gnome.Devhelp.desktop.in.in
+++ b/data/org.gnome.Devhelp.desktop.in.in
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Devhelp
-Comment=Developer’s Help program
-GenericName=Documentation Browser
+Comment=A developer tool for browsing and searching API documentation
+GenericName=API Documentation Browser
 # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list 
MUST also end with a semicolon!
 Keywords=documentation;information;manual;developer;api;
 Exec=devhelp
diff --git a/devhelp.doap b/devhelp.doap
index 0dd8f8f..25d26f9 100644
--- a/devhelp.doap
+++ b/devhelp.doap
@@ -6,9 +6,10 @@
          xmlns="http://usefulinc.com/ns/doap#";>
 
   <name xml:lang="en">devhelp</name>
-  <shortdesc xml:lang="en">API documentation browser</shortdesc>
-  <description xml:lang="en">Devhelp is an API documentation browser for GTK+
-and GNOME. It works natively with GTK-Doc.</description>
+  <shortdesc xml:lang="en">A developer tool for browsing and searching API
+documentation</shortdesc>
+  <description xml:lang="en">Devhelp is a developer tool for browsing and
+searching API documentation.</description>
 
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Devhelp"; />
   <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-devtools"; />
@@ -24,7 +25,6 @@ and GNOME. It works natively with GTK-Doc.</description>
       <gnome:userid>fpeters</gnome:userid>
     </foaf:Person>
   </maintainer>
-
   <maintainer>
     <foaf:Person>
       <foaf:name>Sébastien Wilmet</foaf:name>
@@ -32,13 +32,4 @@ and GNOME. It works natively with GTK-Doc.</description>
       <gnome:userid>swilmet</gnome:userid>
     </foaf:Person>
   </maintainer>
-
-  <author>
-    <foaf:Person>
-      <foaf:name>Richard Hult</foaf:name>
-      <foaf:mbox rdf:resource="mailto:richard imendio com" />
-      <gnome:userid>rhult</gnome:userid>
-    </foaf:Person>
-  </author>
-
 </Project>


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