txt2html

Converts plaintext to HTML
git clone git://src.gearsix.net/txt2htmltxt2html.zip
Log | Files | Refs | Atom | README

TODO (raw) (712B)


   1 
   2 **legend:**
   3 
   4 - `[*]` = done
   5 - `[x]` = won't do
   6 - `[?]` = requires review
   7 - `[ ]` = not started
   8 
   9 functionality
  10 -------------
  11 
  12 [*] rename writeP
  13 [*] implement ol
  14 [*] implement ul
  15 [*] implement li
  16 [*] implement h1
  17 [*] implement h2
  18 [*] implement pre
  19 [ ] add utf-8 support (possibly more)
  20 [x] rename to naml (not another markup language) if it goes beyond txt and/or markdown syntax
  21 [*] get it working with latest re-works
  22 
  23 tests
  24 -----
  25 
  26 [*] test against test.txt
  27 [~] improve test.txt for catching edge-cases
  28 [*] handle large files
  29 [~] write proper tests
  30 
  31 optimisations
  32 -------------
  33 
  34 [*] avoid recursion (unless needed)
  35 [*] remove ASTLIMIT(?)
  36 [?] allow writebuf() to take more than 1 char at a time, make less calls