diff --git a/web/.ruby-version b/.ruby-version similarity index 100% rename from web/.ruby-version rename to .ruby-version diff --git a/web/.well-known/autoconfig/mail/config-v1.1.xml b/.well-known/autoconfig/mail/config-v1.1.xml similarity index 100% rename from web/.well-known/autoconfig/mail/config-v1.1.xml rename to .well-known/autoconfig/mail/config-v1.1.xml diff --git a/web/.well-known/matrix/client b/.well-known/matrix/client similarity index 100% rename from web/.well-known/matrix/client rename to .well-known/matrix/client diff --git a/web/.well-known/matrix/server b/.well-known/matrix/server similarity index 100% rename from web/.well-known/matrix/server rename to .well-known/matrix/server diff --git a/web/.well-known/openpgpkey/hu/hjz8uzfguopugy8y3o88wbp8ip3ukk6q b/.well-known/openpgpkey/hu/hjz8uzfguopugy8y3o88wbp8ip3ukk6q similarity index 100% rename from web/.well-known/openpgpkey/hu/hjz8uzfguopugy8y3o88wbp8ip3ukk6q rename to .well-known/openpgpkey/hu/hjz8uzfguopugy8y3o88wbp8ip3ukk6q diff --git a/web/.well-known/openpgpkey/policy b/.well-known/openpgpkey/policy similarity index 100% rename from web/.well-known/openpgpkey/policy rename to .well-known/openpgpkey/policy diff --git a/web/.well-known/security.txt b/.well-known/security.txt similarity index 100% rename from web/.well-known/security.txt rename to .well-known/security.txt diff --git a/web/404.html b/404.html similarity index 100% rename from web/404.html rename to 404.html diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 167f03c..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -from jekyll/jekyll as builder -add web /srv/jekyll -run bundle exec jekyll build --source /srv/jekyll --destination /tmp - -from nginx:alpine -copy --from=builder /tmp /usr/share/nginx/html -copy nginx /etc/nginx diff --git a/web/Gemfile b/Gemfile similarity index 100% rename from web/Gemfile rename to Gemfile diff --git a/README.md b/README.md index 70a4220..6e0353a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ jekyll + bootstrap ### Text -Blogeinträge werden in dem Verzeichnis „web/\_posts“ abgelegt. Um einen Blogeintrag zu verfassen legt man eine Datei mit dem Schema „Jahr-MM-TT-Titel.markdown“ an. Der Blogeintrag beginnt mit folgenden Metadaten: +Blogeinträge werden in dem Verzeichnis „\_posts“ abgelegt. Um einen Blogeintrag zu verfassen legt man eine Datei mit dem Schema „Jahr-MM-TT-Titel.markdown“ an. Der Blogeintrag beginnt mit folgenden Metadaten:
---
layout: post
title: "Neues Update für DocPatch"
diff --git a/web/_config.yml b/_config.yml
similarity index 100%
rename from web/_config.yml
rename to _config.yml
diff --git a/web/_includes/footer.html b/_includes/footer.html
similarity index 100%
rename from web/_includes/footer.html
rename to _includes/footer.html
diff --git a/web/_includes/head.html b/_includes/head.html
similarity index 100%
rename from web/_includes/head.html
rename to _includes/head.html
diff --git a/web/_includes/header.html b/_includes/header.html
similarity index 100%
rename from web/_includes/header.html
rename to _includes/header.html
diff --git a/web/_layouts/default.html b/_layouts/default.html
similarity index 100%
rename from web/_layouts/default.html
rename to _layouts/default.html
diff --git a/web/_layouts/page.html b/_layouts/page.html
similarity index 100%
rename from web/_layouts/page.html
rename to _layouts/page.html
diff --git a/web/_layouts/post.html b/_layouts/post.html
similarity index 100%
rename from web/_layouts/post.html
rename to _layouts/post.html
diff --git a/web/_posts/2009-10-06-chaostreff.markdown b/_posts/2009-10-06-chaostreff.markdown
similarity index 100%
rename from web/_posts/2009-10-06-chaostreff.markdown
rename to _posts/2009-10-06-chaostreff.markdown
diff --git a/web/_posts/2009-10-20-chaostreff.markdown b/_posts/2009-10-20-chaostreff.markdown
similarity index 100%
rename from web/_posts/2009-10-20-chaostreff.markdown
rename to _posts/2009-10-20-chaostreff.markdown
diff --git a/web/_posts/2009-10-21-hackerspace-koordinierungstreffen.markdown b/_posts/2009-10-21-hackerspace-koordinierungstreffen.markdown
similarity index 100%
rename from web/_posts/2009-10-21-hackerspace-koordinierungstreffen.markdown
rename to _posts/2009-10-21-hackerspace-koordinierungstreffen.markdown
diff --git a/web/_posts/2009-12-06-neuer-termin.markdown b/_posts/2009-12-06-neuer-termin.markdown
similarity index 100%
rename from web/_posts/2009-12-06-neuer-termin.markdown
rename to _posts/2009-12-06-neuer-termin.markdown
diff --git a/web/_posts/2010-01-18-here-be-dragons-again.markdown b/_posts/2010-01-18-here-be-dragons-again.markdown
similarity index 100%
rename from web/_posts/2010-01-18-here-be-dragons-again.markdown
rename to _posts/2010-01-18-here-be-dragons-again.markdown
diff --git a/web/_posts/2010-09-05-mrmcd1001b.markdown b/_posts/2010-09-05-mrmcd1001b.markdown
similarity index 100%
rename from web/_posts/2010-09-05-mrmcd1001b.markdown
rename to _posts/2010-09-05-mrmcd1001b.markdown
diff --git a/web/_posts/2011-04-26-easterhegg11.markdown b/_posts/2011-04-26-easterhegg11.markdown
similarity index 100%
rename from web/_posts/2011-04-26-easterhegg11.markdown
rename to _posts/2011-04-26-easterhegg11.markdown
diff --git a/web/_posts/2011-08-08-cccamp.markdown b/_posts/2011-08-08-cccamp.markdown
similarity index 100%
rename from web/_posts/2011-08-08-cccamp.markdown
rename to _posts/2011-08-08-cccamp.markdown
diff --git a/web/_posts/2011-10-23-datenspuren.markdown b/_posts/2011-10-23-datenspuren.markdown
similarity index 100%
rename from web/_posts/2011-10-23-datenspuren.markdown
rename to _posts/2011-10-23-datenspuren.markdown
diff --git a/web/_posts/2012-02-18-hackerspace.markdown b/_posts/2012-02-18-hackerspace.markdown
similarity index 100%
rename from web/_posts/2012-02-18-hackerspace.markdown
rename to _posts/2012-02-18-hackerspace.markdown
diff --git a/web/_posts/2012-03-09-mate-sitzsaecke.markdown b/_posts/2012-03-09-mate-sitzsaecke.markdown
similarity index 100%
rename from web/_posts/2012-03-09-mate-sitzsaecke.markdown
rename to _posts/2012-03-09-mate-sitzsaecke.markdown
diff --git a/web/_posts/2012-03-18-essen-im-chaosdorf.markdown b/_posts/2012-03-18-essen-im-chaosdorf.markdown
similarity index 100%
rename from web/_posts/2012-03-18-essen-im-chaosdorf.markdown
rename to _posts/2012-03-18-essen-im-chaosdorf.markdown
diff --git a/web/_posts/2012-03-31-cms-in-viersen.markdown b/_posts/2012-03-31-cms-in-viersen.markdown
similarity index 100%
rename from web/_posts/2012-03-31-cms-in-viersen.markdown
rename to _posts/2012-03-31-cms-in-viersen.markdown
diff --git a/web/_posts/2012-04-22-easterhegg.markdown b/_posts/2012-04-22-easterhegg.markdown
similarity index 100%
rename from web/_posts/2012-04-22-easterhegg.markdown
rename to _posts/2012-04-22-easterhegg.markdown
diff --git a/web/_posts/2012-09-10-dev-tal.markdown b/_posts/2012-09-10-dev-tal.markdown
similarity index 100%
rename from web/_posts/2012-09-10-dev-tal.markdown
rename to _posts/2012-09-10-dev-tal.markdown
diff --git a/web/_posts/2012-09-10-gpn12.markdown b/_posts/2012-09-10-gpn12.markdown
similarity index 100%
rename from web/_posts/2012-09-10-gpn12.markdown
rename to _posts/2012-09-10-gpn12.markdown
diff --git a/web/_posts/2012-10-28-haxogreen.markdown b/_posts/2012-10-28-haxogreen.markdown
similarity index 100%
rename from web/_posts/2012-10-28-haxogreen.markdown
rename to _posts/2012-10-28-haxogreen.markdown
diff --git a/web/_posts/2012-11-05-datenspuren2012.markdown b/_posts/2012-11-05-datenspuren2012.markdown
similarity index 100%
rename from web/_posts/2012-11-05-datenspuren2012.markdown
rename to _posts/2012-11-05-datenspuren2012.markdown
diff --git a/web/_posts/2013-01-18-cms-viersen.markdown b/_posts/2013-01-18-cms-viersen.markdown
similarity index 100%
rename from web/_posts/2013-01-18-cms-viersen.markdown
rename to _posts/2013-01-18-cms-viersen.markdown
diff --git a/web/_posts/2013-02-10-aachen.markdown b/_posts/2013-02-10-aachen.markdown
similarity index 100%
rename from web/_posts/2013-02-10-aachen.markdown
rename to _posts/2013-02-10-aachen.markdown
diff --git a/web/_posts/2013-02-17-hackend.markdown b/_posts/2013-02-17-hackend.markdown
similarity index 100%
rename from web/_posts/2013-02-17-hackend.markdown
rename to _posts/2013-02-17-hackend.markdown
diff --git a/web/_posts/2013-03-23-cccmz-besuch.markdown b/_posts/2013-03-23-cccmz-besuch.markdown
similarity index 100%
rename from web/_posts/2013-03-23-cccmz-besuch.markdown
rename to _posts/2013-03-23-cccmz-besuch.markdown
diff --git a/web/_posts/2013-04-03-eh13.markdown b/_posts/2013-04-03-eh13.markdown
similarity index 100%
rename from web/_posts/2013-04-03-eh13.markdown
rename to _posts/2013-04-03-eh13.markdown
diff --git a/web/_posts/2013-05-23-docpatch.markdown b/_posts/2013-05-23-docpatch.markdown
similarity index 100%
rename from web/_posts/2013-05-23-docpatch.markdown
rename to _posts/2013-05-23-docpatch.markdown
diff --git a/web/_posts/2013-05-26-freifunk.markdown b/_posts/2013-05-26-freifunk.markdown
similarity index 100%
rename from web/_posts/2013-05-26-freifunk.markdown
rename to _posts/2013-05-26-freifunk.markdown
diff --git a/web/_posts/2013-06-15-gpn13.markdown b/_posts/2013-06-15-gpn13.markdown
similarity index 100%
rename from web/_posts/2013-06-15-gpn13.markdown
rename to _posts/2013-06-15-gpn13.markdown
diff --git a/web/_posts/2013-09-04-ohm2013.markdown b/_posts/2013-09-04-ohm2013.markdown
similarity index 100%
rename from web/_posts/2013-09-04-ohm2013.markdown
rename to _posts/2013-09-04-ohm2013.markdown
diff --git a/web/_posts/2013-09-08-datenspuren-2013.markdown b/_posts/2013-09-08-datenspuren-2013.markdown
similarity index 100%
rename from web/_posts/2013-09-08-datenspuren-2013.markdown
rename to _posts/2013-09-08-datenspuren-2013.markdown
diff --git a/web/_posts/2013-09-29-sommerfest.markdown b/_posts/2013-09-29-sommerfest.markdown
similarity index 100%
rename from web/_posts/2013-09-29-sommerfest.markdown
rename to _posts/2013-09-29-sommerfest.markdown
diff --git a/web/_posts/2013-10-14-cms-bundestreffen.markdown b/_posts/2013-10-14-cms-bundestreffen.markdown
similarity index 100%
rename from web/_posts/2013-10-14-cms-bundestreffen.markdown
rename to _posts/2013-10-14-cms-bundestreffen.markdown
diff --git a/web/_posts/2013-11-04-hackover.markdown b/_posts/2013-11-04-hackover.markdown
similarity index 100%
rename from web/_posts/2013-11-04-hackover.markdown
rename to _posts/2013-11-04-hackover.markdown
diff --git a/web/_posts/2013-11-11-openrheinruhr.markdown b/_posts/2013-11-11-openrheinruhr.markdown
similarity index 100%
rename from web/_posts/2013-11-11-openrheinruhr.markdown
rename to _posts/2013-11-11-openrheinruhr.markdown
diff --git a/web/_posts/2014-03-21-cms-bonn.markdown b/_posts/2014-03-21-cms-bonn.markdown
similarity index 100%
rename from web/_posts/2014-03-21-cms-bonn.markdown
rename to _posts/2014-03-21-cms-bonn.markdown
diff --git a/web/_posts/2014-04-01-30c3.markdown b/_posts/2014-04-01-30c3.markdown
similarity index 100%
rename from web/_posts/2014-04-01-30c3.markdown
rename to _posts/2014-04-01-30c3.markdown
diff --git a/web/_posts/2014-04-02-cms-essen-rwb.markdown b/_posts/2014-04-02-cms-essen-rwb.markdown
similarity index 100%
rename from web/_posts/2014-04-02-cms-essen-rwb.markdown
rename to _posts/2014-04-02-cms-essen-rwb.markdown
diff --git a/web/_posts/2014-07-04-cryptoparty.markdown b/_posts/2014-07-04-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2014-07-04-cryptoparty.markdown
rename to _posts/2014-07-04-cryptoparty.markdown
diff --git a/web/_posts/2014-08-02-nord-open-air.markdown b/_posts/2014-08-02-nord-open-air.markdown
similarity index 100%
rename from web/_posts/2014-08-02-nord-open-air.markdown
rename to _posts/2014-08-02-nord-open-air.markdown
diff --git a/web/_posts/2014-08-14-bbq14.markdown b/_posts/2014-08-14-bbq14.markdown
similarity index 100%
rename from web/_posts/2014-08-14-bbq14.markdown
rename to _posts/2014-08-14-bbq14.markdown
diff --git a/web/_posts/2014-09-22-mrmcd14.markdown b/_posts/2014-09-22-mrmcd14.markdown
similarity index 100%
rename from web/_posts/2014-09-22-mrmcd14.markdown
rename to _posts/2014-09-22-mrmcd14.markdown
diff --git a/web/_posts/2014-10-17-club-v2.markdown b/_posts/2014-10-17-club-v2.markdown
similarity index 100%
rename from web/_posts/2014-10-17-club-v2.markdown
rename to _posts/2014-10-17-club-v2.markdown
diff --git a/web/_posts/2014-11-05-cryptoparty.markdown b/_posts/2014-11-05-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2014-11-05-cryptoparty.markdown
rename to _posts/2014-11-05-cryptoparty.markdown
diff --git a/web/_posts/2014-11-17-hackend.markdown b/_posts/2014-11-17-hackend.markdown
similarity index 100%
rename from web/_posts/2014-11-17-hackend.markdown
rename to _posts/2014-11-17-hackend.markdown
diff --git a/web/_posts/2014-11-20-icmp7.markdown b/_posts/2014-11-20-icmp7.markdown
similarity index 100%
rename from web/_posts/2014-11-20-icmp7.markdown
rename to _posts/2014-11-20-icmp7.markdown
diff --git a/web/_posts/2014-11-27-chaosradio.markdown b/_posts/2014-11-27-chaosradio.markdown
similarity index 100%
rename from web/_posts/2014-11-27-chaosradio.markdown
rename to _posts/2014-11-27-chaosradio.markdown
diff --git a/web/_posts/2014-11-28-hackend.markdown b/_posts/2014-11-28-hackend.markdown
similarity index 100%
rename from web/_posts/2014-11-28-hackend.markdown
rename to _posts/2014-11-28-hackend.markdown
diff --git a/web/_posts/2015-01-06-weihnachtsfeier.markdown b/_posts/2015-01-06-weihnachtsfeier.markdown
similarity index 100%
rename from web/_posts/2015-01-06-weihnachtsfeier.markdown
rename to _posts/2015-01-06-weihnachtsfeier.markdown
diff --git a/web/_posts/2015-02-20-tag-der-offenen-tuer.markdown b/_posts/2015-02-20-tag-der-offenen-tuer.markdown
similarity index 100%
rename from web/_posts/2015-02-20-tag-der-offenen-tuer.markdown
rename to _posts/2015-02-20-tag-der-offenen-tuer.markdown
diff --git a/web/_posts/2015-03-22-cms-rheydt-espenstr.markdown b/_posts/2015-03-22-cms-rheydt-espenstr.markdown
similarity index 100%
rename from web/_posts/2015-03-22-cms-rheydt-espenstr.markdown
rename to _posts/2015-03-22-cms-rheydt-espenstr.markdown
diff --git a/web/_posts/2015-04-02-fnordtreff.markdown b/_posts/2015-04-02-fnordtreff.markdown
similarity index 100%
rename from web/_posts/2015-04-02-fnordtreff.markdown
rename to _posts/2015-04-02-fnordtreff.markdown
diff --git a/web/_posts/2015-04-08-eh15.markdown b/_posts/2015-04-08-eh15.markdown
similarity index 100%
rename from web/_posts/2015-04-08-eh15.markdown
rename to _posts/2015-04-08-eh15.markdown
diff --git a/web/_posts/2015-04-21-cryptoparty.markdown b/_posts/2015-04-21-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2015-04-21-cryptoparty.markdown
rename to _posts/2015-04-21-cryptoparty.markdown
diff --git a/web/_posts/2015-04-28-ankuendigung-vhs.markdown b/_posts/2015-04-28-ankuendigung-vhs.markdown
similarity index 100%
rename from web/_posts/2015-04-28-ankuendigung-vhs.markdown
rename to _posts/2015-04-28-ankuendigung-vhs.markdown
diff --git a/web/_posts/2015-04-29-freifunk.markdown b/_posts/2015-04-29-freifunk.markdown
similarity index 100%
rename from web/_posts/2015-04-29-freifunk.markdown
rename to _posts/2015-04-29-freifunk.markdown
diff --git a/web/_posts/2015-04-30-tuer.markdown b/_posts/2015-04-30-tuer.markdown
similarity index 100%
rename from web/_posts/2015-04-30-tuer.markdown
rename to _posts/2015-04-30-tuer.markdown
diff --git a/web/_posts/2015-06-14-gpn15.markdown b/_posts/2015-06-14-gpn15.markdown
similarity index 100%
rename from web/_posts/2015-06-14-gpn15.markdown
rename to _posts/2015-06-14-gpn15.markdown
diff --git a/web/_posts/2015-06-21-chaos_communication_camp_2015.markdown b/_posts/2015-06-21-chaos_communication_camp_2015.markdown
similarity index 100%
rename from web/_posts/2015-06-21-chaos_communication_camp_2015.markdown
rename to _posts/2015-06-21-chaos_communication_camp_2015.markdown
diff --git a/web/_posts/2015-06-21-freifunktag.markdown b/_posts/2015-06-21-freifunktag.markdown
similarity index 100%
rename from web/_posts/2015-06-21-freifunktag.markdown
rename to _posts/2015-06-21-freifunktag.markdown
diff --git a/web/_posts/2015-06-24-goa.markdown b/_posts/2015-06-24-goa.markdown
similarity index 100%
rename from web/_posts/2015-06-24-goa.markdown
rename to _posts/2015-06-24-goa.markdown
diff --git a/web/_posts/2015-06-28-cms-pott-umgebung.markdown b/_posts/2015-06-28-cms-pott-umgebung.markdown
similarity index 100%
rename from web/_posts/2015-06-28-cms-pott-umgebung.markdown
rename to _posts/2015-06-28-cms-pott-umgebung.markdown
diff --git a/web/_posts/2015-07-02-cryptoparty.markdown b/_posts/2015-07-02-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2015-07-02-cryptoparty.markdown
rename to _posts/2015-07-02-cryptoparty.markdown
diff --git a/web/_posts/2015-08-21-10dinge.markdown b/_posts/2015-08-21-10dinge.markdown
similarity index 100%
rename from web/_posts/2015-08-21-10dinge.markdown
rename to _posts/2015-08-21-10dinge.markdown
diff --git a/web/_posts/2015-08-24-cryptoparty.markdown b/_posts/2015-08-24-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2015-08-24-cryptoparty.markdown
rename to _posts/2015-08-24-cryptoparty.markdown
diff --git a/web/_posts/2015-09-05-was-bisher-geschah.markdown b/_posts/2015-09-05-was-bisher-geschah.markdown
similarity index 100%
rename from web/_posts/2015-09-05-was-bisher-geschah.markdown
rename to _posts/2015-09-05-was-bisher-geschah.markdown
diff --git a/web/_posts/2015-09-16-5ter-geburtstag.markdown b/_posts/2015-09-16-5ter-geburtstag.markdown
similarity index 100%
rename from web/_posts/2015-09-16-5ter-geburtstag.markdown
rename to _posts/2015-09-16-5ter-geburtstag.markdown
diff --git a/web/_posts/2015-09-16-mrmcd15.markdown b/_posts/2015-09-16-mrmcd15.markdown
similarity index 100%
rename from web/_posts/2015-09-16-mrmcd15.markdown
rename to _posts/2015-09-16-mrmcd15.markdown
diff --git a/web/_posts/2015-10-09-pbrepc-sep15.markdown b/_posts/2015-10-09-pbrepc-sep15.markdown
similarity index 100%
rename from web/_posts/2015-10-09-pbrepc-sep15.markdown
rename to _posts/2015-10-09-pbrepc-sep15.markdown
diff --git a/web/_posts/2015-10-26-abbuc.markdown b/_posts/2015-10-26-abbuc.markdown
similarity index 100%
rename from web/_posts/2015-10-26-abbuc.markdown
rename to _posts/2015-10-26-abbuc.markdown
diff --git a/web/_posts/2015-11-01-cccamp15.markdown b/_posts/2015-11-01-cccamp15.markdown
similarity index 100%
rename from web/_posts/2015-11-01-cccamp15.markdown
rename to _posts/2015-11-01-cccamp15.markdown
diff --git a/web/_posts/2016-01-12-cryptoparty.markdown b/_posts/2016-01-12-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2016-01-12-cryptoparty.markdown
rename to _posts/2016-01-12-cryptoparty.markdown
diff --git a/web/_posts/2016-01-22-32c3.markdown b/_posts/2016-01-22-32c3.markdown
similarity index 100%
rename from web/_posts/2016-01-22-32c3.markdown
rename to _posts/2016-01-22-32c3.markdown
diff --git a/web/_posts/2016-01-24-lego-roboter.markdown b/_posts/2016-01-24-lego-roboter.markdown
similarity index 100%
rename from web/_posts/2016-01-24-lego-roboter.markdown
rename to _posts/2016-01-24-lego-roboter.markdown
diff --git a/web/_posts/2016-02-14-cryptoparty.markdown b/_posts/2016-02-14-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2016-02-14-cryptoparty.markdown
rename to _posts/2016-02-14-cryptoparty.markdown
diff --git a/web/_posts/2016-02-25-machinendeck.markdown b/_posts/2016-02-25-machinendeck.markdown
similarity index 100%
rename from web/_posts/2016-02-25-machinendeck.markdown
rename to _posts/2016-02-25-machinendeck.markdown
diff --git a/web/_posts/2016-02-29-glad0s.markdown b/_posts/2016-02-29-glad0s.markdown
similarity index 100%
rename from web/_posts/2016-02-29-glad0s.markdown
rename to _posts/2016-02-29-glad0s.markdown
diff --git a/web/_posts/2016-03-06-fnordeingang.markdown b/_posts/2016-03-06-fnordeingang.markdown
similarity index 100%
rename from web/_posts/2016-03-06-fnordeingang.markdown
rename to _posts/2016-03-06-fnordeingang.markdown
diff --git a/web/_posts/2016-04-11-brmlab.markdown b/_posts/2016-04-11-brmlab.markdown
similarity index 100%
rename from web/_posts/2016-04-11-brmlab.markdown
rename to _posts/2016-04-11-brmlab.markdown
diff --git a/web/_posts/2016-04-29-ich-habe-nichts-zu-verbergen-mein-leben-mit-big-data.markdown b/_posts/2016-04-29-ich-habe-nichts-zu-verbergen-mein-leben-mit-big-data.markdown
similarity index 100%
rename from web/_posts/2016-04-29-ich-habe-nichts-zu-verbergen-mein-leben-mit-big-data.markdown
rename to _posts/2016-04-29-ich-habe-nichts-zu-verbergen-mein-leben-mit-big-data.markdown
diff --git a/web/_posts/2016-05-05-wirklichkeit-und-verschwoerungstheorie.markdown b/_posts/2016-05-05-wirklichkeit-und-verschwoerungstheorie.markdown
similarity index 100%
rename from web/_posts/2016-05-05-wirklichkeit-und-verschwoerungstheorie.markdown
rename to _posts/2016-05-05-wirklichkeit-und-verschwoerungstheorie.markdown
diff --git a/web/_posts/2016-05-08-goa16.markdown b/_posts/2016-05-08-goa16.markdown
similarity index 100%
rename from web/_posts/2016-05-08-goa16.markdown
rename to _posts/2016-05-08-goa16.markdown
diff --git a/web/_posts/2016-05-12-cms-konkordiaschule.markdown b/_posts/2016-05-12-cms-konkordiaschule.markdown
similarity index 100%
rename from web/_posts/2016-05-12-cms-konkordiaschule.markdown
rename to _posts/2016-05-12-cms-konkordiaschule.markdown
diff --git a/web/_posts/2016-05-31-gpn16.markdown b/_posts/2016-05-31-gpn16.markdown
similarity index 100%
rename from web/_posts/2016-05-31-gpn16.markdown
rename to _posts/2016-05-31-gpn16.markdown
diff --git a/web/_posts/2016-06-11-cryptoparty.markdown b/_posts/2016-06-11-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2016-06-11-cryptoparty.markdown
rename to _posts/2016-06-11-cryptoparty.markdown
diff --git a/web/_posts/2016-06-23-cms-duelken.markdown b/_posts/2016-06-23-cms-duelken.markdown
similarity index 100%
rename from web/_posts/2016-06-23-cms-duelken.markdown
rename to _posts/2016-06-23-cms-duelken.markdown
diff --git a/web/_posts/2016-07-06-das-gut-mensch.markdown b/_posts/2016-07-06-das-gut-mensch.markdown
similarity index 100%
rename from web/_posts/2016-07-06-das-gut-mensch.markdown
rename to _posts/2016-07-06-das-gut-mensch.markdown
diff --git a/web/_posts/2016-08-25-icmp8.markdown b/_posts/2016-08-25-icmp8.markdown
similarity index 100%
rename from web/_posts/2016-08-25-icmp8.markdown
rename to _posts/2016-08-25-icmp8.markdown
diff --git a/web/_posts/2016-08-28-cryptoparty.markdown b/_posts/2016-08-28-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2016-08-28-cryptoparty.markdown
rename to _posts/2016-08-28-cryptoparty.markdown
diff --git a/web/_posts/2016-09-04-mrmcd16.markdown b/_posts/2016-09-04-mrmcd16.markdown
similarity index 100%
rename from web/_posts/2016-09-04-mrmcd16.markdown
rename to _posts/2016-09-04-mrmcd16.markdown
diff --git a/web/_posts/2016-09-13-code-for-ruhr.markdown b/_posts/2016-09-13-code-for-ruhr.markdown
similarity index 100%
rename from web/_posts/2016-09-13-code-for-ruhr.markdown
rename to _posts/2016-09-13-code-for-ruhr.markdown
diff --git a/web/_posts/2016-10-13-cms.markdown b/_posts/2016-10-13-cms.markdown
similarity index 100%
rename from web/_posts/2016-10-13-cms.markdown
rename to _posts/2016-10-13-cms.markdown
diff --git a/web/_posts/2016-10-17-OWASPRuhrpott.markdown b/_posts/2016-10-17-OWASPRuhrpott.markdown
similarity index 100%
rename from web/_posts/2016-10-17-OWASPRuhrpott.markdown
rename to _posts/2016-10-17-OWASPRuhrpott.markdown
diff --git a/web/_posts/2016-11-02-cryptoparty.markdown b/_posts/2016-11-02-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2016-11-02-cryptoparty.markdown
rename to _posts/2016-11-02-cryptoparty.markdown
diff --git a/web/_posts/2016-11-22-code-for-ruhr.markdown b/_posts/2016-11-22-code-for-ruhr.markdown
similarity index 100%
rename from web/_posts/2016-11-22-code-for-ruhr.markdown
rename to _posts/2016-11-22-code-for-ruhr.markdown
diff --git a/web/_posts/2016-11-25-mtkj.markdown b/_posts/2016-11-25-mtkj.markdown
similarity index 100%
rename from web/_posts/2016-11-25-mtkj.markdown
rename to _posts/2016-11-25-mtkj.markdown
diff --git a/web/_posts/2016-11-26-ggs-konkordia.markdown b/_posts/2016-11-26-ggs-konkordia.markdown
similarity index 100%
rename from web/_posts/2016-11-26-ggs-konkordia.markdown
rename to _posts/2016-11-26-ggs-konkordia.markdown
diff --git a/web/_posts/2016-11-27-PetitSciFi.markdown b/_posts/2016-11-27-PetitSciFi.markdown
similarity index 100%
rename from web/_posts/2016-11-27-PetitSciFi.markdown
rename to _posts/2016-11-27-PetitSciFi.markdown
diff --git a/web/_posts/2017-01-22-OWASPRuhrpott.markdown b/_posts/2017-01-22-OWASPRuhrpott.markdown
similarity index 100%
rename from web/_posts/2017-01-22-OWASPRuhrpott.markdown
rename to _posts/2017-01-22-OWASPRuhrpott.markdown
diff --git a/web/_posts/2017-01-24-code-for-ruhr.markdown b/_posts/2017-01-24-code-for-ruhr.markdown
similarity index 100%
rename from web/_posts/2017-01-24-code-for-ruhr.markdown
rename to _posts/2017-01-24-code-for-ruhr.markdown
diff --git a/web/_posts/2017-02-13-cryptoparty.markdown b/_posts/2017-02-13-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2017-02-13-cryptoparty.markdown
rename to _posts/2017-02-13-cryptoparty.markdown
diff --git a/web/_posts/2017-02-25-OWASPRuhrpott.markdown b/_posts/2017-02-25-OWASPRuhrpott.markdown
similarity index 100%
rename from web/_posts/2017-02-25-OWASPRuhrpott.markdown
rename to _posts/2017-02-25-OWASPRuhrpott.markdown
diff --git a/web/_posts/2017-02-25-OpenDataDay.markdown b/_posts/2017-02-25-OpenDataDay.markdown
similarity index 100%
rename from web/_posts/2017-02-25-OpenDataDay.markdown
rename to _posts/2017-02-25-OpenDataDay.markdown
diff --git a/web/_posts/2017-04-10-machinendeck_berichtet.markdown b/_posts/2017-04-10-machinendeck_berichtet.markdown
similarity index 100%
rename from web/_posts/2017-04-10-machinendeck_berichtet.markdown
rename to _posts/2017-04-10-machinendeck_berichtet.markdown
diff --git a/web/_posts/2017-04-16-sibyllinische-neuigkeiten.markdown b/_posts/2017-04-16-sibyllinische-neuigkeiten.markdown
similarity index 100%
rename from web/_posts/2017-04-16-sibyllinische-neuigkeiten.markdown
rename to _posts/2017-04-16-sibyllinische-neuigkeiten.markdown
diff --git a/web/_posts/2017-06-02-spieleabend.markdown b/_posts/2017-06-02-spieleabend.markdown
similarity index 100%
rename from web/_posts/2017-06-02-spieleabend.markdown
rename to _posts/2017-06-02-spieleabend.markdown
diff --git a/web/_posts/2017-07-20-cryptoparty.markdown b/_posts/2017-07-20-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2017-07-20-cryptoparty.markdown
rename to _posts/2017-07-20-cryptoparty.markdown
diff --git a/web/_posts/2017-07-22-boardgame3s.markdown b/_posts/2017-07-22-boardgame3s.markdown
similarity index 100%
rename from web/_posts/2017-07-22-boardgame3s.markdown
rename to _posts/2017-07-22-boardgame3s.markdown
diff --git a/web/_posts/2017-08-04-OSM-Treffen.markdown b/_posts/2017-08-04-OSM-Treffen.markdown
similarity index 100%
rename from web/_posts/2017-08-04-OSM-Treffen.markdown
rename to _posts/2017-08-04-OSM-Treffen.markdown
diff --git a/web/_posts/2017-09-03-mrmcd17.markdown b/_posts/2017-09-03-mrmcd17.markdown
similarity index 100%
rename from web/_posts/2017-09-03-mrmcd17.markdown
rename to _posts/2017-09-03-mrmcd17.markdown
diff --git a/web/_posts/2017-09-26-code-for-ruhr.markdown b/_posts/2017-09-26-code-for-ruhr.markdown
similarity index 100%
rename from web/_posts/2017-09-26-code-for-ruhr.markdown
rename to _posts/2017-09-26-code-for-ruhr.markdown
diff --git a/web/_posts/2017-10-05-cryptoparty-gebo.markdown b/_posts/2017-10-05-cryptoparty-gebo.markdown
similarity index 100%
rename from web/_posts/2017-10-05-cryptoparty-gebo.markdown
rename to _posts/2017-10-05-cryptoparty-gebo.markdown
diff --git a/web/_posts/2017-10-07-astropeiler.markdown b/_posts/2017-10-07-astropeiler.markdown
similarity index 100%
rename from web/_posts/2017-10-07-astropeiler.markdown
rename to _posts/2017-10-07-astropeiler.markdown
diff --git a/web/_posts/2017-10-14-schuelerlabor-zupi.markdown b/_posts/2017-10-14-schuelerlabor-zupi.markdown
similarity index 100%
rename from web/_posts/2017-10-14-schuelerlabor-zupi.markdown
rename to _posts/2017-10-14-schuelerlabor-zupi.markdown
diff --git a/web/_posts/2017-10-25-joblinge.markdown b/_posts/2017-10-25-joblinge.markdown
similarity index 100%
rename from web/_posts/2017-10-25-joblinge.markdown
rename to _posts/2017-10-25-joblinge.markdown
diff --git a/web/_posts/2018-01-12-hip18.markdown b/_posts/2018-01-12-hip18.markdown
similarity index 100%
rename from web/_posts/2018-01-12-hip18.markdown
rename to _posts/2018-01-12-hip18.markdown
diff --git a/web/_posts/2018-01-14-docpatch-update.markdown b/_posts/2018-01-14-docpatch-update.markdown
similarity index 100%
rename from web/_posts/2018-01-14-docpatch-update.markdown
rename to _posts/2018-01-14-docpatch-update.markdown
diff --git a/web/_posts/2018-02-28-netzpolitischer-abend.markdown b/_posts/2018-02-28-netzpolitischer-abend.markdown
similarity index 100%
rename from web/_posts/2018-02-28-netzpolitischer-abend.markdown
rename to _posts/2018-02-28-netzpolitischer-abend.markdown
diff --git a/web/_posts/2018-03-09-ctf-stammtisch.markdown b/_posts/2018-03-09-ctf-stammtisch.markdown
similarity index 100%
rename from web/_posts/2018-03-09-ctf-stammtisch.markdown
rename to _posts/2018-03-09-ctf-stammtisch.markdown
diff --git a/web/_posts/2018-03-25-OWASPRuhrpott.markdown b/_posts/2018-03-25-OWASPRuhrpott.markdown
similarity index 100%
rename from web/_posts/2018-03-25-OWASPRuhrpott.markdown
rename to _posts/2018-03-25-OWASPRuhrpott.markdown
diff --git a/web/_posts/2018-03-28-netzpolitischer-abend.markdown b/_posts/2018-03-28-netzpolitischer-abend.markdown
similarity index 100%
rename from web/_posts/2018-03-28-netzpolitischer-abend.markdown
rename to _posts/2018-03-28-netzpolitischer-abend.markdown
diff --git a/web/_posts/2018-06-11-petit-foo-oszi-und-ko.markdown b/_posts/2018-06-11-petit-foo-oszi-und-ko.markdown
similarity index 100%
rename from web/_posts/2018-06-11-petit-foo-oszi-und-ko.markdown
rename to _posts/2018-06-11-petit-foo-oszi-und-ko.markdown
diff --git a/web/_posts/2018-07-13-maschinendeck-berichtet.markdown b/_posts/2018-07-13-maschinendeck-berichtet.markdown
similarity index 100%
rename from web/_posts/2018-07-13-maschinendeck-berichtet.markdown
rename to _posts/2018-07-13-maschinendeck-berichtet.markdown
diff --git a/web/_posts/2018-07-18-cryptoparty.markdown b/_posts/2018-07-18-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2018-07-18-cryptoparty.markdown
rename to _posts/2018-07-18-cryptoparty.markdown
diff --git a/web/_posts/2018-07-28-demo.markdown b/_posts/2018-07-28-demo.markdown
similarity index 100%
rename from web/_posts/2018-07-28-demo.markdown
rename to _posts/2018-07-28-demo.markdown
diff --git a/web/_posts/2018-07-28-haxogreen.markdown b/_posts/2018-07-28-haxogreen.markdown
similarity index 100%
rename from web/_posts/2018-07-28-haxogreen.markdown
rename to _posts/2018-07-28-haxogreen.markdown
diff --git a/web/_posts/2018-08-16-cryptoparty.markdown b/_posts/2018-08-16-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2018-08-16-cryptoparty.markdown
rename to _posts/2018-08-16-cryptoparty.markdown
diff --git a/web/_posts/2018-09-14-mrmcd.markdown b/_posts/2018-09-14-mrmcd.markdown
similarity index 100%
rename from web/_posts/2018-09-14-mrmcd.markdown
rename to _posts/2018-09-14-mrmcd.markdown
diff --git a/web/_posts/2018-10-10-die-maus.markdown b/_posts/2018-10-10-die-maus.markdown
similarity index 100%
rename from web/_posts/2018-10-10-die-maus.markdown
rename to _posts/2018-10-10-die-maus.markdown
diff --git a/web/_posts/2018-10-17-cryptoparty.markdown b/_posts/2018-10-17-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2018-10-17-cryptoparty.markdown
rename to _posts/2018-10-17-cryptoparty.markdown
diff --git a/web/_posts/2018-11-05-owasp-oauth.markdown b/_posts/2018-11-05-owasp-oauth.markdown
similarity index 100%
rename from web/_posts/2018-11-05-owasp-oauth.markdown
rename to _posts/2018-11-05-owasp-oauth.markdown
diff --git a/web/_posts/2018-11-06-playcom.markdown b/_posts/2018-11-06-playcom.markdown
similarity index 100%
rename from web/_posts/2018-11-06-playcom.markdown
rename to _posts/2018-11-06-playcom.markdown
diff --git a/web/_posts/2018-11-17-volkszaehler.markdown b/_posts/2018-11-17-volkszaehler.markdown
similarity index 100%
rename from web/_posts/2018-11-17-volkszaehler.markdown
rename to _posts/2018-11-17-volkszaehler.markdown
diff --git a/web/_posts/2018-11-18-rueckblick-placom.markdown b/_posts/2018-11-18-rueckblick-placom.markdown
similarity index 100%
rename from web/_posts/2018-11-18-rueckblick-placom.markdown
rename to _posts/2018-11-18-rueckblick-placom.markdown
diff --git a/web/_posts/2018-12-19-gluehpn18.markdown b/_posts/2018-12-19-gluehpn18.markdown
similarity index 100%
rename from web/_posts/2018-12-19-gluehpn18.markdown
rename to _posts/2018-12-19-gluehpn18.markdown
diff --git a/web/_posts/2018-12-23-35c3-everywhere.markdown b/_posts/2018-12-23-35c3-everywhere.markdown
similarity index 100%
rename from web/_posts/2018-12-23-35c3-everywhere.markdown
rename to _posts/2018-12-23-35c3-everywhere.markdown
diff --git a/web/_posts/2018-12-23-hip3-cfp.markdown b/_posts/2018-12-23-hip3-cfp.markdown
similarity index 100%
rename from web/_posts/2018-12-23-hip3-cfp.markdown
rename to _posts/2018-12-23-hip3-cfp.markdown
diff --git a/web/_posts/2019-02-26-cryptoparty.markdown b/_posts/2019-02-26-cryptoparty.markdown
similarity index 100%
rename from web/_posts/2019-02-26-cryptoparty.markdown
rename to _posts/2019-02-26-cryptoparty.markdown
diff --git a/web/_posts/2019-03-20-fachtag-mint.markdown b/_posts/2019-03-20-fachtag-mint.markdown
similarity index 100%
rename from web/_posts/2019-03-20-fachtag-mint.markdown
rename to _posts/2019-03-20-fachtag-mint.markdown
diff --git a/web/_posts/2019-03-30-demo.markdown b/_posts/2019-03-30-demo.markdown
similarity index 100%
rename from web/_posts/2019-03-30-demo.markdown
rename to _posts/2019-03-30-demo.markdown
diff --git a/web/_posts/2019-07-07-tueren-auf.markdown b/_posts/2019-07-07-tueren-auf.markdown
similarity index 100%
rename from web/_posts/2019-07-07-tueren-auf.markdown
rename to _posts/2019-07-07-tueren-auf.markdown
diff --git a/web/_posts/2019-07-18-OWASPRuhrpott.markdown b/_posts/2019-07-18-OWASPRuhrpott.markdown
similarity index 100%
rename from web/_posts/2019-07-18-OWASPRuhrpott.markdown
rename to _posts/2019-07-18-OWASPRuhrpott.markdown
diff --git a/web/_posts/2019-07-20-cr3e.markdown b/_posts/2019-07-20-cr3e.markdown
similarity index 100%
rename from web/_posts/2019-07-20-cr3e.markdown
rename to _posts/2019-07-20-cr3e.markdown
diff --git a/web/_posts/2019-08-08-coreboot.markdown b/_posts/2019-08-08-coreboot.markdown
similarity index 100%
rename from web/_posts/2019-08-08-coreboot.markdown
rename to _posts/2019-08-08-coreboot.markdown
diff --git a/web/_posts/2019-08-14-90sgames.markdown b/_posts/2019-08-14-90sgames.markdown
similarity index 100%
rename from web/_posts/2019-08-14-90sgames.markdown
rename to _posts/2019-08-14-90sgames.markdown
diff --git a/web/_posts/2019-09-14-unsere-webseite.markdown b/_posts/2019-09-14-unsere-webseite.markdown
similarity index 100%
rename from web/_posts/2019-09-14-unsere-webseite.markdown
rename to _posts/2019-09-14-unsere-webseite.markdown
diff --git a/web/_posts/2019-09-29-emoticon.markdown b/_posts/2019-09-29-emoticon.markdown
similarity index 100%
rename from web/_posts/2019-09-29-emoticon.markdown
rename to _posts/2019-09-29-emoticon.markdown
diff --git a/web/_posts/2019-10-16-hier-kommt-die-maus.markdown b/_posts/2019-10-16-hier-kommt-die-maus.markdown
similarity index 100%
rename from web/_posts/2019-10-16-hier-kommt-die-maus.markdown
rename to _posts/2019-10-16-hier-kommt-die-maus.markdown
diff --git a/web/_posts/2019-10-16-maschinendeck-berichtet.markdown b/_posts/2019-10-16-maschinendeck-berichtet.markdown
similarity index 100%
rename from web/_posts/2019-10-16-maschinendeck-berichtet.markdown
rename to _posts/2019-10-16-maschinendeck-berichtet.markdown
diff --git a/web/_posts/2019-11-01-abbuc.markdown b/_posts/2019-11-01-abbuc.markdown
similarity index 100%
rename from web/_posts/2019-11-01-abbuc.markdown
rename to _posts/2019-11-01-abbuc.markdown
diff --git a/web/_posts/2019-11-04-repaircafe.markdown b/_posts/2019-11-04-repaircafe.markdown
similarity index 100%
rename from web/_posts/2019-11-04-repaircafe.markdown
rename to _posts/2019-11-04-repaircafe.markdown
diff --git a/web/_posts/2019-11-11-labortag19.markdown b/_posts/2019-11-11-labortag19.markdown
similarity index 100%
rename from web/_posts/2019-11-11-labortag19.markdown
rename to _posts/2019-11-11-labortag19.markdown
diff --git a/web/_posts/2019-11-16-10-jahre-cccffm.markdown b/_posts/2019-11-16-10-jahre-cccffm.markdown
similarity index 100%
rename from web/_posts/2019-11-16-10-jahre-cccffm.markdown
rename to _posts/2019-11-16-10-jahre-cccffm.markdown
diff --git a/web/_posts/2019-11-16-owasp.markdown b/_posts/2019-11-16-owasp.markdown
similarity index 100%
rename from web/_posts/2019-11-16-owasp.markdown
rename to _posts/2019-11-16-owasp.markdown
diff --git a/web/_posts/2019-11-24-loetworkshop.markdown b/_posts/2019-11-24-loetworkshop.markdown
similarity index 100%
rename from web/_posts/2019-11-24-loetworkshop.markdown
rename to _posts/2019-11-24-loetworkshop.markdown
diff --git a/web/_posts/2019-12-19-36c3-everywhere.markdown b/_posts/2019-12-19-36c3-everywhere.markdown
similarity index 100%
rename from web/_posts/2019-12-19-36c3-everywhere.markdown
rename to _posts/2019-12-19-36c3-everywhere.markdown
diff --git a/web/_posts/2019-12-21-hip4-cfp.markdown b/_posts/2019-12-21-hip4-cfp.markdown
similarity index 100%
rename from web/_posts/2019-12-21-hip4-cfp.markdown
rename to _posts/2019-12-21-hip4-cfp.markdown
diff --git a/web/_posts/2020-01-13-36c3-rueckblick.markdown b/_posts/2020-01-13-36c3-rueckblick.markdown
similarity index 100%
rename from web/_posts/2020-01-13-36c3-rueckblick.markdown
rename to _posts/2020-01-13-36c3-rueckblick.markdown
diff --git a/web/_posts/2020-01-24-safer-internet-day.markdown b/_posts/2020-01-24-safer-internet-day.markdown
similarity index 100%
rename from web/_posts/2020-01-24-safer-internet-day.markdown
rename to _posts/2020-01-24-safer-internet-day.markdown
diff --git a/web/_posts/2020-01-27-loetworkshop.markdown b/_posts/2020-01-27-loetworkshop.markdown
similarity index 100%
rename from web/_posts/2020-01-27-loetworkshop.markdown
rename to _posts/2020-01-27-loetworkshop.markdown
diff --git a/web/_posts/2020-02-02-5jahre-c3re.markdown b/_posts/2020-02-02-5jahre-c3re.markdown
similarity index 100%
rename from web/_posts/2020-02-02-5jahre-c3re.markdown
rename to _posts/2020-02-02-5jahre-c3re.markdown
diff --git a/web/_posts/2020-02-29-cms-ude.markdown b/_posts/2020-02-29-cms-ude.markdown
similarity index 100%
rename from web/_posts/2020-02-29-cms-ude.markdown
rename to _posts/2020-02-29-cms-ude.markdown
diff --git a/web/_posts/2020-03-14-chaostreff-absage.markdown b/_posts/2020-03-14-chaostreff-absage.markdown
similarity index 100%
rename from web/_posts/2020-03-14-chaostreff-absage.markdown
rename to _posts/2020-03-14-chaostreff-absage.markdown
diff --git a/web/_posts/2020-03-22-hip4.markdown b/_posts/2020-03-22-hip4.markdown
similarity index 100%
rename from web/_posts/2020-03-22-hip4.markdown
rename to _posts/2020-03-22-hip4.markdown
diff --git a/web/_posts/2020-03-29-virtueller-chaostreff.markdown b/_posts/2020-03-29-virtueller-chaostreff.markdown
similarity index 100%
rename from web/_posts/2020-03-29-virtueller-chaostreff.markdown
rename to _posts/2020-03-29-virtueller-chaostreff.markdown
diff --git a/web/_posts/2020-04-09-divoc.markdown b/_posts/2020-04-09-divoc.markdown
similarity index 100%
rename from web/_posts/2020-04-09-divoc.markdown
rename to _posts/2020-04-09-divoc.markdown
diff --git a/web/_posts/2020-05-27-virtueller-chaostreff.markdown b/_posts/2020-05-27-virtueller-chaostreff.markdown
similarity index 100%
rename from web/_posts/2020-05-27-virtueller-chaostreff.markdown
rename to _posts/2020-05-27-virtueller-chaostreff.markdown
diff --git a/web/_sass/_base.scss b/_sass/_base.scss
similarity index 100%
rename from web/_sass/_base.scss
rename to _sass/_base.scss
diff --git a/web/_sass/_calendar.scss b/_sass/_calendar.scss
similarity index 100%
rename from web/_sass/_calendar.scss
rename to _sass/_calendar.scss
diff --git a/web/_sass/_chaospott.scss b/_sass/_chaospott.scss
similarity index 100%
rename from web/_sass/_chaospott.scss
rename to _sass/_chaospott.scss
diff --git a/web/_sass/_layout.scss b/_sass/_layout.scss
similarity index 100%
rename from web/_sass/_layout.scss
rename to _sass/_layout.scss
diff --git a/web/_sass/_syntax-highlighting.scss b/_sass/_syntax-highlighting.scss
similarity index 100%
rename from web/_sass/_syntax-highlighting.scss
rename to _sass/_syntax-highlighting.scss
diff --git a/web/about.md b/about.md
similarity index 100%
rename from web/about.md
rename to about.md
diff --git a/web/apple-touch-icon.png b/apple-touch-icon.png
similarity index 100%
rename from web/apple-touch-icon.png
rename to apple-touch-icon.png
diff --git a/web/blog/index.html b/blog/index.html
similarity index 100%
rename from web/blog/index.html
rename to blog/index.html
diff --git a/web/bootstrap/css/bootstrap-theme.css b/bootstrap/css/bootstrap-theme.css
similarity index 100%
rename from web/bootstrap/css/bootstrap-theme.css
rename to bootstrap/css/bootstrap-theme.css
diff --git a/web/bootstrap/css/bootstrap-theme.css.map b/bootstrap/css/bootstrap-theme.css.map
similarity index 100%
rename from web/bootstrap/css/bootstrap-theme.css.map
rename to bootstrap/css/bootstrap-theme.css.map
diff --git a/web/bootstrap/css/bootstrap-theme.min.css b/bootstrap/css/bootstrap-theme.min.css
similarity index 100%
rename from web/bootstrap/css/bootstrap-theme.min.css
rename to bootstrap/css/bootstrap-theme.min.css
diff --git a/web/bootstrap/css/bootstrap.css b/bootstrap/css/bootstrap.css
similarity index 100%
rename from web/bootstrap/css/bootstrap.css
rename to bootstrap/css/bootstrap.css
diff --git a/web/bootstrap/css/bootstrap.css.map b/bootstrap/css/bootstrap.css.map
similarity index 100%
rename from web/bootstrap/css/bootstrap.css.map
rename to bootstrap/css/bootstrap.css.map
diff --git a/web/bootstrap/css/bootstrap.min.css b/bootstrap/css/bootstrap.min.css
similarity index 100%
rename from web/bootstrap/css/bootstrap.min.css
rename to bootstrap/css/bootstrap.min.css
diff --git a/web/bootstrap/fonts/glyphicons-halflings-regular.eot b/bootstrap/fonts/glyphicons-halflings-regular.eot
similarity index 100%
rename from web/bootstrap/fonts/glyphicons-halflings-regular.eot
rename to bootstrap/fonts/glyphicons-halflings-regular.eot
diff --git a/web/bootstrap/fonts/glyphicons-halflings-regular.svg b/bootstrap/fonts/glyphicons-halflings-regular.svg
similarity index 100%
rename from web/bootstrap/fonts/glyphicons-halflings-regular.svg
rename to bootstrap/fonts/glyphicons-halflings-regular.svg
diff --git a/web/bootstrap/fonts/glyphicons-halflings-regular.ttf b/bootstrap/fonts/glyphicons-halflings-regular.ttf
similarity index 100%
rename from web/bootstrap/fonts/glyphicons-halflings-regular.ttf
rename to bootstrap/fonts/glyphicons-halflings-regular.ttf
diff --git a/web/bootstrap/fonts/glyphicons-halflings-regular.woff b/bootstrap/fonts/glyphicons-halflings-regular.woff
similarity index 100%
rename from web/bootstrap/fonts/glyphicons-halflings-regular.woff
rename to bootstrap/fonts/glyphicons-halflings-regular.woff
diff --git a/web/bootstrap/js/bootstrap.js b/bootstrap/js/bootstrap.js
similarity index 100%
rename from web/bootstrap/js/bootstrap.js
rename to bootstrap/js/bootstrap.js
diff --git a/web/bootstrap/js/bootstrap.min.js b/bootstrap/js/bootstrap.min.js
similarity index 100%
rename from web/bootstrap/js/bootstrap.min.js
rename to bootstrap/js/bootstrap.min.js
diff --git a/web/bootstrap/js/jquery-2.1.1.min.js b/bootstrap/js/jquery-2.1.1.min.js
similarity index 100%
rename from web/bootstrap/js/jquery-2.1.1.min.js
rename to bootstrap/js/jquery-2.1.1.min.js
diff --git a/web/browserconfig.xml b/browserconfig.xml
similarity index 100%
rename from web/browserconfig.xml
rename to browserconfig.xml
diff --git a/web/calendar.html b/calendar.html
similarity index 100%
rename from web/calendar.html
rename to calendar.html
diff --git a/web/contact.md b/contact.md
similarity index 100%
rename from web/contact.md
rename to contact.md
diff --git a/web/css/all.css b/css/all.css
similarity index 100%
rename from web/css/all.css
rename to css/all.css
diff --git a/web/css/main.scss b/css/main.scss
similarity index 100%
rename from web/css/main.scss
rename to css/main.scss
diff --git a/web/datenschutzerklaerung.md b/datenschutzerklaerung.md
similarity index 100%
rename from web/datenschutzerklaerung.md
rename to datenschutzerklaerung.md
diff --git a/web/favicon-16x16.png b/favicon-16x16.png
similarity index 100%
rename from web/favicon-16x16.png
rename to favicon-16x16.png
diff --git a/web/favicon-32x32.png b/favicon-32x32.png
similarity index 100%
rename from web/favicon-32x32.png
rename to favicon-32x32.png
diff --git a/web/favicon-96x96.png b/favicon-96x96.png
similarity index 100%
rename from web/favicon-96x96.png
rename to favicon-96x96.png
diff --git a/web/favicon.ico b/favicon.ico
similarity index 100%
rename from web/favicon.ico
rename to favicon.ico
diff --git a/web/favicon/android-chrome-144x144.png b/favicon/android-chrome-144x144.png
similarity index 100%
rename from web/favicon/android-chrome-144x144.png
rename to favicon/android-chrome-144x144.png
diff --git a/web/favicon/android-chrome-192x192.png b/favicon/android-chrome-192x192.png
similarity index 100%
rename from web/favicon/android-chrome-192x192.png
rename to favicon/android-chrome-192x192.png
diff --git a/web/favicon/android-chrome-36x36.png b/favicon/android-chrome-36x36.png
similarity index 100%
rename from web/favicon/android-chrome-36x36.png
rename to favicon/android-chrome-36x36.png
diff --git a/web/favicon/android-chrome-48x48.png b/favicon/android-chrome-48x48.png
similarity index 100%
rename from web/favicon/android-chrome-48x48.png
rename to favicon/android-chrome-48x48.png
diff --git a/web/favicon/android-chrome-72x72.png b/favicon/android-chrome-72x72.png
similarity index 100%
rename from web/favicon/android-chrome-72x72.png
rename to favicon/android-chrome-72x72.png
diff --git a/web/favicon/android-chrome-96x96.png b/favicon/android-chrome-96x96.png
similarity index 100%
rename from web/favicon/android-chrome-96x96.png
rename to favicon/android-chrome-96x96.png
diff --git a/web/favicon/android-chrome-manifest.json b/favicon/android-chrome-manifest.json
similarity index 100%
rename from web/favicon/android-chrome-manifest.json
rename to favicon/android-chrome-manifest.json
diff --git a/web/favicon/apple-touch-icon-114x114.png b/favicon/apple-touch-icon-114x114.png
similarity index 100%
rename from web/favicon/apple-touch-icon-114x114.png
rename to favicon/apple-touch-icon-114x114.png
diff --git a/web/favicon/apple-touch-icon-120x120.png b/favicon/apple-touch-icon-120x120.png
similarity index 100%
rename from web/favicon/apple-touch-icon-120x120.png
rename to favicon/apple-touch-icon-120x120.png
diff --git a/web/favicon/apple-touch-icon-144x144.png b/favicon/apple-touch-icon-144x144.png
similarity index 100%
rename from web/favicon/apple-touch-icon-144x144.png
rename to favicon/apple-touch-icon-144x144.png
diff --git a/web/favicon/apple-touch-icon-152x152.png b/favicon/apple-touch-icon-152x152.png
similarity index 100%
rename from web/favicon/apple-touch-icon-152x152.png
rename to favicon/apple-touch-icon-152x152.png
diff --git a/web/favicon/apple-touch-icon-180x180.png b/favicon/apple-touch-icon-180x180.png
similarity index 100%
rename from web/favicon/apple-touch-icon-180x180.png
rename to favicon/apple-touch-icon-180x180.png
diff --git a/web/favicon/apple-touch-icon-57x57.png b/favicon/apple-touch-icon-57x57.png
similarity index 100%
rename from web/favicon/apple-touch-icon-57x57.png
rename to favicon/apple-touch-icon-57x57.png
diff --git a/web/favicon/apple-touch-icon-60x60.png b/favicon/apple-touch-icon-60x60.png
similarity index 100%
rename from web/favicon/apple-touch-icon-60x60.png
rename to favicon/apple-touch-icon-60x60.png
diff --git a/web/favicon/apple-touch-icon-72x72.png b/favicon/apple-touch-icon-72x72.png
similarity index 100%
rename from web/favicon/apple-touch-icon-72x72.png
rename to favicon/apple-touch-icon-72x72.png
diff --git a/web/favicon/apple-touch-icon-76x76.png b/favicon/apple-touch-icon-76x76.png
similarity index 100%
rename from web/favicon/apple-touch-icon-76x76.png
rename to favicon/apple-touch-icon-76x76.png
diff --git a/web/favicon/apple-touch-icon-precomposed.png b/favicon/apple-touch-icon-precomposed.png
similarity index 100%
rename from web/favicon/apple-touch-icon-precomposed.png
rename to favicon/apple-touch-icon-precomposed.png
diff --git a/web/favicon/mstile-144x144.png b/favicon/mstile-144x144.png
similarity index 100%
rename from web/favicon/mstile-144x144.png
rename to favicon/mstile-144x144.png
diff --git a/web/favicon/mstile-150x150.png b/favicon/mstile-150x150.png
similarity index 100%
rename from web/favicon/mstile-150x150.png
rename to favicon/mstile-150x150.png
diff --git a/web/favicon/mstile-310x150.png b/favicon/mstile-310x150.png
similarity index 100%
rename from web/favicon/mstile-310x150.png
rename to favicon/mstile-310x150.png
diff --git a/web/favicon/mstile-310x310.png b/favicon/mstile-310x310.png
similarity index 100%
rename from web/favicon/mstile-310x310.png
rename to favicon/mstile-310x310.png
diff --git a/web/favicon/mstile-70x70.png b/favicon/mstile-70x70.png
similarity index 100%
rename from web/favicon/mstile-70x70.png
rename to favicon/mstile-70x70.png
diff --git a/web/feed.xml b/feed.xml
similarity index 100%
rename from web/feed.xml
rename to feed.xml
diff --git a/web/fonts/ShareTech-Regular.ttf b/fonts/ShareTech-Regular.ttf
similarity index 100%
rename from web/fonts/ShareTech-Regular.ttf
rename to fonts/ShareTech-Regular.ttf
diff --git a/web/fonts/ShareTech-Regular.woff2 b/fonts/ShareTech-Regular.woff2
similarity index 100%
rename from web/fonts/ShareTech-Regular.woff2
rename to fonts/ShareTech-Regular.woff2
diff --git a/web/images/chaospatinnen.png b/images/chaospatinnen.png
similarity index 100%
rename from web/images/chaospatinnen.png
rename to images/chaospatinnen.png
diff --git a/web/images/logo.png b/images/logo.png
similarity index 100%
rename from web/images/logo.png
rename to images/logo.png
diff --git a/web/images/logo.svg b/images/logo.svg
similarity index 100%
rename from web/images/logo.svg
rename to images/logo.svg
diff --git a/web/images/logowall.svg b/images/logowall.svg
similarity index 100%
rename from web/images/logowall.svg
rename to images/logowall.svg
diff --git a/web/impressum.md b/impressum.md
similarity index 100%
rename from web/impressum.md
rename to impressum.md
diff --git a/web/index.html b/index.html
similarity index 100%
rename from web/index.html
rename to index.html
diff --git a/web/js/EasePack.min.js b/js/EasePack.min.js
similarity index 100%
rename from web/js/EasePack.min.js
rename to js/EasePack.min.js
diff --git a/web/js/TweenLite.min.js b/js/TweenLite.min.js
similarity index 100%
rename from web/js/TweenLite.min.js
rename to js/TweenLite.min.js
diff --git a/web/js/cal.js b/js/cal.js
similarity index 100%
rename from web/js/cal.js
rename to js/cal.js
diff --git a/web/js/d3.min.js b/js/d3.min.js
similarity index 100%
rename from web/js/d3.min.js
rename to js/d3.min.js
diff --git a/web/js/elevator.js b/js/elevator.js
similarity index 100%
rename from web/js/elevator.js
rename to js/elevator.js
diff --git a/web/js/elevator.min.js b/js/elevator.min.js
similarity index 100%
rename from web/js/elevator.min.js
rename to js/elevator.min.js
diff --git a/web/js/eyecandy.js b/js/eyecandy.js
similarity index 100%
rename from web/js/eyecandy.js
rename to js/eyecandy.js
diff --git a/web/js/ical.min.js b/js/ical.min.js
similarity index 100%
rename from web/js/ical.min.js
rename to js/ical.min.js
diff --git a/web/js/moment.js b/js/moment.js
similarity index 100%
rename from web/js/moment.js
rename to js/moment.js
diff --git a/web/js/rAF.js b/js/rAF.js
similarity index 100%
rename from web/js/rAF.js
rename to js/rAF.js
diff --git a/web/location.md b/location.md
similarity index 100%
rename from web/location.md
rename to location.md
diff --git a/web/media/2010-01-18/here-be-dragons.jpg b/media/2010-01-18/here-be-dragons.jpg
similarity index 100%
rename from web/media/2010-01-18/here-be-dragons.jpg
rename to media/2010-01-18/here-be-dragons.jpg
diff --git a/web/media/2010-09-05/CIMG7775.jpg b/media/2010-09-05/CIMG7775.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7775.jpg
rename to media/2010-09-05/CIMG7775.jpg
diff --git a/web/media/2010-09-05/CIMG7776.jpg b/media/2010-09-05/CIMG7776.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7776.jpg
rename to media/2010-09-05/CIMG7776.jpg
diff --git a/web/media/2010-09-05/CIMG7803.jpg b/media/2010-09-05/CIMG7803.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7803.jpg
rename to media/2010-09-05/CIMG7803.jpg
diff --git a/web/media/2010-09-05/CIMG7804.jpg b/media/2010-09-05/CIMG7804.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7804.jpg
rename to media/2010-09-05/CIMG7804.jpg
diff --git a/web/media/2010-09-05/CIMG7810.jpg b/media/2010-09-05/CIMG7810.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7810.jpg
rename to media/2010-09-05/CIMG7810.jpg
diff --git a/web/media/2010-09-05/CIMG7811.jpg b/media/2010-09-05/CIMG7811.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7811.jpg
rename to media/2010-09-05/CIMG7811.jpg
diff --git a/web/media/2010-09-05/CIMG7816.jpg b/media/2010-09-05/CIMG7816.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7816.jpg
rename to media/2010-09-05/CIMG7816.jpg
diff --git a/web/media/2010-09-05/CIMG7823.jpg b/media/2010-09-05/CIMG7823.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7823.jpg
rename to media/2010-09-05/CIMG7823.jpg
diff --git a/web/media/2010-09-05/CIMG7830.jpg b/media/2010-09-05/CIMG7830.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7830.jpg
rename to media/2010-09-05/CIMG7830.jpg
diff --git a/web/media/2010-09-05/CIMG7835.jpg b/media/2010-09-05/CIMG7835.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7835.jpg
rename to media/2010-09-05/CIMG7835.jpg
diff --git a/web/media/2010-09-05/CIMG7838.jpg b/media/2010-09-05/CIMG7838.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7838.jpg
rename to media/2010-09-05/CIMG7838.jpg
diff --git a/web/media/2010-09-05/CIMG7839.jpg b/media/2010-09-05/CIMG7839.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7839.jpg
rename to media/2010-09-05/CIMG7839.jpg
diff --git a/web/media/2010-09-05/CIMG7842.jpg b/media/2010-09-05/CIMG7842.jpg
similarity index 100%
rename from web/media/2010-09-05/CIMG7842.jpg
rename to media/2010-09-05/CIMG7842.jpg
diff --git a/web/media/2011-08-08/63zfo0.jpg b/media/2011-08-08/63zfo0.jpg
similarity index 100%
rename from web/media/2011-08-08/63zfo0.jpg
rename to media/2011-08-08/63zfo0.jpg
diff --git a/web/media/2011-10-23/79g58g.jpg b/media/2011-10-23/79g58g.jpg
similarity index 100%
rename from web/media/2011-10-23/79g58g.jpg
rename to media/2011-10-23/79g58g.jpg
diff --git a/web/media/2011-10-23/79tgrv.jpg b/media/2011-10-23/79tgrv.jpg
similarity index 100%
rename from web/media/2011-10-23/79tgrv.jpg
rename to media/2011-10-23/79tgrv.jpg
diff --git a/web/media/2011-10-23/79tidg.jpg b/media/2011-10-23/79tidg.jpg
similarity index 100%
rename from web/media/2011-10-23/79tidg.jpg
rename to media/2011-10-23/79tidg.jpg
diff --git a/web/media/2012-02-18/Arbeitstisch.jpg b/media/2012-02-18/Arbeitstisch.jpg
similarity index 100%
rename from web/media/2012-02-18/Arbeitstisch.jpg
rename to media/2012-02-18/Arbeitstisch.jpg
diff --git a/web/media/2012-02-18/Beleuchtung.jpg b/media/2012-02-18/Beleuchtung.jpg
similarity index 100%
rename from web/media/2012-02-18/Beleuchtung.jpg
rename to media/2012-02-18/Beleuchtung.jpg
diff --git a/web/media/2012-02-18/Grundgesetze.jpg b/media/2012-02-18/Grundgesetze.jpg
similarity index 100%
rename from web/media/2012-02-18/Grundgesetze.jpg
rename to media/2012-02-18/Grundgesetze.jpg
diff --git a/web/media/2012-02-18/Kuechengeraete.jpg b/media/2012-02-18/Kuechengeraete.jpg
similarity index 100%
rename from web/media/2012-02-18/Kuechengeraete.jpg
rename to media/2012-02-18/Kuechengeraete.jpg
diff --git a/web/media/2012-02-18/Raum.jpg b/media/2012-02-18/Raum.jpg
similarity index 100%
rename from web/media/2012-02-18/Raum.jpg
rename to media/2012-02-18/Raum.jpg
diff --git a/web/media/2012-02-28/hinterhof.jpg b/media/2012-02-28/hinterhof.jpg
similarity index 100%
rename from web/media/2012-02-28/hinterhof.jpg
rename to media/2012-02-28/hinterhof.jpg
diff --git a/web/media/2012-03-02/P1020474.JPG b/media/2012-03-02/P1020474.JPG
similarity index 100%
rename from web/media/2012-03-02/P1020474.JPG
rename to media/2012-03-02/P1020474.JPG
diff --git a/web/media/2012-03-09/Beleuchtung.jpg b/media/2012-03-09/Beleuchtung.jpg
similarity index 100%
rename from web/media/2012-03-09/Beleuchtung.jpg
rename to media/2012-03-09/Beleuchtung.jpg
diff --git a/web/media/2012-03-09/Kuchen.jpg b/media/2012-03-09/Kuchen.jpg
similarity index 100%
rename from web/media/2012-03-09/Kuchen.jpg
rename to media/2012-03-09/Kuchen.jpg
diff --git a/web/media/2012-03-09/Kuehlschrank.jpg b/media/2012-03-09/Kuehlschrank.jpg
similarity index 100%
rename from web/media/2012-03-09/Kuehlschrank.jpg
rename to media/2012-03-09/Kuehlschrank.jpg
diff --git a/web/media/2012-03-09/Pflanzen.jpg b/media/2012-03-09/Pflanzen.jpg
similarity index 100%
rename from web/media/2012-03-09/Pflanzen.jpg
rename to media/2012-03-09/Pflanzen.jpg
diff --git a/web/media/2012-03-09/Raum_2.jpg b/media/2012-03-09/Raum_2.jpg
similarity index 100%
rename from web/media/2012-03-09/Raum_2.jpg
rename to media/2012-03-09/Raum_2.jpg
diff --git a/web/media/2012-03-09/Telecom.jpg b/media/2012-03-09/Telecom.jpg
similarity index 100%
rename from web/media/2012-03-09/Telecom.jpg
rename to media/2012-03-09/Telecom.jpg
diff --git a/web/media/2012-03-31/2012-03-14 19.20.14.jpg b/media/2012-03-31/2012-03-14 19.20.14.jpg
similarity index 100%
rename from web/media/2012-03-31/2012-03-14 19.20.14.jpg
rename to media/2012-03-31/2012-03-14 19.20.14.jpg
diff --git a/web/media/2012-04-22/buttons.jpg b/media/2012-04-22/buttons.jpg
similarity index 100%
rename from web/media/2012-04-22/buttons.jpg
rename to media/2012-04-22/buttons.jpg
diff --git a/web/media/2012-04-22/flagge.jpg b/media/2012-04-22/flagge.jpg
similarity index 100%
rename from web/media/2012-04-22/flagge.jpg
rename to media/2012-04-22/flagge.jpg
diff --git a/web/media/2012-04-22/zivil-schutz-bunker.jpg b/media/2012-04-22/zivil-schutz-bunker.jpg
similarity index 100%
rename from web/media/2012-04-22/zivil-schutz-bunker.jpg
rename to media/2012-04-22/zivil-schutz-bunker.jpg
diff --git a/web/media/2012-09-10/617472545.jpg b/media/2012-09-10/617472545.jpg
similarity index 100%
rename from web/media/2012-09-10/617472545.jpg
rename to media/2012-09-10/617472545.jpg
diff --git a/web/media/2012-09-10/800px-595262475.jpg b/media/2012-09-10/800px-595262475.jpg
similarity index 100%
rename from web/media/2012-09-10/800px-595262475.jpg
rename to media/2012-09-10/800px-595262475.jpg
diff --git a/web/media/2012-09-10/GPN12-atarifrosch-20120609-038.jpg b/media/2012-09-10/GPN12-atarifrosch-20120609-038.jpg
similarity index 100%
rename from web/media/2012-09-10/GPN12-atarifrosch-20120609-038.jpg
rename to media/2012-09-10/GPN12-atarifrosch-20120609-038.jpg
diff --git a/web/media/2012-10-28/haxogreen_00.jpg b/media/2012-10-28/haxogreen_00.jpg
similarity index 100%
rename from web/media/2012-10-28/haxogreen_00.jpg
rename to media/2012-10-28/haxogreen_00.jpg
diff --git a/web/media/2012-10-28/haxogreen_01.jpg b/media/2012-10-28/haxogreen_01.jpg
similarity index 100%
rename from web/media/2012-10-28/haxogreen_01.jpg
rename to media/2012-10-28/haxogreen_01.jpg
diff --git a/web/media/2012-11-05/datenspruren2012_00.png b/media/2012-11-05/datenspruren2012_00.png
similarity index 100%
rename from web/media/2012-11-05/datenspruren2012_00.png
rename to media/2012-11-05/datenspruren2012_00.png
diff --git a/web/media/2012-11-05/datenspuren2012_00.png b/media/2012-11-05/datenspuren2012_00.png
similarity index 100%
rename from web/media/2012-11-05/datenspuren2012_00.png
rename to media/2012-11-05/datenspuren2012_00.png
diff --git a/web/media/2012-11-05/datenspuren2012_00_small.png b/media/2012-11-05/datenspuren2012_00_small.png
similarity index 100%
rename from web/media/2012-11-05/datenspuren2012_00_small.png
rename to media/2012-11-05/datenspuren2012_00_small.png
diff --git a/web/media/2012-11-05/datenspuren2012_01.png b/media/2012-11-05/datenspuren2012_01.png
similarity index 100%
rename from web/media/2012-11-05/datenspuren2012_01.png
rename to media/2012-11-05/datenspuren2012_01.png
diff --git a/web/media/2012-11-05/datenspuren2012_01_small.png b/media/2012-11-05/datenspuren2012_01_small.png
similarity index 100%
rename from web/media/2012-11-05/datenspuren2012_01_small.png
rename to media/2012-11-05/datenspuren2012_01_small.png
diff --git a/web/media/2013-01-18/kickoff.jpg b/media/2013-01-18/kickoff.jpg
similarity index 100%
rename from web/media/2013-01-18/kickoff.jpg
rename to media/2013-01-18/kickoff.jpg
diff --git a/web/media/2013-01-18/meldung.jpg b/media/2013-01-18/meldung.jpg
similarity index 100%
rename from web/media/2013-01-18/meldung.jpg
rename to media/2013-01-18/meldung.jpg
diff --git a/web/media/2013-01-18/schueler.jpg b/media/2013-01-18/schueler.jpg
similarity index 100%
rename from web/media/2013-01-18/schueler.jpg
rename to media/2013-01-18/schueler.jpg
diff --git a/web/media/2013-02-10/EaR_Aachen_01.JPG b/media/2013-02-10/EaR_Aachen_01.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_01.JPG
rename to media/2013-02-10/EaR_Aachen_01.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_02.JPG b/media/2013-02-10/EaR_Aachen_02.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_02.JPG
rename to media/2013-02-10/EaR_Aachen_02.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_03.JPG b/media/2013-02-10/EaR_Aachen_03.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_03.JPG
rename to media/2013-02-10/EaR_Aachen_03.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_03_.JPG b/media/2013-02-10/EaR_Aachen_03_.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_03_.JPG
rename to media/2013-02-10/EaR_Aachen_03_.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_04.JPG b/media/2013-02-10/EaR_Aachen_04.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_04.JPG
rename to media/2013-02-10/EaR_Aachen_04.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_04_.JPG b/media/2013-02-10/EaR_Aachen_04_.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_04_.JPG
rename to media/2013-02-10/EaR_Aachen_04_.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_05.JPG b/media/2013-02-10/EaR_Aachen_05.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_05.JPG
rename to media/2013-02-10/EaR_Aachen_05.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_06.JPG b/media/2013-02-10/EaR_Aachen_06.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_06.JPG
rename to media/2013-02-10/EaR_Aachen_06.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_07.JPG b/media/2013-02-10/EaR_Aachen_07.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_07.JPG
rename to media/2013-02-10/EaR_Aachen_07.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_08.JPG b/media/2013-02-10/EaR_Aachen_08.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_08.JPG
rename to media/2013-02-10/EaR_Aachen_08.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_09.JPG b/media/2013-02-10/EaR_Aachen_09.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_09.JPG
rename to media/2013-02-10/EaR_Aachen_09.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_10.JPG b/media/2013-02-10/EaR_Aachen_10.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_10.JPG
rename to media/2013-02-10/EaR_Aachen_10.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_11.JPG b/media/2013-02-10/EaR_Aachen_11.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_11.JPG
rename to media/2013-02-10/EaR_Aachen_11.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_14.JPG b/media/2013-02-10/EaR_Aachen_14.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_14.JPG
rename to media/2013-02-10/EaR_Aachen_14.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_15.JPG b/media/2013-02-10/EaR_Aachen_15.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_15.JPG
rename to media/2013-02-10/EaR_Aachen_15.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_17.JPG b/media/2013-02-10/EaR_Aachen_17.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_17.JPG
rename to media/2013-02-10/EaR_Aachen_17.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_18.JPG b/media/2013-02-10/EaR_Aachen_18.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_18.JPG
rename to media/2013-02-10/EaR_Aachen_18.JPG
diff --git a/web/media/2013-02-10/EaR_Aachen_19.JPG b/media/2013-02-10/EaR_Aachen_19.JPG
similarity index 100%
rename from web/media/2013-02-10/EaR_Aachen_19.JPG
rename to media/2013-02-10/EaR_Aachen_19.JPG
diff --git a/web/media/2013-02-17/drachenschlumpf.jpg b/media/2013-02-17/drachenschlumpf.jpg
similarity index 100%
rename from web/media/2013-02-17/drachenschlumpf.jpg
rename to media/2013-02-17/drachenschlumpf.jpg
diff --git a/web/media/2013-02-17/schliesssystem.jpg b/media/2013-02-17/schliesssystem.jpg
similarity index 100%
rename from web/media/2013-02-17/schliesssystem.jpg
rename to media/2013-02-17/schliesssystem.jpg
diff --git a/web/media/2013-02-17/uhr.jpg b/media/2013-02-17/uhr.jpg
similarity index 100%
rename from web/media/2013-02-17/uhr.jpg
rename to media/2013-02-17/uhr.jpg
diff --git a/web/media/2013-03-23/IMG_0334.JPG b/media/2013-03-23/IMG_0334.JPG
similarity index 100%
rename from web/media/2013-03-23/IMG_0334.JPG
rename to media/2013-03-23/IMG_0334.JPG
diff --git a/web/media/2013-03-30/kickoff.jpg b/media/2013-03-30/kickoff.jpg
similarity index 100%
rename from web/media/2013-03-30/kickoff.jpg
rename to media/2013-03-30/kickoff.jpg
diff --git a/web/media/2013-03-30/meldung.jpg b/media/2013-03-30/meldung.jpg
similarity index 100%
rename from web/media/2013-03-30/meldung.jpg
rename to media/2013-03-30/meldung.jpg
diff --git a/web/media/2013-03-30/schueler.jpg b/media/2013-03-30/schueler.jpg
similarity index 100%
rename from web/media/2013-03-30/schueler.jpg
rename to media/2013-03-30/schueler.jpg
diff --git a/web/media/2013-04-03/bild01.JPG b/media/2013-04-03/bild01.JPG
similarity index 100%
rename from web/media/2013-04-03/bild01.JPG
rename to media/2013-04-03/bild01.JPG
diff --git a/web/media/2013-04-03/bild02.JPG b/media/2013-04-03/bild02.JPG
similarity index 100%
rename from web/media/2013-04-03/bild02.JPG
rename to media/2013-04-03/bild02.JPG
diff --git a/web/media/2013-04-03/bild03.JPG b/media/2013-04-03/bild03.JPG
similarity index 100%
rename from web/media/2013-04-03/bild03.JPG
rename to media/2013-04-03/bild03.JPG
diff --git a/web/media/2013-05-26/Freifunk-Router-fixt.jpg b/media/2013-05-26/Freifunk-Router-fixt.jpg
similarity index 100%
rename from web/media/2013-05-26/Freifunk-Router-fixt.jpg
rename to media/2013-05-26/Freifunk-Router-fixt.jpg
diff --git a/web/media/2013-05-26/Freifunk-Router.jpg b/media/2013-05-26/Freifunk-Router.jpg
similarity index 100%
rename from web/media/2013-05-26/Freifunk-Router.jpg
rename to media/2013-05-26/Freifunk-Router.jpg
diff --git a/web/media/2013-06-08/Flyer.jpg b/media/2013-06-08/Flyer.jpg
similarity index 100%
rename from web/media/2013-06-08/Flyer.jpg
rename to media/2013-06-08/Flyer.jpg
diff --git a/web/media/2013-06-08/preview.jpg b/media/2013-06-08/preview.jpg
similarity index 100%
rename from web/media/2013-06-08/preview.jpg
rename to media/2013-06-08/preview.jpg
diff --git a/web/media/2013-06-08/preview_old.jpg b/media/2013-06-08/preview_old.jpg
similarity index 100%
rename from web/media/2013-06-08/preview_old.jpg
rename to media/2013-06-08/preview_old.jpg
diff --git a/web/media/2013-06-08/shot0001.jpg b/media/2013-06-08/shot0001.jpg
similarity index 100%
rename from web/media/2013-06-08/shot0001.jpg
rename to media/2013-06-08/shot0001.jpg
diff --git a/web/media/2013-06-15/DSC_0020.jpg b/media/2013-06-15/DSC_0020.jpg
similarity index 100%
rename from web/media/2013-06-15/DSC_0020.jpg
rename to media/2013-06-15/DSC_0020.jpg
diff --git a/web/media/2013-06-15/DSC_0024.jpg b/media/2013-06-15/DSC_0024.jpg
similarity index 100%
rename from web/media/2013-06-15/DSC_0024.jpg
rename to media/2013-06-15/DSC_0024.jpg
diff --git a/web/media/2013-09-04/BILD1.jpg b/media/2013-09-04/BILD1.jpg
similarity index 100%
rename from web/media/2013-09-04/BILD1.jpg
rename to media/2013-09-04/BILD1.jpg
diff --git a/web/media/2013-09-04/BILD2.jpg b/media/2013-09-04/BILD2.jpg
similarity index 100%
rename from web/media/2013-09-04/BILD2.jpg
rename to media/2013-09-04/BILD2.jpg
diff --git a/web/media/2013-09-04/BILD3.jpg b/media/2013-09-04/BILD3.jpg
similarity index 100%
rename from web/media/2013-09-04/BILD3.jpg
rename to media/2013-09-04/BILD3.jpg
diff --git a/web/media/2013-09-08/IMG_1010.JPG b/media/2013-09-08/IMG_1010.JPG
similarity index 100%
rename from web/media/2013-09-08/IMG_1010.JPG
rename to media/2013-09-08/IMG_1010.JPG
diff --git a/web/media/2013-09-29/IMG_0883.JPG b/media/2013-09-29/IMG_0883.JPG
similarity index 100%
rename from web/media/2013-09-29/IMG_0883.JPG
rename to media/2013-09-29/IMG_0883.JPG
diff --git a/web/media/2013-10-14/linuxhotel_landschaft.jpg b/media/2013-10-14/linuxhotel_landschaft.jpg
similarity index 100%
rename from web/media/2013-10-14/linuxhotel_landschaft.jpg
rename to media/2013-10-14/linuxhotel_landschaft.jpg
diff --git a/web/media/2013-11-04/Bild1.jpg b/media/2013-11-04/Bild1.jpg
similarity index 100%
rename from web/media/2013-11-04/Bild1.jpg
rename to media/2013-11-04/Bild1.jpg
diff --git a/web/media/2013-11-04/Bild2.jpg b/media/2013-11-04/Bild2.jpg
similarity index 100%
rename from web/media/2013-11-04/Bild2.jpg
rename to media/2013-11-04/Bild2.jpg
diff --git a/web/media/2013-11-11/freifunk.jpeg b/media/2013-11-11/freifunk.jpeg
similarity index 100%
rename from web/media/2013-11-11/freifunk.jpeg
rename to media/2013-11-11/freifunk.jpeg
diff --git a/web/media/2013-11-11/loeten.jpeg b/media/2013-11-11/loeten.jpeg
similarity index 100%
rename from web/media/2013-11-11/loeten.jpeg
rename to media/2013-11-11/loeten.jpeg
diff --git a/web/media/2014-03-21/Bild_BF_Uebergangsversion.jpg b/media/2014-03-21/Bild_BF_Uebergangsversion.jpg
similarity index 100%
rename from web/media/2014-03-21/Bild_BF_Uebergangsversion.jpg
rename to media/2014-03-21/Bild_BF_Uebergangsversion.jpg
diff --git a/web/media/2014-04-01/photo1.JPG b/media/2014-04-01/photo1.JPG
similarity index 100%
rename from web/media/2014-04-01/photo1.JPG
rename to media/2014-04-01/photo1.JPG
diff --git a/web/media/2014-04-01/photo2.JPG b/media/2014-04-01/photo2.JPG
similarity index 100%
rename from web/media/2014-04-01/photo2.JPG
rename to media/2014-04-01/photo2.JPG
diff --git a/web/media/2014-04-01/photo3.jpg b/media/2014-04-01/photo3.jpg
similarity index 100%
rename from web/media/2014-04-01/photo3.jpg
rename to media/2014-04-01/photo3.jpg
diff --git a/web/media/2014-04-02/Chaos-macht-Schule-Logo.png b/media/2014-04-02/Chaos-macht-Schule-Logo.png
similarity index 100%
rename from web/media/2014-04-02/Chaos-macht-Schule-Logo.png
rename to media/2014-04-02/Chaos-macht-Schule-Logo.png
diff --git a/web/media/2014-07-04/web_800px.png b/media/2014-07-04/web_800px.png
similarity index 100%
rename from web/media/2014-07-04/web_800px.png
rename to media/2014-07-04/web_800px.png
diff --git a/web/media/2014-08-02/Bild1.jpg b/media/2014-08-02/Bild1.jpg
similarity index 100%
rename from web/media/2014-08-02/Bild1.jpg
rename to media/2014-08-02/Bild1.jpg
diff --git a/web/media/2014-08-02/Bild2.png b/media/2014-08-02/Bild2.png
similarity index 100%
rename from web/media/2014-08-02/Bild2.png
rename to media/2014-08-02/Bild2.png
diff --git a/web/media/2014-09-22/lounge.jpg b/media/2014-09-22/lounge.jpg
similarity index 100%
rename from web/media/2014-09-22/lounge.jpg
rename to media/2014-09-22/lounge.jpg
diff --git a/web/media/2014-10-17/DSC07745.jpg b/media/2014-10-17/DSC07745.jpg
similarity index 100%
rename from web/media/2014-10-17/DSC07745.jpg
rename to media/2014-10-17/DSC07745.jpg
diff --git a/web/media/2014-10-17/IMG_0458.JPG b/media/2014-10-17/IMG_0458.JPG
similarity index 100%
rename from web/media/2014-10-17/IMG_0458.JPG
rename to media/2014-10-17/IMG_0458.JPG
diff --git a/web/media/2014-10-17/IMG_0460.JPG b/media/2014-10-17/IMG_0460.JPG
similarity index 100%
rename from web/media/2014-10-17/IMG_0460.JPG
rename to media/2014-10-17/IMG_0460.JPG
diff --git a/web/media/2014-11-17/hackend-01.JPG b/media/2014-11-17/hackend-01.JPG
similarity index 100%
rename from web/media/2014-11-17/hackend-01.JPG
rename to media/2014-11-17/hackend-01.JPG
diff --git a/web/media/2014-11-17/hackend-02.JPG b/media/2014-11-17/hackend-02.JPG
similarity index 100%
rename from web/media/2014-11-17/hackend-02.JPG
rename to media/2014-11-17/hackend-02.JPG
diff --git a/web/media/2014-11-17/hackend-03.JPG b/media/2014-11-17/hackend-03.JPG
similarity index 100%
rename from web/media/2014-11-17/hackend-03.JPG
rename to media/2014-11-17/hackend-03.JPG
diff --git a/web/media/2014-11-17/hackend-04.JPG b/media/2014-11-17/hackend-04.JPG
similarity index 100%
rename from web/media/2014-11-17/hackend-04.JPG
rename to media/2014-11-17/hackend-04.JPG
diff --git a/web/media/2014-11-20/icmp01.png b/media/2014-11-20/icmp01.png
similarity index 100%
rename from web/media/2014-11-20/icmp01.png
rename to media/2014-11-20/icmp01.png
diff --git a/web/media/2014-11-20/icmp02.jpg b/media/2014-11-20/icmp02.jpg
similarity index 100%
rename from web/media/2014-11-20/icmp02.jpg
rename to media/2014-11-20/icmp02.jpg
diff --git a/web/media/2014-11-20/icmp03.jpg b/media/2014-11-20/icmp03.jpg
similarity index 100%
rename from web/media/2014-11-20/icmp03.jpg
rename to media/2014-11-20/icmp03.jpg
diff --git a/web/media/2014-11-20/icmp04.jpg b/media/2014-11-20/icmp04.jpg
similarity index 100%
rename from web/media/2014-11-20/icmp04.jpg
rename to media/2014-11-20/icmp04.jpg
diff --git a/web/media/2014-11-27/cre207.jpg b/media/2014-11-27/cre207.jpg
similarity index 100%
rename from web/media/2014-11-27/cre207.jpg
rename to media/2014-11-27/cre207.jpg
diff --git a/web/media/2014-11-28/bastelwochenende01.jpg b/media/2014-11-28/bastelwochenende01.jpg
similarity index 100%
rename from web/media/2014-11-28/bastelwochenende01.jpg
rename to media/2014-11-28/bastelwochenende01.jpg
diff --git a/web/media/2014-11-28/bastelwochenende02.jpg b/media/2014-11-28/bastelwochenende02.jpg
similarity index 100%
rename from web/media/2014-11-28/bastelwochenende02.jpg
rename to media/2014-11-28/bastelwochenende02.jpg
diff --git a/web/media/2015-01-06/weihnachtsfeier.jpg b/media/2015-01-06/weihnachtsfeier.jpg
similarity index 100%
rename from web/media/2015-01-06/weihnachtsfeier.jpg
rename to media/2015-01-06/weihnachtsfeier.jpg
diff --git a/web/media/2015-03-22/cms_rhyedt.jpg b/media/2015-03-22/cms_rhyedt.jpg
similarity index 100%
rename from web/media/2015-03-22/cms_rhyedt.jpg
rename to media/2015-03-22/cms_rhyedt.jpg
diff --git a/web/media/2015-04-02/Fnord-treff.png b/media/2015-04-02/Fnord-treff.png
similarity index 100%
rename from web/media/2015-04-02/Fnord-treff.png
rename to media/2015-04-02/Fnord-treff.png
diff --git a/web/media/2015-04-08/eh-15-001.jpg b/media/2015-04-08/eh-15-001.jpg
similarity index 100%
rename from web/media/2015-04-08/eh-15-001.jpg
rename to media/2015-04-08/eh-15-001.jpg
diff --git a/web/media/2015-04-08/eh-15-002.jpg b/media/2015-04-08/eh-15-002.jpg
similarity index 100%
rename from web/media/2015-04-08/eh-15-002.jpg
rename to media/2015-04-08/eh-15-002.jpg
diff --git a/web/media/2015-04-29/freifunk.png b/media/2015-04-29/freifunk.png
similarity index 100%
rename from web/media/2015-04-29/freifunk.png
rename to media/2015-04-29/freifunk.png
diff --git a/web/media/2015-04-30/tuer01.jpg b/media/2015-04-30/tuer01.jpg
similarity index 100%
rename from web/media/2015-04-30/tuer01.jpg
rename to media/2015-04-30/tuer01.jpg
diff --git a/web/media/2015-04-30/tuer02.jpg b/media/2015-04-30/tuer02.jpg
similarity index 100%
rename from web/media/2015-04-30/tuer02.jpg
rename to media/2015-04-30/tuer02.jpg
diff --git a/web/media/2015-06-14/gpn01.jpg b/media/2015-06-14/gpn01.jpg
similarity index 100%
rename from web/media/2015-06-14/gpn01.jpg
rename to media/2015-06-14/gpn01.jpg
diff --git a/web/media/2015-06-22/camp2011.jpg b/media/2015-06-22/camp2011.jpg
similarity index 100%
rename from web/media/2015-06-22/camp2011.jpg
rename to media/2015-06-22/camp2011.jpg
diff --git a/web/media/2015-06-24/goa1.jpg b/media/2015-06-24/goa1.jpg
similarity index 100%
rename from web/media/2015-06-24/goa1.jpg
rename to media/2015-06-24/goa1.jpg
diff --git a/web/media/2015-06-28/fabritianum.jpg b/media/2015-06-28/fabritianum.jpg
similarity index 100%
rename from web/media/2015-06-28/fabritianum.jpg
rename to media/2015-06-28/fabritianum.jpg
diff --git a/web/media/2015-09-05/was-bisher-geschah-00.jpg b/media/2015-09-05/was-bisher-geschah-00.jpg
similarity index 100%
rename from web/media/2015-09-05/was-bisher-geschah-00.jpg
rename to media/2015-09-05/was-bisher-geschah-00.jpg
diff --git a/web/media/2015-09-05/was-bisher-geschah-01.jpg b/media/2015-09-05/was-bisher-geschah-01.jpg
similarity index 100%
rename from web/media/2015-09-05/was-bisher-geschah-01.jpg
rename to media/2015-09-05/was-bisher-geschah-01.jpg
diff --git a/web/media/2015-09-16/mrmcd01.jpg b/media/2015-09-16/mrmcd01.jpg
similarity index 100%
rename from web/media/2015-09-16/mrmcd01.jpg
rename to media/2015-09-16/mrmcd01.jpg
diff --git a/web/media/2015-10-09/mtkj-sep15-00.jpg b/media/2015-10-09/mtkj-sep15-00.jpg
similarity index 100%
rename from web/media/2015-10-09/mtkj-sep15-00.jpg
rename to media/2015-10-09/mtkj-sep15-00.jpg
diff --git a/web/media/2015-10-26/abbuc-treffen-okt15-00.jpg b/media/2015-10-26/abbuc-treffen-okt15-00.jpg
similarity index 100%
rename from web/media/2015-10-26/abbuc-treffen-okt15-00.jpg
rename to media/2015-10-26/abbuc-treffen-okt15-00.jpg
diff --git a/web/media/2015-11-01/cccamp15_00.jpg b/media/2015-11-01/cccamp15_00.jpg
similarity index 100%
rename from web/media/2015-11-01/cccamp15_00.jpg
rename to media/2015-11-01/cccamp15_00.jpg
diff --git a/web/media/2015-11-01/cccamp15_01.jpg b/media/2015-11-01/cccamp15_01.jpg
similarity index 100%
rename from web/media/2015-11-01/cccamp15_01.jpg
rename to media/2015-11-01/cccamp15_01.jpg
diff --git a/web/media/2016-01-22/32c3_00.jpg b/media/2016-01-22/32c3_00.jpg
similarity index 100%
rename from web/media/2016-01-22/32c3_00.jpg
rename to media/2016-01-22/32c3_00.jpg
diff --git a/web/media/2016-01-22/32c3_01.jpg b/media/2016-01-22/32c3_01.jpg
similarity index 100%
rename from web/media/2016-01-22/32c3_01.jpg
rename to media/2016-01-22/32c3_01.jpg
diff --git a/web/media/2016-01-22/32c3_02.jpg b/media/2016-01-22/32c3_02.jpg
similarity index 100%
rename from web/media/2016-01-22/32c3_02.jpg
rename to media/2016-01-22/32c3_02.jpg
diff --git a/web/media/2016-01-22/32c3_03.jpg b/media/2016-01-22/32c3_03.jpg
similarity index 100%
rename from web/media/2016-01-22/32c3_03.jpg
rename to media/2016-01-22/32c3_03.jpg
diff --git a/web/media/2016-01-24/robot.jpg b/media/2016-01-24/robot.jpg
similarity index 100%
rename from web/media/2016-01-24/robot.jpg
rename to media/2016-01-24/robot.jpg
diff --git a/web/media/2016-02-25/kueche.jpg b/media/2016-02-25/kueche.jpg
similarity index 100%
rename from web/media/2016-02-25/kueche.jpg
rename to media/2016-02-25/kueche.jpg
diff --git a/web/media/2016-02-25/lautsprecher.jpg b/media/2016-02-25/lautsprecher.jpg
similarity index 100%
rename from web/media/2016-02-25/lautsprecher.jpg
rename to media/2016-02-25/lautsprecher.jpg
diff --git a/web/media/2016-02-25/wortuhr.jpg b/media/2016-02-25/wortuhr.jpg
similarity index 100%
rename from web/media/2016-02-25/wortuhr.jpg
rename to media/2016-02-25/wortuhr.jpg
diff --git a/web/media/2016-02-29/glad0s.jpg b/media/2016-02-29/glad0s.jpg
similarity index 100%
rename from web/media/2016-02-29/glad0s.jpg
rename to media/2016-02-29/glad0s.jpg
diff --git a/web/media/2016-04-11/brmlab0.jpg b/media/2016-04-11/brmlab0.jpg
similarity index 100%
rename from web/media/2016-04-11/brmlab0.jpg
rename to media/2016-04-11/brmlab0.jpg
diff --git a/web/media/2016-04-11/brmlab1.jpg b/media/2016-04-11/brmlab1.jpg
similarity index 100%
rename from web/media/2016-04-11/brmlab1.jpg
rename to media/2016-04-11/brmlab1.jpg
diff --git a/web/media/2016-04-27/ich-habe-nichts-zu-verbergen-0075.jpg b/media/2016-04-27/ich-habe-nichts-zu-verbergen-0075.jpg
similarity index 100%
rename from web/media/2016-04-27/ich-habe-nichts-zu-verbergen-0075.jpg
rename to media/2016-04-27/ich-habe-nichts-zu-verbergen-0075.jpg
diff --git a/web/media/2016-05-08/goa00.jpg b/media/2016-05-08/goa00.jpg
similarity index 100%
rename from web/media/2016-05-08/goa00.jpg
rename to media/2016-05-08/goa00.jpg
diff --git a/web/media/2016-05-08/goa01.jpg b/media/2016-05-08/goa01.jpg
similarity index 100%
rename from web/media/2016-05-08/goa01.jpg
rename to media/2016-05-08/goa01.jpg
diff --git a/web/media/2016-05-12/konkordiaschule00.jpg b/media/2016-05-12/konkordiaschule00.jpg
similarity index 100%
rename from web/media/2016-05-12/konkordiaschule00.jpg
rename to media/2016-05-12/konkordiaschule00.jpg
diff --git a/web/media/2016-05-31/gpn16-01.jpg b/media/2016-05-31/gpn16-01.jpg
similarity index 100%
rename from web/media/2016-05-31/gpn16-01.jpg
rename to media/2016-05-31/gpn16-01.jpg
diff --git a/web/media/2016-05-31/gpn16-02.jpg b/media/2016-05-31/gpn16-02.jpg
similarity index 100%
rename from web/media/2016-05-31/gpn16-02.jpg
rename to media/2016-05-31/gpn16-02.jpg
diff --git a/web/media/2016-05-31/gpn16-03.jpg b/media/2016-05-31/gpn16-03.jpg
similarity index 100%
rename from web/media/2016-05-31/gpn16-03.jpg
rename to media/2016-05-31/gpn16-03.jpg
diff --git a/web/media/2016-06-23/amg00.jpg b/media/2016-06-23/amg00.jpg
similarity index 100%
rename from web/media/2016-06-23/amg00.jpg
rename to media/2016-06-23/amg00.jpg
diff --git a/web/media/2016-08-25/icmp8-01.jpg b/media/2016-08-25/icmp8-01.jpg
similarity index 100%
rename from web/media/2016-08-25/icmp8-01.jpg
rename to media/2016-08-25/icmp8-01.jpg
diff --git a/web/media/2016-09-04/mrmcd16-01.jpg b/media/2016-09-04/mrmcd16-01.jpg
similarity index 100%
rename from web/media/2016-09-04/mrmcd16-01.jpg
rename to media/2016-09-04/mrmcd16-01.jpg
diff --git a/web/media/2016-09-13/code-for-ruhr.png b/media/2016-09-13/code-for-ruhr.png
similarity index 100%
rename from web/media/2016-09-13/code-for-ruhr.png
rename to media/2016-09-13/code-for-ruhr.png
diff --git a/web/media/2016-10-13/cms-bundesttreffen-01.jpg b/media/2016-10-13/cms-bundesttreffen-01.jpg
similarity index 100%
rename from web/media/2016-10-13/cms-bundesttreffen-01.jpg
rename to media/2016-10-13/cms-bundesttreffen-01.jpg
diff --git a/web/media/2016-10-17/owasp-ruhrpott.png b/media/2016-10-17/owasp-ruhrpott.png
similarity index 100%
rename from web/media/2016-10-17/owasp-ruhrpott.png
rename to media/2016-10-17/owasp-ruhrpott.png
diff --git a/web/media/2016-11-25/mtkj.jpg b/media/2016-11-25/mtkj.jpg
similarity index 100%
rename from web/media/2016-11-25/mtkj.jpg
rename to media/2016-11-25/mtkj.jpg
diff --git a/web/media/2016-11-26/cms.png b/media/2016-11-26/cms.png
similarity index 100%
rename from web/media/2016-11-26/cms.png
rename to media/2016-11-26/cms.png
diff --git a/web/media/2017-04-10/maschinendeck_berichtet_00.jpg b/media/2017-04-10/maschinendeck_berichtet_00.jpg
similarity index 100%
rename from web/media/2017-04-10/maschinendeck_berichtet_00.jpg
rename to media/2017-04-10/maschinendeck_berichtet_00.jpg
diff --git a/web/media/2017-04-10/maschinendeck_berichtet_01.jpg b/media/2017-04-10/maschinendeck_berichtet_01.jpg
similarity index 100%
rename from web/media/2017-04-10/maschinendeck_berichtet_01.jpg
rename to media/2017-04-10/maschinendeck_berichtet_01.jpg
diff --git a/web/media/2017-08-04/osm_logo.png b/media/2017-08-04/osm_logo.png
similarity index 100%
rename from web/media/2017-08-04/osm_logo.png
rename to media/2017-08-04/osm_logo.png
diff --git a/web/media/2017-09-04/mrmcd17-00.jpg b/media/2017-09-04/mrmcd17-00.jpg
similarity index 100%
rename from web/media/2017-09-04/mrmcd17-00.jpg
rename to media/2017-09-04/mrmcd17-00.jpg
diff --git a/web/media/2017-09-26/code-for-ruhr.png b/media/2017-09-26/code-for-ruhr.png
similarity index 100%
rename from web/media/2017-09-26/code-for-ruhr.png
rename to media/2017-09-26/code-for-ruhr.png
diff --git a/web/media/2017-10-05/01.jpg b/media/2017-10-05/01.jpg
similarity index 100%
rename from web/media/2017-10-05/01.jpg
rename to media/2017-10-05/01.jpg
diff --git a/web/media/2017-10-07/astrotour-00.jpg b/media/2017-10-07/astrotour-00.jpg
similarity index 100%
rename from web/media/2017-10-07/astrotour-00.jpg
rename to media/2017-10-07/astrotour-00.jpg
diff --git a/web/media/2017-10-07/astrotour-01.jpg b/media/2017-10-07/astrotour-01.jpg
similarity index 100%
rename from web/media/2017-10-07/astrotour-01.jpg
rename to media/2017-10-07/astrotour-01.jpg
diff --git a/web/media/2017-10-14/schueler-labor-00.jpg b/media/2017-10-14/schueler-labor-00.jpg
similarity index 100%
rename from web/media/2017-10-14/schueler-labor-00.jpg
rename to media/2017-10-14/schueler-labor-00.jpg
diff --git a/web/media/2017-10-25/joblinge-00.jpg b/media/2017-10-25/joblinge-00.jpg
similarity index 100%
rename from web/media/2017-10-25/joblinge-00.jpg
rename to media/2017-10-25/joblinge-00.jpg
diff --git a/web/media/2018-01-12/hip_logo.png b/media/2018-01-12/hip_logo.png
similarity index 100%
rename from web/media/2018-01-12/hip_logo.png
rename to media/2018-01-12/hip_logo.png
diff --git a/web/media/2018-07-14/pixelplatten.jpg b/media/2018-07-14/pixelplatten.jpg
similarity index 100%
rename from web/media/2018-07-14/pixelplatten.jpg
rename to media/2018-07-14/pixelplatten.jpg
diff --git a/web/media/2018-07-14/reflow.jpg b/media/2018-07-14/reflow.jpg
similarity index 100%
rename from web/media/2018-07-14/reflow.jpg
rename to media/2018-07-14/reflow.jpg
diff --git a/web/media/2018-07-28/demo.jpg b/media/2018-07-28/demo.jpg
similarity index 100%
rename from web/media/2018-07-28/demo.jpg
rename to media/2018-07-28/demo.jpg
diff --git a/web/media/2018-07-28/haxogreen.jpg b/media/2018-07-28/haxogreen.jpg
similarity index 100%
rename from web/media/2018-07-28/haxogreen.jpg
rename to media/2018-07-28/haxogreen.jpg
diff --git a/web/media/2018-10-10/die-maus-00.jpg b/media/2018-10-10/die-maus-00.jpg
similarity index 100%
rename from web/media/2018-10-10/die-maus-00.jpg
rename to media/2018-10-10/die-maus-00.jpg
diff --git a/web/media/2018-11-18/playcom-00.jpg b/media/2018-11-18/playcom-00.jpg
similarity index 100%
rename from web/media/2018-11-18/playcom-00.jpg
rename to media/2018-11-18/playcom-00.jpg
diff --git a/web/media/2018-12-23/35c3-everywhere.png b/media/2018-12-23/35c3-everywhere.png
similarity index 100%
rename from web/media/2018-12-23/35c3-everywhere.png
rename to media/2018-12-23/35c3-everywhere.png
diff --git a/web/media/2019-03-30/demo.jpg b/media/2019-03-30/demo.jpg
similarity index 100%
rename from web/media/2019-03-30/demo.jpg
rename to media/2019-03-30/demo.jpg
diff --git a/web/media/2019-07-20/sommerfest-c3re-00.jpg b/media/2019-07-20/sommerfest-c3re-00.jpg
similarity index 100%
rename from web/media/2019-07-20/sommerfest-c3re-00.jpg
rename to media/2019-07-20/sommerfest-c3re-00.jpg
diff --git a/web/media/2019-08-08/coreboot.jpg b/media/2019-08-08/coreboot.jpg
similarity index 100%
rename from web/media/2019-08-08/coreboot.jpg
rename to media/2019-08-08/coreboot.jpg
diff --git a/web/media/2019-09-28/emoticon.jpg b/media/2019-09-28/emoticon.jpg
similarity index 100%
rename from web/media/2019-09-28/emoticon.jpg
rename to media/2019-09-28/emoticon.jpg
diff --git a/web/media/2019-10-16/maschinendeck-berichtet-labornetzteil.jpg b/media/2019-10-16/maschinendeck-berichtet-labornetzteil.jpg
similarity index 100%
rename from web/media/2019-10-16/maschinendeck-berichtet-labornetzteil.jpg
rename to media/2019-10-16/maschinendeck-berichtet-labornetzteil.jpg
diff --git a/web/media/2019-10-16/maschinendeck-berichtet-mqtt-sensor-aktor.jpg b/media/2019-10-16/maschinendeck-berichtet-mqtt-sensor-aktor.jpg
similarity index 100%
rename from web/media/2019-10-16/maschinendeck-berichtet-mqtt-sensor-aktor.jpg
rename to media/2019-10-16/maschinendeck-berichtet-mqtt-sensor-aktor.jpg
diff --git a/web/media/2019-10-16/maschinendeck-berichtet-tuer-buttons.jpg b/media/2019-10-16/maschinendeck-berichtet-tuer-buttons.jpg
similarity index 100%
rename from web/media/2019-10-16/maschinendeck-berichtet-tuer-buttons.jpg
rename to media/2019-10-16/maschinendeck-berichtet-tuer-buttons.jpg
diff --git a/web/media/2019-10-16/maschinendeck-berichtet-ultimaker.jpg b/media/2019-10-16/maschinendeck-berichtet-ultimaker.jpg
similarity index 100%
rename from web/media/2019-10-16/maschinendeck-berichtet-ultimaker.jpg
rename to media/2019-10-16/maschinendeck-berichtet-ultimaker.jpg
diff --git a/web/media/2019-10-16/tueren-auf-00.jpg b/media/2019-10-16/tueren-auf-00.jpg
similarity index 100%
rename from web/media/2019-10-16/tueren-auf-00.jpg
rename to media/2019-10-16/tueren-auf-00.jpg
diff --git a/web/media/2019-11-01/abbuc.jpg b/media/2019-11-01/abbuc.jpg
similarity index 100%
rename from web/media/2019-11-01/abbuc.jpg
rename to media/2019-11-01/abbuc.jpg
diff --git a/web/media/2019-11-11/labortage19.jpg b/media/2019-11-11/labortage19.jpg
similarity index 100%
rename from web/media/2019-11-11/labortage19.jpg
rename to media/2019-11-11/labortage19.jpg
diff --git a/web/media/2019-11-16/10-jahre-cccffm.jpg b/media/2019-11-16/10-jahre-cccffm.jpg
similarity index 100%
rename from web/media/2019-11-16/10-jahre-cccffm.jpg
rename to media/2019-11-16/10-jahre-cccffm.jpg
diff --git a/web/media/2019-11-24/2019-12-18-loetworkshop-01.jpg b/media/2019-11-24/2019-12-18-loetworkshop-01.jpg
similarity index 100%
rename from web/media/2019-11-24/2019-12-18-loetworkshop-01.jpg
rename to media/2019-11-24/2019-12-18-loetworkshop-01.jpg
diff --git a/web/media/2019-11-24/loetworkshop.jpg b/media/2019-11-24/loetworkshop.jpg
similarity index 100%
rename from web/media/2019-11-24/loetworkshop.jpg
rename to media/2019-11-24/loetworkshop.jpg
diff --git a/web/media/2019-12-19/2019-12-19-36c3-everywhere.png b/media/2019-12-19/2019-12-19-36c3-everywhere.png
similarity index 100%
rename from web/media/2019-12-19/2019-12-19-36c3-everywhere.png
rename to media/2019-12-19/2019-12-19-36c3-everywhere.png
diff --git a/web/media/2020-01-13/36c3-flipdot-wall.jpg b/media/2020-01-13/36c3-flipdot-wall.jpg
similarity index 100%
rename from web/media/2020-01-13/36c3-flipdot-wall.jpg
rename to media/2020-01-13/36c3-flipdot-wall.jpg
diff --git a/web/media/2020-01-13/36c3-led-stern.jpg b/media/2020-01-13/36c3-led-stern.jpg
similarity index 100%
rename from web/media/2020-01-13/36c3-led-stern.jpg
rename to media/2020-01-13/36c3-led-stern.jpg
diff --git a/web/media/2020-01-13/36c3-memorials.jpg b/media/2020-01-13/36c3-memorials.jpg
similarity index 100%
rename from web/media/2020-01-13/36c3-memorials.jpg
rename to media/2020-01-13/36c3-memorials.jpg
diff --git a/web/media/2020-01-13/36c3-preserving-the-congress-feeling.jpg b/media/2020-01-13/36c3-preserving-the-congress-feeling.jpg
similarity index 100%
rename from web/media/2020-01-13/36c3-preserving-the-congress-feeling.jpg
rename to media/2020-01-13/36c3-preserving-the-congress-feeling.jpg
diff --git a/web/media/2020-02-02/2020-02-02-5jahre-c3re.jpg b/media/2020-02-02/2020-02-02-5jahre-c3re.jpg
similarity index 100%
rename from web/media/2020-02-02/2020-02-02-5jahre-c3re.jpg
rename to media/2020-02-02/2020-02-02-5jahre-c3re.jpg
diff --git a/web/media/2020-03-08/2020-03-08-cms-ude.jpg b/media/2020-03-08/2020-03-08-cms-ude.jpg
similarity index 100%
rename from web/media/2020-03-08/2020-03-08-cms-ude.jpg
rename to media/2020-03-08/2020-03-08-cms-ude.jpg
diff --git a/web/media/2020-03-22/2020-03-22-hip4-00-workshop.jpg b/media/2020-03-22/2020-03-22-hip4-00-workshop.jpg
similarity index 100%
rename from web/media/2020-03-22/2020-03-22-hip4-00-workshop.jpg
rename to media/2020-03-22/2020-03-22-hip4-00-workshop.jpg
diff --git a/web/media/2020-03-22/2020-03-22-hip4-01-hackcenter.jpg b/media/2020-03-22/2020-03-22-hip4-01-hackcenter.jpg
similarity index 100%
rename from web/media/2020-03-22/2020-03-22-hip4-01-hackcenter.jpg
rename to media/2020-03-22/2020-03-22-hip4-01-hackcenter.jpg
diff --git a/web/media/2020-04-09/2020-04-09-hiddenservice_hiddenservice-logo-transparent.png b/media/2020-04-09/2020-04-09-hiddenservice_hiddenservice-logo-transparent.png
similarity index 100%
rename from web/media/2020-04-09/2020-04-09-hiddenservice_hiddenservice-logo-transparent.png
rename to media/2020-04-09/2020-04-09-hiddenservice_hiddenservice-logo-transparent.png
diff --git a/web/media/cms/cms-stammdatenspiel-anleitung.pdf b/media/cms/cms-stammdatenspiel-anleitung.pdf
similarity index 100%
rename from web/media/cms/cms-stammdatenspiel-anleitung.pdf
rename to media/cms/cms-stammdatenspiel-anleitung.pdf
diff --git a/web/media/ding.mp3 b/media/ding.mp3
similarity index 100%
rename from web/media/ding.mp3
rename to media/ding.mp3
diff --git a/web/media/elevator-music-long.mp3 b/media/elevator-music-long.mp3
similarity index 100%
rename from web/media/elevator-music-long.mp3
rename to media/elevator-music-long.mp3
diff --git a/web/media/elevator-music.mp3 b/media/elevator-music.mp3
similarity index 100%
rename from web/media/elevator-music.mp3
rename to media/elevator-music.mp3
diff --git a/web/media/petitfoo/petitfoo.png b/media/petitfoo/petitfoo.png
similarity index 100%
rename from web/media/petitfoo/petitfoo.png
rename to media/petitfoo/petitfoo.png
diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf
deleted file mode 100644
index e3f53cf..0000000
--- a/nginx/conf.d/default.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-server {
- listen 80;
- server_name chaospott.de;
-
- #charset koi8-r;
- access_log off;
-
- location / {
- root /usr/share/nginx/html;
- index index.html index.htm;
- }
-
- error_page 404 /404.html;
-
- # redirect server error pages to the static page /50x.html
- #
- error_page 500 502 503 504 /50x.html;
- location = /50x.html {
- root /usr/share/nginx/html;
- }
-
- # proxy the PHP scripts to Apache listening on 127.0.0.1:80
- #
- #location ~ \.php$ {
- # proxy_pass http://127.0.0.1;
- #}
-
- # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
- #
- #location ~ \.php$ {
- # root html;
- # fastcgi_pass 127.0.0.1:9000;
- # fastcgi_index index.php;
- # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
- # include fastcgi_params;
- #}
-
- # deny access to .htaccess files, if Apache's document root
- # concurs with nginx's one
- #
- #location ~ /\.ht {
- # deny all;
- #}
-}
-
diff --git a/nginx/conf.d/headers.conf b/nginx/conf.d/headers.conf
deleted file mode 100644
index 093f92e..0000000
--- a/nginx/conf.d/headers.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-server_tokens off;
-add_header Last-Modified '27 Feb 1984 13:37 GMT' always;
-add_header X-Powered-By 'tux' always;
-add_header Content-Security-Policy "default-src 'self' 'unsafe-inline' 'unsafe-eval' https://cloud.chaospott.ru https://status.chaospott.de https://www.openstreetmap.org";
-add_header X-XSS-Protection "1; mode=block";
-add_header Referrer-Policy "no-referrer";
-add_header Feature-Policy "microphone 'none'; payment 'none'; sync-xhr 'self' https://chaospott.de/";
-add_header X-Frame-Options "SAMEORIGIN";
-add_header X-Content-Type-Options "nosniff";
-add_header Access-Control-Allow-Origin "https://chaospott.de/";
diff --git a/nginx/fastcgi.conf b/nginx/fastcgi.conf
deleted file mode 100644
index 091738c..0000000
--- a/nginx/fastcgi.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-
-fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
-fastcgi_param QUERY_STRING $query_string;
-fastcgi_param REQUEST_METHOD $request_method;
-fastcgi_param CONTENT_TYPE $content_type;
-fastcgi_param CONTENT_LENGTH $content_length;
-
-fastcgi_param SCRIPT_NAME $fastcgi_script_name;
-fastcgi_param REQUEST_URI $request_uri;
-fastcgi_param DOCUMENT_URI $document_uri;
-fastcgi_param DOCUMENT_ROOT $document_root;
-fastcgi_param SERVER_PROTOCOL $server_protocol;
-fastcgi_param REQUEST_SCHEME $scheme;
-fastcgi_param HTTPS $https if_not_empty;
-
-fastcgi_param GATEWAY_INTERFACE CGI/1.1;
-fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
-
-fastcgi_param REMOTE_ADDR $remote_addr;
-fastcgi_param REMOTE_PORT $remote_port;
-fastcgi_param SERVER_ADDR $server_addr;
-fastcgi_param SERVER_PORT $server_port;
-fastcgi_param SERVER_NAME $server_name;
-
-# PHP only, required if PHP was built with --enable-force-cgi-redirect
-fastcgi_param REDIRECT_STATUS 200;
diff --git a/nginx/fastcgi_params b/nginx/fastcgi_params
deleted file mode 100644
index 28decb9..0000000
--- a/nginx/fastcgi_params
+++ /dev/null
@@ -1,25 +0,0 @@
-
-fastcgi_param QUERY_STRING $query_string;
-fastcgi_param REQUEST_METHOD $request_method;
-fastcgi_param CONTENT_TYPE $content_type;
-fastcgi_param CONTENT_LENGTH $content_length;
-
-fastcgi_param SCRIPT_NAME $fastcgi_script_name;
-fastcgi_param REQUEST_URI $request_uri;
-fastcgi_param DOCUMENT_URI $document_uri;
-fastcgi_param DOCUMENT_ROOT $document_root;
-fastcgi_param SERVER_PROTOCOL $server_protocol;
-fastcgi_param REQUEST_SCHEME $scheme;
-fastcgi_param HTTPS $https if_not_empty;
-
-fastcgi_param GATEWAY_INTERFACE CGI/1.1;
-fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
-
-fastcgi_param REMOTE_ADDR $remote_addr;
-fastcgi_param REMOTE_PORT $remote_port;
-fastcgi_param SERVER_ADDR $server_addr;
-fastcgi_param SERVER_PORT $server_port;
-fastcgi_param SERVER_NAME $server_name;
-
-# PHP only, required if PHP was built with --enable-force-cgi-redirect
-fastcgi_param REDIRECT_STATUS 200;
diff --git a/nginx/koi-utf b/nginx/koi-utf
deleted file mode 100644
index e7974ff..0000000
--- a/nginx/koi-utf
+++ /dev/null
@@ -1,109 +0,0 @@
-
-# This map is not a full koi8-r <> utf8 map: it does not contain
-# box-drawing and some other characters. Besides this map contains
-# several koi8-u and Byelorussian letters which are not in koi8-r.
-# If you need a full and standard map, use contrib/unicode2nginx/koi-utf
-# map instead.
-
-charset_map koi8-r utf-8 {
-
- 80 E282AC ; # euro
-
- 95 E280A2 ; # bullet
-
- 9A C2A0 ; #
-
- 9E C2B7 ; # ·
-
- A3 D191 ; # small yo
- A4 D194 ; # small Ukrainian ye
-
- A6 D196 ; # small Ukrainian i
- A7 D197 ; # small Ukrainian yi
-
- AD D291 ; # small Ukrainian soft g
- AE D19E ; # small Byelorussian short u
-
- B0 C2B0 ; # °
-
- B3 D081 ; # capital YO
- B4 D084 ; # capital Ukrainian YE
-
- B6 D086 ; # capital Ukrainian I
- B7 D087 ; # capital Ukrainian YI
-
- B9 E28496 ; # numero sign
-
- BD D290 ; # capital Ukrainian soft G
- BE D18E ; # capital Byelorussian short U
-
- BF C2A9 ; # (C)
-
- C0 D18E ; # small yu
- C1 D0B0 ; # small a
- C2 D0B1 ; # small b
- C3 D186 ; # small ts
- C4 D0B4 ; # small d
- C5 D0B5 ; # small ye
- C6 D184 ; # small f
- C7 D0B3 ; # small g
- C8 D185 ; # small kh
- C9 D0B8 ; # small i
- CA D0B9 ; # small j
- CB D0BA ; # small k
- CC D0BB ; # small l
- CD D0BC ; # small m
- CE D0BD ; # small n
- CF D0BE ; # small o
-
- D0 D0BF ; # small p
- D1 D18F ; # small ya
- D2 D180 ; # small r
- D3 D181 ; # small s
- D4 D182 ; # small t
- D5 D183 ; # small u
- D6 D0B6 ; # small zh
- D7 D0B2 ; # small v
- D8 D18C ; # small soft sign
- D9 D18B ; # small y
- DA D0B7 ; # small z
- DB D188 ; # small sh
- DC D18D ; # small e
- DD D189 ; # small shch
- DE D187 ; # small ch
- DF D18A ; # small hard sign
-
- E0 D0AE ; # capital YU
- E1 D090 ; # capital A
- E2 D091 ; # capital B
- E3 D0A6 ; # capital TS
- E4 D094 ; # capital D
- E5 D095 ; # capital YE
- E6 D0A4 ; # capital F
- E7 D093 ; # capital G
- E8 D0A5 ; # capital KH
- E9 D098 ; # capital I
- EA D099 ; # capital J
- EB D09A ; # capital K
- EC D09B ; # capital L
- ED D09C ; # capital M
- EE D09D ; # capital N
- EF D09E ; # capital O
-
- F0 D09F ; # capital P
- F1 D0AF ; # capital YA
- F2 D0A0 ; # capital R
- F3 D0A1 ; # capital S
- F4 D0A2 ; # capital T
- F5 D0A3 ; # capital U
- F6 D096 ; # capital ZH
- F7 D092 ; # capital V
- F8 D0AC ; # capital soft sign
- F9 D0AB ; # capital Y
- FA D097 ; # capital Z
- FB D0A8 ; # capital SH
- FC D0AD ; # capital E
- FD D0A9 ; # capital SHCH
- FE D0A7 ; # capital CH
- FF D0AA ; # capital hard sign
-}
diff --git a/nginx/koi-win b/nginx/koi-win
deleted file mode 100644
index 72afabe..0000000
--- a/nginx/koi-win
+++ /dev/null
@@ -1,103 +0,0 @@
-
-charset_map koi8-r windows-1251 {
-
- 80 88 ; # euro
-
- 95 95 ; # bullet
-
- 9A A0 ; #
-
- 9E B7 ; # ·
-
- A3 B8 ; # small yo
- A4 BA ; # small Ukrainian ye
-
- A6 B3 ; # small Ukrainian i
- A7 BF ; # small Ukrainian yi
-
- AD B4 ; # small Ukrainian soft g
- AE A2 ; # small Byelorussian short u
-
- B0 B0 ; # °
-
- B3 A8 ; # capital YO
- B4 AA ; # capital Ukrainian YE
-
- B6 B2 ; # capital Ukrainian I
- B7 AF ; # capital Ukrainian YI
-
- B9 B9 ; # numero sign
-
- BD A5 ; # capital Ukrainian soft G
- BE A1 ; # capital Byelorussian short U
-
- BF A9 ; # (C)
-
- C0 FE ; # small yu
- C1 E0 ; # small a
- C2 E1 ; # small b
- C3 F6 ; # small ts
- C4 E4 ; # small d
- C5 E5 ; # small ye
- C6 F4 ; # small f
- C7 E3 ; # small g
- C8 F5 ; # small kh
- C9 E8 ; # small i
- CA E9 ; # small j
- CB EA ; # small k
- CC EB ; # small l
- CD EC ; # small m
- CE ED ; # small n
- CF EE ; # small o
-
- D0 EF ; # small p
- D1 FF ; # small ya
- D2 F0 ; # small r
- D3 F1 ; # small s
- D4 F2 ; # small t
- D5 F3 ; # small u
- D6 E6 ; # small zh
- D7 E2 ; # small v
- D8 FC ; # small soft sign
- D9 FB ; # small y
- DA E7 ; # small z
- DB F8 ; # small sh
- DC FD ; # small e
- DD F9 ; # small shch
- DE F7 ; # small ch
- DF FA ; # small hard sign
-
- E0 DE ; # capital YU
- E1 C0 ; # capital A
- E2 C1 ; # capital B
- E3 D6 ; # capital TS
- E4 C4 ; # capital D
- E5 C5 ; # capital YE
- E6 D4 ; # capital F
- E7 C3 ; # capital G
- E8 D5 ; # capital KH
- E9 C8 ; # capital I
- EA C9 ; # capital J
- EB CA ; # capital K
- EC CB ; # capital L
- ED CC ; # capital M
- EE CD ; # capital N
- EF CE ; # capital O
-
- F0 CF ; # capital P
- F1 DF ; # capital YA
- F2 D0 ; # capital R
- F3 D1 ; # capital S
- F4 D2 ; # capital T
- F5 D3 ; # capital U
- F6 C6 ; # capital ZH
- F7 C2 ; # capital V
- F8 DC ; # capital soft sign
- F9 DB ; # capital Y
- FA C7 ; # capital Z
- FB D8 ; # capital SH
- FC DD ; # capital E
- FD D9 ; # capital SHCH
- FE D7 ; # capital CH
- FF DA ; # capital hard sign
-}
diff --git a/nginx/mime.types b/nginx/mime.types
deleted file mode 100644
index 2961256..0000000
--- a/nginx/mime.types
+++ /dev/null
@@ -1,97 +0,0 @@
-
-types {
- text/html html htm shtml;
- text/css css;
- text/xml xml;
- image/gif gif;
- image/jpeg jpeg jpg;
- application/javascript js;
- application/atom+xml atom;
- application/rss+xml rss;
-
- text/mathml mml;
- text/plain txt;
- text/vnd.sun.j2me.app-descriptor jad;
- text/vnd.wap.wml wml;
- text/x-component htc;
-
- image/png png;
- image/svg+xml svg svgz;
- image/tiff tif tiff;
- image/vnd.wap.wbmp wbmp;
- image/webp webp;
- image/x-icon ico;
- image/x-jng jng;
- image/x-ms-bmp bmp;
-
- font/woff woff;
- font/woff2 woff2;
-
- application/java-archive jar war ear;
- application/json json;
- application/mac-binhex40 hqx;
- application/msword doc;
- application/pdf pdf;
- application/postscript ps eps ai;
- application/rtf rtf;
- application/vnd.apple.mpegurl m3u8;
- application/vnd.google-earth.kml+xml kml;
- application/vnd.google-earth.kmz kmz;
- application/vnd.ms-excel xls;
- application/vnd.ms-fontobject eot;
- application/vnd.ms-powerpoint ppt;
- application/vnd.oasis.opendocument.graphics odg;
- application/vnd.oasis.opendocument.presentation odp;
- application/vnd.oasis.opendocument.spreadsheet ods;
- application/vnd.oasis.opendocument.text odt;
- application/vnd.openxmlformats-officedocument.presentationml.presentation
- pptx;
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- xlsx;
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
- docx;
- application/vnd.wap.wmlc wmlc;
- application/x-7z-compressed 7z;
- application/x-cocoa cco;
- application/x-java-archive-diff jardiff;
- application/x-java-jnlp-file jnlp;
- application/x-makeself run;
- application/x-perl pl pm;
- application/x-pilot prc pdb;
- application/x-rar-compressed rar;
- application/x-redhat-package-manager rpm;
- application/x-sea sea;
- application/x-shockwave-flash swf;
- application/x-stuffit sit;
- application/x-tcl tcl tk;
- application/x-x509-ca-cert der pem crt;
- application/x-xpinstall xpi;
- application/xhtml+xml xhtml;
- application/xspf+xml xspf;
- application/zip zip;
-
- application/octet-stream bin exe dll;
- application/octet-stream deb;
- application/octet-stream dmg;
- application/octet-stream iso img;
- application/octet-stream msi msp msm;
-
- audio/midi mid midi kar;
- audio/mpeg mp3;
- audio/ogg ogg;
- audio/x-m4a m4a;
- audio/x-realaudio ra;
-
- video/3gpp 3gpp 3gp;
- video/mp2t ts;
- video/mp4 mp4;
- video/mpeg mpeg mpg;
- video/quicktime mov;
- video/webm webm;
- video/x-flv flv;
- video/x-m4v m4v;
- video/x-mng mng;
- video/x-ms-asf asx asf;
- video/x-ms-wmv wmv;
- video/x-msvideo avi;
-}
diff --git a/nginx/modules b/nginx/modules
deleted file mode 120000
index 4b9b33f..0000000
--- a/nginx/modules
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/nginx/modules
\ No newline at end of file
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
deleted file mode 100644
index b78822c..0000000
--- a/nginx/nginx.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-
-user nginx;
-worker_processes auto;
-
-error_log /var/log/nginx/error.log warn;
-pid /var/run/nginx.pid;
-
-
-events {
- worker_connections 1024;
-}
-
-
-http {
- include /etc/nginx/mime.types;
- default_type application/octet-stream;
-
- log_format main '$remote_addr - $remote_user [$time_local] "$request" '
- '$status $body_bytes_sent "$http_referer" '
- '"$http_user_agent" "$http_x_forwarded_for"';
-
- access_log /var/log/nginx/access.log main;
-
- sendfile on;
- #tcp_nopush on;
-
- keepalive_timeout 65;
-
- #gzip on;
-
- include /etc/nginx/conf.d/*.conf;
-}
diff --git a/nginx/scgi_params b/nginx/scgi_params
deleted file mode 100644
index 6d4ce4f..0000000
--- a/nginx/scgi_params
+++ /dev/null
@@ -1,17 +0,0 @@
-
-scgi_param REQUEST_METHOD $request_method;
-scgi_param REQUEST_URI $request_uri;
-scgi_param QUERY_STRING $query_string;
-scgi_param CONTENT_TYPE $content_type;
-
-scgi_param DOCUMENT_URI $document_uri;
-scgi_param DOCUMENT_ROOT $document_root;
-scgi_param SCGI 1;
-scgi_param SERVER_PROTOCOL $server_protocol;
-scgi_param REQUEST_SCHEME $scheme;
-scgi_param HTTPS $https if_not_empty;
-
-scgi_param REMOTE_ADDR $remote_addr;
-scgi_param REMOTE_PORT $remote_port;
-scgi_param SERVER_PORT $server_port;
-scgi_param SERVER_NAME $server_name;
diff --git a/nginx/uwsgi_params b/nginx/uwsgi_params
deleted file mode 100644
index 09c732c..0000000
--- a/nginx/uwsgi_params
+++ /dev/null
@@ -1,17 +0,0 @@
-
-uwsgi_param QUERY_STRING $query_string;
-uwsgi_param REQUEST_METHOD $request_method;
-uwsgi_param CONTENT_TYPE $content_type;
-uwsgi_param CONTENT_LENGTH $content_length;
-
-uwsgi_param REQUEST_URI $request_uri;
-uwsgi_param PATH_INFO $document_uri;
-uwsgi_param DOCUMENT_ROOT $document_root;
-uwsgi_param SERVER_PROTOCOL $server_protocol;
-uwsgi_param REQUEST_SCHEME $scheme;
-uwsgi_param HTTPS $https if_not_empty;
-
-uwsgi_param REMOTE_ADDR $remote_addr;
-uwsgi_param REMOTE_PORT $remote_port;
-uwsgi_param SERVER_PORT $server_port;
-uwsgi_param SERVER_NAME $server_name;
diff --git a/nginx/win-utf b/nginx/win-utf
deleted file mode 100644
index ed8bc00..0000000
--- a/nginx/win-utf
+++ /dev/null
@@ -1,126 +0,0 @@
-
-# This map is not a full windows-1251 <> utf8 map: it does not
-# contain Serbian and Macedonian letters. If you need a full map,
-# use contrib/unicode2nginx/win-utf map instead.
-
-charset_map windows-1251 utf-8 {
-
- 82 E2809A ; # single low-9 quotation mark
-
- 84 E2809E ; # double low-9 quotation mark
- 85 E280A6 ; # ellipsis
- 86 E280A0 ; # dagger
- 87 E280A1 ; # double dagger
- 88 E282AC ; # euro
- 89 E280B0 ; # per mille
-
- 91 E28098 ; # left single quotation mark
- 92 E28099 ; # right single quotation mark
- 93 E2809C ; # left double quotation mark
- 94 E2809D ; # right double quotation mark
- 95 E280A2 ; # bullet
- 96 E28093 ; # en dash
- 97 E28094 ; # em dash
-
- 99 E284A2 ; # trade mark sign
-
- A0 C2A0 ; #
- A1 D18E ; # capital Byelorussian short U
- A2 D19E ; # small Byelorussian short u
-
- A4 C2A4 ; # currency sign
- A5 D290 ; # capital Ukrainian soft G
- A6 C2A6 ; # borken bar
- A7 C2A7 ; # section sign
- A8 D081 ; # capital YO
- A9 C2A9 ; # (C)
- AA D084 ; # capital Ukrainian YE
- AB C2AB ; # left-pointing double angle quotation mark
- AC C2AC ; # not sign
- AD C2AD ; # soft hypen
- AE C2AE ; # (R)
- AF D087 ; # capital Ukrainian YI
-
- B0 C2B0 ; # °
- B1 C2B1 ; # plus-minus sign
- B2 D086 ; # capital Ukrainian I
- B3 D196 ; # small Ukrainian i
- B4 D291 ; # small Ukrainian soft g
- B5 C2B5 ; # micro sign
- B6 C2B6 ; # pilcrow sign
- B7 C2B7 ; # ·
- B8 D191 ; # small yo
- B9 E28496 ; # numero sign
- BA D194 ; # small Ukrainian ye
- BB C2BB ; # right-pointing double angle quotation mark
-
- BF D197 ; # small Ukrainian yi
-
- C0 D090 ; # capital A
- C1 D091 ; # capital B
- C2 D092 ; # capital V
- C3 D093 ; # capital G
- C4 D094 ; # capital D
- C5 D095 ; # capital YE
- C6 D096 ; # capital ZH
- C7 D097 ; # capital Z
- C8 D098 ; # capital I
- C9 D099 ; # capital J
- CA D09A ; # capital K
- CB D09B ; # capital L
- CC D09C ; # capital M
- CD D09D ; # capital N
- CE D09E ; # capital O
- CF D09F ; # capital P
-
- D0 D0A0 ; # capital R
- D1 D0A1 ; # capital S
- D2 D0A2 ; # capital T
- D3 D0A3 ; # capital U
- D4 D0A4 ; # capital F
- D5 D0A5 ; # capital KH
- D6 D0A6 ; # capital TS
- D7 D0A7 ; # capital CH
- D8 D0A8 ; # capital SH
- D9 D0A9 ; # capital SHCH
- DA D0AA ; # capital hard sign
- DB D0AB ; # capital Y
- DC D0AC ; # capital soft sign
- DD D0AD ; # capital E
- DE D0AE ; # capital YU
- DF D0AF ; # capital YA
-
- E0 D0B0 ; # small a
- E1 D0B1 ; # small b
- E2 D0B2 ; # small v
- E3 D0B3 ; # small g
- E4 D0B4 ; # small d
- E5 D0B5 ; # small ye
- E6 D0B6 ; # small zh
- E7 D0B7 ; # small z
- E8 D0B8 ; # small i
- E9 D0B9 ; # small j
- EA D0BA ; # small k
- EB D0BB ; # small l
- EC D0BC ; # small m
- ED D0BD ; # small n
- EE D0BE ; # small o
- EF D0BF ; # small p
-
- F0 D180 ; # small r
- F1 D181 ; # small s
- F2 D182 ; # small t
- F3 D183 ; # small u
- F4 D184 ; # small f
- F5 D185 ; # small kh
- F6 D186 ; # small ts
- F7 D187 ; # small ch
- F8 D188 ; # small sh
- F9 D189 ; # small shch
- FA D18A ; # small hard sign
- FB D18B ; # small y
- FC D18C ; # small soft sign
- FD D18D ; # small e
- FE D18E ; # small yu
- FF D18F ; # small ya
-}
diff --git a/web/status.html b/status.html
similarity index 100%
rename from web/status.html
rename to status.html
diff --git a/web/webfonts/fa-brands-400.eot b/webfonts/fa-brands-400.eot
similarity index 100%
rename from web/webfonts/fa-brands-400.eot
rename to webfonts/fa-brands-400.eot
diff --git a/web/webfonts/fa-brands-400.svg b/webfonts/fa-brands-400.svg
similarity index 100%
rename from web/webfonts/fa-brands-400.svg
rename to webfonts/fa-brands-400.svg
diff --git a/web/webfonts/fa-brands-400.ttf b/webfonts/fa-brands-400.ttf
similarity index 100%
rename from web/webfonts/fa-brands-400.ttf
rename to webfonts/fa-brands-400.ttf
diff --git a/web/webfonts/fa-brands-400.woff b/webfonts/fa-brands-400.woff
similarity index 100%
rename from web/webfonts/fa-brands-400.woff
rename to webfonts/fa-brands-400.woff
diff --git a/web/webfonts/fa-brands-400.woff2 b/webfonts/fa-brands-400.woff2
similarity index 100%
rename from web/webfonts/fa-brands-400.woff2
rename to webfonts/fa-brands-400.woff2
diff --git a/web/webfonts/fa-regular-400.eot b/webfonts/fa-regular-400.eot
similarity index 100%
rename from web/webfonts/fa-regular-400.eot
rename to webfonts/fa-regular-400.eot
diff --git a/web/webfonts/fa-regular-400.svg b/webfonts/fa-regular-400.svg
similarity index 100%
rename from web/webfonts/fa-regular-400.svg
rename to webfonts/fa-regular-400.svg
diff --git a/web/webfonts/fa-regular-400.ttf b/webfonts/fa-regular-400.ttf
similarity index 100%
rename from web/webfonts/fa-regular-400.ttf
rename to webfonts/fa-regular-400.ttf
diff --git a/web/webfonts/fa-regular-400.woff b/webfonts/fa-regular-400.woff
similarity index 100%
rename from web/webfonts/fa-regular-400.woff
rename to webfonts/fa-regular-400.woff
diff --git a/web/webfonts/fa-regular-400.woff2 b/webfonts/fa-regular-400.woff2
similarity index 100%
rename from web/webfonts/fa-regular-400.woff2
rename to webfonts/fa-regular-400.woff2
diff --git a/web/webfonts/fa-solid-900.eot b/webfonts/fa-solid-900.eot
similarity index 100%
rename from web/webfonts/fa-solid-900.eot
rename to webfonts/fa-solid-900.eot
diff --git a/web/webfonts/fa-solid-900.svg b/webfonts/fa-solid-900.svg
similarity index 100%
rename from web/webfonts/fa-solid-900.svg
rename to webfonts/fa-solid-900.svg
diff --git a/web/webfonts/fa-solid-900.ttf b/webfonts/fa-solid-900.ttf
similarity index 100%
rename from web/webfonts/fa-solid-900.ttf
rename to webfonts/fa-solid-900.ttf
diff --git a/web/webfonts/fa-solid-900.woff b/webfonts/fa-solid-900.woff
similarity index 100%
rename from web/webfonts/fa-solid-900.woff
rename to webfonts/fa-solid-900.woff
diff --git a/web/webfonts/fa-solid-900.woff2 b/webfonts/fa-solid-900.woff2
similarity index 100%
rename from web/webfonts/fa-solid-900.woff2
rename to webfonts/fa-solid-900.woff2