yhdev/dat/tuwf.md
Yorhel 6242b2ee9c Rewrite to static site
With a complete reorganisation of the directory structure and most of
the content converted to pandoc-flavoured markdown.

Some TODO's left before this can go live:
- Main page
- Atom feeds
- Bug tracker
2019-03-23 11:56:53 +01:00

1.6 KiB

% The Ultimate Website Framework

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.

Main features

  • Very small, and no extra modules required for the base functionality,
  • Easy built-in routing,
  • Handy form validation functions,
  • Easy XML/HTML generation,
  • Response buffering and output compression,
  • Easy access to request data,
  • Support for CGI, FastCGI and a built-in web server,
  • Uses UTF-8 for all text,
  • Convenient SQL execution functions and correct transaction handling,
  • Open source (duh!) and available under a liberal MIT license.

Read the description in the documentation for more information and details.

Download

Latest packaged version: 1.2 ([dllink TUWF-1.2.tar.gz] - CPAN mirror)

TUWF is also available on a git repository at https://code.blicky.net/yorhel/tuwf.

Websites using TUWF

(Not a whole lot)