#! /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 project::mdsms::ListItem; require 5.6.0; # at least 'use warnings;' but we need some 5.6.0+ modules anyway our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; }; our $CVS_ID=q$Id$; use strict; use warnings; use My::Web; our @ListItem=( "name"=>"mdsms", "platform"=>"unixuser", "priority"=>8, "download-i386 RPM package"=>"dist/mdsms-1.5.3-0.i386.rpm", "download-sources RPM package"=>"dist/mdsms-1.5.3-0.src.rpm", "download-sources .tar.gz"=>"dist/mdsms-1.5.3.tar.gz", "download-sources .tar.Z"=>"dist/mdsms-1.5.3.tar.Z", "download-logos from KESSLER Wireless Design"=>"http://www.kessler-design.com/wireless/samples.php3", "cvs"=>"mdsms", "summary"=>"Mobile Device SMS Tool", "license"=>"GPL", "maintenance"=>"ready", "sponsorship"=>join(", ", a_href('http://www.tencom.cz/','TENcom Trade') .'/'.a_href('http://www.sme.cz/default.asp?lng=en&ver=html','SME'), a_href('http://www.readynote.com/','ReadyNote'), a_href('http://www.atspraha.cz/','Advanced Telecom Services')), "language"=>"C", "description"=><<"HERE",

Sends NOL or NGG files as operator logo or group graphics through @{[ a_href 'http://www.nokia.com/','Nokia' ]} @{[ a_href 'http://www.communicator.org/','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 (@{[ a_href 'http://www.gnokii.org/','GNokii' ]} or one from @{[ a_href 'http://www.kessler-design.com/wireless/operatorlogo.php3','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 @{[ a_href 'http://kbs.cs.tu-berlin.de/~jutta/gsm/gsm-list.html','here' ]}.

HERE ); 1;