move todo from code to separate text file
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 25 Feb 2007 04:24:33 +0000 (05:24 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 25 Feb 2007 04:24:33 +0000 (05:24 +0100)
TODO [new file with mode: 0644]
index.plp

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..b9ac207
--- /dev/null
+++ b/TODO
@@ -0,0 +1,12 @@
+- 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)
index 0038d67334f3181ff295a5516f3b6d1884574c57..adc573df58b1a5461c52b574b8500655fa37984c 100644 (file)
--- a/index.plp
+++ b/index.plp
@@ -11,20 +11,6 @@ no  warnings "uninitialized";  # save some useless checks for more legible code
 # 2007-02-07  07:34 cleaned up
 # 2007-02-25  04:00 v1.0: git repository
 
 # 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 <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;
 our $VERSION = "1.0";
 
 our $ascii = 0;