[gnome-weather] appdata: add OARS metadata



commit 809ab13b3e924ed16b5ec4eb6581135ab921101b
Author: Will Thompson <wjt endlessm com>
Date:   Thu Mar 21 11:33:21 2019 +0000

    appdata: add OARS metadata
    
    Generated with <https://hughsie.github.io/oars/generate.html>, following
    the “Application that can connect to the Internet” flow. Two categories
    seem potentially relevant, to me:
    
    1. Information Sharing. The “Mild” level is described as:
    
       > Mild: Using any online API, e.g. a user-counter
    
       Weather does indeed use an online API.
    
    2. Location Sharing. The description says:
    
       > This does **not** include heuristic based location services, e.g.
       > GeoIP and others.
    
       Weather tells Geoclue to use Geoclue.AccuracyLevel.CITY. From the
       documentation at
       
https://www.freedesktop.org/software/geoclue/docs/libgeoclue/libgeoclue-gclue-enums.html#GClueAccuracyLevel
       one would expect that this is using GeoIP or similar, not sharing
       exact location from any GPS.

 data/org.gnome.Weather.appdata.xml.in | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/data/org.gnome.Weather.appdata.xml.in b/data/org.gnome.Weather.appdata.xml.in
index 5d15647..1008b1c 100644
--- a/data/org.gnome.Weather.appdata.xml.in
+++ b/data/org.gnome.Weather.appdata.xml.in
@@ -53,4 +53,8 @@
   <url type="donation">http://www.gnome.org/friends/</url>
 
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
+
+  <content_rating type="oars-1.1">
+    <content_attribute id="social-info">mild</content_attribute>
+  </content_rating>
 </component>


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