X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Ftimeplan%2FListItem.pm;h=baf5d252dd07edb7058a3711884954a0f41a3675;hb=6e95b07130d69246ce12bd868a27f7039b1e6676;hp=5871b0862da2a36f79dcfab6d1cb1ae0ae7ac95b;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/timeplan/ListItem.pm b/project/timeplan/ListItem.pm index 5871b08..baf5d25 100755 --- a/project/timeplan/ListItem.pm +++ b/project/timeplan/ListItem.pm @@ -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"=>"" - .'

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.

' + "description"=><<"HERE", +

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.

+HERE ); 1;