regenerated
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 13 Jun 2016 14:59:34 +0000 (16:59 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 13 Jun 2016 14:59:34 +0000 (16:59 +0200)
psensor-www-update.sh
www/psensor/NEWS.html
www/psensor/README.html
www/psensor/TODO.html
www/psensor/faq.html

index 3887ccd..40444b9 100755 (executable)
@@ -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
 
index 1e63640..5baf7f4 100644 (file)
@@ -8,6 +8,9 @@
 <title>Psensor NEWS</title>
 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
 <link rel="stylesheet" href="./asciidoctor.css">
+<link rel="stylesheet" href="style.css">
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="nav.js"></script>
 </head>
 <body class="article">
 <div id="header">
@@ -48,8 +51,8 @@ are changed.</p>
 <p>Made help2man optional.</p>
 </li>
 <li>
-<p>New dconf settings <code>default-high-threshold-temperature</code>,
-and <code>default-sensor-alarm-enabled</code>.</p>
+<p>New dconf settings default-high-threshold-temperature,
+and default-sensor-alarm-enabled.</p>
 </li>
 <li>
 <p>Fixed memory leaks due to glib GError.</p>
@@ -132,7 +135,7 @@ sensors.</p>
 <p>Added NVidia fan support.</p>
 </li>
 <li>
-<p>Added <em>Hide</em> menu item in the contextual menu of the list of
+<p>Added 'Hide' menu item in the contextual menu of the list of
 sensors.</p>
 </li>
 <li>
@@ -170,7 +173,7 @@ about dialog.</p>
 <p>New preferences to enable/disable each sensor provider.</p>
 </li>
 <li>
-<p>psensor: removed option <code>--use-libatasmart</code>.</p>
+<p>psensor: removed option --use-libatasmart.</p>
 </li>
 <li>
 <p>Changed default color for the curves (copied from the default
@@ -186,7 +189,7 @@ colors of the gtk color chooser widget).</p>
 <div class="ulist">
 <ul>
 <li>
-<p>Sensor properties stored in <code>$HOME/.psensor/psensor.cfg</code> instead of
+<p>Sensor properties stored in $HOME/.psensor/psensor.cfg instead of
 GConf.</p>
 </li>
 <li>
@@ -267,7 +270,7 @@ locked during startup with glib 2.41.2. (LP: #1346299).</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>psensor-server</code>:</p>
+<p>psensor-server:</p>
 <div class="ulist">
 <ul>
 <li>
@@ -379,7 +382,7 @@ with GPLv2 license).</p>
 <p>Converted NEWS file to asciidoc.</p>
 </li>
 <li>
-<p><code>psensor-server</code>:</p>
+<p>psensor-server:</p>
 <div class="ulist">
 <ul>
 <li>
@@ -467,7 +470,7 @@ hardcoded. (LP: #1304108).</p>
 deprecated widget GtkColorSelectionDialog. (LP: #1184442)</p>
 </li>
 <li>
-<p><code>psensor-server</code>: fixed compilation without gtop2 lib.</p>
+<p>psensor-server: fixed compilation without gtop2 lib.</p>
 </li>
 </ul>
 </div>
@@ -507,7 +510,7 @@ compilation without them.</p>
 <p>added support of sensors log interval.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: protocole changes, API version incremented.</p>
+<p>psensor-server: protocole changes, API version incremented.</p>
 </li>
 <li>
 <p>fixed cpu load when fahrenheit is enabled.</p>
@@ -582,7 +585,7 @@ Calvo).</p>
 <p>merged Chinese translation from LP (Wang Dianjin).</p>
 </li>
 <li>
-<p>psensor: fixed <em>appindicator enabled</em> option not working correctly
+<p>psensor: fixed 'appindicator enabled' option not working correctly
 for cpu usage. The option was inversed each time it is displayed in
 the preference dialog.</p>
 </li>
@@ -591,7 +594,7 @@ the preference dialog.</p>
 ($HOME/.psensor/sensors.log).</p>
 </li>
 <li>
-<p><code>psensor-server</code>: added sensors logging (--sensor-log-file).</p>
+<p>psensor-server: added sensors logging (--sensor-log-file).</p>
 </li>
 <li>
 <p>psensor: display the name of chip in sensor preferences.</p>
@@ -619,7 +622,7 @@ preferences.</p>
 <p>display a message if no graphs are enabled (Closes #689355).</p>
 </li>
 <li>
-<p>psensor: when <em>hide window on startup</em> is set, it will
+<p>psensor: when 'hide window on startup' is set, it will
 hide the window only if psensor can register to application
 indicator or systray. Waiting 30s before trying to do it
 in order to have better chance that systray is running during
@@ -727,16 +730,16 @@ font of the graph legend.</p>
 <p>psensor: temperature unit choice (celsius/fahrenheit).</p>
 </li>
 <li>
-<p><code>psensor-server</code>: fixed --wdir option.</p>
+<p>psensor-server: fixed --wdir option.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: added log level to -d option.</p>
+<p>psensor-server: added log level to -d option.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: added --log-file option.</p>
+<p>psensor-server: added --log-file option.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: logged measures when log level is 3.</p>
+<p>psensor-server: logged measures when log level is 3.</p>
 </li>
 <li>
 <p>psensor: fixed many memory leaks in cfg.c (gconf2 keys).</p>
@@ -880,7 +883,7 @@ It fixes Ubuntu bug #905893.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>psensor-server</code>: uses glibtop instead of <em>sysinfo</em> which is not
+<p>psensor-server: uses glibtop instead of 'sysinfo' which is not
 available on kfreebsd. It fixes Debian bug #650533.</p>
 </li>
 </ul>
@@ -899,7 +902,7 @@ available on kfreebsd. It fixes Debian bug #650533.</p>
 <p>psensor: inner space of the graph using the theme background color</p>
 </li>
 <li>
-<p><code>psensor-server</code>: fixed compilation with microhttpd &gt;=0x90200 and
+<p>psensor-server: fixed compilation with microhttpd &gt;=0x90200 and
 64bits.</p>
 </li>
 <li>
@@ -907,7 +910,7 @@ available on kfreebsd. It fixes Debian bug #650533.</p>
 CentOS).</p>
 </li>
 <li>
-<p><code>psensor-server</code>: support of symbolic links to webfiles.</p>
+<p>psensor-server: support of symbolic links to webfiles.</p>
 </li>
 </ul>
 </div>
@@ -929,14 +932,14 @@ CentOS).</p>
 detection.</p>
 </li>
 <li>
-<p>psensor: use <em>draw</em> signal instead of <em>expose-event</em> when compiled
+<p>psensor: use 'draw' signal instead of 'expose-event' when compiled
 with gtk3.</p>
 </li>
 <li>
 <p>psensor: fixed typo in french translation file.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: fixed compilation with microhttpd &gt;= 0.9.2 (version
+<p>psensor-server: fixed compilation with microhttpd &gt;= 0.9.2 (version
 used by Fedora15) which introduced incompatible API changes.</p>
 </li>
 <li>
@@ -1030,11 +1033,11 @@ workaround LP: #859724.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>psensor-server</code>: added network, cpu load and memory information in
+<p>psensor-server: added network, cpu load and memory information in
 JSON web interface.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: added monitor.html and details.html using jquery
+<p>psensor-server: added monitor.html and details.html using jquery
 and retrieving monitoring data from the JSON web interface.</p>
 </li>
 <li>
@@ -1044,7 +1047,7 @@ and retrieving monitoring data from the JSON web interface.</p>
 <p>psensor: added support of CPU usage monitoring.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: display graph of sensors (web server).</p>
+<p>psensor-server: display graph of sensors (web server).</p>
 </li>
 <li>
 <p>psensor: bug fixed compilation with -Wall.</p>
@@ -1068,7 +1071,7 @@ and retrieving monitoring data from the JSON web interface.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>psensor: fixed UI freeze on Ubuntu Lucid when <em>sensor preferences</em>.
+<p>psensor: fixed UI freeze on Ubuntu Lucid when 'sensor preferences'.
 is selected with application indicator.</p>
 </li>
 <li>
@@ -1081,7 +1084,7 @@ is selected with application indicator.</p>
 <p>psensor: added preference for hiding main window on startup.</p>
 </li>
 <li>
-<p>psensor: added <em>about</em> dialog.</p>
+<p>psensor: added 'about' dialog.</p>
 </li>
 <li>
 <p>psensor: merged Chinese Simplified translation from royclarck</p>
@@ -1124,7 +1127,7 @@ is selected with application indicator.</p>
 <p>psensor: escaped - in manpage.</p>
 </li>
 <li>
-<p><code>psensor-server</code>: escaped - in manpage.</p>
+<p>psensor-server: escaped - in manpage.</p>
 </li>
 <li>
 <p>psensor: added support of libnotify 0.7.</p>
@@ -1260,10 +1263,10 @@ unity launcher entry of psensor (requires unity &gt;=3.4.2).</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>psensor-server</code>: new global variable <em>psensor_version</em> for lua template</p>
+<p>psensor-server: new global variable 'psensor_version' for lua template</p>
 </li>
 <li>
-<p><code>psensor-server</code>: /index.html replaced by /index.lua</p>
+<p>psensor-server: /index.html replaced by /index.lua</p>
 </li>
 <li>
 <p>avoid useless lib linkage by using --as-needed</p>
@@ -1278,16 +1281,16 @@ unity launcher entry of psensor (requires unity &gt;=3.4.2).</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>psensor-server</code>: web server support binary files</p>
+<p>psensor-server: web server support binary files</p>
 </li>
 <li>
-<p><code>psensor-server</code>: added favicon.ico</p>
+<p>psensor-server: added favicon.ico</p>
 </li>
 <li>
-<p><code>psensor-server</code>: moved index.lua to monitor.lua</p>
+<p>psensor-server: moved index.lua to monitor.lua</p>
 </li>
 <li>
-<p><code>psensor-server</code>: added index.html (welcome page)</p>
+<p>psensor-server: added index.html (welcome page)</p>
 </li>
 </ul>
 </div>
@@ -1389,7 +1392,7 @@ natty.</p>
 <p>psensor: escaped - in manpage</p>
 </li>
 <li>
-<p><code>psensor-server</code>: escaped - in manpage</p>
+<p>psensor-server: escaped - in manpage</p>
 </li>
 </ul>
 </div>
@@ -1416,7 +1419,7 @@ natty.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>fixed manpage formatting in <em>REPORTING BUGS</em> section</p>
+<p>fixed manpage formatting in 'REPORTING BUGS' section</p>
 </li>
 <li>
 <p>improved manpages</p>
@@ -1468,7 +1471,7 @@ libjson0</p>
 <p>appindicator icon is now the psensor one</p>
 </li>
 <li>
-<p>added appindicator icon for status <em>attention</em></p>
+<p>added appindicator icon for status 'attention'</p>
 </li>
 </ul>
 </div>
@@ -1545,7 +1548,7 @@ libjson0</p>
 </div>
 </li>
 <li>
-<p><code>psensor-server</code>:</p>
+<p>psensor-server:</p>
 <div class="ulist">
 <ul>
 <li>
@@ -1610,7 +1613,7 @@ on json</p>
 <p>moved CHANGES to NEWS</p>
 </li>
 <li>
-<p>Fixed creation of directories for the target <em>install</em></p>
+<p>Fixed creation of directories for the target 'install'</p>
 </li>
 </ul>
 </div>
@@ -1655,7 +1658,7 @@ on json</p>
 <p>Window decoration can be hidden</p>
 </li>
 <li>
-<p>Added <em>keep window below</em> setting</p>
+<p>Added 'keep window below' setting</p>
 </li>
 </ul>
 </div>
@@ -1952,7 +1955,7 @@ Initial release</pre>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-10 11:21:52 CEST
+Last updated 2016-06-13 16:59:04 CEST
 </div>
 </div>
 </body>
index 753af45..cdeaa31 100644 (file)
@@ -322,7 +322,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-13 15:37:19 CEST
+Last updated 2016-06-13 16:57:56 CEST
 </div>
 </div>
 </body>
index 8e74949..294de13 100644 (file)
@@ -8,6 +8,9 @@
 <title>Psensor TODO</title>
 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
 <link rel="stylesheet" href="./asciidoctor.css">
+<link rel="stylesheet" href="style.css">
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="nav.js"></script>
 </head>
 <body class="article">
 <div id="header">
@@ -36,7 +39,7 @@ lm-sensor.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-10 11:21:52 CEST
+Last updated 2016-06-13 16:59:04 CEST
 </div>
 </div>
 </body>
index 186a40a..d190ce0 100644 (file)
@@ -8,6 +8,9 @@
 <title>Psensor Frequently Asked Questions</title>
 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
 <link rel="stylesheet" href="./asciidoctor.css">
+<link rel="stylesheet" href="style.css">
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="nav.js"></script>
 </head>
 <body class="article">
 <div id="header">
@@ -33,8 +36,8 @@ information about the computer:</p>
 <li>
 <p>motherboard and CPUs sensors: the information is retrieved
 from the lm-sensors library, it requires that
-<code>sensors-detect</code> has been run and the kernel module
-correctly installed. <code>sensors</code> can be used for checking.</p>
+sensors-detect has been run and the kernel module
+correctly installed. sensors can be used for checking.</p>
 </li>
 <li>
 <p>GPUs: it depends on which driver you are using:</p>
@@ -47,11 +50,11 @@ monitoring for your GPU, the information is using
 lm-sensors, same steps than above.</p>
 </li>
 <li>
-<p>proprietary driver Nvidia: run <code>nvidia-settings</code> to
+<p>proprietary driver Nvidia: run nvidia-settings to
 check that it supports sensors monitoring.</p>
 </li>
 <li>
-<p>proprietary driver Catalyst/fglx: use <code>aticonfig</code> to
+<p>proprietary driver Catalyst/fglx: use aticonfig to
 check that it supports sensors monitoring. Important
 note: it requires that you are using a Psensor
 binary compiled with the ATI support.</p>
@@ -72,12 +75,12 @@ recommended provider.</p>
 </li>
 <li>
 <p>hddtemp: verify that it is correctly reporting temperature by
-using the command: <code>sudo hddtemp /dev/sda</code>. It is the default
+using the command: sudo hddtemp /dev/sda. It is the default
 provider until 1.1.2 release.</p>
 </li>
 <li>
 <p>atasmart library: before the 1.1.2 release it can be enabled
-by using the command line option <code>--use-libatasmart</code>.</p>
+by using the command line option --use-libatasmart.</p>
 </li>
 </ul>
 </div>
@@ -90,7 +93,7 @@ its documentation.</p>
 </div>
 <div class="paragraph">
 <p>Since the release 1.1.2, the providers can be enabled or disabled directly
-from the user interface (<code>Preferences&gt;Provider</code>).</p>
+from the user interface (Preferences&gt;Provider).</p>
 </div>
 </div>
 </div>
@@ -106,7 +109,7 @@ any Linux distribution.</p>
 <p>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 <code>ATI/AMD GPU Support</code> of the
+find the instructions in the section ATI/AMD GPU Support of the
 README file available in the Psensor source archives.</p>
 </div>
 <div class="paragraph">
@@ -148,8 +151,8 @@ temperature , the more it is wrong.</p>
 <li>
 <p>It is only a bug in Psensor if the underlying libraries
 report a different information than Psensor (use the
-appropriate command or software: <code>sensors</code>, <code>aticonfig</code> or
-<code>hddtemp</code> to check). In this case, please report a bug.</p>
+appropriate command or software: sensors, aticonfig or
+hddtemp to check). In this case, please report a bug.</p>
 </li>
 </ul>
 </div>
@@ -170,22 +173,22 @@ starting with:</p>
 <div class="ulist">
 <ul>
 <li>
-<p><code>lmsensor coretemp</code>: Intel CPU.</p>
+<p>lmsensor coretemp: Intel CPU.</p>
 </li>
 <li>
-<p><code>lmsensor k10temp</code>, <code>lmsensor k8temp</code>, <code>lmsensor fam15h_power</code>: AMD CPU.</p>
+<p>lmsensor k10temp, lmsensor k8temp, lmsensor fam15h_power: AMD CPU.</p>
 </li>
 <li>
-<p><code>nvidia</code> or <code>lmsensor nouveau</code>: NVIDIA GPU.</p>
+<p>nvidia or lmsensor nouveau: NVIDIA GPU.</p>
 </li>
 <li>
-<p><code>hdd</code>: hard disk drive.</p>
+<p>hdd: hard disk drive.</p>
 </li>
 <li>
-<p><code>amd</code>: AMD GPU.</p>
+<p>amd: AMD GPU.</p>
 </li>
 <li>
-<p><code>lmsensor C B</code>: C is the name of the chip, B the name of the adapter.</p>
+<p>lmsensor C B: C is the name of the chip, B the name of the adapter.</p>
 </li>
 </ul>
 </div>
@@ -225,12 +228,12 @@ email to:</p>
 </div>
 <div class="paragraph">
 <p>If the bug is concerning Debian or Ubuntu derivatives distribution,
-please add in its description the output of the command: <code>apt-cache
-policy psensor</code>.</p>
+please add in its description the output of the command: apt-cache
+policy psensor.</p>
 </div>
 <div class="paragraph">
 <p>If it is related to the Psensor source compilation, please add the
-full output of the <code>configure</code> command.</p>
+full output of the configure command.</p>
 </div>
 </div>
 </div>
@@ -259,7 +262,7 @@ mailing-list <a href="mailto:psensor-users@googlegroups.com">psensor-users@googl
 <h2 id="S_UbuntuInstall">How to install Psensor on Ubuntu?</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Psensor is in the official repository, search <code>psensor</code> in the
+<p>Psensor is in the official repository, search psensor in the
 software center and install it. More information at:
 <a href="http://wpitchoune.net/blog/psensor/ubuntu-integration/" class="bare">http://wpitchoune.net/blog/psensor/ubuntu-integration/</a>.</p>
 </div>
@@ -281,14 +284,14 @@ at: <a href="http://packages.qa.debian.org/p/psensor.html" class="bare">http://p
 <div class="ulist">
 <ul>
 <li>
-<p><code>ppa:jfi/ppa</code>: last stable version.</p>
+<p>ppa:jfi/ppa: last stable version.</p>
 </li>
 <li>
-<p><code>ppa:jfi/psensor-unstable</code>: last development version, no
+<p>ppa:jfi/psensor-unstable: last development version, no
 major bug is expected.</p>
 </li>
 <li>
-<p><code>ppa:jfi/psensor-daily-trunk</code>: build each day directly from
+<p>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.</p>
@@ -314,8 +317,8 @@ whether a bug is fixed.</p>
 </div>
 <div class="paragraph">
 <p>For other distributions, you will find the compilation and
-installation instructions in the section <code>Installation from source
-archive</code> 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.</p>
 </div>
 </div>
@@ -325,14 +328,14 @@ compile in any modern distribution.</p>
 <div class="sectionbody">
 <div class="paragraph">
 <p>The best way is probably to use sensord or a custom script based on
-the output of the different commands like <code>sensors</code>.</p>
+the output of the different commands like sensors.</p>
 </div>
 <div class="paragraph">
 <p>Anyway, as I received several requests about such feature, since the
 0.7.0.4 release it is implemented in both psensor ( menu preferences &gt;
 sensors &gt; enable log of measures) and psensor-server
-(<code>--sensor-log-file</code> option). For psensor the log file is
-<code>$HOME/.psensor/sensors.log</code>.</p>
+(--sensor-log-file option). For psensor the log file is
+$HOME/.psensor/sensors.log.</p>
 </div>
 </div>
 </div>
@@ -341,7 +344,7 @@ sensors &gt; enable log of measures) and psensor-server
 <div class="sectionbody">
 <div class="paragraph">
 <p>In the sensors table of the main window, switch on the checkbox of the last
