1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

document/html/README: Describe what lives where

This commit is contained in:
Petr Baudis 2007-08-29 02:40:54 +02:00 committed by Petr Baudis
parent 9a559d91d0
commit 4137e02fa6

View File

@ -1,6 +1,15 @@
This is the "Mikulas' HTML Processor". The parser and renderer we actually use.
It's scary, yes.
The Mikulas renderer lives in renderer.c, frames.c (just small frameset support
stuff) and tables.c.
The Mikulas parser lives in parser/* and parser.*.
There is also new experimental parser that is based on the DOM engine but uses
the Mikulas renderer. It lives in dom.c.
Parser - renderer interaction
=============================