Update name vs. summary
[www.jankratochvil.net.git] / project / timeplan / ListItem.pm
index 5871b08..baf5d25 100755 (executable)
@@ -29,19 +29,20 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Time Log Summarizer",
+               "name"=>"timeplan",
                "priority"=>6,
                "download"=>"timeplan-1.0.1.tar.gz",
                "cvs"=>"timeplan",
-               "summary"=>"Time management",
+               "summary"=>"Calculate statistics from your personal time tracking notes",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"C",
-               "description"=>""
-                               .'<p>Software to do summaries of time log - what have you spent much time on.'
-                               .' The greatest effect to me was just the writing of such time log: Consecutively'
-                               .' you do not spend such time on useless issues as you would be forced to write'
-                               .' such event to your log.</p>'
+               "description"=><<"HERE",
+<p>Software to do summaries of time log - what have you spent much time on.
+The greatest effect to me was just the writing of such time log: Consecutively
+you do not spend such time on useless issues as you would be forced to write
+such event to your log.</p>
+HERE
                );
 
 1;