-column (named <code>Enabled</code> or <code>Graph</code> depending on the Psensor version).</p>
+column (named Enabled or Graph depending on the Psensor version).</p>
 </div>
 </div>
 </div>
@@ -352,8 +355,8 @@ column (named <code>Enabled</code> or <code>Graph</code> depending on the Psenso
 <p>Since the version 1.0.1, Psensor is no more started automaticaly by default.</p>
 </div>
 <div class="paragraph">
-<p>Open the <code>Preferences</code> window, select the <code>Startup</code> tab and switch on
-the option <code>Launch on session startup</code>.</p>
+<p>Open the Preferences window, select the Startup tab and switch on
+the option Launch on session startup.</p>
 </div>
 <div class="paragraph">
 <p>This feature is requiring that the Desktop Environment supports the
@@ -363,16 +366,16 @@ specification</a>.</p>
 </div>
 </div>
 <div class="sect1">
-<h2 id="S_disk">How to monitor the temperature of a disk with <code>hddtemp</code>?</h2>
+<h2 id="S_disk">How to monitor the temperature of a disk with hddtemp?</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Until the release 1.1.2, Psensor is using <code>hddtemp</code> by default to
+<p>Until the release 1.1.2, Psensor is using hddtemp by default to
 retrieve the temperature of the disks.</p>
 </div>
 <div class="paragraph">
-<p>If <code>hddtemp</code> is installed but no disk temperature is reported, check
-that the daemon is running by using for example the command <code>ps
--eaf|grep hddtemp</code>.
+<p>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:</p>
 </div>
 <div class="listingblock">
@@ -381,12 +384,12 @@ It should output something like:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>Depending on the Linux distribution, the installation of the <code>hddtemp</code>
+<p>Depending on the Linux distribution, the installation of the hddtemp
 package does not enable the hddtemp daemon automaticaly.</p>
 </div>
 <div class="paragraph">
-<p>In this case, edit the file <code>/etc/default/hddtemp</code> and set
-<code>RUN_DAEMON</code> to <code>"true"</code>. After edition, it should contain the
+<p>In this case, edit the file /etc/default/hddtemp and set
+RUN_DAEMON to "true". After edition, it should contain the
 following line:</p>
 </div>
 <div class="listingblock">
@@ -403,7 +406,7 @@ following line:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>and reply <code>yes</code> when asked whether hddtemp daemon must be
+<p>and reply yes when asked whether hddtemp daemon must be
 run during the startup.</p>
 </div>
 </div>
@@ -443,14 +446,14 @@ of sensors.conf(5).</p>
 </div>
 <div class="paragraph">
 <p>Since v1.1.1, it is possible to hide a sensor, uncheck the setting
-<em>Display sensor in the list of sensors</em> in the sensor preferences.</p>
+'Display sensor in the list of sensors' in the sensor preferences.</p>
 </div>
 </div>
 </div>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-10 11:21:52 CEST
+Last updated 2016-06-13 16:59:04 CEST
 </div>
 </div>
 </body>