1README
2======
3
4`libfswatch` is a library that provides developers the functionality of
5`fswatch`, the main `libfswatch` frontend.  The library provides both C and C++
6bindings.
7
8`libfswatch` provides the following [documentation]:
9
10  * Texinfo documentation, included with the distribution.
11  * HTML documentation.
12  * PDF documentation.
13  * A [wiki] page.
14  * A man page.
15
16`libfswatch` official documentation is provided in Texinfo format.  This is the
17most comprehensive source of information about `libfswatch` and the only
18authoritative one.  The man page, in particular, is a stub that suggests the
19user to use the info page instead.
20
21If you are installing `libfswatch` using a package manager and you would like
22the PDF manual to be bundled into the package, please send a feature request to
23the package maintainer.
24
25[documentation]: http://emcrisostomo.github.io/fswatch/doc
26[wiki]: https://github.com/emcrisostomo/fswatch/wiki
27
28Bug Reports
29-----------
30
31Bug reports can be sent directly to the authors.
32
33Contact the Authors
34-------------------
35
36The author can be contacted on IRC, using the Freenode `#fswatch` channel.
37
38-----
39
40Copyright (c) 2013-2016 Enrico M. Crisostomo
41
42This program is free software; you can redistribute it and/or modify it under
43the terms of the GNU General Public License as published by the Free Software
44Foundation; either version 3, or (at your option) any later version.
45
46This program is distributed in the hope that it will be useful, but WITHOUT ANY
47WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
48PARTICULAR PURPOSE.  See the GNU General Public License for more details.
49
50You should have received a copy of the GNU General Public License along with
51this program.  If not, see <http://www.gnu.org/licenses/>.
52