From 58aca5c9c8f488e0e0b04b15e398b70f49156ec1 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 19 Sep 2016 15:46:39 +0200 Subject: [PATCH] Added Readme.md file. --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f12af1 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file