2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem
2014-03-28 20:08:55 +00:00
..
contrib 71_LISTENLIVE.pm - bugfix 2014-03-28 11:23:12 +00:00
demolog fhem.cfg.demo: residents patch by Loredo 2014-02-17 19:54:44 +00:00
docs fhem.html: update warning added 2014-03-27 15:17:50 +00:00
FHEM I2C_PDF8574: replaced all non-ascii-characters with their ascii-equivalent (see http://www.fhemwiki.de/wiki/DevelopmentGuidelines) 2014-03-28 20:08:55 +00:00
log
webfrontend
www dashboard_showfullsize not applied in room "all" 2014-03-26 20:03:04 +00:00
CHANGED DbLog: fixedrange=hour works now correctly 2014-03-28 09:38:23 +00:00
configDB.pm configDB - prepare import/export 2014-03-20 19:43:52 +00:00
COPYING
fhem.cfg
fhem.cfg.demo fhem.svg.demo: change WEBphone iconPath to SVG 2014-03-02 07:40:26 +00:00
fhem.pl fhem.pl: AssignIoPort checks the IODev Attribute 2014-03-27 16:19:53 +00:00
HISTORY 98_PID20.pm - new module added as replacement for 98_PID.pm 2014-03-26 15:18:24 +00:00
MAINTAINER.txt 98_PID20.pm - new module added as replacement for 98_PID.pm 2014-03-26 15:18:24 +00:00
Makefile
README_DEMO.txt
README.SVN

The source of this project is hosted on sourceforge, if you wish you can get
the latest version with the following command:

  svn co https://svn.code.sf.net/p/fhem/code/trunk/fhem

If you wish to contribute to the project, then
- create a sourceforge account 
- send an email to the project manager to add you as developer to the project
  (right know this is r dot koenig at koeniglich dot de)
- check out the source
- if it is already checked out, it makes sense to do an update before
  implementing your changes:
   % svn update
- make your changes
- test if it is working (Really !!!)
- make an entry in the CHANGED file, giving your changes a "title".
- describe your changes in the file HISTORY, and dont forget to mention your
  name and the date of change
- it makes sense to do a "svn diff" before checking in the stuff with
  svn commit