This project is the source code for http://htmlparsing.com, plus the Perl code that converts it from Markdown format into HTML and uploads it to the server.
s               page bodies in Markdown format
tt              templates in Template::Toolkit format
static          images and styles
t               tests
build           output
Perl and additional CPAN modules.
For building:
File::Slurp
Template
Text::Markdown
For testing:
Test::HTML::Tidy5
- Modify templates or page bodies. New pages have to be registered in the file 
crank. - Run 
maketo build the site and inspect the result in thebuilddirectory. - Run 
make testto check for HTML errors. - Commit/publish changes, see 
s/index.md.