diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-12-15 17:39:38 +0100 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-12-15 17:39:38 +0100 |
commit | d05c28cdba1715b1defb4e8a02b557cf86049343 (patch) | |
tree | 911f389e9f869bfa374a035ef938c2c1b780f0f0 | |
parent | 27084f115e4cddb3cccc30055641842f8043f9f1 (diff) | |
download | coderay-d05c28cdba1715b1defb4e8a02b557cf86049343.tar.gz |
Remove TODO
-rw-r--r-- | TODO | 47 |
1 files changed, 0 insertions, 47 deletions
@@ -1,47 +0,0 @@ -Fix the docu after moving to CodeRay namespace.
-
-// vim:ts=4:ft=c:
-Category = X (done), / (partly done), T (test), L (later), (else)
- Planned = planned in version 0.x
- Priority = 3 (low) .. 1 (high), 0 (extrem high)
- Expense = 0 (trivial), 1 (low) .. 3 (high)
- Assigned Day
-
-Project:
- Documentation:
-3/4 0 2 ? Doc the interface
- 0 2 ? Cleanup/Read Doc
-3/4 0 1 write examples
-
- 1 2 Code Cleanup: Indentation
-L 2 2 Rewrite Tools:
- coderay, bench.rb, highlight.rb
-
-
-
-Plugins:
-
-
-Scanners:
- 2 1 Unicode support
-L 1 2 More Languages! (See Roadmap)
-
- Ruby:
-L 3 2 Regexp comment highlighting
-L 3 2 Options: Highlight characters/escapes/inline code
-L 2 1 Meta characters
-
-
-Encoders:
- HTML:
-L 1 2 dynamic CSS creation: new CSS class
- Colors:
-3/4 1 2 colorschemes
- Statistic:
-L 3 1 return Statistic object with to_s method instead of String
-
-
-
-Tools:
- testfox:
-L 2 3 wxRuby and HTML output
|