From: Mischa POSLAWSKY Date: Fri, 22 Dec 2023 23:41:29 +0000 (+0100) Subject: sitemap: export subpages added in v1.16 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/db8f2fd5458cb4138d405b48f8c95fba0b5019d6 sitemap: export subpages added in v1.16 --- diff --git a/tools/mksitemap b/tools/mksitemap index 7407392..2fd6ee0 100755 --- a/tools/mksitemap +++ b/tools/mksitemap @@ -2,7 +2,7 @@ use 5.014; use warnings; -our $VERSION = '1.01'; +our $VERSION = '1.02'; use File::stat; use Time::Piece; @@ -11,8 +11,14 @@ my @pages = ( [qw( index )], [qw( vi digraphs charset browser writing sc/lotv termcol dieren )], [qw( readline latin unicode countries emoji perl )], - [qw( vimperator mutt nethack mplayer font codec )], - [qw( apl less screen digits sc/bw sc/hots termcol/legacy keyboard )], + [qw( + vimperator mutt nethack mplayer/mpv font codec + keyboard/altgr/windows keyboard/altgr/macos + dieren/uitgebreid dieren/beknopt + )], + [qw( + apl less screen digits sc/bw sc/hots termcol/legacy mplayer + )], [qw( chars/table/html sample source plan )], );