diff --git a/fhem/docs/changelog b/fhem/docs/changelog new file mode 100644 index 000000000..57f1fda88 --- /dev/null +++ b/fhem/docs/changelog @@ -0,0 +1,6 @@ +fhem (4.10) + + * Trying to make Debian package lintian clean. + * First release + + -- Rudolf Koenig 2010-08-01 diff --git a/fhem/docs/copyright b/fhem/docs/copyright new file mode 100644 index 000000000..80f93404d --- /dev/null +++ b/fhem/docs/copyright @@ -0,0 +1,21 @@ +This is the Debian package of fhem +The latest version of fhem can always be found at: + http://fhem.de/ + +Copyright (C) 2005-2010 Rudolf Koenig + +This program is free software; you may redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This is distributed in the hope that it will be useful, but without +any warranty; without even the implied warranty of merchantability or +fitness for a particular purpose. See the GNU General Public License +for more details. + +A copy of the GNU General Public License version 2 is available as +/usr/share/common-licenses/GPL-2 in the Debian GNU/Linux distribution +or at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +You can also obtain it by writing to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/fhem/docs/fhem.man b/fhem/docs/fhem.man new file mode 100644 index 000000000..9b95dc3d5 --- /dev/null +++ b/fhem/docs/fhem.man @@ -0,0 +1,33 @@ +.TH FHEM 1 "2010-08-01" "4.9" "fhem" +.SH NAME +fhem \- GPL'd perl server for house automation. +.SH SYNOPSIS +.B fhem.pl +.IR /etc/fhem.cfg +.br +.B fhem.pl +.IR [host:] +.I port cmd +.SH DESCRIPTION +.B fhem +is used to automate some common tasks in the household like switching lamps +shutters / heating / etc. and to log events like temperature/humidity/power +consumption. +.br +For more details see the fhem homepage (http://fhem.de) or the supplied documentation +in the /usr/share/doc/fhem directory. +.SH FILES +.TP +.I /etc/fhem.cfg +configuration file. +.TP +.I /usr/share/fhem +FHEM Module directory, contrib files +.TP +.I /var/log/fhem +Logfiles +.I index +database cache. +.TP +.I /usr/share/doc/fhem +Documentation