Added Readme.md file.

This commit is contained in:
Christian P. MOMON 2016-09-19 15:46:39 +02:00
parent e4385f7164
commit 58aca5c9c8

32
README.md Normal file
View file

@ -0,0 +1,32 @@
# Kiss4web
Welcome! Welcome in a world of K.I.S.S.
K.I.S.S. = Keep It Simple, Stupid (https://en.wikipedia.org/wiki/KISS_principle).
Nowadays, make a Web site involves to use complex and heavy frameworks. Nevertheless, to build a web page and to return it, does not maybe ask so much complexity.
Kiss4web is a K.I.S.S. solution for building web applications.
Kiss4web builds on:
- KissDispatcher: call the good Java Servlet for each HTTP request,
- Xidyn: a template solution to dynamize HTML sources.
## Developing environment
Kiss4web-demo project uses strictly Eclipse Kepler, Java 6, GIT.
## Build
Kiss4web uses Ant and generates a geneaquilt-x.y.z folder which contains:
- x.jar : full software.
- x-core.jar : only compiled class without any library.
- x-core-source.jar : sources.
# License
Kiss4web is released under the GNU LGPL license.