summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-17 10:57:58 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-17 10:57:58 +0100
commit15bd6c5b6c01bad9abd3b40176ca5e5bf51a9ac8 (patch)
tree28a89a112f3ea7e7491262d2b4d8ae1fb558845e
parent9b955ffc30af9fc68a4e38a5486f996ada08e074 (diff)
downloadcolord-15bd6c5b6c01bad9abd3b40176ca5e5bf51a9ac8.tar.gz
trivial: Switch to using README.md for github
-rw-r--r--README19
-rw-r--r--README.md22
-rw-r--r--configure.ac2
3 files changed, 23 insertions, 20 deletions
diff --git a/README b/README
deleted file mode 100644
index a123db0..0000000
--- a/README
+++ /dev/null
@@ -1,19 +0,0 @@
- colord
-
-colord is a system activated daemon that maps devices to color profiles.
-It is used by gnome-color-manager for system integration and use when
-there are no users logged in.
-
-What colord does:
-
-* Provides a DBus API for system frameworks to query, e.g.
- "Get me the profiles for device $foo" or
- "Create a device and assign it profile $bar"
-
-* Provides a persistent key-file backed store that is preserved accross
- reboots.
-
-* Provides the session for a way to set system settings, for instance
- setting the display profile for all users and all sessions.
-
-See http://colord.hughsie.com/ for more details.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c53b156
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+colord
+======
+
+colord is a system service that makes it easy to manage, install and generate
+color profiles to accurately color manage input and output devices.
+
+This functionality is implemented as a system activated daemon called colord.
+Being system activated means that it's only started when the user is using a
+text mode or graphical tool.
+
+What colord does:
+
+* Provides a DBus API for other programs to query, e.g.
+ "Get me the profiles for device $foo" or
+ "Create a device and assign it profile $bar"
+
+* Provides a persistent database backed store for device -> profile mapping.
+
+* Provides the session for a way to set system settings, for instance
+ setting the display profile for all users and all sessions.
+
+See [the website](http://www.freedesktop.org/software/colord/) for more details.
diff --git a/configure.ac b/configure.ac
index 4fb1770..6efccb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define([cd_version],
AC_INIT([colord],[cd_version],[http://www.freedesktop.org/software/colord/])
AC_CONFIG_SRCDIR(src)
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar foreign])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_LIBTOOL