diff --git a/sonstiges/reveal-js/32c3-bestof.html b/sonstiges/html/32c3-bestof.html similarity index 86% rename from sonstiges/reveal-js/32c3-bestof.html rename to sonstiges/html/32c3-bestof.html index 8951e4e..2fab68f 100644 --- a/sonstiges/reveal-js/32c3-bestof.html +++ b/sonstiges/html/32c3-bestof.html @@ -14,18 +14,18 @@ - - + + - + @@ -171,12 +171,12 @@ // Optional reveal.js plugins dependencies: [ - { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, - { src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, - { src: 'plugin/zoom-js/zoom.js', async: true }, - { src: 'plugin/notes/notes.js', async: true } + { src: 'reveal-js/lib/js/classList.js', condition: function() { return !document.body.classList; } }, + { src: 'reveal-js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'reveal-js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'reveal-js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + { src: 'reveal-js/plugin/zoom-js/zoom.js', async: true }, + { src: 'reveal-js/plugin/notes/notes.js', async: true } ] }); diff --git a/sonstiges/reveal-js/index.html b/sonstiges/html/index.html similarity index 100% rename from sonstiges/reveal-js/index.html rename to sonstiges/html/index.html diff --git a/sonstiges/reveal-js/css/print/paper.css b/sonstiges/html/reveal-js/css/print/paper.css similarity index 100% rename from sonstiges/reveal-js/css/print/paper.css rename to sonstiges/html/reveal-js/css/print/paper.css diff --git a/sonstiges/reveal-js/css/print/pdf.css b/sonstiges/html/reveal-js/css/print/pdf.css similarity index 100% rename from sonstiges/reveal-js/css/print/pdf.css rename to sonstiges/html/reveal-js/css/print/pdf.css diff --git a/sonstiges/reveal-js/css/reveal.css b/sonstiges/html/reveal-js/css/reveal.css similarity index 100% rename from sonstiges/reveal-js/css/reveal.css rename to sonstiges/html/reveal-js/css/reveal.css diff --git a/sonstiges/reveal-js/css/reveal.scss b/sonstiges/html/reveal-js/css/reveal.scss similarity index 100% rename from sonstiges/reveal-js/css/reveal.scss rename to sonstiges/html/reveal-js/css/reveal.scss diff --git a/sonstiges/reveal-js/css/theme/README.md b/sonstiges/html/reveal-js/css/theme/README.md similarity index 100% rename from sonstiges/reveal-js/css/theme/README.md rename to sonstiges/html/reveal-js/css/theme/README.md diff --git a/sonstiges/reveal-js/css/theme/beige.css b/sonstiges/html/reveal-js/css/theme/beige.css similarity index 100% rename from sonstiges/reveal-js/css/theme/beige.css rename to sonstiges/html/reveal-js/css/theme/beige.css diff --git a/sonstiges/reveal-js/css/theme/black.css b/sonstiges/html/reveal-js/css/theme/black.css similarity index 100% rename from sonstiges/reveal-js/css/theme/black.css rename to sonstiges/html/reveal-js/css/theme/black.css diff --git a/sonstiges/reveal-js/css/theme/blood.css b/sonstiges/html/reveal-js/css/theme/blood.css similarity index 100% rename from sonstiges/reveal-js/css/theme/blood.css rename to sonstiges/html/reveal-js/css/theme/blood.css diff --git a/sonstiges/reveal-js/css/theme/league.css b/sonstiges/html/reveal-js/css/theme/league.css similarity index 100% rename from sonstiges/reveal-js/css/theme/league.css rename to sonstiges/html/reveal-js/css/theme/league.css diff --git a/sonstiges/reveal-js/css/theme/moon.css b/sonstiges/html/reveal-js/css/theme/moon.css similarity index 100% rename from sonstiges/reveal-js/css/theme/moon.css rename to sonstiges/html/reveal-js/css/theme/moon.css diff --git a/sonstiges/reveal-js/css/theme/night.css b/sonstiges/html/reveal-js/css/theme/night.css similarity index 100% rename from sonstiges/reveal-js/css/theme/night.css rename to sonstiges/html/reveal-js/css/theme/night.css diff --git a/sonstiges/reveal-js/css/theme/serif.css b/sonstiges/html/reveal-js/css/theme/serif.css similarity index 100% rename from sonstiges/reveal-js/css/theme/serif.css rename to sonstiges/html/reveal-js/css/theme/serif.css diff --git a/sonstiges/reveal-js/css/theme/simple.css b/sonstiges/html/reveal-js/css/theme/simple.css similarity index 100% rename from sonstiges/reveal-js/css/theme/simple.css rename to sonstiges/html/reveal-js/css/theme/simple.css diff --git a/sonstiges/reveal-js/css/theme/sky.css b/sonstiges/html/reveal-js/css/theme/sky.css similarity index 100% rename from sonstiges/reveal-js/css/theme/sky.css rename to sonstiges/html/reveal-js/css/theme/sky.css diff --git a/sonstiges/reveal-js/css/theme/solarized.css b/sonstiges/html/reveal-js/css/theme/solarized.css similarity index 100% rename from sonstiges/reveal-js/css/theme/solarized.css rename to sonstiges/html/reveal-js/css/theme/solarized.css diff --git a/sonstiges/reveal-js/css/theme/source/beige.scss b/sonstiges/html/reveal-js/css/theme/source/beige.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/beige.scss rename to sonstiges/html/reveal-js/css/theme/source/beige.scss diff --git a/sonstiges/reveal-js/css/theme/source/black.scss b/sonstiges/html/reveal-js/css/theme/source/black.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/black.scss rename to sonstiges/html/reveal-js/css/theme/source/black.scss diff --git a/sonstiges/reveal-js/css/theme/source/blood.scss b/sonstiges/html/reveal-js/css/theme/source/blood.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/blood.scss rename to sonstiges/html/reveal-js/css/theme/source/blood.scss diff --git a/sonstiges/reveal-js/css/theme/source/league.scss b/sonstiges/html/reveal-js/css/theme/source/league.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/league.scss rename to sonstiges/html/reveal-js/css/theme/source/league.scss diff --git a/sonstiges/reveal-js/css/theme/source/moon.scss b/sonstiges/html/reveal-js/css/theme/source/moon.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/moon.scss rename to sonstiges/html/reveal-js/css/theme/source/moon.scss diff --git a/sonstiges/reveal-js/css/theme/source/night.scss b/sonstiges/html/reveal-js/css/theme/source/night.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/night.scss rename to sonstiges/html/reveal-js/css/theme/source/night.scss diff --git a/sonstiges/reveal-js/css/theme/source/serif.scss b/sonstiges/html/reveal-js/css/theme/source/serif.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/serif.scss rename to sonstiges/html/reveal-js/css/theme/source/serif.scss diff --git a/sonstiges/reveal-js/css/theme/source/simple.scss b/sonstiges/html/reveal-js/css/theme/source/simple.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/simple.scss rename to sonstiges/html/reveal-js/css/theme/source/simple.scss diff --git a/sonstiges/reveal-js/css/theme/source/sky.scss b/sonstiges/html/reveal-js/css/theme/source/sky.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/sky.scss rename to sonstiges/html/reveal-js/css/theme/source/sky.scss diff --git a/sonstiges/reveal-js/css/theme/source/solarized.scss b/sonstiges/html/reveal-js/css/theme/source/solarized.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/solarized.scss rename to sonstiges/html/reveal-js/css/theme/source/solarized.scss diff --git a/sonstiges/reveal-js/css/theme/source/white.scss b/sonstiges/html/reveal-js/css/theme/source/white.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/source/white.scss rename to sonstiges/html/reveal-js/css/theme/source/white.scss diff --git a/sonstiges/reveal-js/css/theme/template/mixins.scss b/sonstiges/html/reveal-js/css/theme/template/mixins.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/template/mixins.scss rename to sonstiges/html/reveal-js/css/theme/template/mixins.scss diff --git a/sonstiges/reveal-js/css/theme/template/settings.scss b/sonstiges/html/reveal-js/css/theme/template/settings.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/template/settings.scss rename to sonstiges/html/reveal-js/css/theme/template/settings.scss diff --git a/sonstiges/reveal-js/css/theme/template/theme.scss b/sonstiges/html/reveal-js/css/theme/template/theme.scss similarity index 100% rename from sonstiges/reveal-js/css/theme/template/theme.scss rename to sonstiges/html/reveal-js/css/theme/template/theme.scss diff --git a/sonstiges/reveal-js/css/theme/white.css b/sonstiges/html/reveal-js/css/theme/white.css similarity index 100% rename from sonstiges/reveal-js/css/theme/white.css rename to sonstiges/html/reveal-js/css/theme/white.css diff --git a/sonstiges/reveal-js/js/reveal.js b/sonstiges/html/reveal-js/js/reveal.js similarity index 100% rename from sonstiges/reveal-js/js/reveal.js rename to sonstiges/html/reveal-js/js/reveal.js diff --git a/sonstiges/reveal-js/lib/css/zenburn.css b/sonstiges/html/reveal-js/lib/css/zenburn.css similarity index 100% rename from sonstiges/reveal-js/lib/css/zenburn.css rename to sonstiges/html/reveal-js/lib/css/zenburn.css diff --git a/sonstiges/reveal-js/lib/font/league-gothic/LICENSE b/sonstiges/html/reveal-js/lib/font/league-gothic/LICENSE similarity index 100% rename from sonstiges/reveal-js/lib/font/league-gothic/LICENSE rename to sonstiges/html/reveal-js/lib/font/league-gothic/LICENSE diff --git a/sonstiges/reveal-js/lib/font/league-gothic/league-gothic.css b/sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.css similarity index 100% rename from sonstiges/reveal-js/lib/font/league-gothic/league-gothic.css rename to sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.css diff --git a/sonstiges/reveal-js/lib/font/league-gothic/league-gothic.eot b/sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.eot similarity index 100% rename from sonstiges/reveal-js/lib/font/league-gothic/league-gothic.eot rename to sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.eot diff --git a/sonstiges/reveal-js/lib/font/league-gothic/league-gothic.ttf b/sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.ttf similarity index 100% rename from sonstiges/reveal-js/lib/font/league-gothic/league-gothic.ttf rename to sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.ttf diff --git a/sonstiges/reveal-js/lib/font/league-gothic/league-gothic.woff b/sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.woff similarity index 100% rename from sonstiges/reveal-js/lib/font/league-gothic/league-gothic.woff rename to sonstiges/html/reveal-js/lib/font/league-gothic/league-gothic.woff diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/LICENSE b/sonstiges/html/reveal-js/lib/font/source-sans-pro/LICENSE similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/LICENSE rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/LICENSE diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.eot b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.eot similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.eot rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.eot diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.ttf b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.ttf similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.ttf rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.ttf diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.woff b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.woff similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.woff rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-italic.woff diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.eot b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.eot similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.eot rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.eot diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.ttf b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.ttf similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.ttf rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.ttf diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.woff b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.woff similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.woff rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-regular.woff diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.eot b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.eot similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.eot rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.eot diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.woff b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.woff similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.woff rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibold.woff diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff diff --git a/sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro.css b/sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro.css similarity index 100% rename from sonstiges/reveal-js/lib/font/source-sans-pro/source-sans-pro.css rename to sonstiges/html/reveal-js/lib/font/source-sans-pro/source-sans-pro.css diff --git a/sonstiges/reveal-js/lib/js/classList.js b/sonstiges/html/reveal-js/lib/js/classList.js similarity index 100% rename from sonstiges/reveal-js/lib/js/classList.js rename to sonstiges/html/reveal-js/lib/js/classList.js diff --git a/sonstiges/reveal-js/lib/js/head.min.js b/sonstiges/html/reveal-js/lib/js/head.min.js similarity index 100% rename from sonstiges/reveal-js/lib/js/head.min.js rename to sonstiges/html/reveal-js/lib/js/head.min.js diff --git a/sonstiges/reveal-js/lib/js/html5shiv.js b/sonstiges/html/reveal-js/lib/js/html5shiv.js similarity index 100% rename from sonstiges/reveal-js/lib/js/html5shiv.js rename to sonstiges/html/reveal-js/lib/js/html5shiv.js diff --git a/sonstiges/reveal-js/plugin/highlight/highlight.js b/sonstiges/html/reveal-js/plugin/highlight/highlight.js similarity index 100% rename from sonstiges/reveal-js/plugin/highlight/highlight.js rename to sonstiges/html/reveal-js/plugin/highlight/highlight.js diff --git a/sonstiges/reveal-js/plugin/markdown/example.html b/sonstiges/html/reveal-js/plugin/markdown/example.html similarity index 100% rename from sonstiges/reveal-js/plugin/markdown/example.html rename to sonstiges/html/reveal-js/plugin/markdown/example.html diff --git a/sonstiges/reveal-js/plugin/markdown/example.md b/sonstiges/html/reveal-js/plugin/markdown/example.md similarity index 100% rename from sonstiges/reveal-js/plugin/markdown/example.md rename to sonstiges/html/reveal-js/plugin/markdown/example.md diff --git a/sonstiges/reveal-js/plugin/markdown/markdown.js b/sonstiges/html/reveal-js/plugin/markdown/markdown.js similarity index 100% rename from sonstiges/reveal-js/plugin/markdown/markdown.js rename to sonstiges/html/reveal-js/plugin/markdown/markdown.js diff --git a/sonstiges/reveal-js/plugin/markdown/marked.js b/sonstiges/html/reveal-js/plugin/markdown/marked.js similarity index 100% rename from sonstiges/reveal-js/plugin/markdown/marked.js rename to sonstiges/html/reveal-js/plugin/markdown/marked.js diff --git a/sonstiges/reveal-js/plugin/math/math.js b/sonstiges/html/reveal-js/plugin/math/math.js similarity index 100% rename from sonstiges/reveal-js/plugin/math/math.js rename to sonstiges/html/reveal-js/plugin/math/math.js diff --git a/sonstiges/reveal-js/plugin/multiplex/client.js b/sonstiges/html/reveal-js/plugin/multiplex/client.js similarity index 100% rename from sonstiges/reveal-js/plugin/multiplex/client.js rename to sonstiges/html/reveal-js/plugin/multiplex/client.js diff --git a/sonstiges/reveal-js/plugin/multiplex/index.js b/sonstiges/html/reveal-js/plugin/multiplex/index.js similarity index 100% rename from sonstiges/reveal-js/plugin/multiplex/index.js rename to sonstiges/html/reveal-js/plugin/multiplex/index.js diff --git a/sonstiges/reveal-js/plugin/multiplex/master.js b/sonstiges/html/reveal-js/plugin/multiplex/master.js similarity index 100% rename from sonstiges/reveal-js/plugin/multiplex/master.js rename to sonstiges/html/reveal-js/plugin/multiplex/master.js diff --git a/sonstiges/reveal-js/plugin/notes-server/client.js b/sonstiges/html/reveal-js/plugin/notes-server/client.js similarity index 100% rename from sonstiges/reveal-js/plugin/notes-server/client.js rename to sonstiges/html/reveal-js/plugin/notes-server/client.js diff --git a/sonstiges/reveal-js/plugin/notes-server/index.js b/sonstiges/html/reveal-js/plugin/notes-server/index.js similarity index 100% rename from sonstiges/reveal-js/plugin/notes-server/index.js rename to sonstiges/html/reveal-js/plugin/notes-server/index.js diff --git a/sonstiges/reveal-js/plugin/notes-server/notes.html b/sonstiges/html/reveal-js/plugin/notes-server/notes.html similarity index 100% rename from sonstiges/reveal-js/plugin/notes-server/notes.html rename to sonstiges/html/reveal-js/plugin/notes-server/notes.html diff --git a/sonstiges/reveal-js/plugin/notes/notes.html b/sonstiges/html/reveal-js/plugin/notes/notes.html similarity index 100% rename from sonstiges/reveal-js/plugin/notes/notes.html rename to sonstiges/html/reveal-js/plugin/notes/notes.html diff --git a/sonstiges/reveal-js/plugin/notes/notes.js b/sonstiges/html/reveal-js/plugin/notes/notes.js similarity index 100% rename from sonstiges/reveal-js/plugin/notes/notes.js rename to sonstiges/html/reveal-js/plugin/notes/notes.js diff --git a/sonstiges/reveal-js/plugin/print-pdf/print-pdf.js b/sonstiges/html/reveal-js/plugin/print-pdf/print-pdf.js similarity index 100% rename from sonstiges/reveal-js/plugin/print-pdf/print-pdf.js rename to sonstiges/html/reveal-js/plugin/print-pdf/print-pdf.js diff --git a/sonstiges/reveal-js/plugin/search/search.js b/sonstiges/html/reveal-js/plugin/search/search.js similarity index 100% rename from sonstiges/reveal-js/plugin/search/search.js rename to sonstiges/html/reveal-js/plugin/search/search.js diff --git a/sonstiges/reveal-js/plugin/zoom-js/zoom.js b/sonstiges/html/reveal-js/plugin/zoom-js/zoom.js similarity index 100% rename from sonstiges/reveal-js/plugin/zoom-js/zoom.js rename to sonstiges/html/reveal-js/plugin/zoom-js/zoom.js diff --git a/sonstiges/KBS-31C3-Summary.tex b/sonstiges/tex/KBS-31C3-Summary.tex similarity index 100% rename from sonstiges/KBS-31C3-Summary.tex rename to sonstiges/tex/KBS-31C3-Summary.tex diff --git a/sonstiges/KBS-Mails-WiSe1415.tex b/sonstiges/tex/KBS-Mails-WiSe1415.tex similarity index 100% rename from sonstiges/KBS-Mails-WiSe1415.tex rename to sonstiges/tex/KBS-Mails-WiSe1415.tex diff --git a/sonstiges/KBS-Mails.tex b/sonstiges/tex/KBS-Mails.tex similarity index 100% rename from sonstiges/KBS-Mails.tex rename to sonstiges/tex/KBS-Mails.tex diff --git a/sonstiges/KBS-MenschlicheRassen.tex b/sonstiges/tex/KBS-MenschlicheRassen.tex similarity index 100% rename from sonstiges/KBS-MenschlicheRassen.tex rename to sonstiges/tex/KBS-MenschlicheRassen.tex diff --git a/sonstiges/KBS-PanemEUNaziDeu.tex b/sonstiges/tex/KBS-PanemEUNaziDeu.tex similarity index 100% rename from sonstiges/KBS-PanemEUNaziDeu.tex rename to sonstiges/tex/KBS-PanemEUNaziDeu.tex diff --git a/sonstiges/KBS-Programmiersprachen.tex b/sonstiges/tex/KBS-Programmiersprachen.tex similarity index 100% rename from sonstiges/KBS-Programmiersprachen.tex rename to sonstiges/tex/KBS-Programmiersprachen.tex diff --git a/sonstiges/KBS-RoadMap2015.tex b/sonstiges/tex/KBS-RoadMap2015.tex similarity index 100% rename from sonstiges/KBS-RoadMap2015.tex rename to sonstiges/tex/KBS-RoadMap2015.tex diff --git a/sonstiges/KBS-SIP-WS1516.tex b/sonstiges/tex/KBS-SIP-WS1516.tex similarity index 100% rename from sonstiges/KBS-SIP-WS1516.tex rename to sonstiges/tex/KBS-SIP-WS1516.tex diff --git a/sonstiges/KBS-StatusUpdate2WP.tex b/sonstiges/tex/KBS-StatusUpdate2WP.tex similarity index 100% rename from sonstiges/KBS-StatusUpdate2WP.tex rename to sonstiges/tex/KBS-StatusUpdate2WP.tex diff --git a/sonstiges/KBS-WIP-WS1516.tex b/sonstiges/tex/KBS-WIP-WS1516.tex similarity index 100% rename from sonstiges/KBS-WIP-WS1516.tex rename to sonstiges/tex/KBS-WIP-WS1516.tex diff --git a/sonstiges/KBS-Wie-finde-ich-Vortragsthema.tex b/sonstiges/tex/KBS-Wie-finde-ich-Vortragsthema.tex similarity index 100% rename from sonstiges/KBS-Wie-finde-ich-Vortragsthema.tex rename to sonstiges/tex/KBS-Wie-finde-ich-Vortragsthema.tex diff --git a/sonstiges/PHP-Vortrag.tex b/sonstiges/tex/PHP-Vortrag.tex similarity index 100% rename from sonstiges/PHP-Vortrag.tex rename to sonstiges/tex/PHP-Vortrag.tex diff --git a/sonstiges/Spieleindustrie.tex b/sonstiges/tex/Spieleindustrie.tex similarity index 100% rename from sonstiges/Spieleindustrie.tex rename to sonstiges/tex/Spieleindustrie.tex diff --git a/sonstiges/Wordpress-Vortrag.tex b/sonstiges/tex/Wordpress-Vortrag.tex similarity index 100% rename from sonstiges/Wordpress-Vortrag.tex rename to sonstiges/tex/Wordpress-Vortrag.tex diff --git a/sonstiges/informatik-motivation-at-school.tex b/sonstiges/tex/informatik-motivation-at-school.tex similarity index 100% rename from sonstiges/informatik-motivation-at-school.tex rename to sonstiges/tex/informatik-motivation-at-school.tex diff --git a/sonstiges/presentation-template.tex b/sonstiges/tex/presentation-template.tex similarity index 100% rename from sonstiges/presentation-template.tex rename to sonstiges/tex/presentation-template.tex