From d60def36400cdd410ee20a16b3ce926be226e5fb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 19 Oct 2018 23:38:21 +0200 Subject: [PATCH 1/1] updated --- www/psensor/NEWS.html | 11 ++++++++++- www/psensor/README.html | 40 +-------------------------------------- www/psensor/build_debian_pkg.html | 6 +++--- www/psensor/faq.html | 25 +----------------------- www/psensor/index.html | 7 ++----- www/psensor/ubuntu.html | 28 +-------------------------- 6 files changed, 18 insertions(+), 99 deletions(-) diff --git a/www/psensor/NEWS.html b/www/psensor/NEWS.html index 4e88917..6b23562 100644 --- a/www/psensor/NEWS.html +++ b/www/psensor/NEWS.html @@ -45,6 +45,15 @@ keys. (LP: #1650378)

  • Moved the source code to GitLab: https://gitlab.com/jeanfi/psensor.git

  • +
  • +

    Fixed 'psensor-server crash when no sensor is detected' (Stéphane Gourichon).

    +
  • +
  • +

    Fixed 'Compilation requires dependencies of all component even if only server is desired'.

    +
  • +
  • +

    Fixed 'Any percent sensor breaks psensor-server page' (Stéphane Gourichon).

    +
  • @@ -2003,7 +2012,7 @@ Initial release Feed: RSS 2.0 diff --git a/www/psensor/README.html b/www/psensor/README.html index b258478..17e911d 100644 --- a/www/psensor/README.html +++ b/www/psensor/README.html @@ -158,44 +158,6 @@ sudo apt-get install psensor-server

    Or search them in the Ubuntu Software Center.

    -
    -

    For other Ubuntu releases or user the more recent release, the easiest -way is to use the dedicated PPA.

    -
    -
    -

    Last stable version:

    -
    -
    -
    -
    sudo apt-get apt-add-repository ppa:/jfi/psensor
    -sudo apt-get update
    -sudo apt-get install psensor
    -sudo apt-get install psensor-server
    -
    -
    -
    -

    Last development version which should not contain major bugs:

    -
    -
    -
    -
    sudo apt-get apt-add-repository ppa:/jfi/psensor-unstable
    -sudo apt-get update
    -sudo apt-get install psensor
    -sudo apt-get install psensor-server
    -
    -
    -
    -

    Daily trunk build which may contain major bugs and partialy -implemented features:

    -
    -
    -
    -
    sudo apt-get apt-add-repository ppa:/jfi/psensor-daily-trunk
    -sudo apt-get update
    -sudo apt-get install psensor
    -sudo apt-get install psensor-server
    -
    -
    @@ -343,7 +305,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.

    Feed: RSS 2.0 diff --git a/www/psensor/build_debian_pkg.html b/www/psensor/build_debian_pkg.html index 0905b03..df06e28 100644 --- a/www/psensor/build_debian_pkg.html +++ b/www/psensor/build_debian_pkg.html @@ -51,7 +51,7 @@ the variable Build-depends of the file debian/control)
    -
    git clone https://git.wpitchoune.net/psensor-pkg-debian.git
    +
    git clone https://gitlab.com/jeanfi/psensor-pkg-debian.git
    @@ -110,7 +110,7 @@ example to check the compilation on the 'testing' flavor of Debian.
    -
    git clone https://git.wpitchoune.net/psensor-pkg-debian.git
    +
    git clone https://gitlab.com/jeanfi/psensor-pkg-debian.git
    @@ -141,7 +141,7 @@ example to check the compilation on the 'testing' flavor of Debian.
    Feed: RSS 2.0 diff --git a/www/psensor/faq.html b/www/psensor/faq.html index 63e5eee..a02936b 100644 --- a/www/psensor/faq.html +++ b/www/psensor/faq.html @@ -27,7 +27,6 @@
  • How to contribute?
  • How to install Psensor on Ubuntu?
  • How to install Psensor on Debian?
  • -
  • What is the difference between the 3 Ubuntu PPAs?
  • How to install Psensor on ArchLinux?
  • How to install Psensor on my Linux distribution?
  • How to log sensors temperatures?
  • @@ -302,28 +301,6 @@ at: http://p
    -

    What is the difference between the 3 Ubuntu PPAs?

    -
    -
    -
      -
    • -

      ppa:jfi/ppa: last stable version.

      -
    • -
    • -

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

      -
    • -
    • -

      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.

      -
    • -
    -
    -
    -
    -

    How to install Psensor on ArchLinux?

    @@ -476,7 +453,7 @@ of sensors.conf(5).

    Feed:
    RSS 2.0 diff --git a/www/psensor/index.html b/www/psensor/index.html index 3fbf6b7..d8d3e97 100644 --- a/www/psensor/index.html +++ b/www/psensor/index.html @@ -38,7 +38,7 @@

    the temperature of the NVidia GPUs (using XNVCtrl).

  • -

    the temperature of ATI/AMD GPUs (not enabled in Ubuntu PPAs or official +

    the temperature of ATI/AMD GPUs (not enabled in official distribution repositories, see the instructions for enabling its support).

  • @@ -180,9 +180,6 @@ don’t hesitate to report it.

    package for Debian is in the standard repository since 7.0

  • -

    PPA for Ubuntu

    -
  • -
  • package for OpenSuse

  • @@ -249,7 +246,7 @@ or click on:

  • Feed: RSS 2.0 diff --git a/www/psensor/ubuntu.html b/www/psensor/ubuntu.html index abe90c0..99f35cb 100644 --- a/www/psensor/ubuntu.html +++ b/www/psensor/ubuntu.html @@ -73,32 +73,6 @@ sudo apt-get install psensor
    -

    Development Version

    -
    -

    The development version is providing the last features and should not have any major bugs. It can be installed by using a dedicated PPA with the following command lines:

    -
    -
    -
    -
    sudo apt-add-repository ppa:jfi/psensor-unstable
    -sudo apt-get update
    -sudo apt-get install psensor
    -
    -
    -
    -
    -

    Daily Snapshot

    -
    -

    Each day a package is automatically built directly from the source repository. The purpose of this daily build is to test Psensor and report bugs. It can be installed by using a dedicated PPA with the following command lines:

    -
    -
    -
    -
    sudo apt-add-repository ppa:jfi/psensor-daily-trunk
    -sudo apt-get update
    -sudo apt-get install psensor
    -
    -
    -
    -

    Installation From Source Archive

    Of course, it is also possible to compile and install Psensor from the source archive. There is no real benefit except to tune compilation settings or hack the source code.

    @@ -142,7 +116,7 @@ make clean all
    Feed: RSS 2.0 -- 2.7.4