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/2] 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 From 75890b503f363b3ca793fcba064034dce03d20a3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 29 Jun 2020 22:37:15 +0200 Subject: [PATCH 2/2] added psensor 1.2.1 news --- src/news/psensor_v1_2_1.adoc | 13 +++++ www/cooking/index.html | 8 +-- www/cooking/nems_au_poulet.html | 8 +-- www/cooking/riz_au_lait.html | 8 +-- www/cooking/semoule_au_lait.html | 8 +-- www/cooking/soupe_choux_vert.html | 8 +-- www/mp3tool/mp3tool.html | 6 +- www/news/feed.xml | 68 ++++++++++++++-------- www/news/news.html | 16 +++++ www/news/psensor_v1_2_1.html | 40 +++++++++++++ www/ppastats/ppastats.html | 8 +-- www/psensor/NEWS.html | 14 +++-- www/psensor/README.html | 14 ++--- www/psensor/TODO.html | 6 +- www/psensor/build_debian_pkg.html | 8 +-- www/psensor/contribute.html | 8 +-- www/psensor/faq.html | 6 +- www/psensor/index.html | 8 +-- www/psensor/remote.html | 8 +-- www/psensor/ubuntu.html | 8 +-- www/ptask/ptask.html | 6 +- www/tricks/index.html | 10 ++-- www/tricks/letsencrypt_renew.html | 8 +-- .../raspberry_pi3_change_windows_manager.html | 8 +-- www/tricks/raspberry_pi3_configure_timezone.html | 8 +-- www/tricks/raspberry_pi3_configure_wifi.html | 8 +-- www/tricks/raspberry_pi3_increase_swap_size.html | 8 +-- www/tricks/raspberry_pi3_overclock.html | 8 +-- www/tricks/raspberry_pi3_sound.html | 8 +-- www/tricks/raspberry_pi3_temperature.html | 8 +-- www/tricks/wifi.html | 6 +- 31 files changed, 225 insertions(+), 132 deletions(-) create mode 100644 src/news/psensor_v1_2_1.adoc create mode 100644 www/news/psensor_v1_2_1.html diff --git a/src/news/psensor_v1_2_1.adoc b/src/news/psensor_v1_2_1.adoc new file mode 100644 index 0000000..3ffb509 --- /dev/null +++ b/src/news/psensor_v1_2_1.adoc @@ -0,0 +1,13 @@ += Psensor v1.2.1 +Jean-Philippe Orsini +:docinfo2: +:date: 2020-29-06 +:icons: font + +Psensor v1.2.1 has been released. + +The source tarball can be download at: +https://wpitchoune.net/psensor/files + +The information about the changes can be read at: +https://gitlab.com/jeanfi/psensor/-/raw/v1.2.1/NEWS diff --git a/www/cooking/index.html b/www/cooking/index.html index e036737..92fd630 100644 --- a/www/cooking/index.html +++ b/www/cooking/index.html @@ -2,12 +2,12 @@ - + - + Recettes de cuisine - + @@ -35,7 +35,7 @@
    diff --git a/www/cooking/nems_au_poulet.html b/www/cooking/nems_au_poulet.html index 77400e5..59f23e6 100644 --- a/www/cooking/nems_au_poulet.html +++ b/www/cooking/nems_au_poulet.html @@ -2,12 +2,12 @@ - + - + Riz au lait - + @@ -52,7 +52,7 @@ diff --git a/www/cooking/riz_au_lait.html b/www/cooking/riz_au_lait.html index 5a0282d..c73a00c 100644 --- a/www/cooking/riz_au_lait.html +++ b/www/cooking/riz_au_lait.html @@ -2,12 +2,12 @@ - + - + Riz au lait - + @@ -70,7 +70,7 @@ diff --git a/www/cooking/semoule_au_lait.html b/www/cooking/semoule_au_lait.html index fc58397..5ec98a3 100644 --- a/www/cooking/semoule_au_lait.html +++ b/www/cooking/semoule_au_lait.html @@ -2,12 +2,12 @@ - + - + Semoule au lait - + @@ -83,7 +83,7 @@ et 12cl de crème liquide

    diff --git a/www/cooking/soupe_choux_vert.html b/www/cooking/soupe_choux_vert.html index c33ed98..75324a8 100644 --- a/www/cooking/soupe_choux_vert.html +++ b/www/cooking/soupe_choux_vert.html @@ -2,12 +2,12 @@ - + - + Soupe au choux vert - + @@ -49,7 +49,7 @@ diff --git a/www/mp3tool/mp3tool.html b/www/mp3tool/mp3tool.html index 4d3c9bd..d8cb61e 100644 --- a/www/mp3tool/mp3tool.html +++ b/www/mp3tool/mp3tool.html @@ -2,9 +2,9 @@ - + - + MP3Tool @@ -172,7 +172,7 @@ binary packages, see the ‘Download Links’ section of this page.

    diff --git a/www/news/feed.xml b/www/news/feed.xml index e1ad404..992c780 100644 --- a/www/news/feed.xml +++ b/www/news/feed.xml @@ -186,6 +186,24 @@ compatible with RSS v2.0.</p> 2016-07-10T22:00:00Z + Psensor v1.2.1 + https://wpitchoune.net/news/psensor_v1_2_1.html + <div class="paragraph"> +<p>Psensor v1.2.1 has been released.</p> +</div> +<div class="paragraph"> +<p>The source tarball can be download at: +<a href="https://wpitchoune.net/psensor/files" class="bare">https://wpitchoune.net/psensor/files</a></p> +</div> +<div class="paragraph"> +<p>The information about the changes can be read at: +<a href="https://gitlab.com/jeanfi/psensor/-/raw/v1.2.1/NEWS" class="bare">https://gitlab.com/jeanfi/psensor/-/raw/v1.2.1/NEWS</a></p> +</div> + Sun, 28 Jun 2020 22:00:00 GMT + https://wpitchoune.net/news/psensor_v1_2_1.html + 2020-06-28T22:00:00Z + + Call for contributions for the translation of psensor https://wpitchoune.net/news/call_contribution.html <div class="paragraph"> @@ -200,22 +218,15 @@ it is now the good timeframe. See the 2016-06-13T22:00:00Z - RSS Feed - https://wpitchoune.net/news/added_rss_feed.html + Psensor is moving to GitLab + https://wpitchoune.net/news/psensor_git_moved_gitlab.html <div class="paragraph"> -<p>It is now possible to follow news and announces of the -website with the following RSS feed: -<a href="https://wpitchoune.net/news/feed.xml" class="bare">https://wpitchoune.net/news/feed.xml</a></p> -</div> -<div class="paragraph"> -<p>Under the bridge it is automaticaly generated -with a very simple program from Asciidoctor -documents. You can get the sources -from the GIT repository: <a href="https://git.wpitchoune.net/asciidoctor_to_rss.git" class="bare">https://git.wpitchoune.net/asciidoctor_to_rss.git</a> .</p> +<p>The source code of Psensor is moving to GitLab at: +<a href="https://gitlab.com/jeanfi/psensor" class="bare">https://gitlab.com/jeanfi/psensor</a></p> </div> - Sun, 03 Jul 2016 22:00:00 GMT - https://wpitchoune.net/news/added_rss_feed.html - 2016-07-03T22:00:00Z + Thu, 27 Sep 2018 22:00:00 GMT + https://wpitchoune.net/news/psensor_git_moved_gitlab.html + 2018-09-27T22:00:00Z New website @@ -242,17 +253,6 @@ It is simple, really simple&#8230;&#8203; but enough for my needs.</p 2016-06-13T22:00:00Z - Psensor is moving to GitLab - https://wpitchoune.net/news/psensor_git_moved_gitlab.html - <div class="paragraph"> -<p>The source code of Psensor is moving to GitLab at: -<a href="https://gitlab.com/jeanfi/psensor" class="bare">https://gitlab.com/jeanfi/psensor</a></p> -</div> - Thu, 27 Sep 2018 22:00:00 GMT - https://wpitchoune.net/news/psensor_git_moved_gitlab.html - 2018-09-27T22:00:00Z - - Psensor v1.2.0 https://wpitchoune.net/news/psensor_v1_2_0.html <div class="paragraph"> @@ -270,5 +270,23 @@ It is simple, really simple&#8230;&#8203; but enough for my needs.</p https://wpitchoune.net/news/psensor_v1_2_0.html 2017-02-03T23:00:00Z + + RSS Feed + https://wpitchoune.net/news/added_rss_feed.html + <div class="paragraph"> +<p>It is now possible to follow news and announces of the +website with the following RSS feed: +<a href="https://wpitchoune.net/news/feed.xml" class="bare">https://wpitchoune.net/news/feed.xml</a></p> +</div> +<div class="paragraph"> +<p>Under the bridge it is automaticaly generated +with a very simple program from Asciidoctor +documents. You can get the sources +from the GIT repository: <a href="https://git.wpitchoune.net/asciidoctor_to_rss.git" class="bare">https://git.wpitchoune.net/asciidoctor_to_rss.git</a> .</p> +</div> + Sun, 03 Jul 2016 22:00:00 GMT + https://wpitchoune.net/news/added_rss_feed.html + 2016-07-03T22:00:00Z + diff --git a/www/news/news.html b/www/news/news.html index 14df524..709a20f 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -13,6 +13,22 @@
    +
    +

    Psensor is moving to GitLab

    2018-28-09
    diff --git a/www/news/psensor_v1_2_1.html b/www/news/psensor_v1_2_1.html new file mode 100644 index 0000000..796d741 --- /dev/null +++ b/www/news/psensor_v1_2_1.html @@ -0,0 +1,40 @@ + + + + + + + +Psensor v1.2.1 + + +
    +
    2020-29-06
    +

    Psensor v1.2.1 has been released.

    +
    +
    +

    The source tarball can be download at: +https://wpitchoune.net/psensor/files

    +
    +
    +

    The information about the changes can be read at: +https://gitlab.com/jeanfi/psensor/-/raw/v1.2.1/NEWS

    +
    + + \ No newline at end of file diff --git a/www/ppastats/ppastats.html b/www/ppastats/ppastats.html index 0c35466..ca01c6f 100644 --- a/www/ppastats/ppastats.html +++ b/www/ppastats/ppastats.html @@ -2,12 +2,12 @@ - + - + PPAstats - + @@ -140,7 +140,7 @@ git-buildpackage
    diff --git a/www/psensor/NEWS.html b/www/psensor/NEWS.html index 6b23562..dbadfc8 100644 --- a/www/psensor/NEWS.html +++ b/www/psensor/NEWS.html @@ -2,9 +2,9 @@ - + - + Psensor NEWS @@ -23,6 +23,9 @@
    @@ -2012,7 +2018,7 @@ Initial release Feed: RSS 2.0 diff --git a/www/psensor/README.html b/www/psensor/README.html index 17e911d..0939553 100644 --- a/www/psensor/README.html +++ b/www/psensor/README.html @@ -2,12 +2,12 @@ - + - + Psensor README - + @@ -39,7 +39,7 @@ lm-sensor.

    Feed: RSS 2.0 diff --git a/www/psensor/build_debian_pkg.html b/www/psensor/build_debian_pkg.html index df06e28..5904f6a 100644 --- a/www/psensor/build_debian_pkg.html +++ b/www/psensor/build_debian_pkg.html @@ -2,12 +2,12 @@ - + - + How to build the Debian package of psensor from GIT - + @@ -453,7 +453,7 @@ of sensors.conf(5).

    Feed: RSS 2.0 diff --git a/www/psensor/index.html b/www/psensor/index.html index d8d3e97..f9134ee 100644 --- a/www/psensor/index.html +++ b/www/psensor/index.html @@ -2,12 +2,12 @@ - + - + psensor - + @@ -199,7 +199,7 @@ make clean all diff --git a/www/tricks/index.html b/www/tricks/index.html index 3f0358d..04b02d4 100644 --- a/www/tricks/index.html +++ b/www/tricks/index.html @@ -2,12 +2,12 @@ - + - + Tricks - + @@ -47,7 +47,7 @@
    -

    Let’s Encrypt

    +

    Let’s Encrypt

      @@ -61,7 +61,7 @@
    diff --git a/www/tricks/letsencrypt_renew.html b/www/tricks/letsencrypt_renew.html index 91317c2..68adbf2 100644 --- a/www/tricks/letsencrypt_renew.html +++ b/www/tricks/letsencrypt_renew.html @@ -2,12 +2,12 @@ - + - + Let’s Encrypt - renew the certificate - + @@ -27,7 +27,7 @@
    diff --git a/www/tricks/raspberry_pi3_change_windows_manager.html b/www/tricks/raspberry_pi3_change_windows_manager.html index aff4f1a..756baca 100644 --- a/www/tricks/raspberry_pi3_change_windows_manager.html +++ b/www/tricks/raspberry_pi3_change_windows_manager.html @@ -2,12 +2,12 @@ - + - + Raspberry PI - Change windows manager - + @@ -22,7 +22,7 @@