2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

Last changes

git-svn-id: https://svn.fhem.de/fhem/trunk@205 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2008-07-11 07:34:02 +00:00
parent 827bec78af
commit 7f8cdebb56

View File

@ -294,3 +294,14 @@
The logfiles should be large, as scrolling across logfiles is not The logfiles should be large, as scrolling across logfiles is not
implemented. To speed up the grep, a binary search with seek is used, and implemented. To speed up the grep, a binary search with seek is used, and
seek positions are cached. seek positions are cached.
- Thu Jul 11 07:15:03 MEST 2008
- feature: 99_SVG.pm for webpgm2: generates SVG from the logfile.
Generating SVG is configurable, the "old" gnuplot mode is still there.
Downside of the SVG: the browser must support SVG (Firefox/Opera does,
I.E. with the Adobe plugin), and the browsesr consumes more memory.
Upside: no gnuplot needed on the server, faster(?), less data to transfer
for daily data.
Tested with Firefox 3.0.
Todo: Test with IE+Adobe Plugin/Opera.
- feature: HOWTO for webpgm2 (first chapter)