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