diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html
index 05098f9d8..8714e1c93 100644
--- a/fhem/docs/fhem.html
+++ b/fhem/docs/fhem.html
@@ -114,7 +114,10 @@ and faq.html for more documentation.
Commercial products:
@@ -224,7 +227,50 @@ If you are using cygwin for your perl installation you can follow the guidelines
Call <your-site>/pgm3/index.php
+
+
+Web frontend 5 (webfrontend/pgm5)
+
+This frontend is CGI/CSS based. It has support for rooms, and FHT/KS300 logs.
+This webfrontend is an update of the former know pgm2 (up to 4.2):
+It resides in YOUR HTTP server, and doesn't provide an own, like the FHEMWEB module does.
+
+Why to use this:
+1) If you want to stick with your Web-Servers (due to restrictions,
+ ports or any other reason)
+2) If you have a NAS (Network attached storage) and limited CPU-Power.
+ This frontend can render the graphics in the background (in
+ intervals) and sends only the rendered graphics to the HTML-Page.
+3) If you need the FHEMRENDERER to render the images for other/own
+ pages.
+
+ A lot more details can be
+ found on Olaf Droegehorns page:
+ http://www.droegehorn.de/fhz
+
+
+ Installation:
+
+ - Copy the file fhemweb.pl and *.css to your cgi-bin directory (/home/httpd/cgi-bin), the icons (*.gif) to your httpd icons (/home/httpd/icons), and commandref.html to the html directory (/home/httpd/html) (or also to cgi-bin directory).
+ Note: The program looks for icons in the following order:
+ 'device-name.state', 'device-name', 'device-type.state', 'device-type'
+
+
+ - The *.gplot files should be reused from the built-in FHEMWEB and should reside in the installed FHEM directory. Here we don't provide specific *.gplot files as the mechanisms are exactly the same.
+
+
+ - If you want to have access to plotted logs, then make sure that gnuplot is installed and set the logtype for the FileLog device (see commandref.html and example/04_log).
+ Copy the file contrib/99_weblink.pm to the installed FHEM directory.
+
+ - Copy the file pgm5/02_FHEMRENDERER.pm to the installed FHEM directory.
+ This gives you a graphic rendering engine (gnuplot & gnuplot-scroll at the moment), which can be configured to renderer images in intervals.
+
+ - Call 'your-site'/cgi-bin/fhemweb.pl
+
+
+
+
License:
Copyright:
@@ -232,6 +278,7 @@ If you are using cygwin for your perl installation you can follow the guidelines
- Rudolf Koenig (r dot koenig at koeniglich dot de)
- Raoul Matthiessen (webfrontends/pgm1)
- Martin Haas (webfrontends/pgm3)
+ - Olaf Droegehorn (webfrontends/pgm5)
License: GPL (v2)