From 5af6c44cabf912cd18a9c08370b6209aee159dbf Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 1 Feb 2007 12:41:09 +0000 Subject: [PATCH] Added history/readme.cvs Minor typo in fht.gnuplot git-svn-id: https://svn.fhem.de/fhem/trunk@5 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/HISTORY | 2 ++ fhem/README.CVS | 28 ++++++++++++++++++++++++++++ fhem/contrib/fht.gnuplot | 2 +- 4 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 fhem/HISTORY create mode 100644 fhem/README.CVS diff --git a/fhem/CHANGED b/fhem/CHANGED index 9cebe924d..7955c8a57 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -299,3 +299,4 @@ - bugfix: allow numbers greater then 9 in at +{} - feature: new 50_WS300.pm from Martin (bugfix + rain statistics, 26.02) - feature: renamed fhz1000 to fhem + - feature: added HISTORY and README.DEV diff --git a/fhem/HISTORY b/fhem/HISTORY new file mode 100644 index 000000000..ab90b43fa --- /dev/null +++ b/fhem/HISTORY @@ -0,0 +1,2 @@ +- Rudi, Thu Feb 1 13:27:15 MET 2007 + Created the file HISTORY and the file README.DEV diff --git a/fhem/README.CVS b/fhem/README.CVS new file mode 100644 index 000000000..bcd580f6b --- /dev/null +++ b/fhem/README.CVS @@ -0,0 +1,28 @@ +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 + (right know this is r dot koenig at koeniglich dot de) +- check out the source with + % cvs -z3 -d@cvs.berlios.de:/cvsroot/fhem co fhem +- if it is already checked out, it makes sense to do an update before + implementinng your changes: + % cvs update +- make your changes +- test if it is working (Really !!!) +- make an entry in the CHANGES 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 __0 + - after: % cvs tag __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. diff --git a/fhem/contrib/fht.gnuplot b/fhem/contrib/fht.gnuplot index c97033dd7..aaceaa9fd 100644 --- a/fhem/contrib/fht.gnuplot +++ b/fhem/contrib/fht.gnuplot @@ -11,7 +11,7 @@ # Uncomment the following if you want to create a postscript file # and comment out the pause at the end #set terminal postscript color "Helvetica" 11 -#set output 'saplogins-lrn.ps' +#set output 'fht.ps' set xdata time set timefmt "%Y-%m-%d_%H:%M:%S"