1
0
Fork 0
Data collection, validation, and processing framework for JavaScript [archive]
 
 
 
 
 
 
Go to file
Mike Gerwitz c927bf1214 index.js license header reformatting 2014-04-18 08:37:14 -04:00
doc Added placeholder files for Texinfo documentation 2014-01-16 23:35:45 -05:00
src Added version.js 2014-01-17 01:20:30 -05:00
.gitignore Added version.js 2014-01-17 01:20:30 -05:00
.travis.yml Initial Travis CI configuration 2014-01-17 14:00:26 -05:00
COPYING Placeholder README.md and license 2014-01-16 11:44:02 -05:00
Makefile.am package.json is not needed in Makefile 2014-01-17 01:16:01 -05:00
README Added README with autoreconf mention 2014-01-16 23:43:23 -05:00
README.md Included license and small `About' section in README.md 2014-01-16 22:51:07 -05:00
configure.ac Added version.js 2014-01-17 01:20:30 -05:00
index.js index.js license header reformatting 2014-04-18 08:37:14 -04:00
package.json.in Added package.json for npm 2014-01-17 00:51:53 -05:00

README.md

Liza Data Collection Framework

Liza is a data collection, validation, and processing framework for JavaScript.

This project is under active development; please check back later as we make it available.

About

The Liza Data Collection Framework—"Liza" for short—is an effort to clean up, formalize, and expand upon a framework that was developed at LoVullo Associates for collecting, validating, and processing large amounts of user input for insurance quoting. As existing code is refactored or its design improved upon, it will begin its life as part of Liza; please be patient as the entire core framework makes its way into this repository and others.

License

Liza is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The full license is available in COPYING.