diff --git a/template/.bowerrc b/.bowerrc similarity index 100% rename from template/.bowerrc rename to .bowerrc diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9dc0467..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.couscous/ -vendor/ diff --git a/template/.nojekyll b/.nojekyll similarity index 100% rename from template/.nojekyll rename to .nojekyll diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 29542a1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,33 +0,0 @@ -language: php - -php: -- 5.6 - -sudo: false - -branches: - only: - - source - -before_install: -- openssl aes-256-cbc -K $encrypted_d3ec3c12d2f5_key -iv $encrypted_d3ec3c12d2f5_iv - -in .travis/phpab.github.io.enc -out .travis/phpab.github.io -d -- eval "$(ssh-agent -s)" -- chmod 600 .travis/phpab.github.io -- ssh-add .travis/phpab.github.io -- git config --global user.email "phpab" -- git config --global user.name "phpab.phpab@gmail.com" -- travis_retry composer self-update - -before_script: -- travis_retry gem install sass -- travis_retry npm install -g bower -- travis_retry composer install - -script: -- vendor/bin/couscous generate -- vendor/bin/couscous deploy --branch=master --repository=git@github.com:phpab/phpab.github.io.git - -notifications: - email: false - irc: irc.freenode.org#phpab diff --git a/.travis/.gitignore b/.travis/.gitignore deleted file mode 100644 index b393f87..0000000 --- a/.travis/.gitignore +++ /dev/null @@ -1 +0,0 @@ -phpab.github.io diff --git a/.travis/phpab.github.io.enc b/.travis/phpab.github.io.enc deleted file mode 100644 index 33bcc8e..0000000 Binary files a/.travis/phpab.github.io.enc and /dev/null differ diff --git a/.travis/phpab.github.io.pub b/.travis/phpab.github.io.pub deleted file mode 100644 index 9979132..0000000 --- a/.travis/phpab.github.io.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDZ5WWSq7ZuIzxj0tN6D7MbwE4b+tTgO5nQoxJwVTronc+SKbNUHX95P/Mo4JEpxVMrvyvcMeQOnHm9utuIGT+6K2w8VSzv4px6CElW+SBl3bZRIWqYcxnxBM022QJs8DXd1WLnvkRxw5JOh0PjPGQf08UG6EWUYIhjRC5K7hdH1W/gYt0Zd/5uxr+a6xWx2bxZ0MfY6x1FBQmUtZ5qussZbBKjk0wjepNj/VmZOnIKUmiLUy+0CJzkksEdfDPhuih7Z8KpHArbRWukAjeqrvpmI4kp0a74pQ83fg3+ZXXnC+h3JijRz22U8CEjuo0QSwWM7BZ0AV6napUadVp1Ed3FJIY+3WoiMPigLPHx83bmGbmk8VXmwR0HsRR2guVu77I67OwuDdY3xPugJbXDGXaZJeLkRdNfNZ5uCPYJeWcjKZ4P8QtiDEWGRuOxbRaT7orS5Y361SunUvlJcmuTiid7nqGjY/YQBunGXS0sIIq21AIfxbaX0etM0V2hVKdPqY7MTzg8b6rVsIMmfvroYfSz+XMiauoma+FD4p+571wVCj8EwKVzvkLDJ1FYCk8auCdcitK5WSDa5BDNiI2z8Nw2QDy9S+/hpG4YfU7+qRCK73aG6BLzOhN8pDeIDU+a9uzYo3rVP3bAvZuruYbOox12Zq7Id/B8cWayagt8GU1itQ== walter@tamboer.nl diff --git a/template/default.twig b/404.html similarity index 78% rename from template/default.twig rename to 404.html index ccf656f..8eae0ef 100644 --- a/template/default.twig +++ b/404.html @@ -10,7 +10,7 @@ - {{ title|default('PhpAb') }} - The A/B testing framework for PHP. + Page not found - The A/B testing framework for PHP. @@ -25,10 +25,10 @@ - + - - + + @@ -64,7 +64,6 @@ -{% block topbar %} -{% endblock %} -{% block content %} -
- {{ content|raw }} -
-{% endblock %} + +
+
+
+
+ +

+ + Page not found +

+ +

+ Sorry the page you requested may have been moved or deleted :( +

+ +

+ + + Go to the homepage + + + + Go to the documentation index + +

+ +
+
+ +
+
+