CLI Magic: Making HTML, manpages from plain text with AsciiDoc

CLI Magic: Making HTML, manpages from plain text with AsciiDoc
AsciiDoc is a handy program that can produce formatted HTML documents and manpages from plain text files. With it, you can produce general purpose documents or specialized output such as mathematical formulae and musical notation

Using the API for the W3C HTML Validator

Using the API for the W3C HTML Validator
The W3C has introduced an API for their HTML Validator.It is not a SOAP web service, but it does return XML that can be parsed, so now you have the ability to incorporate validation to any web application, Windows program or wherever you want. It works just as the normal validator, by specifying a URL, but you have to add the output=soap12 parameter to the URL like so: http://validator.w3.org/check?uri=http://www.google.com&output=soap12. Ive been playing a little with the possibilities and created a class that encapsulates the validation process and wraps the results up in a suitable class. The collection of errors and