[gnome-software.wiki] Create Software metadata



commit e2d050be711b4c646cd6ed3757a042e701f06d5d
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 18 11:59:39 2021 +0000

    Create Software metadata

 Software-metadata.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
---
diff --git a/Software-metadata.md b/Software-metadata.md
new file mode 100644
index 0000000..b69eccd
--- /dev/null
+++ b/Software-metadata.md
@@ -0,0 +1,65 @@
+How GNOME Software uses metadata
+===
+
+Storage <a name="storage"></a>
+---
+<!-- gnome-software links to #storage so that must always exist as an anchor -->
+
+TODO
+
+Hardware support <a name="hardware-support"></a>
+---
+<!-- gnome-software links to #hardware-support so that must always exist as an anchor -->
+
+TODO
+
+Age rating <a name="age-rating"></a>
+---
+<!-- gnome-software links to #age-rating so that must always exist as an anchor -->
+
+TODO
+
+Safety <a name="safety"></a>
+---
+<!-- gnome-software links to #safety so that must always exist as an anchor -->
+
+TODO
+
+Where metadata comes from
+===
+
+The metadata used to specify what hardware a piece of software requires, what ages of user it is suitable 
for, and factors which contribute to how safe it might be to install, all come from the metainfo file for 
that software.
+
+The metainfo file format is specified in the [AppStream 
specification](https://www.freedesktop.org/software/appstream/docs/).
+
+What happens if metadata is missing
+===
+
+If some metadata is missing for an application, GNOME Software can only guess what it might be, and hence 
can’t present much information in its interfaces. The guesses GNOME Software makes are based on the fact that 
most software is designed for desktop computers.
+
+**You can help improve the metadata for an application!** See below for a guide on how to do that.
+
+How to add missing links
+---
+
+TODO
+
+How to add missing hardware information
+---
+
+TODO
+
+How to add missing content rating information
+---
+
+TODO
+
+How to fix incorrect licensing information
+---
+
+TODO
+
+How to fix incorrect safety and permissions information
+---
+
+TODO
\ No newline at end of file


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