Bump version and update Changes
[app-remotegnokii.git] / README
CommitLineData
c515cb22
MG
1App-RemoteGnokii version 0.001
2==============================
832c594d
MG
3
4RemoteGnokii is a set of scripts that add networking to gnokii-smsd.
5With them, all messages received are forwarded to a given phone
6number, and messages can be sent via the HTTP gateway provided by
7RemoteGnokii.
8
9INSTALLATION
10
11To install this module type the following:
12
13 perl Makefile.PL
14 make
15 make test
16 make install
17
18DEPENDENCIES
19
20This module requires these other modules and libraries:
21
22 * Config::Any
23 * File::Slurp
24 * File::Which
25 * Plack::Request
26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2014 by Marius Gavrilescu
30
31This library is free software: you can redistribute it and/or modify
32it under the terms of the GNU General Public License as published by
33the Free Software Foundation, either version 3 of the License, or (at
34your option) any later version.
This page took 0.011266 seconds and 4 git commands to generate.