X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fmdsms%2FListItem.pm;h=2f1a35c05a7dd86fa3491352b9caf8a9165c0fba;hb=0845bc10b5535a973faefa0ea76fc24af598af88;hp=24cae4b17bc7bcd41dd484e55fc7ee8d4fe28893;hpb=87881612a38624ab579efed6e93749b0e2b42fc7;p=www.jankratochvil.net.git diff --git a/project/mdsms/ListItem.pm b/project/mdsms/ListItem.pm index 24cae4b..2f1a35c 100755 --- a/project/mdsms/ListItem.pm +++ b/project/mdsms/ListItem.pm @@ -25,34 +25,45 @@ our $CVS_ID=q$Id$; use strict; use warnings; +use My::Web; + our @ListItem=( - "name"=>"Mobile Device SMS Tool", + "name"=>"mdsms", + "platform"=>"unixuser", "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-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", - "link-View CVS"=>"http://cvs.jankratochvil.net/viewcvs/mdsms/", - "summary"=>"Mobile communication", + "cvs"=>"mdsms", + "link-".a_href('http://freshmeat.net/','Freshmeat')=> + a_href('http://freshmeat.net/projects/mdsms/','Mobile Device SMS tool'), + "summary"=>"Mobile Device SMS Tool", "license"=>"GPL", - "maintenance"=>"finished", + "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"=>"" - .'

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.

' + "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;