From: Mischa POSLAWSKY Date: Tue, 2 May 2017 22:12:52 +0000 (+0200) Subject: sitemap: update list of pages X-Git-Tag: v1.10~15 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b3b5d176657f4fb675f840bf9258cecd74b31ef3 sitemap: update list of pages --- diff --git a/tools/mksitemap b/tools/mksitemap index 7b9c5a0..a139941 100755 --- a/tools/mksitemap +++ b/tools/mksitemap @@ -9,14 +9,16 @@ use Time::Piece; my @pages = ( [qw( index )], - [qw( readline vi digraphs charset unicode )], - [qw( vimperator mutt nethack mplayer )], - [qw( writing )], + [qw( vi digraphs charset browser writing sc termcol )], + [qw( readline latin unicode countries emoji perl )], + [qw( vimperator mutt nethack mplayer font )], + [qw( apl less screen brahmi digits )], [qw( source )], ); my %freq = ( - (map { $_ => 'yearly' } qw[ readline nethack mplayer ]), + (map { $_ => 'yearly' } qw[ readline nethack mplayer apl ]), + (map { $_ => 'weekly' } qw[ browser ]), ); my %known = map { $_ => 1 } map { @{$_} } @pages;