From: Mischa POSLAWSKY Date: Tue, 5 Mar 2024 23:00:08 +0000 (+0100) Subject: index: release v1.18 with only altgr index linked X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain index: release v1.18 with only altgr index linked --- diff --git a/common.inc.plp b/common.inc.plp index ee21f02..a634733 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -76,7 +76,7 @@ sub stylesheet { return map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.17", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.18", $_ ) } @avail; } diff --git a/digraphs.plp b/digraphs.plp index 5b5f414..9f96c50 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -9,7 +9,7 @@ warn "error in $include: ", @{$@} if ref $@; Html({ title => "$mode digraph cheat sheet", - version => '1.3', + version => '1.4', description => $di->{description} // [ "Complete table of digraph characters from", ($di->{title} // $mode) . ".", diff --git a/index.plp b/index.plp index 6909025..f05c02a 100644 --- a/index.plp +++ b/index.plp @@ -3,7 +3,7 @@ Html({ title => 'cheat sheets', canonical => '/', - version => '1.17', + version => '1.18', description => [ "Cheat sheets summarising various software programs and standards.", ], @@ -54,8 +54,7 @@ if (open my $log, '<', 'UPDATE') {{
  • mutt
  • nethack
  • mplayer/mpv -
  • altgr - etc. +
  • altgr/option diff --git a/perl.plp b/perl.plp index 2d9cb01..596e4d8 100644 --- a/perl.plp +++ b/perl.plp @@ -2,7 +2,7 @@ Html({ title => 'perl version cheat sheet', - version => '1.5', + version => '1.6', keywords => [qw' perl version feature features comparison sheet cheat overview summary diff --git a/tools/mksitemap b/tools/mksitemap index cbffc0b..0b4a734 100755 --- a/tools/mksitemap +++ b/tools/mksitemap @@ -2,7 +2,7 @@ use 5.014; use warnings; -our $VERSION = '1.03'; +our $VERSION = '1.04'; use File::stat; use Time::Piece; @@ -18,9 +18,11 @@ my @pages = ( )], [qw( apl less screen digits sc/bw sc/hots termcol/legacy mplayer + digraphs/xorg keyboard/altgr/macos-abc keyboard/altgr/msx keyboard/altgr/ukext keyboard/altgr/eurkey keyboard/altgr/apl keyboard/altgr/spacecadet - keyboard/altgr/ipa + keyboard/altgr/ipa keyboard/altgr/boyeg keyboard/altgr/drix + keyboard/altgr/symbolics keyboard/altgr/msx-graph )], [qw( chars/table/html sample source plan )], );