summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-19 01:51:29 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-19 01:51:29 +0100
commit1067a6ab835bb20aa98ca353095ef718dd587ebb (patch)
treed5f3ca56a66837e9f3c559fa012a16df1e20c19e /README
parenttypo (diff)
downloadblueshift-1067a6ab835bb20aa98ca353095ef718dd587ebb.tar.gz
blueshift-1067a6ab835bb20aa98ca353095ef718dd587ebb.tar.bz2
blueshift-1067a6ab835bb20aa98ca353095ef718dd587ebb.tar.xz
extend readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
index bc61e51..33cbcd4 100644
--- a/README
+++ b/README
@@ -35,3 +35,25 @@ more flexible and solves some problems with Redshift:
for LCD monitors which suffers the effects
of S-curves.
+Blueshift is not user friendly and it is not
+meant too be. Blueshift does offer limited
+use of command line options to apply settings,
+but it is really meant for you to have configuration
+files (written in Python) when all the policies
+are implemented, Blueshift is only meant to provide
+the mechanism for modifying the colour curves.
+Blueshift neither provides any means of automatically
+getting your geographical position; the intention is
+that you should implement that in the policy yourself
+using library which can do that. Additionally
+Blueshift provides not safe guards from making your
+screen unreadable or otherwise miscoloured; and
+Blueshift will never, officially, add support
+specifically for any proprietary operating system.
+Blueshift is fully extensible so it is possible to
+make extensions that make it usable under unsupported
+systems, the base code is written in Python 3 without
+calls to any system dependent functions.
+If Blueshift does not work for you for any of these
+reasons, you should take a look at Redshift.
+