GNOME-SmsSend (c) Eric Lassauge
-------------------------------

see TODO for things to do :)
Help is always appreciated too ;) .
Maintainer: Eric Lassauge <lassauge@mail.dotcom.fr>

What is it ?
------------

GNOME-SmsSend is a gnome UI to the smssend tools written by 
Christophe CALMEJANE 'Ze KiLleR / SkyTech' 
http://zekiller.skytech.org/smssend_menu_en.html

It will detect the provider script files in the default locations
(current dir, ~/.smssend, and smssend default global) and create a small UI
for each one. When you click on the APPLY button it will fork/exec
smssend with proper options.
All options to smssend can be set through the various dialogs.

How to build ?
--------------

You need the 2.6 version of the smssend source, untar gsmssend-<version>.tar.gz
under a previously configured <path>/smssend-<version> then cd gsmssend, run configure and proceed with make.

How to use ?
------------

Be sure to have the corresponding version of smssend in your path and launch
gsmssend. Now all outputs of smssend are rerouted to the UI status bar.

Usage of the UI is very intuitive, please refer to the man page of smssend
for the meaning and usage of all options (setable in preference dialog)
including the management of aliases.

Warning !
---------

For the moment i18n support is in beta stage: I still don't
anderstand how to set the language you want to install at configure stage.
For the moment all I know is that you have to set the environment variable
LINGUAS before running configure (LINGUAS='fr es de it nl cs' ./configure)
BTW I need other translations...

The Alias completion part is still buggy and has to be enabled 'by hand'
by adding -DDO_COMPLETION in the src/Makefile. Help welcome !

The code is only tested on a Linux 2.2.x with Gnome 1.2.x: please send
me a mail if you succeed to run it on another platform.
