=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 for the base functionality, =item * Easy built-in routing, =item * Handy form validation functions, =item * Easy XML/HTML generation, =item * Response buffering and output compression, =item * Easy access to request data, =item * Support for CGI, FastCGI and a built-in web server, =item * Uses UTF-8 for all text, =item * Convenient SQL execution functions and correct transaction handling, =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 1.2 ([dllink TUWF-1.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 (L) =item * L (L) =item * L (L) =item * The website embedded in the L mixing console. =item * L<333networks|http://333networks.com/> =back