diff --git a/fhem/CHANGED b/fhem/CHANGED index 6d9160204..9d77cb8c1 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -374,6 +374,7 @@ - feature: device spec (list/range/regexp) for most commands implemented - feature: %NAME, %EVENT, %TYPE parameters in notify definition - feature: added 93_DbLog.pm, database logging facility (Boris, 30.12.) + - feature: webfrontend/pgm2 converted to a FHEM module - TODO emem -2.5kW / getDevData for emwz -1 diff --git a/fhem/HISTORY b/fhem/HISTORY index c0f20e48b..830de2a4f 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -177,5 +177,11 @@ - %NAME, %EVENT, %TYPE parameters in notify definition, commandref.html update - Boris Sun Dec 30 22:35:00 CET 2007 - - added dblog/93_DbLog.pm and samples in contrib directory, commandref.html update + - added dblog/93_DbLog.pm and samples in contrib directory, commandref.html + update +- Rudi Mon Dec 31 15:37:19 MET 2007 + - feature: webfrontend/pgm2 converted to a FHEM module + No more need for a webserver for basic WEB administration. For HTTPS or + password you still need apache or the like. + One step closer for complete fhem on the FritzBox. diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html index b69c6f8ee..61da0c2bc 100644 --- a/fhem/docs/fhem.html +++ b/fhem/docs/fhem.html @@ -75,7 +75,7 @@ Currently implemented features:
events
  • timed commands (e.g. switching a lamp on from sunset till midnight)
  • modular architecture
  • -
  • a lot of web frontends, choose your favorite
  • +
  • Two different web frontends, choose your favorite

  • See commandref.html for a detailed command @@ -172,28 +172,15 @@ description and faq.html for the F.A.Q.

    Web frontend 2 (webfrontend/pgm2)

    + For installation see the webpgm/pgm2/README file.

    Web frontend 3 (webfrontend/pgm3)