PPWIZARD can be used to efficiently build and maintain websites as it allows the division of
code into reusable 'chunks', eliminating duplication and redundancy while developing and updating
the code of a site.
For example, every page on this site uses the same code in the header, which is stored in a
single definition in a header file called 'code.ih':
You then compile the source. This can be done by using a context-menu shortcut (right-click in
Windows) or more efficiently from a command line or batch file:
PPWIZARD index.it /Output:_final_output\*.html
This particular example will process index.it and output the file to a subdirectory
called _final_output with an .html extension.
Finally, just run the file(s) through HTML TIDY and you've got clean XHTML.