HERE docs etc.
[www.jankratochvil.net.git] / project / ppp9k / ListItem.pm
index a68f8ee..41d9b40 100755 (executable)
@@ -36,11 +36,12 @@ our @ListItem=(
                "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;