txt2html

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

TODO (raw) (615B)


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