Fix $httpd_port not having any effect
[app-fonbot-daemon.git] / README
CommitLineData
4e1612f3
MG
1App-FonBot-Daemon version 0.000_5
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
30DEPENDENCIES
31
32This module requires these other modules and libraries:
33
34- Apache2::Authen::Passphrase
35- IRC::Utils
36- JSON
37- Log::Log4perl
38- POE
39- POE::Component::IRC
40- POE::Component::Server::HTTP
41
42COPYRIGHT AND LICENCE
43
44Copyright (C) 2013 by Marius Gavrilescu
45
46fonbotd is free software: you can redistribute it and/or modify
47it under the terms of the GNU Affero General Public License as published by
48the Free Software Foundation, either version 3 of the License, or
49(at your option) any later version.
50
51fonbotd is distributed in the hope that it will be useful,
52but WITHOUT ANY WARRANTY; without even the implied warranty of
53MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54GNU Affero General Public License for more details.
55
56You should have received a copy of the GNU Affero General Public License
57along with fonbotd. If not, see <http://www.gnu.org/licenses/>
This page took 0.011179 seconds and 4 git commands to generate.