Bump version and update Changes
[app-fonbot-daemon.git] / README
CommitLineData
b8d4a547
MG
1App-FonBot-Daemon version 0.001
2===============================
8dc70d07
MG
3
4FonBot is an Android application that lets users control their phones through the internet or through text messages.
5
6Users can communicate with the applications through Yahoo! Messenger, Jabber and IRC (on the OFTC network). Email support is planned.
7
8This is the FonBot server, a daemon which relays messages between users and their phones.
9
10INSTALLATION
11
12To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19SETUP
20
21Steps to setting up your own fonbotd installation:
22
231. Install fonbotd
242. (if you want YMSG or Jabber) Install BitlBee
253. (if you want YMSG or Jabber) Create a BitlBee account and add some IM accounts.
264. Create the /etc/fonbotd directory and copy the example config.pl and log4perl.conf files to that directory
275. Edit the example configuration files to your liking
286. Run fonbotd
29
8dc70d07
MG
30COPYRIGHT AND LICENCE
31
b8d4a547 32Copyright (C) 2013-2015 by Marius Gavrilescu
8dc70d07
MG
33
34fonbotd is free software: you can redistribute it and/or modify
35it under the terms of the GNU Affero General Public License as published by
36the Free Software Foundation, either version 3 of the License, or
37(at your option) any later version.
38
39fonbotd is distributed in the hope that it will be useful,
40but WITHOUT ANY WARRANTY; without even the implied warranty of
41MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42GNU Affero General Public License for more details.
43
44You should have received a copy of the GNU Affero General Public License
45along with fonbotd. If not, see <http://www.gnu.org/licenses/>
This page took 0.011897 seconds and 4 git commands to generate.