index: release v1.18 with only altgr index linked
[sheet.git] / less.plp
index e40d37c4fa1ed9af98253aae768131ef437baa65..ef99eb35db9a8038e16e08107b344b9f61d182ee 100644 (file)
--- a/less.plp
+++ b/less.plp
@@ -1,30 +1,3 @@
-<(common.inc.plp)><:
-
-Html({
-       title => 'less cheat sheet',
-       version => '1.1',
-       description => [
-               "Default bindings of the less pager.",
-               "Clearly shows how much it's more than more.",
-       ],
-       keywords => [qw'
-               less sheet cheat keys pager more
-               shortkey reference keyboard commands options overview
-       '],
-       stylesheet => [qw( light dark circus mono red )],
-       keys => 1,
-});
-
-:>
-<h1>Less cheat sheet</h1>
-
-<h2>normal pager (default)</h2>
-
 <:
-use Shiar_Sheet::Keyboard 2.07;
-my $info = Data('less.eng');
-my $keys = Shiar_Sheet::Keyboard->new($info);
-$keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{rows}, [1,0]);
-$keys->print_legends(\%get);
-
+$Request = 'less';
+Include 'keyboard.plp';