X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/8da111b671c9914450077a1ec506964e70dceb40..f8c9c002006dbbaa51bd90d234e43561a9d09eff:/index.plp diff --git a/index.plp b/index.plp index 096a35f..adc573d 100644 --- a/index.plp +++ b/index.plp @@ -9,20 +9,9 @@ no warnings "uninitialized"; # save some useless checks for more legible code # 2006-03-30 11:58 html version # 2006-05-20 03:44 perl version # 2007-02-07 07:34 cleaned up +# 2007-02-25 04:00 v1.0: git repository -# 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 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 +240,8 @@ for (my $row = 0; $row <= $#$keyrows; $row++) {