From 7c5249671be88e9bfa6ca51ea1a906b75a2bcece Mon Sep 17 00:00:00 2001
From: Jannik Beyerstedt
+
Date: Sat, 27 Jan 2024 15:09:50 +0100
Subject: [PATCH] import from old webserver
---
aliens.html | 32 +
anmeldung.html.de | 16 +
anmeldung.html.en | 15 +
danke.html.de | 24 +
danke.html.en | 27 +
fahrplan.html | 16 +
faq.html | 140 +++
feedback.html | 1658 +++++++++++++++++++++++++++++++++
img/chaosknoten.gif | Bin 0 -> 6368 bytes
img/flagge_de.gif | Bin 0 -> 855 bytes
img/flagge_gb.gif | Bin 0 -> 1140 bytes
img/lageplan.png | Bin 0 -> 49115 bytes
img/lageplan2.png | Bin 0 -> 48221 bytes
img/logo.gif | Bin 0 -> 9605 bytes
img/logo_hansenet.gif | Bin 0 -> 3563 bytes
img/map01.png | Bin 0 -> 288010 bytes
img/punkt.gif | Bin 0 -> 59 bytes
inc/html-end.html | 8 +
inc/html-head.html.de | 23 +
inc/html-head.html.en | 23 +
inc/menu.html.de | 141 +++
inc/menu.html.en | 140 +++
inc/ws-head.html | 23 +
inc/ws-menu.html.de | 140 +++
inc/ws-menu.html.en | 140 +++
index.html.de | 678 ++++++++++++++
index.html.en | 572 ++++++++++++
location.html | 201 ++++
mitfahr.html | 102 ++
robots.txt | 2 +
schlafen.html | 155 +++
ueber.html | 83 ++
workshops.html | 83 ++
workshops/abschluss.html.de | 73 ++
workshops/abschluss.html.en | 73 ++
workshops/antenne.html | 86 ++
workshops/cert.html | 74 ++
workshops/cryptohist.html | 93 ++
workshops/cryptophone.html | 67 ++
workshops/dbox.html | 115 +++
workshops/dokuserver.html | 76 ++
workshops/dvbt.html | 84 ++
workshops/empty.html.de | 31 +
workshops/empty.html.en | 31 +
workshops/engeltreff.html | 73 ++
workshops/eroeffnung.html.de | 36 +
workshops/eroeffnung.html.en | 36 +
workshops/funker.html | 92 ++
workshops/gateway.html | 71 ++
workshops/geocaching.html | 80 ++
workshops/hacktivism.html | 66 ++
workshops/haskell.html | 100 ++
workshops/hoch.html.de | 106 +++
workshops/hoch.html.en | 105 +++
workshops/keysign.html | 86 ++
workshops/ldap.html | 84 ++
workshops/linuxumsteiger.html | 111 +++
workshops/netzzensur.html | 80 ++
workshops/pokus.html | 190 ++++
workshops/regiotreff.html | 75 ++
workshops/router.html | 89 ++
workshops/routing.html | 71 ++
workshops/vpn.html | 81 ++
workshops/wardriving.html | 93 ++
workshops/wau.html.de | 73 ++
workshops/wau.html.en | 74 ++
workshops/xml.html | 80 ++
workshops/xss.html | 70 ++
workshops/zutritt.html | 63 ++
69 files changed, 7330 insertions(+)
create mode 100644 aliens.html
create mode 100644 anmeldung.html.de
create mode 100644 anmeldung.html.en
create mode 100644 danke.html.de
create mode 100644 danke.html.en
create mode 100644 fahrplan.html
create mode 100644 faq.html
create mode 100644 feedback.html
create mode 100644 img/chaosknoten.gif
create mode 100644 img/flagge_de.gif
create mode 100644 img/flagge_gb.gif
create mode 100644 img/lageplan.png
create mode 100755 img/lageplan2.png
create mode 100644 img/logo.gif
create mode 100644 img/logo_hansenet.gif
create mode 100755 img/map01.png
create mode 100644 img/punkt.gif
create mode 100644 inc/html-end.html
create mode 100644 inc/html-head.html.de
create mode 100644 inc/html-head.html.en
create mode 100644 inc/menu.html.de
create mode 100644 inc/menu.html.en
create mode 100644 inc/ws-head.html
create mode 100644 inc/ws-menu.html.de
create mode 100644 inc/ws-menu.html.en
create mode 100644 index.html.de
create mode 100644 index.html.en
create mode 100644 location.html
create mode 100644 mitfahr.html
create mode 100644 robots.txt
create mode 100644 schlafen.html
create mode 100644 ueber.html
create mode 100644 workshops.html
create mode 100644 workshops/abschluss.html.de
create mode 100644 workshops/abschluss.html.en
create mode 100644 workshops/antenne.html
create mode 100644 workshops/cert.html
create mode 100644 workshops/cryptohist.html
create mode 100644 workshops/cryptophone.html
create mode 100644 workshops/dbox.html
create mode 100644 workshops/dokuserver.html
create mode 100644 workshops/dvbt.html
create mode 100644 workshops/empty.html.de
create mode 100644 workshops/empty.html.en
create mode 100644 workshops/engeltreff.html
create mode 100644 workshops/eroeffnung.html.de
create mode 100644 workshops/eroeffnung.html.en
create mode 100644 workshops/funker.html
create mode 100644 workshops/gateway.html
create mode 100644 workshops/geocaching.html
create mode 100644 workshops/hacktivism.html
create mode 100644 workshops/haskell.html
create mode 100644 workshops/hoch.html.de
create mode 100644 workshops/hoch.html.en
create mode 100644 workshops/keysign.html
create mode 100644 workshops/ldap.html
create mode 100644 workshops/linuxumsteiger.html
create mode 100644 workshops/netzzensur.html
create mode 100644 workshops/pokus.html
create mode 100644 workshops/regiotreff.html
create mode 100644 workshops/router.html
create mode 100644 workshops/routing.html
create mode 100644 workshops/vpn.html
create mode 100644 workshops/wardriving.html
create mode 100644 workshops/wau.html.de
create mode 100644 workshops/wau.html.en
create mode 100644 workshops/xml.html
create mode 100644 workshops/xss.html
create mode 100644 workshops/zutritt.html
diff --git a/aliens.html b/aliens.html
new file mode 100644
index 0000000..92811ff
--- /dev/null
+++ b/aliens.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+ + Alien-Treffen
+
+
+
+
+
+ Das Nachtkind hat auf der Alien-Mailingliste vorgeschlagen,
+ dass die Aliens sich doch mal auf dem Easterhegg2003
+ treffen könnten. Aliens, die mit anderen Aliens
+ auf dem Easterhegg kommunizieren, oder Hacken
+ wollen, können sich gerne im Wiki
+ oder über die Alien-/ Easterhegg2003-Mailingliste
+ verabtexten.
+
+
+
+
+
+
+
+ Anmeldung | +
+ Danke für Ihre Anmeldung. + + Die Anmeldebestätigungen werden schnellstmöglich verschickt. Bitte ein wenig warten. Chaos ist angesagt. ;) + --- NachtKind + |
+
+
+ Registration | +
+
+ Thank you for your registration. + + The registration acknowledgments will be sent as soon as possible. + So please be patient. Chaos is hip. ;) + --- Dennis + |
+
+
+ FAQ | +
+ FAQ v0.2 (07.02.2003): + + + Allgemeines + +
+ + + + |
+
+ |
+ |
+
+Hallo,
+
+
+
+
+wir möchten von euch gern wissen wie ihr das easter(h)egg 2003 erlebt habt.
+
+ +Jeder virtuell ausgefüllte Fragebogen hilft uns!
+ +Wir - die ganzen emsigen Helfer, die +Referenten und ich - haben +eine Menge Zeit in die Vorbereitung und die Durchführung des +easter(h)egg investiert.
+ +Viel ist gut gelaufen, ein paar Sachen sind in die Hose gegangen. Die guten +Sachen möchten wir gern in München wiederholen, die schlecht +gelaufenen abstellen.
+ +Dazu benötigen wir aber von euch Feedback.
+ +Investiert fünf Minuten in einen guten Zweck, kreuzt an, vergebt +Noten (von 1=sehr gut bis 6=saumäßig schlecht) und schreibt +wie ihr das easter(h)egg erlebt habt.
+ +Die Daten werden nicht-personalisiert erhoben.
+ + + +
+
+
+
+
+
+
+