From 319116ca4a6e2c1b28493cbefdaec0a42fcb8f82 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 22 Aug 2014 00:53:15 +0200 Subject: [PATCH] added TODO --- doc/Makefile.am | 5 +- doc/Makefile.in | 5 +- doc/TODO.html | 414 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/TODO.txt | 10 ++ 4 files changed, 432 insertions(+), 2 deletions(-) create mode 100644 doc/TODO.html create mode 100644 doc/TODO.txt 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. -- 2.7.4