https://github.com/tlinden/html-formsdj
A web forms module the django way
https://github.com/tlinden/html-formsdj
Last synced: about 2 months ago
JSON representation
A web forms module the django way
- Host: GitHub
- URL: https://github.com/tlinden/html-formsdj
- Owner: TLINDEN
- Created: 2012-01-11T20:19:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-11T20:32:59.000Z (over 14 years ago)
- Last Synced: 2025-01-11T11:41:58.853Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/HTML-FormsDj/
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
NAME
HTML::FormsDj - Web Forms Module for Dancer and others.
DESCRIPTION
The HTML::FormsDj module provides a comfortable way to maintain
HTML form input. Its main use is for Dancer but can be used with
other perl application servers as well, since it doesn't require
Dancer to run at all.
HTML::FormsDj aims to behave as much as Django's Forms system
with the excpetion to do it the perl way and without a save feature.
INSTALLATION
to install, type:
perl Makefile.PL
make
make test
make install
to read the complete documentation, type:
perldoc HTML::FormsDj
COPYRIGHT
HTML::FormsDj
Copyright (c) 2012 by T. Linden
This library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.
AUTHOR
T. Linden
VERSION
0.02