diff --git a/docs/HOWTO.html b/docs/HOWTO.html index 2b0e67d47..8b20fe860 100644 --- a/docs/HOWTO.html +++ b/docs/HOWTO.html @@ -4,17 +4,8 @@ FHEM Howto - + + diff --git a/docs/USB.html b/docs/USB.html index 01abef4f9..4e8707379 100644 --- a/docs/USB.html +++ b/docs/USB.html @@ -4,17 +4,8 @@ USB compendium - + + diff --git a/docs/commandref.html b/docs/commandref.html index 8928dcb52..828d56524 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -5,17 +5,7 @@ fhem reference - + @@ -5830,7 +5820,8 @@ Forecast Cloudy define <name> SISPM </path/to/sispmctl>

-
+ +
PLEASE NOTE: This module is still work in progess; please treat it as such. (That is, don't but your central heating on SISPM in a cold winter just yet ;))

Further tests should be done regarding the interaction between "set" commands and the sheduled diff --git a/docs/faq.html b/docs/faq.html index e9708a75e..cb4226c33 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -4,17 +4,8 @@ FHEM FAQ - + + diff --git a/docs/fhem.html b/docs/fhem.html index 9b279ea2a..fd05f52dd 100644 --- a/docs/fhem.html +++ b/docs/fhem.html @@ -4,21 +4,8 @@ Home of FHEM - - - + + diff --git a/docs/fritzbox.html b/docs/fritzbox.html index e732baaef..16da13039 100644 --- a/docs/fritzbox.html +++ b/docs/fritzbox.html @@ -4,17 +4,8 @@ fhem on the Fritz!Box - + + diff --git a/docs/linux.html b/docs/linux.html index d80122771..98e4ba79e 100644 --- a/docs/linux.html +++ b/docs/linux.html @@ -4,9 +4,18 @@ fhem.pl - Hints for GNU/Linux + + - + +
+ +

fhem.pl - Hints for GNU/Linux

+
+ + diff --git a/docs/style.css b/docs/style.css new file mode 100644 index 000000000..89eaab1de --- /dev/null +++ b/docs/style.css @@ -0,0 +1,9 @@ +body { background-color: #FFFFE7;} +a { color: #278727; } + +#left { position:fixed; top:20px; left:20px; width:140px; } +#right { position:absolute; top:20px; left:180px; bottom:20px; right:10px; } +h2,h3,h4 { color:#52865D; line-height:1.3; + margin-top:1.5em; font-family:Arial,Sans-serif; } +div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; } +div#dist { padding-top:0.3em; }