From 3a4e74cc902059df840f32a57ecce9f21d420ad2 Mon Sep 17 00:00:00 2001 From: Jonas Date: Sat, 1 Jun 2013 16:58:50 +0200 Subject: Display full-meal or non-meal food establishements as separate categories. --- bin/rdf2hours | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/rdf2hours b/bin/rdf2hours index f37ac1c..b99b14c 100755 --- a/bin/rdf2hours +++ b/bin/rdf2hours @@ -34,7 +34,8 @@ use HTML::HTML5::Writer; # TODO: add override options --theme and (multivalued) --category my @category = < + full-meal food + non-meal food non-grocery store attraction @@ -283,7 +284,8 @@ sub daterangedescribe { sub categorydescribe { my $cat = shift; - $cat =~ s!!spisesteder!; + $cat =~ s!full-meal food!spisesteder!; + $cat =~ s!non-meal food!caféer, slikbutikker o.l.!; $cat =~ s!!dagligvarebutikker!; $cat =~ s!non-grocery store!øvrige butikker!; $cat =~ s!attraction!attraktioner og museer!; -- cgit v1.2.3