summaryrefslogtreecommitdiffstatshomepage
path: root/html4_strict.c
Commit message (Collapse)AuthorAgeFilesLines
* Inclusion of "real" validation code.Kristaps Dzonsons2008-11-291-2/+2
|
* Single call-back for filters.Kristaps Dzonsons2008-11-251-1/+4
| | | | | Removed verbose flag. Added more macros and arguments.
* Split roff engine into roff.c.Kristaps Dzonsons2008-11-241-617/+7
| | | | Re-worked calling convention for md_*.
* Roff-line tokens parsed into char**.Kristaps Dzonsons2008-11-241-42/+84
|
* Added initial support for callable/parsable.Kristaps Dzonsons2008-11-231-5/+48
|
* Fixed clarity in libmdocml.c.Kristaps Dzonsons2008-11-231-28/+36
| | | | Fixed debugging messages.
* Considerable improvements across the board.Kristaps Dzonsons2008-11-231-202/+235
|
* Initial support for Sh.Kristaps Dzonsons2008-11-231-13/+94
| | | | Debugging things (will be changed out).
* Segmentation into html and dummy parsers.Kristaps Dzonsons2008-11-231-0/+451
Initial recursive-descent parser in place for html/ml parser. Parsing of title tags more-or-less in place.