change history in separate file
[sheet.git] / index.plp
index 096a35fa18a82e6321c31a801c840888babfc9d8..4b16cd23c6e936e9d5596c446c3bc4a9f3281780 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -5,24 +5,7 @@ use warnings;
 no  warnings "qw";  # you know what you doing
 no  warnings "uninitialized";  # save some useless checks for more legible code
 
-# 2006-03-29 ~20:00 started work
-# 2006-03-30  11:58 html version
-# 2006-05-20  03:44 perl version
-# 2007-02-07  07:34 cleaned up
-
-# TODO:
-# - use js to detect optimal key size
-# - style for .undo (maybe just some css3-only shadow)
-# - fix mode switching in konq (used to work)
-#   only when <wbr>s present?! use browser sniffing to force ?ascii=0 :(
-# - safari loading bug?
-# - good case for gzip compression
-# - link to source tarball
-# - default stylesheet selectable
-# - catch and execute pressed keys
-# - ghosting option documented and default
-# - option to follow aliases (default on?)
-# - custom row combinations (eg for comparing different modes)
+our $VERSION = "1.0";
 
 our $ascii = 0;
 if (exists $get{ascii}) {
@@ -251,7 +234,8 @@ for (my $row = 0; $row <= $#$keyrows; $row++) {
 </div>
 
 <p class="footer">
-       <a href="vim-cheat.tar.gz">http://<:= $ENV{SERVER_NAME} :>/vim-cheat</a>
+       <a href="http://<:= $ENV{SERVER_NAME} :>/vim-cheat">shiar.demon.nl/<b>vim-cheat</b></a>
+       <a href="vim-cheat.tar.gz"><:= "v$VERSION" :></a>
        created by Shiar <:= $sign{sep} :> last update <:
                use Time::Format qw(time_format);
                print time_format("yyyy-mm-dd", (stat "vim-cmds.inc.pl")[9]);