Initiale Version
authorKai Moritz <kai@juplo.de>
Wed, 12 Jun 2013 22:47:06 +0000 (00:47 +0200)
committerKai Moritz <km@feder-software.de>
Tue, 25 Feb 2014 08:01:33 +0000 (09:01 +0100)
commitc9ad3b4040b832b3b0f37e62a011939332d379a7
tree35f37bfb86779d49e396e9dff692f3fa7c4b9c75
Initiale Version
43 files changed:
.gitignore [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/resources/README.txt [new file with mode: 0644]
src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
src/main/webapp/css/base.css [new file with mode: 0644]
src/main/webapp/css/base/browserreset.css [new file with mode: 0644]
src/main/webapp/css/base/fonts.css [new file with mode: 0644]
src/main/webapp/css/base/head.css [new file with mode: 0644]
src/main/webapp/css/base/typo.css [new file with mode: 0644]
src/main/webapp/fonts/BPreplay Open Font License.txt [new file with mode: 0644]
src/main/webapp/fonts/BPreplay-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/BPreplay-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/BPreplay-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/BPreplay-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBold-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBold-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBold-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBold-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/BPreplayBoldItalics-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/BPreplayItalics-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/BPreplayItalics-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/BPreplayItalics-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/BPreplayItalics-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_R-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_R-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_R-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_R-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RB-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RB-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RB-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RB-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RBI-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RBI-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RBI-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RBI-webfont.woff [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RI-webfont.eot [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RI-webfont.svg [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RI-webfont.ttf [new file with mode: 0644]
src/main/webapp/fonts/LinLibertine_RI-webfont.woff [new file with mode: 0644]
src/main/webapp/index.jsp [new file with mode: 0644]