Tools

This section reviews some of the tools available to the web developer.

HTML Validation

HTML validation can be done through the W3.org validator .

Crimson Editor

The Jinja template is generated from the Django template by copying it and performing the following substitutions.

    {%([^%]*)%}     ->      {{'{%\1%}'}}
regular expression      replacement pattern

Note

The regular expression and assosciated pattern are specific to crimson editor.