diff --git a/homepage/cwsvJudo/Makefile b/homepage/cwsvJudo/Makefile index a2671fb..a78bc21 100644 --- a/homepage/cwsvJudo/Makefile +++ b/homepage/cwsvJudo/Makefile @@ -4,6 +4,8 @@ CSSO = node_modules/csso-cli/bin/csso RES_LIST = 64 128 256 512 +ANDROID_CHROME_ICON_RES_LIST + cssFiles = $(wildcard src/css/*.css) mdFiles = $(wildcard src/md/*.md) phpFiles = $(patsubst src/md/%.md, build/%.php, $(mdFiles)) @@ -162,7 +164,7 @@ build/graphiken/cwsvLogoWappen/cwsvLogoWappen.%w.png: build/graphiken/cwsvLogoWa .PHONY: favIcons -favIcons: build/graphiken/favIcons/favicon.ico +favIcons: build/graphiken/favIcons/favicon.ico build/graphiken/favIcons/apple-touch-icon.png build/graphiken/favIcons/favicon.ico: build/graphiken/cwsvJudoLogoWappen/cwsvJudoLogoWappen.png mkdir -p $(dir $@) @@ -173,3 +175,15 @@ build/graphiken/favIcons/favicon.ico: build/graphiken/cwsvJudoLogoWappen/cwsvJud -alpha on \ -define icon:auto-resize=64,48,32,16 \ $@ + +build/graphiken/favIcons/apple-touch-icon.png: build/graphiken/cwsvJudoLogoWappen/cwsvJudoLogoWappen.png + mkdir -p $(dir $@) + convert $< \ + -background transparent \ + -gravity center \ + -resize 180x180 \ + -extent 180x180 \ + $@ + pngquant --speed 1 --ext .png --force $@ + zopflipng -y --iterations=500 --filters=01234mepb --lossy_8bit --lossy_transparent $@ $@ + diff --git a/homepage/cwsvJudo/mirror-heliohost-graphics.sh b/homepage/cwsvJudo/mirror-heliohost-graphics.sh new file mode 100644 index 0000000..be52c2c --- /dev/null +++ b/homepage/cwsvJudo/mirror-heliohost-graphics.sh @@ -0,0 +1,7 @@ +open cwsvjudo@cwsvjudo.helioho.st +set ssl:verify-certificate no +set ftp:ssl-allow off +mirror --verbose --continue --parallel=8 --reverse ./build/graphiken/cwsvJudoLogoWappen /httpdocs/ressourcen/graphiken/logos +mirror --verbose --continue --parallel=8 --reverse ./build/graphiken/cwsvLogoWappen /httpdocs/ressourcen/graphiken/logos +put -e -O /httpdocs/ ./build/graphiken/favIcons/apple-touch-icon.png +exit diff --git a/homepage/cwsvJudo/participo/config-heliohost/.htaccess b/homepage/cwsvJudo/participo/config-heliohost/.htaccess new file mode 100644 index 0000000..2a42bfb --- /dev/null +++ b/homepage/cwsvJudo/participo/config-heliohost/.htaccess @@ -0,0 +1,3 @@ +order deny,allow +deny from all +allow from localhost diff --git a/homepage/cwsvJudo/participo/config-heliohost/participo.php b/homepage/cwsvJudo/participo/config-heliohost/participo.php new file mode 100644 index 0000000..4188903 --- /dev/null +++ b/homepage/cwsvJudo/participo/config-heliohost/participo.php @@ -0,0 +1,13 @@ +