+freshmeat
[www.jankratochvil.net.git] / project / mdsms / ListItem.pm
index 24cae4b..2f1a35c 100755 (executable)
@@ -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"=>""
-                               .'<p>Sends NOL or NGG files as operator logo or group graphics through'
-                               .' <a href="http://www.nokia.com/">Nokia</a> <a href="http://www.communicator.org/">Communicator</a>'
-                               .' <b>9110</b> (9000/9000i is definitively <b>not</b> 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</a>'
-                               .' or one from <a href="http://www.kessler-design.com/wireless/operatorlogo.php3">KESSLER'
-                               .' Wireless Design</a>). This program uses only standard modem cable and integrated'
-                               .' FaxModem capability of 9110.</p>'
-                               .' <p>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.</p>'
-                               .' <p><b>GSM network codes: </b>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</a>.</p>'
+               "description"=><<"HERE",
+<p>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' ]}
+<b>9110</b> (9000/9000i is definitively <b>not</b> 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.</p>
+<p>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.</p>
+<p><b>GSM network codes: </b>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' ]}.</p>
+HERE
                );
 
 1;