sitemap: export subpages added in v1.16
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 22 Dec 2023 23:41:29 +0000 (00:41 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 28 Dec 2023 07:19:58 +0000 (08:19 +0100)
tools/mksitemap

index 7407392fa95b50f0ab63e054eb8570712e2c6e8e..2fd6ee085b052707fa12109fa0516055cca423c0 100755 (executable)
@@ -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 )],
 );