flexible keyboard ?rows override option
[sheet.git] / vim.plp
diff --git a/vim.plp b/vim.plp
index af7407400cd15e283f421b865a5b454437c96cda..e357b73d2626205a1cb1a3a33f4bbf39f5b03b15 100644 (file)
--- a/vim.plp
+++ b/vim.plp
@@ -7,7 +7,7 @@ no  warnings 'uninitialized';  # save some useless checks for more legible code
 
 use Shiar_Sheet::KeySigns qw(%sign);  # dependant on $get{ascii}
 
-our $VERSION = '1.2';
+our $VERSION = 'v1.2';
 
 $header{content_type} = "text/html; charset=$sign{charset}";
 
@@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 use Shiar_Sheet::Keyboard;
 my $keys = Shiar_Sheet::Keyboard->new({do 'vim.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
-$keys->print_rows($get{static});
+$keys->print_rows($get{rows});
 :>
 </ul>
 
@@ -87,9 +87,9 @@ $keys->print_rows($get{static});
                        <dd>Commands with a dot need a char argument afterwards.
                <dt>key<:= $sign{motion} :>
                        <dd>Requires a motion afterwards, operates between cursor and destination.
-               <dt class="vim">vim
+               <dt class="ext vim6">vim
                        <dd>Not in original Vi (assessment incomplete).
-               <dt class="vim7">vim7
+               <dt class="ext new vim7">vim7
                        <dd>New in vim version 7.x.
                </dl>
 
@@ -109,15 +109,11 @@ $keys->print_rows($get{static});
 </div>
 
 <p class="footer">
-       <a href="http://sheet.shiar.nl/" rel="home">sheet.shiar.nl</a>/vim
-       <a href="git://dev.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= "v$VERSION" :></a>
+       <a href="/" rel="home">sheet.shiar.nl</a>/vim
+       <a href="git://git.shiar.nl/sheet" rel="vcs-git" title="Git repository"><:= $VERSION :></a>
        created by <a href="http://shiar.nl/" rel="author">Shiar</a> <:= $sign{sep} :>
        <a title="Licensed under the GNU Affero General Public License, version 3" rel="copyright"
-          href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a> <:= $sign{sep} :>
-       last update <:
-               use Time::Format qw(time_format);
-               print time_format('yyyy-mm-dd', (stat 'vim.inc.pl')[9]);
-       :>
+          href="http://www.fsf.org/licensing/licenses/agpl-3.0.html">AGPLv3</a>
 </p>
 
 </html>