index: release v1.18 with only altgr index linked
[sheet.git] / nethack.plp
index 447ad271529632251fd9ea65c232cc4521fce00e..81d9ee3f6f16f15261cd4dadb16ce51fed82834f 100644 (file)
@@ -1,54 +1,3 @@
-<(common.inc.plp)><:
-
-Html({
-       title => 'nethack cheat sheet',
-       version => '1.1',
-       description => [
-               "Keyboard overview sheet for the Nethack console RPG game,",
-               "describing the default controls.",
-       ],
-       keywords => [qw'
-               nethack rogue game control controls sheet reference overview keyboard
-       '],
-       stylesheet => [qw'light dark circus mono red terse'],
-       keys => 1,
-});
-
-:>
-<h1>NetHack cheat sheet</h1>
-
-<h2>normal gameplay</h2>
-
 <:
-use Shiar_Sheet::Keyboard 2;
-my $info = do 'nethack.eng.inc.pl' or die $@;
-$info->{def} = do 'nethack.inc.pl';
-my $keys = Shiar_Sheet::Keyboard->new($info);
-$_->{"\e"} = ['me mode'] for values %{ $info->{def} };
-       # static reset button, even though it's not (officially) in the game
-$keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{rows} || '4321-421', [3,2,1,0]);
-:>
-
-<hr>
-
-<div class="help">
-       <div class="left">
-<: $keys->print_legend('legend-types', ['g2' .. 'g4', 'g6' .. 'g8']) :>
-       </div>
-
-       <div class="right">
-<: $keys->print_legend('legend-options', [qw( arg argi argm )]) :>
-
-               <ul class="legend legend-set">
-               <li>keyboard <strong>map</strong> is
-                       <:= $get{map} ? 'set to ' : '' :><em><:= $keys->{map} :></em>
-               <li><strong>keys</strong> are
-                       <em><:= $showkeys ? 'always shown' : 'hidden if unassigned' :></em><:=
-                               !exists $get{keys} && ' by default' :>
-               <li>default <strong>style</strong> is
-                       <:= defined $get{style} && 'set to ' :><em><:= $style :></em>
-               </ul>
-       </div>
-</div>
-
+$Request = 'nethack';
+Include 'keyboard.plp';