From: Jean-Philippe Orsini Date: Mon, 13 Jun 2016 14:59:34 +0000 (+0200) Subject: regenerated X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=0f4914838031fcaf560bb8cc26462989d3210aee;ds=sidebyside regenerated --- diff --git a/psensor-www-update.sh b/psensor-www-update.sh index 3887ccd..40444b9 100755 --- a/psensor-www-update.sh +++ b/psensor-www-update.sh @@ -5,8 +5,10 @@ set -e GIT_DIR=git if [ ! -d $GIT_DIR/psensor ]; then + echo "GIT clone" git clone http://git.wpitchoune.net/psensor.git $GIT_DIR/psensor else + echo "GIT pull" git -C $GIT_DIR/psensor pull fi diff --git a/www/psensor/NEWS.html b/www/psensor/NEWS.html index 1e63640..5baf7f4 100644 --- a/www/psensor/NEWS.html +++ b/www/psensor/NEWS.html @@ -8,6 +8,9 @@ Psensor NEWS + + + @@ -90,7 +93,7 @@ its documentation.

Since the release 1.1.2, the providers can be enabled or disabled directly -from the user interface (Preferences>Provider).

+from the user interface (Preferences>Provider).

@@ -106,7 +109,7 @@ any Linux distribution.

Unfortunely, due to the license of this library, I cannot provide a compiled version of Psensor, even in a Ubuntu PPA or Ubuntu/Debian standard repositories. You have to compile Psensor sensor. You can -find the instructions in the section ATI/AMD GPU Support of the +find the instructions in the section ATI/AMD GPU Support of the README file available in the Psensor source archives.

@@ -148,8 +151,8 @@ temperature , the more it is wrong.

  • It is only a bug in Psensor if the underlying libraries report a different information than Psensor (use the -appropriate command or software: sensors, aticonfig or -hddtemp to check). In this case, please report a bug.

    +appropriate command or software: sensors, aticonfig or +hddtemp to check). In this case, please report a bug.

  • @@ -170,22 +173,22 @@ starting with:

    @@ -225,12 +228,12 @@ email to:

    If the bug is concerning Debian or Ubuntu derivatives distribution, -please add in its description the output of the command: apt-cache -policy psensor.

    +please add in its description the output of the command: apt-cache +policy psensor.

    If it is related to the Psensor source compilation, please add the -full output of the configure command.

    +full output of the configure command.

    @@ -259,7 +262,7 @@ mailing-list psensor-users@googl

    How to install Psensor on Ubuntu?

    @@ -281,14 +284,14 @@ at: http://p
    • -

      ppa:jfi/ppa: last stable version.

      +

      ppa:jfi/ppa: last stable version.

    • -

      ppa:jfi/psensor-unstable: last development version, no +

      ppa:jfi/psensor-unstable: last development version, no major bug is expected.

    • -

      ppa:jfi/psensor-daily-trunk: build each day directly from +

      ppa:jfi/psensor-daily-trunk: build each day directly from the GIT source repository. It may contain major bugs or incomplete features. Useful for contributors or testing whether a bug is fixed.

      @@ -314,8 +317,8 @@ whether a bug is fixed.

    For other distributions, you will find the compilation and -installation instructions in the section Installation from source -archive in the README file of the source archive. Psensor should +installation instructions in the section Installation from source +archive in the README file of the source archive. Psensor should compile in any modern distribution.

    @@ -325,14 +328,14 @@ compile in any modern distribution.

    The best way is probably to use sensord or a custom script based on -the output of the different commands like sensors.

    +the output of the different commands like sensors.

    Anyway, as I received several requests about such feature, since the 0.7.0.4 release it is implemented in both psensor ( menu preferences > sensors > enable log of measures) and psensor-server -(--sensor-log-file option). For psensor the log file is -$HOME/.psensor/sensors.log.

    +(--sensor-log-file option). For psensor the log file is +$HOME/.psensor/sensors.log.

    @@ -341,7 +344,7 @@ sensors > enable log of measures) and psensor-server

    In the sensors table of the main window, switch on the checkbox of the last -column (named Enabled or Graph depending on the Psensor version).

    +column (named Enabled or Graph depending on the Psensor version).

    @@ -352,8 +355,8 @@ column (named Enabled or Graph depending on the Psenso

    Since the version 1.0.1, Psensor is no more started automaticaly by default.

    -

    Open the Preferences window, select the Startup tab and switch on -the option Launch on session startup.

    +

    Open the Preferences window, select the Startup tab and switch on +the option Launch on session startup.

    This feature is requiring that the Desktop Environment supports the @@ -363,16 +366,16 @@ specification.

    -

    How to monitor the temperature of a disk with hddtemp?

    +

    How to monitor the temperature of a disk with hddtemp?

    -

    Until the release 1.1.2, Psensor is using hddtemp by default to +

    Until the release 1.1.2, Psensor is using hddtemp by default to retrieve the temperature of the disks.

    -

    If hddtemp is installed but no disk temperature is reported, check -that the daemon is running by using for example the command ps --eaf|grep hddtemp. +

    If hddtemp is installed but no disk temperature is reported, check +that the daemon is running by using for example the command ps +-eaf|grep hddtemp. It should output something like:

    @@ -381,12 +384,12 @@ It should output something like:

    -

    Depending on the Linux distribution, the installation of the hddtemp +

    Depending on the Linux distribution, the installation of the hddtemp package does not enable the hddtemp daemon automaticaly.

    -

    In this case, edit the file /etc/default/hddtemp and set -RUN_DAEMON to "true". After edition, it should contain the +

    In this case, edit the file /etc/default/hddtemp and set +RUN_DAEMON to "true". After edition, it should contain the following line:

    @@ -403,7 +406,7 @@ following line:

    -

    and reply yes when asked whether hddtemp daemon must be +

    and reply yes when asked whether hddtemp daemon must be run during the startup.

    @@ -443,14 +446,14 @@ of sensors.conf(5).

    Since v1.1.1, it is possible to hide a sensor, uncheck the setting -Display sensor in the list of sensors in the sensor preferences.

    +'Display sensor in the list of sensors' in the sensor preferences.