added man page
This commit is contained in:
parent
5813ca1741
commit
9298993fbe
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -8,13 +8,13 @@ guh (0.2.0) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* split plugins into dynamic libs and packages
|
* split plugins into dynamic libs and packages
|
||||||
|
|
||||||
-- Michael Zanetti <micha@noneyet> Sat, 11 Oct 2014 05:09:41 +0200
|
-- Michael Zanetti <michael_zanetti@gmx.net> Sat, 11 Oct 2014 05:09:41 +0200
|
||||||
|
|
||||||
guh (0.1.8) utopic; urgency=medium
|
guh (0.1.8) utopic; urgency=medium
|
||||||
|
|
||||||
* allow calling AddRule with a single eventDescriptor but also with a list
|
* allow calling AddRule with a single eventDescriptor but also with a list
|
||||||
|
|
||||||
-- Michael Zanetti <micha@noneyet> Sun, 15 Jun 2014 00:33:36 +0200
|
-- Michael Zanetti <michael_zanetti@gmx.net> Sun, 15 Jun 2014 00:33:36 +0200
|
||||||
|
|
||||||
guh (0.1.7) utopic; urgency=medium
|
guh (0.1.7) utopic; urgency=medium
|
||||||
|
|
||||||
|
|||||||
83
debian/control
vendored
83
debian/control
vendored
@ -1,7 +1,7 @@
|
|||||||
Source: guh
|
Source: guh
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Michael Zanetti <michael_zanetti@gmx.net>
|
Maintainer: Simon Stuerz <simon.stuerz@guh.guru>
|
||||||
Build-Depends: debhelper (>= 9.0.0),
|
Build-Depends: debhelper (>= 9.0.0),
|
||||||
dpkg-dev (>= 1.16.1~),
|
dpkg-dev (>= 1.16.1~),
|
||||||
hardening-wrapper,
|
hardening-wrapper,
|
||||||
@ -15,11 +15,11 @@ Architecture: any
|
|||||||
Section: misc
|
Section: misc
|
||||||
Depends: guh (= ${binary:Version}),
|
Depends: guh (= ${binary:Version}),
|
||||||
guh-plugins (= ${binary:Version}),
|
guh-plugins (= ${binary:Version}),
|
||||||
Description: server for home automation systems - meta package
|
Description: Server for home automation systems - meta package
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
This meta package installs the guh daemon and the main plugins.
|
This meta package installs the guh daemon and the main plugins.
|
||||||
|
|
||||||
Package: guhd
|
Package: guhd
|
||||||
@ -30,11 +30,11 @@ Depends: libqt5network5,
|
|||||||
libguh1 (= ${binary:Version}),
|
libguh1 (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: server for home automation systems
|
Description: Server daemon for home automation systems
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
|
||||||
Package: guh-dbg
|
Package: guh-dbg
|
||||||
Priority: extra
|
Priority: extra
|
||||||
@ -42,43 +42,43 @@ Architecture: any
|
|||||||
Section: debug
|
Section: debug
|
||||||
Depends: guh (= ${binary:Version}), ${misc:Depends}
|
Depends: guh (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: server for home automation systems - debug symbols
|
Description: server for home automation systems - debug symbols
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
|
||||||
Package: guh-doc
|
Package: guh-doc
|
||||||
Section: doc
|
Section: doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: guh (= ${binary:Version})
|
Recommends: guh (= ${binary:Version})
|
||||||
Description: documentation for the guh package (on-site)
|
Description: Documentation for the guh package (on-site) - documentation
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
|
||||||
Package: guh-tests
|
Package: guh-tests
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: guh (= ${binary:Version}),
|
Depends: guh (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: tests for the guh package
|
Description: Tests for the guh package
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
|
||||||
Package: libguh1
|
Package: libguh1
|
||||||
Section: libs
|
Section: libs
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: server for home automation systems - core library
|
Description: Server for home automation systems - core library
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
|
||||||
Package: libguh1-dev
|
Package: libguh1-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
@ -86,11 +86,11 @@ Architecture: any
|
|||||||
Depends: libguh1 (= ${binary:Version}),
|
Depends: libguh1 (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: server for home automation systems - development files
|
Description: Server for home automation systems - development files
|
||||||
'Gear Up your Home!' - Home automation server.
|
guh is an open source home automation server, which allows to control
|
||||||
guh is a home automation system aiming for easy integration of various
|
a lot of different devices from many different manufacturers. With the
|
||||||
existing home automation and controlling devices into a fully automated
|
powerful rule engine you are able to connect any device available in
|
||||||
system.
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
|
||||||
Package: guh-plugins
|
Package: guh-plugins
|
||||||
Section: libs
|
Section: libs
|
||||||
@ -99,11 +99,8 @@ Depends: libguh1 (= ${binary:Version}),
|
|||||||
guhd (= ${binary:Version}),
|
guhd (= ${binary:Version}),
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: server for home automation systems - plugins
|
Description: Plugins for guh server home automation systems
|
||||||
guh stands for 'Gear Up your Home!' and provide a WebGUI and configuration
|
guh is an open source home automation server, which allows to control
|
||||||
for various systems that provide home and house automations. It's
|
a lot of different devices from many different manufacturers. With the
|
||||||
expandable with plugins for a greater functionality.
|
powerful rule engine you are able to connect any device available in
|
||||||
.
|
the system and create individual scenes and behaviors for your home.
|
||||||
It supports systems like ZigBee, Z-Wave, KNX/EIB, FS20, EnOcean and other.
|
|
||||||
.
|
|
||||||
This package contains plugins for guh.
|
|
||||||
|
|||||||
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -14,4 +14,5 @@ License: GPL-2+
|
|||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: (C) 2014 Michael Zanetti <michael_zanetti@gmx.net>
|
Copyright: (C) 2014 Michael Zanetti <michael_zanetti@gmx.net>
|
||||||
|
2014 Simon Stürz <stuerz.simon@gmail.com>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
|||||||
36
debian/guhd.manpage.1
vendored
Normal file
36
debian/guhd.manpage.1
vendored
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
.\" Manpage for guhd.
|
||||||
|
.\" Contact simon.stuerz@guh.guru to correct errors or typos.
|
||||||
|
.TH man 1 "May 2015" "1.0" "guhd man page"
|
||||||
|
.SH NAME
|
||||||
|
guhd \- Server for home automation systems
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B guhd
|
||||||
|
[\fIOPTION\fR]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
guh (/[guːh]/) is an open source home automation server, which allows to
|
||||||
|
control a lot of different devices from many different manufacturers.
|
||||||
|
With the powerful rule engine you are able to connect any device available in
|
||||||
|
the system and create individual scenes and behaviors for your home.
|
||||||
|
.SH OPTIONS
|
||||||
|
.TP
|
||||||
|
\fB\-h\fR, \fB\-\-help\fR
|
||||||
|
Displays this help.
|
||||||
|
.TP
|
||||||
|
\fB\-v\fR, \fB\-\-version\fR
|
||||||
|
Displays version information.
|
||||||
|
.TP
|
||||||
|
\fB\-n\fR, \fB\-\-no\-daemon\fR
|
||||||
|
Run guhd in the foreground, not as daemon.
|
||||||
|
.SH SEE ALSO
|
||||||
|
Full documentation at: <http://dev.guh.guru>
|
||||||
|
.SH "REPORTING BUGS"
|
||||||
|
Git repository on github: <https://github.com/guh/guh/issues>
|
||||||
|
.SH AUTHOR
|
||||||
|
Written by Simon Stürz and Michael Zanetti
|
||||||
|
.SH COPYRIGHT
|
||||||
|
Copyright \(co 2015 guh.
|
||||||
|
License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>.
|
||||||
|
.br
|
||||||
|
This is free software: you are free to change and redistribute it.
|
||||||
|
There is NO WARRANTY, to the extent permitted by law.
|
||||||
|
|
||||||
1
debian/manpages
vendored
Normal file
1
debian/manpages
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
debian/guhd.manpage.1
|
||||||
Reference in New Issue
Block a user