=pod TUWF is a very small and lightweight web development framework for Perl. It has evolved from being a few abstraction layers in two large websites to a separate set of modules. While initially designed to be used for large and complex websites, it is also perfectly suited for small single-file websites. =head2 Main features =over =item * Very small, and no extra modules required, =item * Easy URI-to-function mapping using regular expressions, =item * Handy form validation functions, =item * Easy XML/XHTML output generation functions, =item * Response buffering and output compression, =item * Easy access to GET/POST data and cookies, =item * Support for CGI and FastCGI - optimized for FastCGI, =item * Uses UTF-8 for all text, =item * Convenient SQL execution functions and correct transaction handling, =item * Promotes code re-use, =item * Open source (duh!) and available under a liberal MIT license. =back Read the L in the documentation for more information and details. =head2 Download B 0.2 ([dllink TUWF-0.2.tar.gz download] - L) TUWF is also available on a git repository at L. =head2 Websites using TUWF (Not a whole lot) =over =item * L (the site that spawned TUWF - L) =item * L (also L) =item * L (L) =item * The website embedded in the L mixing console. =item * L =back