stdman icon indicating copy to clipboard operation
stdman copied to clipboard

Bad formatting in some files (std::find_first_of, for example)

Open jeaye opened this issue 11 years ago • 3 comments

These formatting issues are not caused by stdman, but rather the way elinks is rendering the html. Some steps could be taken to massage the html into something elinks prefers.

jeaye avatar Apr 20 '14 00:04 jeaye

How about using 'lynx' instead of 'elinks'. Lynx seem to render the html files better. If using lynx is okay, I would be more than happy to make the required changes and send a pull request.

zeekhuge avatar Dec 28 '16 09:12 zeekhuge

When I first created stdman, I tried both lynx and elinks. If I remember correctly, elinks handles the tables much better; that seemed worth it, given how often cppref lays things out as tables.

jeaye avatar Dec 28 '16 19:12 jeaye

@jeaye okay, then how about a python script to parse the html page ? I think that would mostly be easy and will be able to achieve better formatting. or, how would you suggest it otherwise ?

zeekhuge avatar Dec 29 '16 17:12 zeekhuge