1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
elinks/src/document/dom
Witold Filipczyk 3d96b0d7d7 Revert "Compile with C++."
This reverts commit 4f4df33638.
2019-04-21 12:27:40 +02:00
..
Makefile document/dom: Split SGML (HTML) source renderer to source.* 2007-08-28 17:41:55 +02:00
README document/dom: Explain that only renderer lives here 2007-08-28 15:15:13 +02:00
renderer.c Revert "Compile with C++." 2019-04-21 12:27:40 +02:00
renderer.h Revert "Compile with C++." 2019-04-21 12:27:40 +02:00
rss.c Reorganisation of code to make C++ happy 2016-04-20 22:21:31 +02:00
rss.h document/dom: Split RSS renderer to rss.* 2007-08-28 17:33:22 +02:00
source.c Reorganisation of code to make C++ happy 2016-04-20 22:21:31 +02:00
source.h document/dom: Split SGML (HTML) source renderer to source.* 2007-08-28 17:41:55 +02:00
util.c Reorganisation of code to make C++ happy 2016-04-20 22:21:31 +02:00
util.h template -> template_ for C++ compatibility 2016-04-20 18:05:00 +02:00

This is DOM document renderer. The DOM "engine" itself (parsers, selectors,
...) lives directly in src/dom/.