+platform
[www.jankratochvil.net.git] / project / ppp9k / ListItem.pm
index a68f8ee..f99e47f 100755 (executable)
@@ -29,18 +29,21 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Nokia Communicator Leased Line",
+               "name"=>"ppp9k",
+               "platform"=>"unixuser",
                "priority"=>6,
-               "download"=>$W->{"project_viewcvs"}."*checkout*/nethome/home/lace/bin/ppp9k?rev=HEAD",
-               "summary"=>"Communication script",
+               # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"}
+               "download"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/nethome/home/lace/bin/ppp9k?rev=HEAD",
+               "summary"=>"Connect device (Nokia Communicator) by serial PPP to your LAN",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"bash",
-               "description"=>""
-                               .'<p>Script will connect Nokia Communicator <a href="http://www.nokia.com/phones/9000i">9000i</a>'
-                               .' or <a href="http://www.nokia.com/phones/9110i">9110i</a> through'
-                               .' your local GNU/Linux PC Internet connection. You will also need'
-                               .' Nokia Communicator utility <a href="http://www.mgroeber.de/nokia.htm">Advanced PPP Settings</a>.'
+               "description"=><<"HERE",
+<p>Script will connect Nokia Communicator @{[ a_href 'http://www.nokia.com/phones/9000i','9000i' ]}
+or @{[ a_href 'http://www.nokia.com/phones/9110i','9110i' ]} through
+your local GNU/Linux PC Internet connection. You will also need
+Nokia Communicator utility @{[ a_href 'http://www.mgroeber.de/nokia.htm','Advanced PPP Settings' ]}.
+HERE
                );
 
 1;