From 3c6c6c0735bcccedf34fe5411d86777c3511f31a Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 18 Jan 2016 15:33:28 +0100 Subject: [PATCH] Projekt in ein JavaScript Frontend-Projekt umgewandelt --- .gitignore | 3 +- Gruntfile.js | 122 +++++++++ .../fonts/BPreplay Open Font License.txt | 0 .../fonts/BPreplay-webfont.eot | Bin .../fonts/BPreplay-webfont.svg | 0 .../fonts/BPreplay-webfont.ttf | Bin .../fonts/BPreplay-webfont.woff | Bin .../fonts/BPreplayBold-webfont.eot | Bin .../fonts/BPreplayBold-webfont.svg | 0 .../fonts/BPreplayBold-webfont.ttf | Bin .../fonts/BPreplayBold-webfont.woff | Bin .../fonts/BPreplayBoldItalics-webfont.eot | Bin .../fonts/BPreplayBoldItalics-webfont.svg | 0 .../fonts/BPreplayBoldItalics-webfont.ttf | Bin .../fonts/BPreplayBoldItalics-webfont.woff | Bin .../fonts/BPreplayItalics-webfont.eot | Bin .../fonts/BPreplayItalics-webfont.svg | 0 .../fonts/BPreplayItalics-webfont.ttf | Bin .../fonts/BPreplayItalics-webfont.woff | Bin .../fonts/Droid-Serif-fontfacekit.zip | Bin .../fonts/DroidSerif-Bold-webfont.eot | Bin .../fonts/DroidSerif-Bold-webfont.svg | 0 .../fonts/DroidSerif-Bold-webfont.ttf | Bin .../fonts/DroidSerif-Bold-webfont.woff | Bin .../fonts/DroidSerif-BoldItalic-webfont.eot | Bin .../fonts/DroidSerif-BoldItalic-webfont.svg | 0 .../fonts/DroidSerif-BoldItalic-webfont.ttf | Bin .../fonts/DroidSerif-BoldItalic-webfont.woff | Bin .../fonts/DroidSerif-Italic-webfont.eot | Bin .../fonts/DroidSerif-Italic-webfont.svg | 0 .../fonts/DroidSerif-Italic-webfont.ttf | Bin .../fonts/DroidSerif-Italic-webfont.woff | Bin .../fonts/DroidSerif-Regular-webfont.eot | Bin .../fonts/DroidSerif-Regular-webfont.svg | 0 .../fonts/DroidSerif-Regular-webfont.ttf | Bin .../fonts/DroidSerif-Regular-webfont.woff | Bin {src/main/webapp => dist}/fonts/symbols.eot | Bin {src/main/webapp => dist}/fonts/symbols.svg | 0 {src/main/webapp => dist}/fonts/symbols.ttf | Bin {src/main/webapp => dist}/fonts/symbols.woff | Bin .../main/webapp => dist}/img/comming-soon.png | Bin {src/main/webapp => dist}/img/kai-moritz.jpg | Bin {src/main/webapp => dist}/img/wip.gif | Bin dist/index.html | 10 + {src/main/webapp => dist}/js/base.js | 0 {src/main/webapp => dist}/js/html5shiv.js | 0 {src/main/webapp => dist}/js/ie6.js | 0 {src/main/webapp => dist}/js/ie7.js | 0 {src/main/webapp => dist}/js/ie8.js | 0 .../main/webapp => dist}/js/less-1.7.0.min.js | 0 {src/main/webapp => dist}/js/prettify.js | 0 {src/main/webapp => dist}/thymeleaf/404.html | 0 .../main/webapp => dist}/thymeleaf/about.html | 7 +- {src/main/webapp => dist}/thymeleaf/agb.html | 7 +- {src/main/webapp => dist}/thymeleaf/blog.html | 7 +- .../thymeleaf/blog/article.html | 9 +- .../thymeleaf/blog/comments.html | 7 +- .../webapp => dist}/thymeleaf/contact.html | 7 +- .../thymeleaf/datenschutz.html | 7 +- .../main/webapp => dist}/thymeleaf/error.html | 0 .../webapp => dist}/thymeleaf/expertise.html | 7 +- .../thymeleaf/google-analytics.html | 7 +- .../thymeleaf/haftung-inhalte.html | 7 +- .../thymeleaf/haftung-links.html | 7 +- .../webapp => dist}/thymeleaf/impressum.html | 7 +- .../main/webapp => dist}/thymeleaf/index.html | 7 +- .../webapp => dist}/thymeleaf/projects.html | 7 +- .../thymeleaf/projects/fix-swf.html | 7 +- .../projects/fix-swf/getting-started.html | 7 +- .../thymeleaf/projects/fix-swf/overview.html | 7 +- .../thymeleaf/projects/html-experimente.html | 7 +- .../html-experimente/basis-layout.html | 7 +- .../projects/html-experimente/breadcrumb.html | 7 +- .../html-experimente/druck-layout.html | 7 +- ...st-leer-einspaltig-mit-marginalinhalt.html | 7 +- .../fast-leer-einspaltig.html | 7 +- ...kein-men\303\274-aber-marginalinhalt.html" | 7 +- .../fast-leer-kein-men\303\274.html" | 7 +- ...r-mit-men\303\274-und-marginalinhalt.html" | 7 +- .../fast-leer-mit-men\303\274.html" | 7 +- .../projects/html-experimente/formulare.html | 7 +- .../html-experimente/kein-layout.html | 0 .../projects/html-experimente/phone.html | 4 +- .../html-experimente/seitenaufteilung.html | 4 +- .../projects/html-experimente/seitenkopf.html | 4 +- .../projects/html-experimente/symbole.html | 7 +- .../projects/html-experimente/tablet.html | 4 +- .../projects/html-experimente/testlab.html | 7 +- .../projects/html-experimente/tiny.html | 4 +- .../thymeleaf/projects/typo.html | 10 +- .../webapp => dist}/thymeleaf/references.html | 7 +- .../thymeleaf/templates/fragments.html | 7 +- .../thymeleaf/templates/layout.html | 13 +- .../thymeleaf/templates/testlab.html | 0 .../thymeleaf/urheberrechte.html | 7 +- {src/main/webapp/less => less}/base.less | 0 {src/main/webapp/less => less}/base/404.less | 0 .../less => less}/base/browserreset.less | 0 .../webapp/less => less}/base/content.less | 0 .../main/webapp/less => less}/base/fonts.less | 0 .../webapp/less => less}/base/footer.less | 0 .../webapp/less => less}/base/formulare.less | 0 {src/main/webapp/less => less}/base/head.less | 0 .../webapp/less => less}/base/marginal.less | 0 .../webapp/less => less}/base/navigation.less | 0 .../webapp/less => less}/base/prettify.less | 0 {src/main/webapp/less => less}/base/typo.less | 0 {src/main/webapp/less => less}/base/util.less | 0 less/ie8.less | 1 + {src/main/webapp/less => less}/phone/404.less | 0 .../webapp/less => less}/phone/footer.less | 0 .../main/webapp/less => less}/phone/head.less | 0 .../webapp/less => less}/phone/layout.less | 0 .../main/webapp/less => less}/phone/menu.less | 0 .../webapp/less => less}/phone/packs.less | 0 .../main/webapp/less => less}/phone/typo.less | 0 {src/main/webapp/less => less}/print.less | 0 .../main/webapp/less => less}/print/head.less | 0 .../webapp/less => less}/print/layout.less | 0 .../webapp/less => less}/print/prettify.less | 0 .../main/webapp/less => less}/print/typo.less | 0 {src/main/webapp/less => less}/screen.less | 0 .../webapp/less => less}/screen/content.less | 0 .../less => less}/screen/faux-column.less | 0 .../less => less}/screen/footer-sticky.less | 0 .../webapp/less => less}/screen/footer.less | 0 .../webapp/less => less}/screen/head.less | 0 .../webapp/less => less}/screen/layout.less | 0 .../webapp/less => less}/screen/marginal.less | 0 .../webapp/less => less}/screen/menu.less | 0 .../less => less}/screen/onecolumn.less | 0 .../webapp/less => less}/screen/packs.less | 0 .../main/webapp/less => less}/screen/wip.less | 0 .../main/webapp/less => less}/tablet/404.less | 0 .../webapp/less => less}/tablet/footer.less | 0 .../webapp/less => less}/tablet/head.less | 0 .../webapp/less => less}/tablet/layout.less | 0 .../webapp/less => less}/tablet/marginal.less | 0 .../webapp/less => less}/tablet/menu.less | 0 .../webapp/less => less}/tablet/typo.less | 0 {src/main/webapp/less => less}/tiny/404.less | 0 .../webapp/less => less}/tiny/layout.less | 0 {src/main/webapp/less => less}/variables.less | 0 package.json | 13 + pom.xml | 257 ------------------ src/main/resources/log4j.xml | 28 -- src/main/resources/spring/mvc.xml | 69 ----- src/main/webapp/WEB-INF/404.jsp | 29 -- src/main/webapp/WEB-INF/appengine-web.xml | 6 - src/main/webapp/WEB-INF/error.jsp | 34 --- src/main/webapp/WEB-INF/web.xml | 62 ----- src/main/webapp/less/all.less | 3 - src/main/webapp/less/ie8.less | 0 153 files changed, 339 insertions(+), 574 deletions(-) create mode 100644 Gruntfile.js rename {src/main/webapp => dist}/fonts/BPreplay Open Font License.txt (100%) rename {src/main/webapp => dist}/fonts/BPreplay-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/BPreplay-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/BPreplay-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/BPreplay-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/BPreplayBold-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/BPreplayBold-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/BPreplayBold-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/BPreplayBold-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/BPreplayBoldItalics-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/BPreplayBoldItalics-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/BPreplayBoldItalics-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/BPreplayBoldItalics-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/BPreplayItalics-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/BPreplayItalics-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/BPreplayItalics-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/BPreplayItalics-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/Droid-Serif-fontfacekit.zip (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Bold-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Bold-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Bold-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Bold-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-BoldItalic-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-BoldItalic-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-BoldItalic-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-BoldItalic-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Italic-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Italic-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Italic-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Italic-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Regular-webfont.eot (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Regular-webfont.svg (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Regular-webfont.ttf (100%) rename {src/main/webapp => dist}/fonts/DroidSerif-Regular-webfont.woff (100%) rename {src/main/webapp => dist}/fonts/symbols.eot (100%) rename {src/main/webapp => dist}/fonts/symbols.svg (100%) rename {src/main/webapp => dist}/fonts/symbols.ttf (100%) rename {src/main/webapp => dist}/fonts/symbols.woff (100%) rename {src/main/webapp => dist}/img/comming-soon.png (100%) rename {src/main/webapp => dist}/img/kai-moritz.jpg (100%) rename {src/main/webapp => dist}/img/wip.gif (100%) create mode 100644 dist/index.html rename {src/main/webapp => dist}/js/base.js (100%) rename {src/main/webapp => dist}/js/html5shiv.js (100%) rename {src/main/webapp => dist}/js/ie6.js (100%) rename {src/main/webapp => dist}/js/ie7.js (100%) rename {src/main/webapp => dist}/js/ie8.js (100%) rename {src/main/webapp => dist}/js/less-1.7.0.min.js (100%) rename {src/main/webapp => dist}/js/prettify.js (100%) rename {src/main/webapp => dist}/thymeleaf/404.html (100%) rename {src/main/webapp => dist}/thymeleaf/about.html (94%) rename {src/main/webapp => dist}/thymeleaf/agb.html (97%) rename {src/main/webapp => dist}/thymeleaf/blog.html (98%) rename {src/main/webapp => dist}/thymeleaf/blog/article.html (98%) rename {src/main/webapp => dist}/thymeleaf/blog/comments.html (99%) rename {src/main/webapp => dist}/thymeleaf/contact.html (92%) rename {src/main/webapp => dist}/thymeleaf/datenschutz.html (94%) rename {src/main/webapp => dist}/thymeleaf/error.html (100%) rename {src/main/webapp => dist}/thymeleaf/expertise.html (92%) rename {src/main/webapp => dist}/thymeleaf/google-analytics.html (95%) rename {src/main/webapp => dist}/thymeleaf/haftung-inhalte.html (94%) rename {src/main/webapp => dist}/thymeleaf/haftung-links.html (93%) rename {src/main/webapp => dist}/thymeleaf/impressum.html (93%) rename {src/main/webapp => dist}/thymeleaf/index.html (96%) rename {src/main/webapp => dist}/thymeleaf/projects.html (84%) rename {src/main/webapp => dist}/thymeleaf/projects/fix-swf.html (88%) rename {src/main/webapp => dist}/thymeleaf/projects/fix-swf/getting-started.html (88%) rename {src/main/webapp => dist}/thymeleaf/projects/fix-swf/overview.html (88%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente.html (98%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/basis-layout.html (83%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/breadcrumb.html (82%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/druck-layout.html (83%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html (88%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html (87%) rename "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" => "dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" (88%) rename "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" => "dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" (87%) rename "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" => "dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" (84%) rename "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" => "dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" (82%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/formulare.html (98%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/kein-layout.html (100%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/phone.html (81%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/seitenaufteilung.html (81%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/seitenkopf.html (82%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/symbole.html (98%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/tablet.html (81%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/testlab.html (98%) rename {src/main/webapp => dist}/thymeleaf/projects/html-experimente/tiny.html (82%) rename {src/main/webapp => dist}/thymeleaf/projects/typo.html (94%) rename {src/main/webapp => dist}/thymeleaf/references.html (91%) rename {src/main/webapp => dist}/thymeleaf/templates/fragments.html (90%) rename {src/main/webapp => dist}/thymeleaf/templates/layout.html (94%) rename {src/main/webapp => dist}/thymeleaf/templates/testlab.html (100%) rename {src/main/webapp => dist}/thymeleaf/urheberrechte.html (94%) rename {src/main/webapp/less => less}/base.less (100%) rename {src/main/webapp/less => less}/base/404.less (100%) rename {src/main/webapp/less => less}/base/browserreset.less (100%) rename {src/main/webapp/less => less}/base/content.less (100%) rename {src/main/webapp/less => less}/base/fonts.less (100%) rename {src/main/webapp/less => less}/base/footer.less (100%) rename {src/main/webapp/less => less}/base/formulare.less (100%) rename {src/main/webapp/less => less}/base/head.less (100%) rename {src/main/webapp/less => less}/base/marginal.less (100%) rename {src/main/webapp/less => less}/base/navigation.less (100%) rename {src/main/webapp/less => less}/base/prettify.less (100%) rename {src/main/webapp/less => less}/base/typo.less (100%) rename {src/main/webapp/less => less}/base/util.less (100%) create mode 100644 less/ie8.less rename {src/main/webapp/less => less}/phone/404.less (100%) rename {src/main/webapp/less => less}/phone/footer.less (100%) rename {src/main/webapp/less => less}/phone/head.less (100%) rename {src/main/webapp/less => less}/phone/layout.less (100%) rename {src/main/webapp/less => less}/phone/menu.less (100%) rename {src/main/webapp/less => less}/phone/packs.less (100%) rename {src/main/webapp/less => less}/phone/typo.less (100%) rename {src/main/webapp/less => less}/print.less (100%) rename {src/main/webapp/less => less}/print/head.less (100%) rename {src/main/webapp/less => less}/print/layout.less (100%) rename {src/main/webapp/less => less}/print/prettify.less (100%) rename {src/main/webapp/less => less}/print/typo.less (100%) rename {src/main/webapp/less => less}/screen.less (100%) rename {src/main/webapp/less => less}/screen/content.less (100%) rename {src/main/webapp/less => less}/screen/faux-column.less (100%) rename {src/main/webapp/less => less}/screen/footer-sticky.less (100%) rename {src/main/webapp/less => less}/screen/footer.less (100%) rename {src/main/webapp/less => less}/screen/head.less (100%) rename {src/main/webapp/less => less}/screen/layout.less (100%) rename {src/main/webapp/less => less}/screen/marginal.less (100%) rename {src/main/webapp/less => less}/screen/menu.less (100%) rename {src/main/webapp/less => less}/screen/onecolumn.less (100%) rename {src/main/webapp/less => less}/screen/packs.less (100%) rename {src/main/webapp/less => less}/screen/wip.less (100%) rename {src/main/webapp/less => less}/tablet/404.less (100%) rename {src/main/webapp/less => less}/tablet/footer.less (100%) rename {src/main/webapp/less => less}/tablet/head.less (100%) rename {src/main/webapp/less => less}/tablet/layout.less (100%) rename {src/main/webapp/less => less}/tablet/marginal.less (100%) rename {src/main/webapp/less => less}/tablet/menu.less (100%) rename {src/main/webapp/less => less}/tablet/typo.less (100%) rename {src/main/webapp/less => less}/tiny/404.less (100%) rename {src/main/webapp/less => less}/tiny/layout.less (100%) rename {src/main/webapp/less => less}/variables.less (100%) create mode 100644 package.json delete mode 100644 pom.xml delete mode 100644 src/main/resources/log4j.xml delete mode 100644 src/main/resources/spring/mvc.xml delete mode 100644 src/main/webapp/WEB-INF/404.jsp delete mode 100644 src/main/webapp/WEB-INF/appengine-web.xml delete mode 100644 src/main/webapp/WEB-INF/error.jsp delete mode 100644 src/main/webapp/WEB-INF/web.xml delete mode 100644 src/main/webapp/less/all.less delete mode 100644 src/main/webapp/less/ie8.less diff --git a/.gitignore b/.gitignore index eb5a316c..cae7fa6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -target +node_modules +dist/css diff --git a/Gruntfile.js b/Gruntfile.js new file mode 100644 index 00000000..2d425080 --- /dev/null +++ b/Gruntfile.js @@ -0,0 +1,122 @@ +module.exports = function (grunt) { + 'use strict'; + + grunt.loadNpmTasks('grunt-contrib-clean'); + grunt.loadNpmTasks('grunt-contrib-cssmin'); + grunt.loadNpmTasks('grunt-contrib-less'); + grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-newer'); + + grunt.initConfig({ + + clean: { + css: [ 'dist/css' ] + }, + + less: { + base: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: 'base.css.map', + sourceMapFilename: 'dist/css/base.css.map' + }, + src: 'less/base.less', + dest: 'dist/css/base.css' + }, + screen: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: 'screen.css.map', + sourceMapFilename: 'dist/css/screen.css.map' + }, + src: 'less/screen.less', + dest: 'dist/css/screen.css' + }, + print: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: 'print.css.map', + sourceMapFilename: 'dist/css/print.css.map' + }, + src: 'less/print.less', + dest: 'dist/css/print.css' + }, + ie8: { + options: { + strictMath: true, + sourceMap: true, + outputSourceFiles: true, + sourceMapURL: 'ie8.css.map', + sourceMapFilename: 'dist/css/ie8.css.map' + }, + src: 'less/ie8.less', + dest: 'dist/css/ie8.css' + } + }, + + cssmin: { + options: { + compatibility: 'ie8', + sourceMap: true, + advanced: false + }, + base: { + src: 'dist/css/base.css', + dest: 'dist/css/base.min.css' + }, + screen: { + src: 'dist/css/screen.css', + dest: 'dist/css/screen.min.css' + }, + print: { + src: 'dist/css/print.css', + dest: 'dist/css/print.min.css' + }, + ie8: { + src: 'dist/css/ie8.css', + dest: 'dist/css/ie8.min.css' + } + }, + + watch: { + css: { + files: [ 'less/**/*.less' ], + tasks: 'css' + } + } + + }) + + + // Task to build and minify the CSS + grunt.registerTask('css', [ 'less', 'newer:cssmin' ]); + + // Task to build the distribution + grunt.registerTask('dist', [ 'css' ]); + + + // Task to start a local http-server for development + grunt.registerTask('http-server', function() { + + grunt.util.spawn({ + cmd: 'node_modules/http-server/bin/http-server', + args: [ 'dist' ], + opts: { stdio: 'inherit' } + }); + + }); + + // Task to start development-environment + grunt.registerTask('devel', [ 'dist', 'http-server', 'watch' ]); + + + // Default task. + grunt.registerTask('default', [ 'dist' ]); + +} diff --git a/src/main/webapp/fonts/BPreplay Open Font License.txt b/dist/fonts/BPreplay Open Font License.txt similarity index 100% rename from src/main/webapp/fonts/BPreplay Open Font License.txt rename to dist/fonts/BPreplay Open Font License.txt diff --git a/src/main/webapp/fonts/BPreplay-webfont.eot b/dist/fonts/BPreplay-webfont.eot similarity index 100% rename from src/main/webapp/fonts/BPreplay-webfont.eot rename to dist/fonts/BPreplay-webfont.eot diff --git a/src/main/webapp/fonts/BPreplay-webfont.svg b/dist/fonts/BPreplay-webfont.svg similarity index 100% rename from src/main/webapp/fonts/BPreplay-webfont.svg rename to dist/fonts/BPreplay-webfont.svg diff --git a/src/main/webapp/fonts/BPreplay-webfont.ttf b/dist/fonts/BPreplay-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/BPreplay-webfont.ttf rename to dist/fonts/BPreplay-webfont.ttf diff --git a/src/main/webapp/fonts/BPreplay-webfont.woff b/dist/fonts/BPreplay-webfont.woff similarity index 100% rename from src/main/webapp/fonts/BPreplay-webfont.woff rename to dist/fonts/BPreplay-webfont.woff diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.eot b/dist/fonts/BPreplayBold-webfont.eot similarity index 100% rename from src/main/webapp/fonts/BPreplayBold-webfont.eot rename to dist/fonts/BPreplayBold-webfont.eot diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.svg b/dist/fonts/BPreplayBold-webfont.svg similarity index 100% rename from src/main/webapp/fonts/BPreplayBold-webfont.svg rename to dist/fonts/BPreplayBold-webfont.svg diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.ttf b/dist/fonts/BPreplayBold-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/BPreplayBold-webfont.ttf rename to dist/fonts/BPreplayBold-webfont.ttf diff --git a/src/main/webapp/fonts/BPreplayBold-webfont.woff b/dist/fonts/BPreplayBold-webfont.woff similarity index 100% rename from src/main/webapp/fonts/BPreplayBold-webfont.woff rename to dist/fonts/BPreplayBold-webfont.woff diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot b/dist/fonts/BPreplayBoldItalics-webfont.eot similarity index 100% rename from src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot rename to dist/fonts/BPreplayBoldItalics-webfont.eot diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg b/dist/fonts/BPreplayBoldItalics-webfont.svg similarity index 100% rename from src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg rename to dist/fonts/BPreplayBoldItalics-webfont.svg diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf b/dist/fonts/BPreplayBoldItalics-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf rename to dist/fonts/BPreplayBoldItalics-webfont.ttf diff --git a/src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff b/dist/fonts/BPreplayBoldItalics-webfont.woff similarity index 100% rename from src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff rename to dist/fonts/BPreplayBoldItalics-webfont.woff diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.eot b/dist/fonts/BPreplayItalics-webfont.eot similarity index 100% rename from src/main/webapp/fonts/BPreplayItalics-webfont.eot rename to dist/fonts/BPreplayItalics-webfont.eot diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.svg b/dist/fonts/BPreplayItalics-webfont.svg similarity index 100% rename from src/main/webapp/fonts/BPreplayItalics-webfont.svg rename to dist/fonts/BPreplayItalics-webfont.svg diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.ttf b/dist/fonts/BPreplayItalics-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/BPreplayItalics-webfont.ttf rename to dist/fonts/BPreplayItalics-webfont.ttf diff --git a/src/main/webapp/fonts/BPreplayItalics-webfont.woff b/dist/fonts/BPreplayItalics-webfont.woff similarity index 100% rename from src/main/webapp/fonts/BPreplayItalics-webfont.woff rename to dist/fonts/BPreplayItalics-webfont.woff diff --git a/src/main/webapp/fonts/Droid-Serif-fontfacekit.zip b/dist/fonts/Droid-Serif-fontfacekit.zip similarity index 100% rename from src/main/webapp/fonts/Droid-Serif-fontfacekit.zip rename to dist/fonts/Droid-Serif-fontfacekit.zip diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.eot b/dist/fonts/DroidSerif-Bold-webfont.eot similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Bold-webfont.eot rename to dist/fonts/DroidSerif-Bold-webfont.eot diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.svg b/dist/fonts/DroidSerif-Bold-webfont.svg similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Bold-webfont.svg rename to dist/fonts/DroidSerif-Bold-webfont.svg diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.ttf b/dist/fonts/DroidSerif-Bold-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Bold-webfont.ttf rename to dist/fonts/DroidSerif-Bold-webfont.ttf diff --git a/src/main/webapp/fonts/DroidSerif-Bold-webfont.woff b/dist/fonts/DroidSerif-Bold-webfont.woff similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Bold-webfont.woff rename to dist/fonts/DroidSerif-Bold-webfont.woff diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.eot b/dist/fonts/DroidSerif-BoldItalic-webfont.eot similarity index 100% rename from src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.eot rename to dist/fonts/DroidSerif-BoldItalic-webfont.eot diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.svg b/dist/fonts/DroidSerif-BoldItalic-webfont.svg similarity index 100% rename from src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.svg rename to dist/fonts/DroidSerif-BoldItalic-webfont.svg diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.ttf b/dist/fonts/DroidSerif-BoldItalic-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.ttf rename to dist/fonts/DroidSerif-BoldItalic-webfont.ttf diff --git a/src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.woff b/dist/fonts/DroidSerif-BoldItalic-webfont.woff similarity index 100% rename from src/main/webapp/fonts/DroidSerif-BoldItalic-webfont.woff rename to dist/fonts/DroidSerif-BoldItalic-webfont.woff diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.eot b/dist/fonts/DroidSerif-Italic-webfont.eot similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Italic-webfont.eot rename to dist/fonts/DroidSerif-Italic-webfont.eot diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.svg b/dist/fonts/DroidSerif-Italic-webfont.svg similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Italic-webfont.svg rename to dist/fonts/DroidSerif-Italic-webfont.svg diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.ttf b/dist/fonts/DroidSerif-Italic-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Italic-webfont.ttf rename to dist/fonts/DroidSerif-Italic-webfont.ttf diff --git a/src/main/webapp/fonts/DroidSerif-Italic-webfont.woff b/dist/fonts/DroidSerif-Italic-webfont.woff similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Italic-webfont.woff rename to dist/fonts/DroidSerif-Italic-webfont.woff diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.eot b/dist/fonts/DroidSerif-Regular-webfont.eot similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Regular-webfont.eot rename to dist/fonts/DroidSerif-Regular-webfont.eot diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.svg b/dist/fonts/DroidSerif-Regular-webfont.svg similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Regular-webfont.svg rename to dist/fonts/DroidSerif-Regular-webfont.svg diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.ttf b/dist/fonts/DroidSerif-Regular-webfont.ttf similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Regular-webfont.ttf rename to dist/fonts/DroidSerif-Regular-webfont.ttf diff --git a/src/main/webapp/fonts/DroidSerif-Regular-webfont.woff b/dist/fonts/DroidSerif-Regular-webfont.woff similarity index 100% rename from src/main/webapp/fonts/DroidSerif-Regular-webfont.woff rename to dist/fonts/DroidSerif-Regular-webfont.woff diff --git a/src/main/webapp/fonts/symbols.eot b/dist/fonts/symbols.eot similarity index 100% rename from src/main/webapp/fonts/symbols.eot rename to dist/fonts/symbols.eot diff --git a/src/main/webapp/fonts/symbols.svg b/dist/fonts/symbols.svg similarity index 100% rename from src/main/webapp/fonts/symbols.svg rename to dist/fonts/symbols.svg diff --git a/src/main/webapp/fonts/symbols.ttf b/dist/fonts/symbols.ttf similarity index 100% rename from src/main/webapp/fonts/symbols.ttf rename to dist/fonts/symbols.ttf diff --git a/src/main/webapp/fonts/symbols.woff b/dist/fonts/symbols.woff similarity index 100% rename from src/main/webapp/fonts/symbols.woff rename to dist/fonts/symbols.woff diff --git a/src/main/webapp/img/comming-soon.png b/dist/img/comming-soon.png similarity index 100% rename from src/main/webapp/img/comming-soon.png rename to dist/img/comming-soon.png diff --git a/src/main/webapp/img/kai-moritz.jpg b/dist/img/kai-moritz.jpg similarity index 100% rename from src/main/webapp/img/kai-moritz.jpg rename to dist/img/kai-moritz.jpg diff --git a/src/main/webapp/img/wip.gif b/dist/img/wip.gif similarity index 100% rename from src/main/webapp/img/wip.gif rename to dist/img/wip.gif diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 00000000..0f3f0bdc --- /dev/null +++ b/dist/index.html @@ -0,0 +1,10 @@ + + + + + Frameset to Bypass Same-Origin-Policy + + + + + diff --git a/src/main/webapp/js/base.js b/dist/js/base.js similarity index 100% rename from src/main/webapp/js/base.js rename to dist/js/base.js diff --git a/src/main/webapp/js/html5shiv.js b/dist/js/html5shiv.js similarity index 100% rename from src/main/webapp/js/html5shiv.js rename to dist/js/html5shiv.js diff --git a/src/main/webapp/js/ie6.js b/dist/js/ie6.js similarity index 100% rename from src/main/webapp/js/ie6.js rename to dist/js/ie6.js diff --git a/src/main/webapp/js/ie7.js b/dist/js/ie7.js similarity index 100% rename from src/main/webapp/js/ie7.js rename to dist/js/ie7.js diff --git a/src/main/webapp/js/ie8.js b/dist/js/ie8.js similarity index 100% rename from src/main/webapp/js/ie8.js rename to dist/js/ie8.js diff --git a/src/main/webapp/js/less-1.7.0.min.js b/dist/js/less-1.7.0.min.js similarity index 100% rename from src/main/webapp/js/less-1.7.0.min.js rename to dist/js/less-1.7.0.min.js diff --git a/src/main/webapp/js/prettify.js b/dist/js/prettify.js similarity index 100% rename from src/main/webapp/js/prettify.js rename to dist/js/prettify.js diff --git a/src/main/webapp/thymeleaf/404.html b/dist/thymeleaf/404.html similarity index 100% rename from src/main/webapp/thymeleaf/404.html rename to dist/thymeleaf/404.html diff --git a/src/main/webapp/thymeleaf/about.html b/dist/thymeleaf/about.html similarity index 94% rename from src/main/webapp/thymeleaf/about.html rename to dist/thymeleaf/about.html index ad290d5e..f2e072cc 100644 --- a/src/main/webapp/thymeleaf/about.html +++ b/dist/thymeleaf/about.html @@ -6,8 +6,11 @@ > About - - + +
    diff --git a/src/main/webapp/thymeleaf/agb.html b/dist/thymeleaf/agb.html similarity index 97% rename from src/main/webapp/thymeleaf/agb.html rename to dist/thymeleaf/agb.html index 03b04935..e58107cf 100644 --- a/src/main/webapp/thymeleaf/agb.html +++ b/dist/thymeleaf/agb.html @@ -6,8 +6,11 @@ > Allgemeine Geschäftsbedingungen (AGB) - - + +
      diff --git a/src/main/webapp/thymeleaf/blog.html b/dist/thymeleaf/blog.html similarity index 98% rename from src/main/webapp/thymeleaf/blog.html rename to dist/thymeleaf/blog.html index c67391d1..891ee9bb 100644 --- a/src/main/webapp/thymeleaf/blog.html +++ b/dist/thymeleaf/blog.html @@ -6,8 +6,11 @@ > Blog - - + +
        diff --git a/src/main/webapp/thymeleaf/blog/article.html b/dist/thymeleaf/blog/article.html similarity index 98% rename from src/main/webapp/thymeleaf/blog/article.html rename to dist/thymeleaf/blog/article.html index db33ff39..faf9ab0b 100644 --- a/src/main/webapp/thymeleaf/blog/article.html +++ b/dist/thymeleaf/blog/article.html @@ -6,8 +6,11 @@ > juplo - blog - Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources - - + +
          @@ -38,7 +41,7 @@

          You cannot do both, use the Client-side mode of LESS to ease development and use the lesscss-maven-plugin to automatically compile the LESS-sources into CSS for production. That does not work, because your stylesheets must be linked in different ways if you are switching between the client-side mode – which is best for development – and the pre-compiled mode – which is best for production. For the client-side mode you need something like:

             
          -  <link rel="stylesheet/less" type="text/css" href="styles.less" />
          +  <link rel="stylesheet" type="text/css" href="styles.less" />
             <script src="less.js" type="text/javascript"></script>
             
                     
          diff --git a/src/main/webapp/thymeleaf/blog/comments.html b/dist/thymeleaf/blog/comments.html similarity index 99% rename from src/main/webapp/thymeleaf/blog/comments.html rename to dist/thymeleaf/blog/comments.html index 73b340a0..3d4a05b7 100644 --- a/src/main/webapp/thymeleaf/blog/comments.html +++ b/dist/thymeleaf/blog/comments.html @@ -6,8 +6,11 @@ > juplo - blog - hibernate4-maven-plugin - - + +
            diff --git a/src/main/webapp/thymeleaf/contact.html b/dist/thymeleaf/contact.html similarity index 92% rename from src/main/webapp/thymeleaf/contact.html rename to dist/thymeleaf/contact.html index 7faea163..8fe41778 100644 --- a/src/main/webapp/thymeleaf/contact.html +++ b/dist/thymeleaf/contact.html @@ -6,8 +6,11 @@ > Contact - - + +
              diff --git a/src/main/webapp/thymeleaf/datenschutz.html b/dist/thymeleaf/datenschutz.html similarity index 94% rename from src/main/webapp/thymeleaf/datenschutz.html rename to dist/thymeleaf/datenschutz.html index 5b662e97..dec5ab11 100644 --- a/src/main/webapp/thymeleaf/datenschutz.html +++ b/dist/thymeleaf/datenschutz.html @@ -6,8 +6,11 @@ > Datenschutz - - + +
                diff --git a/src/main/webapp/thymeleaf/error.html b/dist/thymeleaf/error.html similarity index 100% rename from src/main/webapp/thymeleaf/error.html rename to dist/thymeleaf/error.html diff --git a/src/main/webapp/thymeleaf/expertise.html b/dist/thymeleaf/expertise.html similarity index 92% rename from src/main/webapp/thymeleaf/expertise.html rename to dist/thymeleaf/expertise.html index a1c33356..f45300c5 100644 --- a/src/main/webapp/thymeleaf/expertise.html +++ b/dist/thymeleaf/expertise.html @@ -6,8 +6,11 @@ > Expertise - - + +
                  diff --git a/src/main/webapp/thymeleaf/google-analytics.html b/dist/thymeleaf/google-analytics.html similarity index 95% rename from src/main/webapp/thymeleaf/google-analytics.html rename to dist/thymeleaf/google-analytics.html index a932a54a..496bcd76 100644 --- a/src/main/webapp/thymeleaf/google-analytics.html +++ b/dist/thymeleaf/google-analytics.html @@ -6,8 +6,11 @@ > Google Analytics - - + +
                    diff --git a/src/main/webapp/thymeleaf/haftung-inhalte.html b/dist/thymeleaf/haftung-inhalte.html similarity index 94% rename from src/main/webapp/thymeleaf/haftung-inhalte.html rename to dist/thymeleaf/haftung-inhalte.html index 9e705027..f1948fbd 100644 --- a/src/main/webapp/thymeleaf/haftung-inhalte.html +++ b/dist/thymeleaf/haftung-inhalte.html @@ -6,8 +6,11 @@ > Haftung für Inhalte - - + +
                      diff --git a/src/main/webapp/thymeleaf/haftung-links.html b/dist/thymeleaf/haftung-links.html similarity index 93% rename from src/main/webapp/thymeleaf/haftung-links.html rename to dist/thymeleaf/haftung-links.html index dc1b44be..b4450303 100644 --- a/src/main/webapp/thymeleaf/haftung-links.html +++ b/dist/thymeleaf/haftung-links.html @@ -6,8 +6,11 @@ > Haftung für Links - - + +
                        diff --git a/src/main/webapp/thymeleaf/impressum.html b/dist/thymeleaf/impressum.html similarity index 93% rename from src/main/webapp/thymeleaf/impressum.html rename to dist/thymeleaf/impressum.html index 87f85c16..9e9cc05f 100644 --- a/src/main/webapp/thymeleaf/impressum.html +++ b/dist/thymeleaf/impressum.html @@ -6,8 +6,11 @@ > Impressum - - + +
                          diff --git a/src/main/webapp/thymeleaf/index.html b/dist/thymeleaf/index.html similarity index 96% rename from src/main/webapp/thymeleaf/index.html rename to dist/thymeleaf/index.html index d1ebe608..30241332 100644 --- a/src/main/webapp/thymeleaf/index.html +++ b/dist/thymeleaf/index.html @@ -7,8 +7,11 @@ > Home - - + +
                            diff --git a/src/main/webapp/thymeleaf/projects.html b/dist/thymeleaf/projects.html similarity index 84% rename from src/main/webapp/thymeleaf/projects.html rename to dist/thymeleaf/projects.html index a8617d9c..4737f8d1 100644 --- a/src/main/webapp/thymeleaf/projects.html +++ b/dist/thymeleaf/projects.html @@ -7,8 +7,11 @@ > Projects - - + +
                              diff --git a/src/main/webapp/thymeleaf/projects/fix-swf.html b/dist/thymeleaf/projects/fix-swf.html similarity index 88% rename from src/main/webapp/thymeleaf/projects/fix-swf.html rename to dist/thymeleaf/projects/fix-swf.html index d534d504..dba5d936 100644 --- a/src/main/webapp/thymeleaf/projects/fix-swf.html +++ b/dist/thymeleaf/projects/fix-swf.html @@ -7,8 +7,11 @@ > Fix SWF - - + +
                                diff --git a/src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html b/dist/thymeleaf/projects/fix-swf/getting-started.html similarity index 88% rename from src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html rename to dist/thymeleaf/projects/fix-swf/getting-started.html index 74bd2527..b4b8fb02 100644 --- a/src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html +++ b/dist/thymeleaf/projects/fix-swf/getting-started.html @@ -7,8 +7,11 @@ > Fix SWF - Getting started - - + +
                                  diff --git a/src/main/webapp/thymeleaf/projects/fix-swf/overview.html b/dist/thymeleaf/projects/fix-swf/overview.html similarity index 88% rename from src/main/webapp/thymeleaf/projects/fix-swf/overview.html rename to dist/thymeleaf/projects/fix-swf/overview.html index da67bcab..a2df3a06 100644 --- a/src/main/webapp/thymeleaf/projects/fix-swf/overview.html +++ b/dist/thymeleaf/projects/fix-swf/overview.html @@ -7,8 +7,11 @@ > Fix SWF - Overview - - + +
                                    diff --git a/src/main/webapp/thymeleaf/projects/html-experimente.html b/dist/thymeleaf/projects/html-experimente.html similarity index 98% rename from src/main/webapp/thymeleaf/projects/html-experimente.html rename to dist/thymeleaf/projects/html-experimente.html index 9ea48fe6..77baf034 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente.html +++ b/dist/thymeleaf/projects/html-experimente.html @@ -7,8 +7,11 @@ > HTML-Experimente - - + +
                                      diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html b/dist/thymeleaf/projects/html-experimente/basis-layout.html similarity index 83% rename from src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html rename to dist/thymeleaf/projects/html-experimente/basis-layout.html index 3041aefb..fe6fb75b 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html +++ b/dist/thymeleaf/projects/html-experimente/basis-layout.html @@ -8,8 +8,11 @@ > HTML-Experimente - Basis-Layout - - + +
                                        diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html b/dist/thymeleaf/projects/html-experimente/breadcrumb.html similarity index 82% rename from src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html rename to dist/thymeleaf/projects/html-experimente/breadcrumb.html index e9a0f9dc..21a1f47b 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html +++ b/dist/thymeleaf/projects/html-experimente/breadcrumb.html @@ -8,8 +8,11 @@ > HTML-Experimente - Langer Breadcrumb - - + +
                                          diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html b/dist/thymeleaf/projects/html-experimente/druck-layout.html similarity index 83% rename from src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html rename to dist/thymeleaf/projects/html-experimente/druck-layout.html index 953284a7..45ca8a74 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html +++ b/dist/thymeleaf/projects/html-experimente/druck-layout.html @@ -8,8 +8,11 @@ > HTML-Experimente - Druck-Layout - - + +
                                            diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html b/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html similarity index 88% rename from src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html rename to dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html index 2bdb2b00..18a2738d 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html +++ b/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html @@ -8,8 +8,11 @@ > HTML-Experimente - Fast leere einspaltige Seite mit Marginalinhalt - - + +
                                              diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html b/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html similarity index 87% rename from src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html rename to dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html index a4680d75..86f07d13 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html +++ b/dist/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html @@ -8,8 +8,11 @@ > HTML-Experimente - Fast leere einspaltige Seite - - + +
                                                diff --git "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" "b/dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" similarity index 88% rename from "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" rename to "dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" index 912c8282..93c38ec9 100644 --- "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" +++ "b/dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274-aber-marginalinhalt.html" @@ -8,8 +8,11 @@ > HTML-Experimente - Fast leere Seite ohne Menü aber mit Marginalspalte - - + +
                                                  diff --git "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" "b/dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" similarity index 87% rename from "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" rename to "dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" index c255fa33..387236f1 100644 --- "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" +++ "b/dist/thymeleaf/projects/html-experimente/fast-leer-kein-men\303\274.html" @@ -8,8 +8,11 @@ > HTML-Experimente - Fast leere Seite ohne Menü - - + +
                                                    diff --git "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" "b/dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" similarity index 84% rename from "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" rename to "dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" index f173bcb6..9c24fd8f 100644 --- "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" +++ "b/dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274-und-marginalinhalt.html" @@ -7,8 +7,11 @@ > HTML-Experimente - Fast leere Seite mit Menü und Marginalinhalt - - + +
                                                      diff --git "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" "b/dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" similarity index 82% rename from "src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" rename to "dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" index c6837ab9..4f8c1bfe 100644 --- "a/src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" +++ "b/dist/thymeleaf/projects/html-experimente/fast-leer-mit-men\303\274.html" @@ -7,8 +7,11 @@ > HTML-Experimente - Fast leere Seite mit Menü - - + +
                                                        diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/formulare.html b/dist/thymeleaf/projects/html-experimente/formulare.html similarity index 98% rename from src/main/webapp/thymeleaf/projects/html-experimente/formulare.html rename to dist/thymeleaf/projects/html-experimente/formulare.html index 2fa07bc6..03a8514f 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/formulare.html +++ b/dist/thymeleaf/projects/html-experimente/formulare.html @@ -7,8 +7,11 @@ > HTML-Experimente - Formulare - - + +
                                                          diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/kein-layout.html b/dist/thymeleaf/projects/html-experimente/kein-layout.html similarity index 100% rename from src/main/webapp/thymeleaf/projects/html-experimente/kein-layout.html rename to dist/thymeleaf/projects/html-experimente/kein-layout.html diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/phone.html b/dist/thymeleaf/projects/html-experimente/phone.html similarity index 81% rename from src/main/webapp/thymeleaf/projects/html-experimente/phone.html rename to dist/thymeleaf/projects/html-experimente/phone.html index cc57e89b..00b47665 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/phone.html +++ b/dist/thymeleaf/projects/html-experimente/phone.html @@ -8,8 +8,8 @@ > HTML-Experimente - Layout PHONE - - + + diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html b/dist/thymeleaf/projects/html-experimente/seitenaufteilung.html similarity index 81% rename from src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html rename to dist/thymeleaf/projects/html-experimente/seitenaufteilung.html index 95f97946..592764e6 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html +++ b/dist/thymeleaf/projects/html-experimente/seitenaufteilung.html @@ -8,8 +8,8 @@ > HTML-Experimente - Basis-Layout & Seitenaufteilung - - + + diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html b/dist/thymeleaf/projects/html-experimente/seitenkopf.html similarity index 82% rename from src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html rename to dist/thymeleaf/projects/html-experimente/seitenkopf.html index 7cedd2da..e94d6c62 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html +++ b/dist/thymeleaf/projects/html-experimente/seitenkopf.html @@ -8,8 +8,8 @@ > HTML-Experimente - Basis-Layout & Seitenkopf - - + + diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/symbole.html b/dist/thymeleaf/projects/html-experimente/symbole.html similarity index 98% rename from src/main/webapp/thymeleaf/projects/html-experimente/symbole.html rename to dist/thymeleaf/projects/html-experimente/symbole.html index 1a850678..451f81a3 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/symbole.html +++ b/dist/thymeleaf/projects/html-experimente/symbole.html @@ -7,8 +7,11 @@ > HTML-Experimente - Symbol-Font - - + +
                                                            diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/tablet.html b/dist/thymeleaf/projects/html-experimente/tablet.html similarity index 81% rename from src/main/webapp/thymeleaf/projects/html-experimente/tablet.html rename to dist/thymeleaf/projects/html-experimente/tablet.html index 3948e6cb..8274921c 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/tablet.html +++ b/dist/thymeleaf/projects/html-experimente/tablet.html @@ -8,8 +8,8 @@ > HTML-Experimente - Layout TABLET - - + + diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/testlab.html b/dist/thymeleaf/projects/html-experimente/testlab.html similarity index 98% rename from src/main/webapp/thymeleaf/projects/html-experimente/testlab.html rename to dist/thymeleaf/projects/html-experimente/testlab.html index 9aba6787..0d99216c 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/testlab.html +++ b/dist/thymeleaf/projects/html-experimente/testlab.html @@ -8,8 +8,11 @@ > HTML-Experimente - Media-Query-Test: BEISPIEL - - + +
                                                            diff --git a/src/main/webapp/thymeleaf/projects/html-experimente/tiny.html b/dist/thymeleaf/projects/html-experimente/tiny.html similarity index 82% rename from src/main/webapp/thymeleaf/projects/html-experimente/tiny.html rename to dist/thymeleaf/projects/html-experimente/tiny.html index b0968a32..7cfbf3b7 100644 --- a/src/main/webapp/thymeleaf/projects/html-experimente/tiny.html +++ b/dist/thymeleaf/projects/html-experimente/tiny.html @@ -8,8 +8,8 @@ > HTML-Experimente - Layout TINY - - + + diff --git a/src/main/webapp/thymeleaf/projects/typo.html b/dist/thymeleaf/projects/typo.html similarity index 94% rename from src/main/webapp/thymeleaf/projects/typo.html rename to dist/thymeleaf/projects/typo.html index 77c14f07..80ccaca9 100644 --- a/src/main/webapp/thymeleaf/projects/typo.html +++ b/dist/thymeleaf/projects/typo.html @@ -6,10 +6,14 @@ > Typography - - + + + - +
                                                            1. Home
                                                            2. Projects
                                                            3. diff --git a/src/main/webapp/thymeleaf/references.html b/dist/thymeleaf/references.html similarity index 91% rename from src/main/webapp/thymeleaf/references.html rename to dist/thymeleaf/references.html index 6d8531f0..c8dde0ea 100644 --- a/src/main/webapp/thymeleaf/references.html +++ b/dist/thymeleaf/references.html @@ -6,8 +6,11 @@ > References - - + +
                                                                diff --git a/src/main/webapp/thymeleaf/templates/fragments.html b/dist/thymeleaf/templates/fragments.html similarity index 90% rename from src/main/webapp/thymeleaf/templates/fragments.html rename to dist/thymeleaf/templates/fragments.html index 07772590..ca25678f 100644 --- a/src/main/webapp/thymeleaf/templates/fragments.html +++ b/dist/thymeleaf/templates/fragments.html @@ -2,8 +2,11 @@ Fragments - - + +

                                                                Explanation fo the german word "Impressum"

                                                                diff --git a/src/main/webapp/thymeleaf/templates/layout.html b/dist/thymeleaf/templates/layout.html similarity index 94% rename from src/main/webapp/thymeleaf/templates/layout.html rename to dist/thymeleaf/templates/layout.html index 881957d6..128bbf63 100644 --- a/src/main/webapp/thymeleaf/templates/layout.html +++ b/dist/thymeleaf/templates/layout.html @@ -8,19 +8,22 @@ juplo - BASISTEMPLATE - + + -
                                                                diff --git a/src/main/webapp/thymeleaf/templates/testlab.html b/dist/thymeleaf/templates/testlab.html similarity index 100% rename from src/main/webapp/thymeleaf/templates/testlab.html rename to dist/thymeleaf/templates/testlab.html diff --git a/src/main/webapp/thymeleaf/urheberrechte.html b/dist/thymeleaf/urheberrechte.html similarity index 94% rename from src/main/webapp/thymeleaf/urheberrechte.html rename to dist/thymeleaf/urheberrechte.html index 87c20260..9301d6e5 100644 --- a/src/main/webapp/thymeleaf/urheberrechte.html +++ b/dist/thymeleaf/urheberrechte.html @@ -6,8 +6,11 @@ > Urheberrecht - - + +
                                                                  diff --git a/src/main/webapp/less/base.less b/less/base.less similarity index 100% rename from src/main/webapp/less/base.less rename to less/base.less diff --git a/src/main/webapp/less/base/404.less b/less/base/404.less similarity index 100% rename from src/main/webapp/less/base/404.less rename to less/base/404.less diff --git a/src/main/webapp/less/base/browserreset.less b/less/base/browserreset.less similarity index 100% rename from src/main/webapp/less/base/browserreset.less rename to less/base/browserreset.less diff --git a/src/main/webapp/less/base/content.less b/less/base/content.less similarity index 100% rename from src/main/webapp/less/base/content.less rename to less/base/content.less diff --git a/src/main/webapp/less/base/fonts.less b/less/base/fonts.less similarity index 100% rename from src/main/webapp/less/base/fonts.less rename to less/base/fonts.less diff --git a/src/main/webapp/less/base/footer.less b/less/base/footer.less similarity index 100% rename from src/main/webapp/less/base/footer.less rename to less/base/footer.less diff --git a/src/main/webapp/less/base/formulare.less b/less/base/formulare.less similarity index 100% rename from src/main/webapp/less/base/formulare.less rename to less/base/formulare.less diff --git a/src/main/webapp/less/base/head.less b/less/base/head.less similarity index 100% rename from src/main/webapp/less/base/head.less rename to less/base/head.less diff --git a/src/main/webapp/less/base/marginal.less b/less/base/marginal.less similarity index 100% rename from src/main/webapp/less/base/marginal.less rename to less/base/marginal.less diff --git a/src/main/webapp/less/base/navigation.less b/less/base/navigation.less similarity index 100% rename from src/main/webapp/less/base/navigation.less rename to less/base/navigation.less diff --git a/src/main/webapp/less/base/prettify.less b/less/base/prettify.less similarity index 100% rename from src/main/webapp/less/base/prettify.less rename to less/base/prettify.less diff --git a/src/main/webapp/less/base/typo.less b/less/base/typo.less similarity index 100% rename from src/main/webapp/less/base/typo.less rename to less/base/typo.less diff --git a/src/main/webapp/less/base/util.less b/less/base/util.less similarity index 100% rename from src/main/webapp/less/base/util.less rename to less/base/util.less diff --git a/less/ie8.less b/less/ie8.less new file mode 100644 index 00000000..19ddbb89 --- /dev/null +++ b/less/ie8.less @@ -0,0 +1 @@ +body {} /** cssmin fails with an empty file! */ diff --git a/src/main/webapp/less/phone/404.less b/less/phone/404.less similarity index 100% rename from src/main/webapp/less/phone/404.less rename to less/phone/404.less diff --git a/src/main/webapp/less/phone/footer.less b/less/phone/footer.less similarity index 100% rename from src/main/webapp/less/phone/footer.less rename to less/phone/footer.less diff --git a/src/main/webapp/less/phone/head.less b/less/phone/head.less similarity index 100% rename from src/main/webapp/less/phone/head.less rename to less/phone/head.less diff --git a/src/main/webapp/less/phone/layout.less b/less/phone/layout.less similarity index 100% rename from src/main/webapp/less/phone/layout.less rename to less/phone/layout.less diff --git a/src/main/webapp/less/phone/menu.less b/less/phone/menu.less similarity index 100% rename from src/main/webapp/less/phone/menu.less rename to less/phone/menu.less diff --git a/src/main/webapp/less/phone/packs.less b/less/phone/packs.less similarity index 100% rename from src/main/webapp/less/phone/packs.less rename to less/phone/packs.less diff --git a/src/main/webapp/less/phone/typo.less b/less/phone/typo.less similarity index 100% rename from src/main/webapp/less/phone/typo.less rename to less/phone/typo.less diff --git a/src/main/webapp/less/print.less b/less/print.less similarity index 100% rename from src/main/webapp/less/print.less rename to less/print.less diff --git a/src/main/webapp/less/print/head.less b/less/print/head.less similarity index 100% rename from src/main/webapp/less/print/head.less rename to less/print/head.less diff --git a/src/main/webapp/less/print/layout.less b/less/print/layout.less similarity index 100% rename from src/main/webapp/less/print/layout.less rename to less/print/layout.less diff --git a/src/main/webapp/less/print/prettify.less b/less/print/prettify.less similarity index 100% rename from src/main/webapp/less/print/prettify.less rename to less/print/prettify.less diff --git a/src/main/webapp/less/print/typo.less b/less/print/typo.less similarity index 100% rename from src/main/webapp/less/print/typo.less rename to less/print/typo.less diff --git a/src/main/webapp/less/screen.less b/less/screen.less similarity index 100% rename from src/main/webapp/less/screen.less rename to less/screen.less diff --git a/src/main/webapp/less/screen/content.less b/less/screen/content.less similarity index 100% rename from src/main/webapp/less/screen/content.less rename to less/screen/content.less diff --git a/src/main/webapp/less/screen/faux-column.less b/less/screen/faux-column.less similarity index 100% rename from src/main/webapp/less/screen/faux-column.less rename to less/screen/faux-column.less diff --git a/src/main/webapp/less/screen/footer-sticky.less b/less/screen/footer-sticky.less similarity index 100% rename from src/main/webapp/less/screen/footer-sticky.less rename to less/screen/footer-sticky.less diff --git a/src/main/webapp/less/screen/footer.less b/less/screen/footer.less similarity index 100% rename from src/main/webapp/less/screen/footer.less rename to less/screen/footer.less diff --git a/src/main/webapp/less/screen/head.less b/less/screen/head.less similarity index 100% rename from src/main/webapp/less/screen/head.less rename to less/screen/head.less diff --git a/src/main/webapp/less/screen/layout.less b/less/screen/layout.less similarity index 100% rename from src/main/webapp/less/screen/layout.less rename to less/screen/layout.less diff --git a/src/main/webapp/less/screen/marginal.less b/less/screen/marginal.less similarity index 100% rename from src/main/webapp/less/screen/marginal.less rename to less/screen/marginal.less diff --git a/src/main/webapp/less/screen/menu.less b/less/screen/menu.less similarity index 100% rename from src/main/webapp/less/screen/menu.less rename to less/screen/menu.less diff --git a/src/main/webapp/less/screen/onecolumn.less b/less/screen/onecolumn.less similarity index 100% rename from src/main/webapp/less/screen/onecolumn.less rename to less/screen/onecolumn.less diff --git a/src/main/webapp/less/screen/packs.less b/less/screen/packs.less similarity index 100% rename from src/main/webapp/less/screen/packs.less rename to less/screen/packs.less diff --git a/src/main/webapp/less/screen/wip.less b/less/screen/wip.less similarity index 100% rename from src/main/webapp/less/screen/wip.less rename to less/screen/wip.less diff --git a/src/main/webapp/less/tablet/404.less b/less/tablet/404.less similarity index 100% rename from src/main/webapp/less/tablet/404.less rename to less/tablet/404.less diff --git a/src/main/webapp/less/tablet/footer.less b/less/tablet/footer.less similarity index 100% rename from src/main/webapp/less/tablet/footer.less rename to less/tablet/footer.less diff --git a/src/main/webapp/less/tablet/head.less b/less/tablet/head.less similarity index 100% rename from src/main/webapp/less/tablet/head.less rename to less/tablet/head.less diff --git a/src/main/webapp/less/tablet/layout.less b/less/tablet/layout.less similarity index 100% rename from src/main/webapp/less/tablet/layout.less rename to less/tablet/layout.less diff --git a/src/main/webapp/less/tablet/marginal.less b/less/tablet/marginal.less similarity index 100% rename from src/main/webapp/less/tablet/marginal.less rename to less/tablet/marginal.less diff --git a/src/main/webapp/less/tablet/menu.less b/less/tablet/menu.less similarity index 100% rename from src/main/webapp/less/tablet/menu.less rename to less/tablet/menu.less diff --git a/src/main/webapp/less/tablet/typo.less b/less/tablet/typo.less similarity index 100% rename from src/main/webapp/less/tablet/typo.less rename to less/tablet/typo.less diff --git a/src/main/webapp/less/tiny/404.less b/less/tiny/404.less similarity index 100% rename from src/main/webapp/less/tiny/404.less rename to less/tiny/404.less diff --git a/src/main/webapp/less/tiny/layout.less b/less/tiny/layout.less similarity index 100% rename from src/main/webapp/less/tiny/layout.less rename to less/tiny/layout.less diff --git a/src/main/webapp/less/variables.less b/less/variables.less similarity index 100% rename from src/main/webapp/less/variables.less rename to less/variables.less diff --git a/package.json b/package.json new file mode 100644 index 00000000..54e58ea9 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "juplo.de", + "description": "Thymeleaf-Layout and static content for http://juplo.de", + "version": "0.0.1", + "devDependencies": { + "grunt-contrib-less": "~1.0.1", + "grunt-contrib-cssmin": "~0.13.0", + "grunt-newer": "~1.1.1", + "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-clean": "~0.6.0", + "http-server": "~0.8.0" + } +} diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 1e849578..00000000 --- a/pom.xml +++ /dev/null @@ -1,257 +0,0 @@ - - - 4.0.0 - - - de.juplo - branding - Juplo - branding - 1.0-SNAPSHOT - war - http://www.juplo.de/branding - - - - 2.0.6 - - - - - scm:git:http://juplo.de/git/branding - scm:git:ssh://juplo.de:/var/lib/git/juplo/branding - http://juplo.de/gitweb/?p=branding;a=summary - - - - - - kai - Kai Moritz - kai@juplo.de - - - - - - - - UTF-8 - - - 2.2.1 - 1.2 - 3.0.1 - 1.6.1 - 4.0.6.RELEASE - 2.1.3.RELEASE - 1.2.5 - 2.1.1.RELEASE - - - - - - - - - org.springframework - spring-webmvc - ${springframework.version} - - - commons-logging - commons-logging - - - - - - - org.thymeleaf - thymeleaf - ${thymeleaf.version} - runtime - - - org.thymeleaf - thymeleaf-spring4 - ${thymeleaf.version} - runtime - - - nz.net.ultraq.thymeleaf - thymeleaf-layout-dialect - ${thymeleaf-layout-dialect.version} - runtime - - - org.thymeleaf.extras - thymeleaf-extras-conditionalcomments - ${thymeleaf-extras-conditionalcomments.version} - runtime - - - - - javax.servlet - javax.servlet-api - ${servlet-api.version} - provided - - - javax.servlet.jsp - javax.servlet.jsp-api - ${jsp-api.version} - provided - - - javax.servlet - jstl - ${jstl.version} - runtime - - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - runtime - - - org.slf4j - jcl-over-slf4j - ${slf4j.version} - runtime - - - - - - - - juplo.internal - Internal Release Repository - http://juplo.de/archiva/repository/internal/ - - - juplo.snapshots - Internal Snapshot Repository - http://juplo.de/archiva/repository/snapshots/ - - - - - - branding - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - utf8 - true - - - - org.lesscss - lesscss-maven-plugin - 1.7.0.1.1 - - - - compile - - - - - - base.less - screen.less - print.less - - ${project.basedir}/src/main/webapp/less - ${project.build.directory}/${project.build.finalName}/css - - - - maven-war-plugin - - less/** - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - verify - - jar - - - - - - org.eclipse.jetty - jetty-maven-plugin - - - - src/main/webapp - target/${project.build.finalName} - - - - - - org.codehaus.mojo - tomcat-maven-plugin - 1.1 - - / - UTF-8 - - - - com.google.appengine - appengine-maven-plugin - 1.8.2 - - - - - - - - - maven-changes-plugin - - - maven-javadoc-plugin - - - maven-jxr-plugin - - - maven-surefire-report-plugin - - - maven-scm-plugin - - install - - - - - - diff --git a/src/main/resources/log4j.xml b/src/main/resources/log4j.xml deleted file mode 100644 index a3d7d445..00000000 --- a/src/main/resources/log4j.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml deleted file mode 100644 index 50f4fc70..00000000 --- a/src/main/resources/spring/mvc.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - /thymeleaf/**=staticResources - /*.html=urlFilenameViewController - /**/*.html=urlFilenameViewController - - - - - - - - - /thymeleaf/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/main/webapp/WEB-INF/404.jsp b/src/main/webapp/WEB-INF/404.jsp deleted file mode 100644 index 38e4ebb4..00000000 --- a/src/main/webapp/WEB-INF/404.jsp +++ /dev/null @@ -1,29 +0,0 @@ -<%@page contentType="text/html;charset=UTF-8"%> -<%@page pageEncoding="UTF-8"%> -<%@page session="false" %> -<%@page isErrorPage="true" %> -<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> - - - - -
                                                                1. Home
                                                                2. -
                                                                3. ???
                                                                4. -
                                                                  - - ? - ? - ? - ? - ? - ? - ? - ? - ? -

                                                                  We do not know, where you are.

                                                                  -

                                                                  And we do not know, why you are here.

                                                                  -

                                                                  But we can tell you: WE ARE SORRY!

                                                                  -

                                                                  Really.

                                                                  -
                                                                  - -
                                                                  diff --git a/src/main/webapp/WEB-INF/appengine-web.xml b/src/main/webapp/WEB-INF/appengine-web.xml deleted file mode 100644 index 33fdac88..00000000 --- a/src/main/webapp/WEB-INF/appengine-web.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - stoked-legend-350 - 1 - true - diff --git a/src/main/webapp/WEB-INF/error.jsp b/src/main/webapp/WEB-INF/error.jsp deleted file mode 100644 index 813cd9e0..00000000 --- a/src/main/webapp/WEB-INF/error.jsp +++ /dev/null @@ -1,34 +0,0 @@ -<%@page contentType="text/html;charset=UTF-8"%> -<%@page pageEncoding="UTF-8"%> -<%@page session="false" %> -<%@page isErrorPage="true" %> -<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> - - - - -
                                                                5. Home
                                                                6. -
                                                                7. !#%*§
                                                                8. -
                                                                  - - x - # - * - % - § - ? - ? - ? - ? -

                                                                  We do not know, what happend.

                                                                  -

                                                                  But we can tell you: WE ARE SORRY!

                                                                  -

                                                                  Really.

                                                                  -
                                                                    -
                                                                  • ${pageContext.errorData.statusCode}
                                                                  • -
                                                                  • ${pageContext.errorData.requestURI}
                                                                  • -
                                                                  • ${pageContext.errorData.servletName}
                                                                  • -
                                                                  • ${pageContext.errorData.throwable}
                                                                  • -
                                                                  -
                                                                  - -
                                                                  diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index a204d6b3..00000000 --- a/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - branding - - - - - contextConfigLocation - - classpath:/spring/mvc.xml - - - - - org.springframework.web.context.ContextLoaderListener - - - - - - - characterEncodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - encoding - UTF-8 - - - forceEncoding - true - - - - - characterEncodingFilter - /* - - - - - - - Dispatcher Servlet - Branding - org.springframework.web.servlet.DispatcherServlet - - contextConfigLocation - - - - 1 - - - - Dispatcher Servlet - Branding - / - - - diff --git a/src/main/webapp/less/all.less b/src/main/webapp/less/all.less deleted file mode 100644 index c1eb4e02..00000000 --- a/src/main/webapp/less/all.less +++ /dev/null @@ -1,3 +0,0 @@ -@import 'variables.less'; -@import 'base.less'; -@import 'screen.less'; diff --git a/src/main/webapp/less/ie8.less b/src/main/webapp/less/ie8.less deleted file mode 100644 index e69de29b..00000000 -- 2.20.1