Add TUWF 1.2

This commit is contained in:
Yorhel 2018-02-18 12:13:06 +01:00
parent 54947f15c2
commit 2192e68775
8 changed files with 58 additions and 13 deletions

View file

@ -9,26 +9,24 @@ websites, it is also perfectly suited for small single-file websites.
=over
=item * Very small, and no extra modules required,
=item * Very small, and no extra modules required for the base functionality,
=item * Easy URI-to-function mapping using regular expressions,
=item * Easy built-in routing,
=item * Handy form validation functions,
=item * Easy XML/XHTML output generation functions,
=item * Easy XML/HTML generation,
=item * Response buffering and output compression,
=item * Easy access to GET/POST data and cookies,
=item * Easy access to request data,
=item * Support for CGI and FastCGI - optimized for FastCGI,
=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 * Promotes code re-use,
=item * Open source (duh!) and available under a liberal MIT license.
=back
@ -39,7 +37,7 @@ information and details.
=head2 Download
B<Latest packaged version:> 1.1 ([dllink TUWF-1.1.tar.gz download]
B<Latest packaged version:> 1.2 ([dllink TUWF-1.2.tar.gz download]
- L<CPAN mirror|http://search.cpan.org/dist/TUWF/>)
TUWF is also available on a git repository at L<https://g.blicky.net/tuwf.git/>.