From c718b542b4a444cd064f829e3c376fed4e4946d9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 7 Nov 2010 11:39:49 +0000 Subject: [PATCH] HTML check (with Safari Web Inspactor) git-svn-id: https://svn.fhem.de/fhem/trunk@754 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/docs/HOWTO.html | 7 ++- fhem/docs/commandref.html | 68 ++++++++++++++--------------- fhem/docs/faq.html | 4 +- fhem/docs/fhem.html | 10 ++++- fhem/webfrontend/pgm2/01_FHEMWEB.pm | 21 ++++++--- fhem/webfrontend/pgm2/98_SVG.pm | 10 ++--- fhem/webfrontend/pgm2/svg.js | 10 ++--- 8 files changed, 70 insertions(+), 61 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 65dcb9e07..326119631 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -8,6 +8,7 @@ - feature: decode CUL uptime - feature: USB doc changes, FHZ initFS20_02/stopHMS parameters by Andreas. - feature: CUL_HM (experimental) for HomeMatic devices. + - bugfix: HTML-Syntax check of the pgm2 output and documents (*.html) - feature: added date alias for FHT80b (Boris) - 2010-08-15 (5.0) diff --git a/fhem/docs/HOWTO.html b/fhem/docs/HOWTO.html index 8515445ca..e883a83ee 100644 --- a/fhem/docs/HOWTO.html +++ b/fhem/docs/HOWTO.html @@ -48,7 +48,7 @@ Skip this section if you installed fhem via the Debian package.

First install the Device::SerialPort (or Win32::SerialPort) perl module - with the command "sudo cpan Device::SerialPort"
+ with the command "sudo cpan Device::SerialPort"
The default configuration will install fhem into /usr/bin, /usr/share/fhem and /var/log/fhem and /etc/fhem.cfg. Edit the Makefile to change this. @@ -94,7 +94,7 @@

Note: Don't forget to type "save" in the "Fhem cmd" input field of the browser after defining a device or setting its attribute. Otherwise - the changes will disappear after the next start.

+ the changes will disappear after the next start.

Automatically creating transmitters

@@ -136,7 +136,6 @@ Here is a complete list of FS20 models.
For other device-types similar messages should appear. -

Configuring FS20 receivers

@@ -370,5 +369,5 @@ - + diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 003ae00a7..686056582 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -1952,17 +1952,18 @@ A line ending with \ will be concatenated with the next one, so long lines commands.
  • fhtbuf
    - CUL has a message buffer for the FHT. If the buffer is full, then newly - issued commands will be dropped, if the attribute fhtsoftbuffer is not set. Instead, a "EOB" message is issued. - fhtbuf returns the free memory in this buffer (in hex), - an empty buffer in the CUL is 40 (64 bytes). - A message occupies 3 + 2x(number of FHT commands) bytes, - this is the second reason why sending multiple FHT commands with one - set is a good idea. The first reason is, that - these FHT commands are sent at once to the FHT. -
  • -
    + CUL has a message buffer for the FHT. If the buffer is full, then newly + issued commands will be dropped, if the attribute fhtsoftbuffer is not set. + Instead, a "EOB" message is issued. + fhtbuf returns the free memory in this buffer (in hex), + an empty buffer in the CUL-V2 is 74 bytes, in CUL-V3/CUN 200 Bytes. + A message occupies 3 + 2x(number of FHT commands) bytes, + this is the second reason why sending multiple FHT commands with one + set is a good idea. The first reason is, that + these FHT commands are sent at once to the FHT. +
    +
  • ccconf
    Read some CUL radio-chip (cc1101) registers (frequency, bandwidth, etc), and display them in human readable form. @@ -2278,7 +2279,6 @@ A line ending with \ will be concatenated with the next one, so long lines The rest of the attributes is the same as for the CUL.

    - @@ -2651,7 +2651,6 @@ A line ending with \ will be concatenated with the next one, so long lines
    -

    KS300

    @@ -4935,7 +4934,7 @@ Terminating site on the iPhone in Safari, try to add it to the home-screen.

  • - + @@ -5299,7 +5298,7 @@ Terminating href="#trigger">trigger command to execute the macro. E.g.
    fhem> define MyMacro notify MyMacro { Log 1, "Hello"}
    - fhem> trigger MyMacro
    + fhem> trigger MyMacro
    @@ -5855,10 +5854,10 @@ isday in an interactive mode, meaning that the FHEM-Loop will be block as long as the graphics are rendered. If you want to use multiprocessing, set the RENDERER and multiprocessing to on and the weblink-graphics will be rendered in the background. -
    - +
    - + + @@ -5941,22 +5940,23 @@ isday

    Example: diff --git a/fhem/docs/faq.html b/fhem/docs/faq.html index a0b1ef7e1..4b9a81156 100644 --- a/fhem/docs/faq.html +++ b/fhem/docs/faq.html @@ -184,7 +184,7 @@

    3. I switched on a FS20 device directly (without the remote), but the fhem.pl did not noticed it.
    Is it a bug?