diff options
author | Jonas <dr@jones.dk> | 2013-06-01 19:24:19 +0200 |
---|---|---|
committer | Jonas <dr@jones.dk> | 2013-06-01 19:24:19 +0200 |
commit | 5492333132d648139c5cfbc22b56e4df2477d15a (patch) | |
tree | 9bec51c5110d0725cc5ac2c65ea14b71bbdac3ba /bin/rdf2hours | |
parent | 3a4e74cc902059df840f32a57ecce9f21d420ad2 (diff) |
Add TODO about multi-category places.
Diffstat (limited to 'bin/rdf2hours')
-rwxr-xr-x | bin/rdf2hours | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rdf2hours b/bin/rdf2hours index b99b14c..9a22aed 100755 --- a/bin/rdf2hours +++ b/bin/rdf2hours @@ -197,6 +197,7 @@ my $intro = sprintf( #push my @content, h1($title), "\n", p($intro); push my @content, h1($title), "\n", $intro; +# TODO: optionally merge items appearing in multiple categories for my $category ( @category ) { push @content, "\n", h2( categorydescribe($category) ), "\n"; for my $name ( sort keys %{ $data{$category} } ) { |