#! /usr/bin/perl # # $Id$ # Definition of 'My::Project::mdsms' for list.cgi.pl # Copyright (C) 2003 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; exactly version 2 of June 1991 is required # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA package My::Project::mdsms; require 5.6.0; # at least 'use warnings;' but we need some 5.6.0+ modules anyway use vars qw($VERSION $CVS_ID); $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; }; $CVS_ID=q$Id$; use strict; use warnings; our %ListItem=( "name"=>"Mobile Device SMS Tool", "priority"=>8, "download-sources .tar.gz"=>"mdsms-1.5.2.tar.gz", "download-sources .tar.Z"=>"mdsms-1.5.2.tar.Z", "download-i386 RPM package"=>"mdsms-1.5.2-0.i386.rpm", "download-sources RPM package"=>"mdsms-1.5.2-0.src.rpm", "download-logos from KESSLER Wireless Design"=>"http://www.kessler-design.com/wireless/samples.php3", "link-View CVS"=>"http://cvs.jankratochvil.net/viewcvs/mdsms/", "summary"=>"Mobile communication", "license"=>"GPL", "maintenance"=>"finished", "language"=>"C", "description"=>"" .'

Sends NOL or NGG files as operator logo or group graphics through' .' Nokia Communicator' .' 9110 (9000/9000i is definitively not compatible). Usually you need' .' to have either infra-red port in your computer or special FBUS cable to be able' .' to use conventional logo-uploading tools (GNokii' .' or one from KESSLER' .' Wireless Design). This program uses only standard modem cable and integrated' .' FaxModem capability of 9110.

' .'

This software should be general-UNIX compatible. Please wait a minute when' .' you run it, under various UNIXes it may take some time to finish.

' .'

GSM network codes: GSM network code needs to be given as parameter during' .' sending of operator logo. Nice list of the codes you will find' .' here.' ); 1;