summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-03-31 11:26:00 +0100
committerRichard Hughes <richard@hughsie.com>2011-03-31 11:26:00 +0100
commit48784f0e306a4acfa721d66938f6a6e7749f9263 (patch)
tree9b282edeac9b44fc55e88d1bbaf85bfb246ce964
parent208e0aeb5a8053c9c6b931e95dd32e480c709261 (diff)
downloadcolord-48784f0e306a4acfa721d66938f6a6e7749f9263.tar.gz
Add a simple specification document explaining the metadata keys we're using
-rw-r--r--doc/metadata-spec.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/metadata-spec.txt b/doc/metadata-spec.txt
new file mode 100644
index 0000000..95cb32c
--- /dev/null
+++ b/doc/metadata-spec.txt
@@ -0,0 +1,28 @@
+= Introduction =
+
+This document will explain the metadata keys used by GNOME Color Manager
+and colord in the hope that other CMS solutions will hopefully
+interoperate with this specification.
+
+The specific metadata is usually added to the colord devices and
+profiles for the CMS internal use, and to aid the automatic matching of
+devices to profiles.
+
+== Profile Metadata ==
+
+EDID_md5 the EDID md5 checksum
+EDID_model the EDID monitor name
+EDID_serial the EDID serial number
+EDID_mnft the EDID PNP ID
+EDID_manufacturer the EDID vendor name
+
+
+Projects already using this format:
+ * GNOME Color Manager
+
+== Device Metadata ==
+
+XRANDR_name the XRandR name, e.g. "lvds1"
+
+Projects already using this format:
+ * GNOME Color Manager