On Sun, Feb 27, 2011 at 11:31:46AM +0000, Oleksandr Gavenko wrote: > > Is C sources frozen and development under texi2html?
C sources are indeed frozen, and texi2html is incorporated in texinfo. But texi2html development is also frozen, as a new implementation (also in perl) is being developped with a completly new (and much better) design, with a Parser that converts a texinfo document to a tree and the Converters that walk the tree and output the result. The corresponding code is in the tp/ directory in the texinfo cvs. Right now the Parser is done, and the Info and Plaintext converters are also more or less done (though currently being tested using the extensive test suite that comes with texi2html). Other converters still need to be done. -- Pat
