[glom] AppData file: Fix validation problems.



commit 7225e0d16341cb21da026c3235c08ca2d7bfa0df
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 23 09:31:39 2013 +0200

    AppData file: Fix validation problems.
    
    * glom.appdata.xml.in: Fix problems reported by appdata-validate:
      Change _p tags to p and add an extra paragraph in the
      description.

 glom.appdata.xml.in |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glom.appdata.xml.in b/glom.appdata.xml.in
index c24f5f4..4ac14c2 100644
--- a/glom.appdata.xml.in
+++ b/glom.appdata.xml.in
@@ -3,9 +3,12 @@
   <id type="desktop">org.gnome.glom.desktop</id>
   <licence>CC0</licence>
   <description>
-    <_p>
+    <p>
       With Glom you can design database systems - the database and the user interface.
-    </_p>
+    </p>
+    <p>
+      Glom has high-level features such as relationships, lookups, related fields, related records, 
calculated fields, drop-down choices, searching, reports, users and groups. It has simple Numeric, Text, 
Date, Time, Boolean, and Image field types.
+    </p>
   </description>
   <screenshots>
     <screenshot type="default">http://www.glom.org/wiki/images/7/7b/Small_glom_data_details.png</screenshot>


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