2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem
rudolfkoenig 81ea7f1f74 By Torsten (he is still unsure on using SVN :)
git-svn-id: https://svn.fhem.de/fhem/trunk@1483 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2012-04-24 11:03:38 +00:00
..
contrib By Torsten (he is still unsure on using SVN :) 2012-04-24 11:03:38 +00:00
docs RFXCOM changes for FHEM2FHEM, DevIO.pm usage, minor changes 2012-04-22 14:17:47 +00:00
em1010pc
examples
FHEM added check if weather location is valid. if not, generate log entry and give meaningful values to readings 2012-04-24 10:20:49 +00:00
test
webfrontend Fixing 0 status problem 2012-04-24 11:01:10 +00:00
CHANGED Slider for the dimmer 2012-04-22 10:26:04 +00:00
fhem.pl Reloading .pm files / returning error when compile failed 2012-04-17 11:10:32 +00:00
HISTORY
Makefile Rollback to previous version 2012-03-19 15:13:12 +00:00
README.SVN
TODO Slider for the dimmer 2012-04-22 10:26:04 +00:00

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://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem 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:
   % cvs 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