Add a README. Insert TODO items (some originally from XCVB's TODO).
authorFrancois-Rene Rideau <fare@tunes.org>
Sun, 20 Sep 2009 14:59:21 +0000 (10:59 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Sun, 20 Sep 2009 14:59:21 +0000 (10:59 -0400)
README.org [new file with mode: 0644]

diff --git a/README.org b/README.org
new file mode 100644 (file)
index 0000000..d4c8da3
--- /dev/null
@@ -0,0 +1,16 @@
+* Tasks
+
+*** TODO add documentation
+  Besides the comments in the code.
+
+*** TODO add counter variables
+  For verbosity flags: -v -v -v adds 3 to the default value.
+  With minimum and maximum value caps in the finalizer.
+
+*** TODO enhance layout of self-documentation
+  Have an automatic layout strategy for self-documentation.
+  Maybe output the kind of things that man(1) expects, groff(7),
+  then actually integrate with the man system.
+  Or else, build a general tool to display stuff on a terminal
+  while respecting terminal width.
+  Or output HTML and use lynx -dump or a browser.