From: Jean-Philippe Orsini Date: Thu, 21 Aug 2014 22:53:15 +0000 (+0200) Subject: added TODO X-Git-Tag: v1.1.1~19 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=319116ca4a6e2c1b28493cbefdaec0a42fcb8f82 added TODO --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8157c8e..8b54a1d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,9 @@ -dist_doc_DATA = faq.html faq.txt +dist_doc_DATA = faq.html faq.txt TODO.txt TODO.html if ASCIIDOC faq.html: faq.txt ../www/style.css asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt + +TODO.html: faq.txt ../www/style.css + asciidoc --theme style -a themedir=`pwd`/../www -n -a toc TODO.txt endif diff --git a/doc/Makefile.in b/doc/Makefile.in index 869ab3c..232882b 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -252,7 +252,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -dist_doc_DATA = faq.html faq.txt +dist_doc_DATA = faq.html faq.txt TODO.txt TODO.html all: all-am .SUFFIXES: @@ -464,6 +464,9 @@ uninstall-am: uninstall-dist_docDATA @ASCIIDOC_TRUE@faq.html: faq.txt ../www/style.css @ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt +@ASCIIDOC_TRUE@TODO.html: faq.txt ../www/style.css +@ASCIIDOC_TRUE@ asciidoc --theme style -a themedir=`pwd`/../www -n -a toc TODO.txt + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/doc/TODO.html b/doc/TODO.html new file mode 100644 index 0000000..96970a1 --- /dev/null +++ b/doc/TODO.html @@ -0,0 +1,414 @@ + + + + + +Psensor TODO + + + + + +
+
+
+
    +
  • +

    +Play a sound when a sensor alert is raised. Note that + it can actually be done by using the script support. +

    +
  • +
  • +

    +Use max/crit temperature information provided by + lm-sensor. +

    +
  • +
  • +

    +Include help/faq directly in psensor UI. +

    +
  • +
+
+
+
+

+ + + diff --git a/doc/TODO.txt b/doc/TODO.txt new file mode 100644 index 0000000..33d3b80 --- /dev/null +++ b/doc/TODO.txt @@ -0,0 +1,10 @@ +Psensor TODO +============ + + * Play a sound when a sensor alert is raised. Note that + it can actually be done by using the script support. + + * Use max/crit temperature information provided by + lm-sensor. + + * Include help/faq directly in psensor UI.