diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-23 18:54:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-23 18:54:43 +0100 |
commit | 8b2aedec0e888a54a0ca75c34bdf5ba2774c7f1c (patch) | |
tree | 91c943e46b52993938695b7ab9db2a80aaa91303 /info | |
parent | check conf script args in ad-hoc mode (diff) | |
download | blueshift-8b2aedec0e888a54a0ca75c34bdf5ba2774c7f1c.tar.gz blueshift-8b2aedec0e888a54a0ca75c34bdf5ba2774c7f1c.tar.bz2 blueshift-8b2aedec0e888a54a0ca75c34bdf5ba2774c7f1c.tar.xz |
info: add terminology
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 53d18a6..423c24f 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -54,6 +54,7 @@ Texts. A copy of the license is included in the section entitled * Invoking:: Invocation of @command{blueshift}. * Signals:: Signals handled by @command{blueshift}. * Configuration API:: How to write configuration files. +* Terminology:: Related terminology * GNU Free Documentation License:: Copying and sharing this manual. @end menu @@ -860,6 +861,57 @@ as specified. +@node Terminology +@chapter Terminology + +Terminology related to Blueshift: + +@table @asis +@item Ad-hoc mode +@itemx One time mode +Running Blueshift without a configuration script. + +@item Configuration mode +Running Blueshift with a configuration script. + +@item Configuration script +Blueshift provides a mechanism for adjusting +colours on the monitors. Configuration scripts, +invoked by Blueshift, implements the policy +for doing so. + +@item Continuous mode +Running Blueshift such at it applies adjustments +but than continues to run and applies now +(time dependent) adjustments every now and then +until the user terminates Blueshift. + +@item One shot mode +Running Blueshift such at it applies adjustments +and than exits. + + @item Panicgate +Applying adjustments immediately without +transitioning. This terminology is borrowed +from OpenNTPD. + +@item High day +@itemx Day +@itemx Daytime +The time during the day when the Sun elevated to +be 100 % visible. The time between sunrise and +sunset; when it is full daylight. + +@item High night +@itemx Night +@itemx Nighttime +The time during the day when the Sun elevated to +be 0 % visible. The time between dusk and dawn; +when it is complete darkness. +@end table + + + @node GNU Free Documentation License @appendix GNU Free Documentation License @include fdl.texinfo |