Add DeletePhonebook as TODO tag
[GSM-Gnokii.git] / README
1 GSM::Gnokii
2     A driver module to interface Perl with libgnokii.
3
4 DESCRIPTION
5     This module is an attempt to interface perl with libgnokii to
6     communicate with Nokia phones in a fast and gnokii compatable
7     way. Much of the code is based on code in gnokii itself and
8     on earlier code written by Konstantin Agouros.
9
10 COPYING:
11     Copyright (c) 2011-2012 H.Merijn Brand.  All rights reserved.
12
13     This program is free software; you can redistribute it and/or
14     modify it under the same terms as Perl itself.
15
16     Recent changes can be (re)viewed in the public GIT repository
17     at http://repo.or.cz/w/GSM-Gnokii.git
18     Feel free to clone your own copy:
19
20      $ git clone http://repo.or.cz/r/GSM-Gnokii.git GSM-Gnokii
21
22     or get it as a tgz:
23
24      $ wget --output-document=GSM-Gnokii-git.tgz \
25            'http://repo.or.cz/w/GSM-Gnokii.git?a=snapshot;sf=tgz'
26
27 PREREQUISITES
28     perl-5.8.4
29     libgnokii-0.6.28 or higher (and the header files)
30
31 BUILDING AND INSTALLATION
32
33     # perl Makefile.PL
34     # make test
35     # make install UNINST=1
36
37 CHANGES
38     See ChangeLog
39
40 OTHER RESOURCES
41     Gnokii home:       http://www.gnokii.org
42
43     To get the most recent development branch:
44       $ git clone git://git.savannah.nongnu.org/gnokii.git gnokii-git
45     To view the most recent changes:
46       http://git.savannah.gnu.org/gitweb/?p=gnokii.git;a=summary
47     All gnokii projects:
48       http://git.savannah.gnu.org/gitweb/?s=gnokii
49
50     GSMI/GSMD::Gnokii: http://www.agouros.de/gnokii/
51
52 As always, have the appropriate amount of fun!