Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlinden/html-formsdj
A web forms module the django way
https://github.com/tlinden/html-formsdj
Last synced: 4 days 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-11T20:32:59.000Z (about 13 years ago)
- Last Synced: 2023-03-22T03:11:20.293Z (almost 2 years ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/HTML-FormsDj/
- Size: 102 KB
- Stars: 0
- Watchers: 2
- 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 installto read the complete documentation, type:
perldoc HTML::FormsDjCOPYRIGHT
HTML::FormsDj
Copyright (c) 2012 by T. LindenThis library is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.AUTHOR
T. LindenVERSION
0.02