mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-17 10:56:22 +01:00

* PocoDoc: support generation on Windows * Replace hard code path with variables: VC should be set to the path of the C++ compiler (cl.exe) WDK should be set to the Windows Development Kit * Update CHANGELOG with the latest 1.7.8p4 one * Fix missing end tag Signed-off-by: zosrothko <zosrothko@orange.fr> * Add XHTML 1.0 Transitional DOCTYPE. Fix unbalanced <li> tags in the TOC generation. Use '\'' insteadof '"' as string delimiter to simplify the code. Use &#xxxx instead of © — entities as recommended by the W3C Signed-off-by: zosrothko <zosrothko@orange.fr>