index: release v1.18 with only altgr index linked
[sheet.git] / vi.plp
diff --git a/vi.plp b/vi.plp
index 39d498b567a4e12ca9fdea14a1fd3526fc3b073f..669f428ec7e4bb8d1ac5dc05b88e316dfe15da25 100644 (file)
--- a/vi.plp
+++ b/vi.plp
@@ -1,29 +1,3 @@
-<(common.inc.plp)><:
-
-Html({
-       title => 'vi cheat sheet',
-       version => '1.4',
-       description => [
-               "Interactive cheat sheet for vi text editors, notably Vim,",
-               "describing each key in various modes.",
-       ],
-       keywords => [qw'
-               vi vim nvi sheet cheat reference overview commands keyboard
-       '],
-       stylesheet => [qw( light dark circus mono red )],
-       keys => 1,
-});
-
-:>
-<h1>vi/vim cheat sheet</h1>
-
-<h2>normal mode (default)</h2>
-
 <:
-use Shiar_Sheet::Keyboard 2.07;
-my $info = do 'vi.eng.inc.pl' or die $@;
-my $keys = Shiar_Sheet::Keyboard->new($info);
-$keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{rows});
-$keys->print_legends(\%get);
-
+$Request = 'vi';
+Include 'keyboard.plp';