2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00
fhem-mirror/fhem
martinhaas d3f5eb87ee -- Commit Version 0.7.1 (old number)
-- Bugfix: DEL Button for at-Jobs now works
-- Now you can use php4 OR php5 (php5 is recommended)
-- Feature: php-Pictures of FHT now inclusive "desired-temp"


git-svn-id: https://svn.fhem.de/fhem/trunk@16 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2007-02-14 20:12:59 +00:00
..
contrib Avoid div by 0 2007-02-14 11:06:00 +00:00
docs pest: 2007-02-11 22:37:31 +00:00
examples Initial version 2007-01-30 12:47:36 +00:00
FHEM - showtime added for pgm2 (useful for FS20 piri display) 2007-02-11 17:58:23 +00:00
test - showtime added for pgm2 (useful for FS20 piri display) 2007-02-11 17:58:23 +00:00
webfrontend -- Commit Version 0.7.1 (old number) 2007-02-14 20:12:59 +00:00
CHANGED pest: 2007-02-11 22:37:31 +00:00
fhem.pl - showtime added for pgm2 (useful for FS20 piri display) 2007-02-11 17:58:23 +00:00
HISTORY pest: 2007-02-11 22:37:31 +00:00
Makefile Initial version 2007-01-30 12:47:36 +00:00
README.CVS Added description for attribute "model" in commandref.html 2007-02-01 19:48:11 +00:00

The source of this project is hosted on Berlios, if you wish you can get
the latest version with the following commands:
  cvs -d:pserver:anonymous@cvs.fhem.berlios.de:/cvsroot/fhem login
  cvs -z3 -d:pserver:anonymous@cvs.fhem.berlios.de:/cvsroot/fhem co fhem

If you wish to contribute to the project, then
- create a berlios 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 with
   % cvs -z3 -d<berlios-uid>@cvs.berlios.de:/cvsroot/fhem co fhem
- 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 "cvs diff" before checking in the stuff with
    cvs commit
- if you do complex/nontrivial changes affecting more than one file, then 
  please tag the whole software before and after the change with:
  - before: % cvs tag <berlios-uid>_<date_as_YYYYMMDD>_0
  - after:  % cvs tag <berlios-uid>_<date_as_YYYYMMDD>_1
  You can increase the counter for bugfixing. Dont forget to mention the 
  tagname in the HISTORY file. Tagging helps to remove more complex changes or
  to merge them in other releases/branches.