+platform
[www.jankratochvil.net.git] / project / line9k / ListItem.pm
index c399973..733a2de 100755 (executable)
@@ -25,19 +25,24 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"Modem / Nokia 9110 GSM data gate",
+               "name"=>"line9k",
+               "platform"=>"unixuser",
                "priority"=>7,
-               "download"=>"http://cvs.jankratochvil.net/viewcvs/*checkout*/nethome/usr/local/sbin/line9k?rev=HEAD",
-               "summary"=>"pppd(8) script, charger scheme",
+               # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"}
+               "download"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/nethome/usr/local/sbin/line9k?rev=HEAD",
+               "summary"=>"Modem / Nokia 9110 GSM data gateway control, charger",
                "license"=>"PD",
-               "maintenance"=>"finished",
+               "maintenance"=>"ready",
                "language"=>"bash, hardware",
-               "description"=>""
-                               .'<p>Waits for incoming PPP data connection, authorizes it and answers it.</p>'
-                               .'<p>Scheme of computer controllde hardware charger for Nokia Communicator 9110 is supplied.'
-                               .' It keeps the Nokia battery fit by automatically controlled battery charging cycles.</p>'
+               "description"=><<"HERE",
+<p>Waits for incoming PPP data connection, authorizes it and answers it.</p>
+<p>Scheme of computer controllde hardware charger for Nokia Communicator 9110 is supplied.
+It keeps the Nokia battery fit by automatically controlled battery charging cycles.</p>
+HERE
                );
 
 1;