summaryrefslogtreecommitdiff
path: root/doc/website/specifics.html
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-04-26 12:00:24 +0100
committerRichard Hughes <richard@hughsie.com>2012-04-26 12:00:24 +0100
commit0ef118d8bc8c9f5d17b5e81885b1ed2e0bcb5de1 (patch)
tree69c6969600d892931c3c46b930cb6f14bc559cdc /doc/website/specifics.html
parentec16715bd163db3425575e8c99ee1aab0461274e (diff)
downloadcolord-0ef118d8bc8c9f5d17b5e81885b1ed2e0bcb5de1.tar.gz
trivial: Correct a statement on the website
Diffstat (limited to 'doc/website/specifics.html')
-rw-r--r--doc/website/specifics.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/website/specifics.html b/doc/website/specifics.html
index 25861c8..05b2719 100644
--- a/doc/website/specifics.html
+++ b/doc/website/specifics.html
@@ -35,10 +35,8 @@
<h2>Mapping the device to the profile</h2>
<p>
-Preferences are per-user and are stored in GConf in GNOME 2-30, or GSettings in newer versions.
-There is need for configuration of devices to profiles, and to store metadata about each device.
-This is stored in the colord mapping database, which is
-<code>/var/lib/colord/mapping.db</code> by default.
+The configuration of devices to profiles is stored in the colord mapping
+database, which is <code>/var/lib/colord/mapping.db</code> by default.
The schema is really simple, and as follows:
</p>
<pre>
@@ -47,9 +45,9 @@ CREATE TABLE mappings (id TEXT PRIMARY KEY,device TEXT,profile TEXT, timestamp I
<p>
Multiple profiles can of course be assigned to the same device.
-Persistent devices and profiles can also be saved to the storage database, which is
-<code>/var/lib/colord/storage.db</code> by default.
-The schema is really simple, and as follows:
+Persistent devices and profiles can also be saved to the storage database,
+which is <code>/var/lib/colord/storage.db</code> by default.
+The schema is again really simple, and as follows:
</p>
<pre>
CREATE TABLE devices (device_id TEXT PRIMARY KEY,device TEXT);