EH20 - Back to root
+diff --git a/wiki_siteexport/2023-ueberarbeitung-test.html b/wiki_siteexport/2023-ueberarbeitung-test.html new file mode 100644 index 0000000..151bb76 --- /dev/null +++ b/wiki_siteexport/2023-ueberarbeitung-test.html @@ -0,0 +1,395 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + +
+
+
+==== Image Links ====
+
+You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
+
+ [[http://php.net|{{wiki:dokuwiki-128.png}}]]
+
+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
+
+Please note: The image formatting is the only formatting syntax accepted in link names.
+
+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
+
+===== Footnotes =====
+
+You can add footnotes ((This is a footnote)) by using double parentheses.
+
+ You can add footnotes ((This is a footnote)) by using double parentheses.
+
+===== Sectioning =====
+
+You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''~~NOTOC~~ '' in the document.
+
+==== Headline Level 3 ====
+=== Headline Level 4 ===
+== Headline Level 5 ==
+
+ ==== Headline Level 3 ====
+ === Headline Level 4 ===
+ == Headline Level 5 ==
+
+By using four or more dashes, you can make a horizontal line:
+
+----
+
+===== Media Files =====
+
+You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
+
+Real size: {{wiki:dokuwiki-128.png}}
+
+Resize to given width: {{wiki:dokuwiki-128.png?50}}
+
+Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
+
+Resized external image: {{https://www.php.net/images/php.gif?200x50}}
+
+ Real size: {{wiki:dokuwiki-128.png}}
+ Resize to given width: {{wiki:dokuwiki-128.png?50}}
+ Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
+ Resized external image: {{https://www.php.net/images/php.gif?200x50}}
+
+
+By using left or right whitespaces you can choose the alignment.
+
+{{ wiki:dokuwiki-128.png}}
+
+{{wiki:dokuwiki-128.png }}
+
+{{ wiki:dokuwiki-128.png }}
+
+ {{ wiki:dokuwiki-128.png}}
+ {{wiki:dokuwiki-128.png }}
+ {{ wiki:dokuwiki-128.png }}
+
+Of course, you can add a title (displayed as a tooltip by most browsers), too.
+
+{{ wiki:dokuwiki-128.png |This is the caption}}
+
+ {{ wiki:dokuwiki-128.png |This is the caption}}
+
+For linking an image to another page see [[#Image Links]] above.
+
+==== Supported Media Formats ====
+
+DokuWiki can embed the following media formats directly.
+
+| Image | ''gif'', ''jpg'', ''png'' |
+| Video | ''webm'', ''ogv'', ''mp4'' |
+| Audio | ''ogg'', ''mp3'', ''wav'' |
+| Flash | ''swf'' |
+
+If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
+
+By adding ''?linkonly'' you provide a link to the media without displaying it inline
+
+ {{wiki:dokuwiki-128.png?linkonly}}
+
+{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
+
+==== Fallback Formats ====
+
+Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
+
+For example consider this embedded mp4 video:
+
+ {{video.mp4|A funny video}}
+
+When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
+
+Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
+
+===== Lists =====
+
+Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
+
+ * This is a list
+ * The second item
+ * You may have different levels
+ * Another item
+
+ - The same list but ordered
+ - Another item
+ - Just use indention for deeper levels
+ - That's it
+
+
+ * This is a list
+ * The second item
+ * You may have different levels
+ * Another item
+
+ - The same list but ordered
+ - Another item
+ - Just use indention for deeper levels
+ - That's it
+
+
+Also take a look at the [[doku>faq:lists|FAQ on list items]].
+
+===== Text Conversions =====
+
+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
+
+The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
+
+==== Text to Image Conversions ====
+
+DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
+
+ * 8-) %% 8-) %%
+ * 8-O %% 8-O %%
+ * :-( %% :-( %%
+ * :-) %% :-) %%
+ * =) %% =) %%
+ * :-/ %% :-/ %%
+ * :-\ %% :-\ %%
+ * :-? %% :-? %%
+ * :-D %% :-D %%
+ * :-P %% :-P %%
+ * :-O %% :-O %%
+ * :-X %% :-X %%
+ * :-| %% :-| %%
+ * ;-) %% ;-) %%
+ * ^_^ %% ^_^ %%
+ * m( %% m( %%
+ * :?: %% :?: %%
+ * :!: %% :!: %%
+ * LOL %% LOL %%
+ * FIXME %% FIXME %%
+ * DELETEME %% DELETEME %%
+
+==== Text to HTML Conversions ====
+
+Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
+
+-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
+"He thought 'It's a man's world'..."
+
+
+-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
+"He thought 'It's a man's world'..."
+
+
+The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
+
+There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
+
+===== Quoting =====
+
+Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
+
+
+I think we should do it
+
+> No we shouldn't
+
+>> Well, I say we should
+
+> Really?
+
+>> Yes!
+
+>>> Then lets do it!
+
+
+I think we should do it
+
+> No we shouldn't
+
+>> Well, I say we should
+
+> Really?
+
+>> Yes!
+
+>>> Then lets do it!
+
+===== Tables =====
+
+DokuWiki supports a simple syntax to create tables.
+
+^ Heading 1 ^ Heading 2 ^ Heading 3 ^
+| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
+| Row 2 Col 1 | some colspan (note the double pipe) ||
+| Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
+
+Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
+
+ ^ Heading 1 ^ Heading 2 ^ Heading 3 ^
+ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
+ | Row 2 Col 1 | some colspan (note the double pipe) ||
+ | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
+
+To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
+
+Vertical tableheaders are possible, too.
+
+| ^ Heading 1 ^ Heading 2 ^
+^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
+^ Heading 4 | no colspan this time | |
+^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 |
+
+As you can see, it's the cell separator before a cell which decides about the formatting:
+
+ | ^ Heading 1 ^ Heading 2 ^
+ ^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
+ ^ Heading 4 | no colspan this time | |
+ ^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 |
+
+You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
+
+^ Heading 1 ^ Heading 2 ^ Heading 3 ^
+| Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
+| Row 2 Col 1 | ::: | Row 2 Col 3 |
+| Row 3 Col 1 | ::: | Row 2 Col 3 |
+
+Apart from the rowspan syntax those cells should not contain anything else.
+
+ ^ Heading 1 ^ Heading 2 ^ Heading 3 ^
+ | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
+ | Row 2 Col 1 | ::: | Row 2 Col 3 |
+ | Row 3 Col 1 | ::: | Row 2 Col 3 |
+
+You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
+
+^ Table with alignment ^^^
+| right| center |left |
+|left | right| center |
+| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
+
+This is how it looks in the source:
+
+ ^ Table with alignment ^^^
+ | right| center |left |
+ |left | right| center |
+ | xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
+
+Note: Vertical alignment is not supported.
+
+===== No Formatting =====
+
+If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%%%'' tags or even simpler, with double percent signs ''%% ''.
+
+
+This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
+
+The same is true for %%//__this__ text// with a smiley ;-)%%.
+
+
+ This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
+
+ The same is true for %%//__this__ text// with a smiley ;-)%%.
+
+===== Code Blocks =====
+
+You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%%%'' or ''%%%%''.
+
+ This is text is indented by two spaces.
+
+
+This is preformatted code all spaces are preserved: like <-this
+
+
+
+This is pretty much the same, but you could use it to show that you quoted a file.
+
+
+Those blocks were created by this source:
+
+ This is text is indented by two spaces.
+
+
+ This is preformatted code all spaces are preserved: like <-this
+
+
+
+ This is pretty much the same, but you could use it to show that you quoted a file.
+
+
+==== Syntax Highlighting ====
+
+[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''
'' or '' ''.
+
+
+/**
+ * The HelloWorldApp class implements an application that
+ * simply displays "Hello World!" to the standard output.
+ */
+class HelloWorldApp {
+ public static void main(String[] args) {
+ System.out.println("Hello World!"); //Display the string.
+ }
+}
+
+
+The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
+
+There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
+
+==== Downloadable Code Blocks ====
+
+When you use the ''%%%%'' or ''%%%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
+
+
+
+
+
+
+
+
+
+
+
+If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%%%''.
+
+===== RSS/ATOM Feed Aggregation =====
+[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
+
+^ Parameter ^ Description ^
+| any number | will be used as maximum number items to show, defaults to 8 |
+| reverse | display the last items in the feed first |
+| author | show item authors names |
+| date | show item dates |
+| description| show the item description. All HTML tags will be stripped |
+| nosort | do not sort the items in the feed |
+| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
+
+The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
+
+By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
+
+**Example:**
+
+ {{rss>http://slashdot.org/index.rss 5 author date 1h }}
+
+{{rss>http://slashdot.org/index.rss 5 author date 1h }}
+
+
+===== Control Macros =====
+
+Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
+
+^ Macro ^ Description |
+| %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
+| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
+
+===== Syntax Plugins =====
+
+DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
+
+~~INFO:syntaxplugins~~
diff --git a/wiki_siteexport/_export/raw/wiki/welcome.raw b/wiki_siteexport/_export/raw/wiki/welcome.raw
new file mode 100644
index 0000000..10caa7c
--- /dev/null
+++ b/wiki_siteexport/_export/raw/wiki/welcome.raw
@@ -0,0 +1,30 @@
+====== Welcome to your new DokuWiki ======
+
+Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
+
+Enjoy your work with DokuWiki,\\
+-- the developers
+
+===== Create your first pages =====
+
+Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
+
+Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
+
+You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
+
+Please be aware that not all templates support sidebars.
+
+===== Customize your Wiki =====
+
+Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
+
+You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
+
+===== Join the Community =====
+
+DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]].
+
+The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
+
+Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involved]] with DokuWiki.
diff --git a/wiki_siteexport/_export/xhtml/2023-ueberarbeitung-test.xhtml b/wiki_siteexport/_export/xhtml/2023-ueberarbeitung-test.xhtml
new file mode 100644
index 0000000..79ad93d
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/2023-ueberarbeitung-test.xhtml
@@ -0,0 +1,35 @@
+
+
+
+
+ 2023-ueberarbeitung-test
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/accommodation.xhtml b/wiki_siteexport/_export/xhtml/accommodation.xhtml
new file mode 100644
index 0000000..92bd43f
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/accommodation.xhtml
@@ -0,0 +1,126 @@
+
+
+
+
+
+accommodation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+
+
+
+
+
+
+
+
+Unterbringung
+
+
+
+Es gibt einige Möglichkeiten, für ein paar Tage in Hamburg zu bleiben, etwa ein nettes Hotel oder auch ein Rucksack-Hostel – Liste unten.
+Mensch kann auch Wohnungen für mehrere Leute mieten, sich nach privaten Unterkünften umsehen oder gratis als Couchsurfer unterkommen.
+
+
+
+Es gibt beim EasterHegg keine Turnhallenunterbringung.
+
+
+
+Wenn Ihr eine Wohnung oder ein großes Zimmer mit anderen EH-Teilnehmern teilen wollt, benutzt bitte die Seite Unterbringung-Wohnung teilen, um Leute zu finden, die dasselbe suchen.
+
+
+
+Wenn Ihr aus Hamburg seid und anderen Hackern etwas Platz anbieten könnt, fügt eure Wohnung ebenso der Liste hinzu, sodaß Interessierte Euch direkt kontaktieren können.
+
+
+
+Hier sind einige Beispiele von Seiten zum Finden von Unterkünften, aber nicht die normalen Hotel/Hostel-Orte. Wir haben sie nicht geprüft. Bitte ergänzt und kommentiert, wenn Ihr etwas Nützliches findet:
+
+
+- https://www.fewo-direkt.de/ – mehr oder weniger private Wohnungen
+
+- https://www.bed-and-breakfast.de/hamburg – mehr oder weniger private Zimmer
+
+- https://www.9flats.com/us/hamburg-deutschland – eher weniger private Zimmer und Wohnungen
+
+- https://www.hamburg-tourism.de/buchen/hotels/ – Hotels über die hamburgische Tourismus-Seite
+
+- https://www.hamburg-lodge.de/Regionales/Hamburg-Reiseziele-Karte-Landkarte/ – noch mehr Wohnungen
+
+- https://www.airbnb.de/search?location=Hamburg – private Gästezimmer
+
+- https://wg-gesucht.de – Leute, die ihre Zimmer tageweise vermieten („Tagesmiete“ im dortigen interface auswählen)
+
+- https://www.couchsurfing.org/ – private Couchen, auch nett, um mit den Gastgebern in Kontakt zu treten
+
+- https://www.bewelcome.org/ – wie couchsurfing, aber durch non-profit und mit freier Software betrieben
+
+- https://www.picklapp.de/ – kleine und mittlere Wohnungen. Sehr nah am ÖPNV.
+
+- https://de.ebab.com/Europa/Deutschland/Hamburg – Von Gays für Gays. Günstigster Anbieter. Keine Extrakosten.
+
+- https://schanzenstern.com Fahrzeit ÖPNV ca. 35 min. bis Kampnagel.
+
+
+
+
+
+Kein Camping auf Kampnagel
+
+
+
+Es gibt weder Platz für Camper noch für Zelte am Veranstaltungsort.
+Wer campen möchte, muß selbst einen Campingplatz in oder um Hamburg finden.
+
+
+- https://www.hamburg.de/branchenbuch/hamburg/10233520/n0/ – Campingplätze / Camper Stellplätze in Hamburg
+
+- https://stellplatz.info/reisemobilstellplatz/deutschland – Wohnmobilstellplätze finden
+
+
+
+
+Sehr beliebt ist der Wohnmobil Stellplatz am Fischmarkt in Sankt Pauli. Man steht direkt an der Elbe und hat Blick auf die Docks von Blohm&Voss, der Kiez ist nur wenige Meter entfernt. Die öffentliche Verkehrsanbindung ist gut (von den Landungsbrücken, ca. 30 min bis Kampnagel). Nachteil ist, bei Sturmflut steht der Bereich unter Wasser (ab einem Wasserstand von 1,50 Meter über dem mittleren Hochwasser). Die Sturmflutsaison ist 15. September bis zum 31. März aber es ist empfehlenswert z.B. die NINA Warn-App zu nutzen um rechtzeitig wegzufahren. Jeden Samstag ab 22 Uhr bis Montag 8 Uhr ist absolutes Parkverbot auf dem Gelände, weil da der Fischmarkt stattfindet.
+
+
+
+
+Essen & so
+
+
+
+Essen und so
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/anreise.xhtml b/wiki_siteexport/_export/xhtml/anreise.xhtml
new file mode 100644
index 0000000..d03468e
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/anreise.xhtml
@@ -0,0 +1,181 @@
+
+
+
+
+ anreise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+-
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
+
+
+Anreise
+
+
+
+
+Mit dem Auto
+
+
+
+Um unseren Planeten zu schonen, bitten wir dich darüber nachzudenken, ob du mit dem Auto fahren musst. Vielleicht sind öffentliche Verkehrsmittel oder eine Mitfahrgelegenheit eine Alternative? Wenn Du mit dem Auto fährst, überlege, ob du vielleicht jemanden mitnehmen oder schweres Gepäck von anderen Reisenden transportieren kannst. Du solltest den Osterverkehr und die zu erwartenden Staus bei deiner Reise berücksichtigen, die Kraftstoffpreise werden sicherlich wieder angehoben und grundsätzlich macht Auto fahren in Hamburg wenig Freude. Nach Berlin und München ist Hamburg auf Platz drei der Städte mit den meisten Staus.
+
+
+
+Die Adresse lautet:
+
+Jarrestraße 20
+22303 Hamburg
+
+
+ Routenplaner
+
+
+
+
+Parken
+
+
+
+Auf dem Kampnagel-Gelände gibt es eine kostenpflichtige Parkgarage mit Treppenhaus (ca. 50 m).
+Ein Aufzug steht leider nicht zur Verfügung.
+Die Einfahrt ist über die Barmbeker Straße oder die Jarrestraße möglich.
+Das Parkhaus kostet 2 Euro/Std. Ein Gerät zur Rabattierung (Pauschal 5 Euro) steht im Ausgangsbereich des Foyers zur Verfügung. In der Umgebung sind kostenlose Parkplätze sehr schwer zu finden.
+
+
+
+Hinter den Hallen vor dem Verwaltungsgebäude (Jarrestraße 20) befinden sich zwei Parkplätze für Besucher*innen mit sensorischen oder physischen Einschränkungen und entsprechendem Parkausweis. Von dort ist Kampnagel ebenerdig zu erreichen (ca. 100 m). Die Einfahrt ist bei der Jarrestraße 20 und dann links halten.
+
+
+
+In der Gegend rund um Kampnagel gibt es sehr wenig Parkplätze! Kommt, wenn irgend möglich, mit öffentlichen Verkehrsmitteln!
+
+
+
+
+ÖPNV
+
+
+
+Wie oben schon beschrieben: Auto sollte vermieden werden. Der Hamburger ÖPNV ist nicht so schlecht, also nutzt ihn doch einfach. Solltet ihr „öffentlich anreisen, kann eure letzte Meile wie folgt aussehen:
+
+
+
+
+Vom Hauptbahnhof kommend
+
+
+
+Mit dem Bus 17 (Richtung Karlshöhe - fährt von der Bushaltestelle Kirchenallee ab) bis zur Haltestelle „Jarrestraße (Kampnagel)“. Die Fahrt dauert 24 Minuten und kostet (einfache Fahrt) 3,40€.
+
+
+
+
+Vom Airport kommend
+
+
+
+Solltet ihr mit dem Flieger anreisen (muss das sein?), nehmt ihr die S1 bis zum Bahnhof BARMBEK - dort steigt ihr in den Bus der Linie 17 (Richtung Feldstraße) und steigt an der Haltestelle „Jarrestraße (Kampnagel)“ aus. Die Fahrt dauert 25 Minuten und kosten 3,40€
+
+
+
+
+ÖPNV allgemein
+
+
+
+Für Gruppe bietet es sich an eine Gruppenkarte zu erwerben. Nähere Infos gibt es hier
+
+
+
+Für Erkundung diverser Reiseziele Hamburgs mit dem HVV gibt es eine recht brauchbare APP für Android und iPhone
+
+
+
+
+Mit dem Boot
+
+
+
+Von See kommend
+
+
+
+Nordsee
+
+
+
+Ansteuerung des Fahrwassers der Elbe aus der Deutschen Bucht, rechts der Fahrwassermitte, je nach Tiefgang des Fahrzeugs auch außerhalb des Fahrwassers. Für die Größe von Fahrzeugen für die der Zielort erreichbar ist, gilt auf der Elbe keine Lotsenpflicht. Die Elbe ist in diesem Teil ein Tidengewässer, Wassertiefe und Strömung sind gravitationsbedingt periodischen Änderungen unterworfen. Folge dem Fahrwasser bis in den Hamburger Hafen. → 53.5407, 9.9802
+
+
+
+Ostsee
+
+
+
+Ansteuerung der Kieler Förde und der östlichen Zufahrt des Nord-Ostsee-Kanals. Der Nord-Ostsee-Kanal ist für Sportboote nur in Zeitraum zwischen Sonnenaufgang und Sonnenuntergang zu befahren, es werden Gebühren für die Nutzung erhoben und es gilt eine Höchstgeschwindigkeitsregelung. Für die größe von Fahrzeugen für die der Zielort erreichbar ist, gilt für den Nord-Ostsee-Kanal keine Lotsenpflicht, der Kanal darf nicht segelnd durchfahren werden. Außerdem ist das nächtliche Befahren des Kanals ohne Radar verboten. Weitere Infos Ab der Schleuse Brunsbüttel weiter der Elbe folgend bis in den Hamburger Hafen. → 53.5407, 9.9802
+
+
+
+Alternativ: Nutzung des Elbe-Lübeck Kanals bis Lauenburg (Elbe), diverse Schleusen. Anschließend der Elbe zu Tal folgen, an der Staustufe Geesthacht zu Tal schleusen, ab hier ist die Elbe Tidegewässer, Wassertiefe und Strömung sind gravitationsbedingt periodischen Änderungen unterworfen. Ab hier der Elbe folgend 53.5407, 9.9802 ansteuern.
+
+
+
+Ab 53.5407, 9.9802
+Hier kann das Fahrzeug im City Sportboothafen gelagert werden, eine Anreise mit dem ÖPNV ist wahrscheinlich schneller und weniger beschwerlich, aber ok:
+
+
+
+Ansteuerung des Binnenhafens, Passage der Niederbaumbrücken. Anschließend Backbord, Einfahrt in das Alsterfleet „seeseitig“, Passage der Otto-Sill-Brücke und der Binnenhafenbrücke. Schleusung zu Berg, Passage der Schaartorschleuse. (Bei hohen Wasserständen der Elbe nicht passierbar, ab hier gilt eine Fahrerlaubnispflicht für Motorfahrzeuge, Schleusenzeiten, Rufnummer: 040 428403204)
+Nach der Schaartorschleuse dem Alsterfleet Richtung NO bis zur Rathausschleuse folgen. Schleusung zu Berg (Schleusenzeiten, Rufnummer: 040 428402442), kleine Alster bis Reesendammbrücke, Binnenalster bis Lombardsbrücke / Kennedybrücke, Überquerung des 10. Meridians ostwärts, entsprechnde Zeremonie für Erstpassiernede empfohlen, anschließend auf der Außenalster bis 53.5761, 10.0061, Einfahrt in den Langen Zug, Passage der Langenzugbrücke und Einfahrt in den Osterbekkanal bis 53.58341, 10.02454, die Nutzung der Anlegeplätze ist bisher nicht geklärt und muss einzeln vom Schiffsführenden entschieden werden. Voilà…
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/awareness.xhtml b/wiki_siteexport/_export/xhtml/awareness.xhtml
new file mode 100644
index 0000000..db3605f
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/awareness.xhtml
@@ -0,0 +1,89 @@
+
+
+
+
+ awareness
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+–work in progress [pre-final]–
+
+
+
+Seid exzellent zueinander.
+
+
+
+Alle Wesen willkommen.
+
+
+
+Die meisten Lebensformen sind sich einig, dass wir uns gegenseitig respektieren und gut miteinander auskommen wollen. Das schließt alle Formen von Diskriminierung, Sexismus und Rassismus aus.
+
+
+
+Bitte achtet aufeinander und respektiert Grenzen.
+
+
+
+Das Awareness-Team steht euch zur Verfügung, wenn ihr Diskriminierung oder grenzüberschreitendes Verhalten erlebt oder mitbekommt, ihr Unterstützung in persönlichen Konflikten oder Krisen möchtet oder einfach wen zum Reden braucht.
+
+
+
+Wenn ihr euch an uns wendet, sind die Gespräche vertraulich. Wir schauen gemeinsam, was es braucht, und werden von uns aus nichts tun, was nicht mit euch abgesprochen ist.
+
+
+
+Wir können uns an einem Ort deiner Wahl treffen oder unseren Besprechungsraum (im 1. Stock über der K2) nutzen.
+
+
+
+Sollten wir nicht direkt erreichbar sein - das ist z.B. möglich, wenn wir gerade zu tun haben - schreib uns bitte. Wir melden uns umgehend zurück.
+
+
+- DECT: 113
+
+-
+
+-
+
+
+
+
+About us: Wir reflektieren in unserer Arbeit Machtverhältnisse und sprechen Themen wie Diskriminierung, Grenzüberschreitung und Barrieren auch proaktiv an. Wir setzen uns mit verschiedenen Perspektiven (insbesondere von marginalisierten Gruppen) auseinander und wollen lernen. Wir arbeiten parteilich und vertraulich.
+
+
+
+Solltest Du überlastet sein und Ruhe suchen, kannst du den Quiet Space im Foyer besuchen.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/barrierefreiheit.xhtml b/wiki_siteexport/_export/xhtml/barrierefreiheit.xhtml
new file mode 100644
index 0000000..9047647
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/barrierefreiheit.xhtml
@@ -0,0 +1,92 @@
+
+
+
+
+ barrierefreiheit
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+–work in progress [pre-final]–
+
+
+Barrierefreiheit
+
+
+
+Kampnagel hat schöne web-Seiten geschaffen, die von https://kampnagel.de/service/barrierefreiheit aus erreicht werden können. Darunter sind
+
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+
+Zugang
+
+
+- von außen barrierefrei erreichbar
+
+- innen sind alle Angebote barrierefrei erreichbar außer dem Besprechungsraum des awareness-Teams (1. Stock über der K2)
+
+
+
+
+
+Hören
+
+
+- In der K2 finden die Vorträge statt. Dort gibt es eine Hörschleife für hörbehinderte Menschen.
+
+- Gebärdensprachenübersetzung bei den Vorträgen ist in der Planung zu spät berücksichtigt worden und fällt leider aus.
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/chosing_tuopia_democratise_ai_now.xhtml b/wiki_siteexport/_export/xhtml/chosing_tuopia_democratise_ai_now.xhtml
new file mode 100644
index 0000000..7747a6f
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/chosing_tuopia_democratise_ai_now.xhtml
@@ -0,0 +1,225 @@
+
+
+
+
+ chosing_tuopia_democratise_ai_now
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+
+KI Diskussion: Choosing Utopia Democratize AI Now
+
+
+
+
+Einleitung
+
+
+
+Der Begriff Künstliche Intelligenz, kurz KI, ist derzeit in aller Munde. Das Sprachmodell ChatGPT der Firma OpenAI ist momentan besonders präsent. KI-Systeme arbeiten mit neuronalen Netzen und lernenden Algorithmen, um Ergebnisse zu generieren. Derartige Werkzeuge in den Händen von Megakooperationen werden unabschätzbare Folgen für unsere Gesellschaft haben. Wir können uns nicht entscheiden, ob wir diese Herausforderung annehmen wollen.
+
+
+
+Also haben wir diskutiert. Was sind konkrete Bedrohungen, die wir jetzt schon absehen können? Und was sind konkrete konstruktive Dinge, die wir nun angehen müssen?
+
+
+
+
+Bedrohungsszenario Desinformation
+
+
+
+Beispiele wie das generierte Foto der Verhaftung von Donald Trump haben bewiesen: KIs beschleunigen die Erstellung von sehr plausiblen Desinformationen.
+
+
+
+Außerdem sind Sprachmodelle vor allem darauf optimiert, dass sie die durschnittliche Meinung und Bias ihrer Trainingsdaten verstärken. Dies schafft weitere systemische Nachteile für differenzierte und marginalisierte Stimmen.
+
+
+
+Daraus ergibt sich die Notwendigkeit, noch viel mehr in politische Bildung zu investieren:
+
+
+
+Menschen müssen lernen Quellen zu hinterfragen.
+
+
+
+Menschen müssen verstehen, wie KIs funktionieren und, was sich damit anstellen lässt.
+
+
+
+Daher müssen wir unsere Expertise einer breiten Masse zugänglich machen. Das braucht verständliche Wissenschaftskommunikation, die Menschen auch außerhalb unserer Zielgruppe erreicht.
+
+
+
+Eigentlich braucht es die Sendung mit der Winkekatze. Und zwar 20:15 Uhr in der ARD. Wir erhoffen uns, dass durch mehr politische Bildung, Menschen fähig sind, die Tragweite von KI zu verstehen. Wir finden es wichtig, dass Menschen Quellen hinterfragen können, um unterscheiden zu können, was von einer KI erzeugt wurde und was nicht. Hier könnte auch eine Kennzeichnungspflicht von KI-generierten Inhalten helfen. und deren Quellen zu hinterfragen. Alles in allem muss der Gesellschaft eine verständliche Wissenschaftskommunikation angeboten werden.
+
+
+
+In unserer Diskussion zeigt sich, dass wir auch den Rechtsstaat in die Verantwortung nehmen müssen. Das heißt, wir brauchen einen politischen Rahmen, allen voran Gesetze, die KI zu unserem Gemeinwohl und nicht für den größten Profit von Unternehmen regulieren. Im gleichen Sinne müssen wir die Demokratie stärken. Wir fordern daher Transparenzpflichten, um etwa zugängliche und transparente Datensätze bereitzustellen. Wir sehen auch unsere Community in der Verantwortung, mehr Kenntnisse zu vermitteln, wie wir Förderungen (???) konkret umsetzen können. Wir wollen uns gegenseitig mehr supporten und Anreize für politische Arbeit schaffen, damit diese Anklang finden.
+
+
+
+
+Auswirkung auf Arbeitsplätze
+
+
+
+KI zerstöre Arbeitsplätze - so lautet eine weit verbreitete Annahme. Wir sehen diese Gefahr und sorgen uns, dass KIs Menschen Arbeitsplätze und damit leider auch Lebensgrundlagen streitig macht. Es wird ein Umbruch passieren und Menschen werden dabei verlieren. Dennoch finden wir es wichtig zu differenzieren: Welche Arbeitsplätze sind gefährdet und welche können sogar neu erschaffen werden? Hierbei ist es notwendig die Diskussion über Arbeitsplätze differenziert zu betrachten. Womöglich benötigen wir weniger Graphik-Designer*innen, dafür aber mehr Click-Worker, um nur ein Beispiel zu nennen. Wir stellen uns die Frage, inwiefern ob es überhaupt immer schlecht ist, dass Arbeitskräfte wegrationalisiert werden. Schließlich gibt es in einem kapitalistischen, neoliberalen System so einige „Bullshit-Jobs“, die womöglich sowieso unnötig sind. Das führt uns zu der politischen Forderung des bedingungslosen Grundeinkommens oder anderen vergleichbaren Alternativen - auch wenn wir hier keinen Konsens finden konnten. Wichtig ist uns, dass wir KI entmystifizieren. Anstelle einer allmächtigen KI, die über uns steht, begreifen wir uns als autonome Subjekte, die KI als Werkzeug nutzen kann - wenn auch als revolutionäres Werkzeug. Wenn wir verstehen, wie KI funktioniert, können wir selbstbestimmt handeln. Wir sollten der KI nicht ohnmächtig gegenüber stehen, sondern können bestenfalls selbst mitbestimmen, wie sie unseren Arbeitsalltag beeinflusst. Auch hier schlägt sich wieder die Brücke vom Technischen zum Politischen.
+
+
+
+
+KI selbst aufbauen
+
+
+
+In unserer Diskussionen haben wir uns überwiegend mit Large Language Modelle (LLM) beschäftigt, also mit Sprachmodellen, die mit großen Datensätzen trainiert worden sind. Wir erkennen, dass nur wenige Menschen sind an der Entwicklung der Technologie beteiligt. Bisher ist die Mehrheit der Menschen von der Arbeit und Supervision der Technologie ausgeschlossen. Das heißt, wir verstehen oft nicht, wie KI funktioniert und können die Prozesse nicht einsehen. Dazu kommt, dass Menschen KI für Prozesse benutzt, für die sie nicht primär designt worden ist. Durch eine unmündige Übernahme der Erzeugnisse einer KI, besteht das Riskio, ungenaue oder gar falsche Ergebnisse zu übernehmen. Wir sehen es auch problematisch, dass bei KI-Systemen bestimmte Inhalte entfernt, also zensiert werden. Das sogenannte Gatekeeping führt dazu, dass bestimmte Meinungen nur eingeschränkt oder gar nicht zugänglich sind. So nimmt das Unternehmen OpenAI mit ihrer Software ChatGPT eine Gatekeeperposition ein, indem es…
+
+
+
+Wir fordern, dass kleinere Organisationen mit eigenen KI-Modellen durchaus datenschutzkonforme Anwendungen bereitstellen und keine Daten herausgeben müssen. Wir wünschen uns, dass diese KI-Systeme kostenlos bleiben. Die API von OpenAI kostet pro Token, was man umgehen könnte, wenn man solche Anwendungen dezentral selbst hostet. Wir möchten das große Feld „KI“ in Zukunft nicht Megacorps überlassen.
+
+
+
+Fast Ai Takeoff: die erste wirklich schlaue AI wurde in kurzer Zeit sehr viele weitere Fortschritte ermöglichen
+
+
+
+
+Warum sollten wir keine KI bauen?
+
+
+
+Auch wenn wir KI selbst bauen, bleibt KI zu einem bestimmten Grad eine „Blackbox“, also ein System, dass wir nicht komplett einsehen und kontrollieren können. KI trägt folglich das Riskio Bullshit zu generieren. Das heißt auch, je mehr Leute Zugang zu KI-Systemen haben, desto mehr kommen Menschen darauf sie für Dinge zu verwenden, die nicht überschaubar sind. Außerdem kann KI auch Wissen hervorbringen, das Menschen Zugang zu Waffenbau, Drogen, Atombomben, etc. verschafft. Die eigentliche Frage ist: Wie schädlich ist Information?
+
+
+
+
+Ein Bausatz für eine KI:
+
+
+- als demokratisches offenes Projekt
+
+- Wissen zugänglich machen,
+
+- Zusammenfassung der wissenschaftlichen Papers
+
+- „kurzgesagt“ Style, 2 Minute-Papers
+
+- Codingbeispiele in Python
+
+
+
+
+
+- Rechentechnik/Compute besorgen?
+
+- Distribute computation, volunteer computing(wie bei Seti@home)
+
+
+
+- gemeinsam Datensätze sammeln
+
+- supervised learning Supervisen kurratieren
+
+- Menschen müssen die Model feintunen
+
+- OpenAi hat 20000 Menschen eingestellt die das Model justieren
+
+
+
+
+
+Probleme, die wir sehen
+
+
+
+Uns ist bewusst, dass Computer, Datensets und KnowHow eine große Starthürde darstellen und es Personen erschweren, eine eigene KI zu bauen oder Anwendungen zu hosten. Außerdem stellt das Urheberrecht KI eine Herausforderung dar. Wir empfehlen dazu den Podcast Rechtsbelehrung: Rechtsbelehrung Folge 113 KI und Urheberrecht.
+
+
+
+Wir haben uns gefragt, wie und ob wir beim AI Act einwirken können. Wir könnten uns etwa anschauen, wie die Gesetzesvorschläge auf EU-Ebene zum Thema KI aussehen. Wir sollten uns auch mit der Frage beschäftigen, über welche Plattformen wir einwirken können.
+
+
+
+
+Zusammenfassung
+
+
+
+Machine learning sind spannende und herausfordernde Werkzeuge
+
+
+- Was können wir mit KI in kaputten Systemen machen?
+
+- Wir wollen diese Tools in die eigene Hand nehmen, um unsere Utopien umzusetzen. Wir wollen zeigen, dass das möglich ist.
+
+- KI kann praktisch sein
+
+- Wir wollen mit der Annahme brechen, dass technologischer Fortschritt gleich gesellschaftlicher Fortschritt ist.
+
+- Es wird uns auferzwingen da Big Corps Fakten geschaffen haben
+
+- → Ansporn wir müssen politische und gesellschaftliche Veränderungen durchlaufen
+
+
+
+- Wir wollen aktuelle Probleme lösen und nicht durch KI schlechter machen
+
+- KI darf nicht da sein um Ungleichheiten zu reproduzieren und zu verstärken
+
+- Super human AI könnte ein echtes Problem sein
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/coc.xhtml b/wiki_siteexport/_export/xhtml/coc.xhtml
new file mode 100644
index 0000000..bac7dee
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/coc.xhtml
@@ -0,0 +1,519 @@
+
+
+
+
+ coc
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
+Easterhegg CoC
+
+
+
+
+
+
+Kurzfassung
+
+
+
+Der EasterHegg hat es sich zum Ziel gesetzt, eine belästigungs- und diskriminierungsfreie Veranstaltung für alle zu bieten, ungeachtet ihres Geschlechts, der Geschlechtsidentität und des Geschlechtsausdrucks, der sexuellen Orientierung, der körperlichen und geistigen Fähigkeiten, der äußeren Erscheinung, des Körperbaus, des Aussehens, der Körpergröße, des Alters, der ethnischen, regionalen und/ oder religiösen Zugehörigkeit bzw. Herkunft oder der sozioökonomischen Stellung.
+
+
+
+Auch wenn dieses Ziel aufgrund der gesellschaftlichen Machtverhältnisse nicht in Gänze erreicht werden kann, wollen wir darauf hinwirken.
+Teilnehmer*innen, die diesem Ziel zuwiderhandeln, können nach dem Ermessen der Organisator*innen mit Sanktionen belegt oder von der Veranstaltung ausgeschlossen werden.
+
+
+
+
+Durchsetzung
+
+
+
+Von Teilnehmer*innen, die aufgefordert werden, belästigendes Verhalten zu unterlassen, wird erwartet, dass sie dem sofort nachkommen.
+Bei belästigendem Verhalten eine*r Teilnehmer*in behalten sich die Organisator*innen der Veranstaltung das Recht vor, nötige Maßnahmen zu ergreifen, um die Veranstaltung zu einem angenehmen Umfeld für alle Teilnehmer*innen zu machen.
+
+
+
+
+Verstöße melden
+
+
+
+Wenn du oder jemand anderes sich unsicher oder unwillkommen fühlt, melde dich bitte so schnell wie möglich.
+
+
+
+Belästigungen und andere Verstöße gegen den Code of Conduct stören die Veranstaltung für alle. Wir bitten dich, dich bei uns zu melden, wenn du Verstöße bemerkst. Damit trägst du auch dazu bei, die Veranstaltung zu verbessern.
+Du kannst eine Meldung entweder persönlich oder anonym machen.
+
+
+
+
+Anonyme Meldung
+
+
+
+Du kannst hier eine anonyme Meldung machen.
+
+
+
+
+Persönliche Meldung
+
+
+
+Du kannst eine persönliche Meldung machen, indem du Kontakt aufnimmst
+
+
+
+a) zum Awareness-Team
+
+
+- per DECT: 113
+
+- per Mail: awareness@eh20.easterhegg.eu
+
+- auf mastodon: @awareness_easterhegg@chaos.social
+
+- persönlich (erkennbar an weißen Badges/ Schildern mit Namen und „awareness team“)
+
+
+
+
+b) zu den Organisator*innen
+
+
+- per DECT: 1000
+
+
+
+
+
+Langfassung
+
+
+
+Der EasterHegg hat es sich zum Ziel gesetzt, eine belästigungs- und diskriminierungsfreie Veranstaltung für alle zu bieten, ungeachtet ihres Geschlechts, der Geschlechtsidentität und des Geschlechtsausdrucks, der sexuellen Orientierung, der körperlichen und geistigen Fähigkeiten, der äußeren Erscheinung, des Körperbaus, des Aussehens, der Körpergröße, des Alters, der ethnischen, regionalen und/ oder religiösen Zugehörigkeit bzw. Herkunft oder der sozioökonomischen Stellung.
+
+
+
+Auch wenn dieses Ziel aufgrund der gesellschaftlichen Machtverhältnisse nicht in Gänze erreicht werden kann, wollen wir darauf hinwirken.
+Teilnehmer*innen, die diesem Ziel zuwiderhandeln, können nach dem Ermessen der Organisator*innen mit Sanktionen belegt oder von der Veranstaltung ausgeschlossen werden.
+
+
+
+
+Unerwünschtes Verhalten
+
+
+
+Belästigung umfasst unter anderem:
+
+
+- Verbale Äußerungen, die soziale Machtverhältnisse verstärken. Zum Beispiel in Bezug auf: Geschlecht, Geschlechtsidentität und -ausdruck, sexuelle Orientierung, Behinderung, körperliche Erscheinung, Körpergröße, Alter, ethnische, regionale und/ oder religiöse Zugehörigkeit bzw. Herkunft oder sozioökonomische Stellung.
+
+- Sexuelle/sexualisierte Bilder oder Handlungen im öffentlichen Raum
+
+- Einschüchterung, Stalking oder Verfolgung
+
+- Ungefragtes Fotografieren oder Filmen
+
+- Anhaltende Störung von Vorträgen, Workshops oder anderen Zusammenkünften
+
+- Unangemessener Körperkontakt
+
+- Unerwünschte sexuelle/sexualisierte Aufmerksamkeit (Komplimente, Anspielungen, Blicke, Gesten, Aussagen, Handlungen)
+
+- Befürwortung von oder Ermutigung zu einer der oben genannten Verhaltensweisen
+
+- Androhung von oder Anstiftung zu Gewalt
+
+- Ungefragtes Erklären oder Kommentieren der Handlungen anderer (mansplaining, backseat-driving)
+
+- Absichtliches Verwenden falscher Pronomen (misgendering) oder Selbstbezeichnungen oder die Benutzung von abgelegten Namen (deadnaming)
+
+- Anbahnung von Beziehungen oder sexuellen Kontakten unter Ausnutzung von Notlagen oder struktureller Ungleichheiten (Alter, soziale Position etc.) oder zu Personen, die sich in einem Abhängigkeitsverhältnis befinden.
+
+
+
+
+
+Durchsetzung
+
+
+
+Von Teilnehmer*innen, die aufgefordert werden, belästigendes Verhalten zu unterlassen, wird erwartet, dass sie dem sofort nachkommen.
+Bei belästigendem Verhalten eine*r Teilnehmer*in behalten sich die Organisator*innen der Veranstaltung das Recht vor, nötige Maßnahmen zu ergreifen, um die Veranstaltung zu einem angenehmen Umfeld für alle Teilnehmer*innen zu machen.
+
+
+
+Mögliche Maßnahmen reichen von Verwarnungen bis zum dauerhaften Ausschluss von der Veranstaltung.
+Die Organisator*innen können Maßnahmen ergreifen gegen eine Störung der Veranstaltung und um sicherzustellen, dass sich alle Teilnehmer*innen auf der Veranstaltung und in ihrem Umfeld sicher fühlen können.
+
+
+
+
+Anwendungsbereich
+
+
+
+Wir erwarten von den Teilnehmer*innen, dass sie diese Regeln an allen Veranstaltungsorten und bei allen Aktivitäten im Zusammenhang mit der Veranstaltung einhalten.
+Wir sind der Meinung, dass die Teilnehmer*innen diese Regeln auch außerhalb der Veranstaltung befolgen sollten.
+
+
+
+
+Verstöße melden
+
+
+
+Wenn du oder jemand anderes sich unsicher oder unwillkommen fühlt, melde dich bitte so schnell wie möglich.
+
+
+
+Belästigungen und andere Verstöße gegen den Code of Conduct stören die Veranstaltung für alle. Wir bitten dich, dich bei uns zu melden, wenn du Verstöße bemerkst. Damit trägst du auch dazu bei, die Veranstaltung zu verbessern.
+Du kannst eine Meldung entweder persönlich oder anonym machen.
+
+
+
+
+Anonyme Meldung
+
+
+
+Du kannst hier eine anonyme Meldung machen.
+Wir können eine anonyme Meldung nicht direkt weiterverfolgen, aber wir werden ihr nachgehen und alle notwendigen Maßnahmen ergreifen, um eine Wiederholung zu verhindern.
+
+
+
+
+Persönliche Meldung
+
+
+
+Du kannst eine persönliche Meldung machen, indem du Kontakt aufnimmst
+
+
+
+a) Awareness-Team
+
+
+- per DECT: 113
+
+- per Mail: awareness@eh20.easterhegg.eu
+
+- auf mastodon: @awareness_easterhegg@chaos.social
+
+- persönlich (erkennbar an weißen Tags mit Namen und „awareness team“)
+
+
+
+
+Bei einer persönlichen Meldung sorgt das Awareness-Team dafür, dass es einen vertraulichen Rückzugsraum gibt.
+Sobald es dir möglich ist, wird das Awareness-Team dich bitten, zu erzählen, was passiert ist. Das Team wird so respektvoll wie möglich damit umgehen, und du kannst eine Vertrauensperson mitbringen. Du wirst nicht aufgefordert, jemanden zur Rede zu stellen, das Awareness-Team wird nichts ohne deine Zustimmung tun und niemandem sagen, wer du bist.
+
+
+
+Das Awareness-Team wird dich dabei unterstützen, Kontakt zu anderen (veranstaltungs-internen oder -externen) Stellen aufzunehmen, Begleitpersonen bereitstellen oder dir anderweitig helfen, dich während der Veranstaltung sicher zu fühlen. Deine Teilnahme ist uns wichtig.
+
+
+
+b) zu den Organisator*innen
+
+
+- per DECT: 1000
+
+
+
+
+
+Quelle
+
+
+
+https://geekfeminism.fandom.com/wiki/Conference_anti-harassment/Policy
+
+
+
+Dieser Code of Conduct basiert auf dem Beispiel aus dem Geek-Feminism-Wiki, das von der Ada-Initiative und anderen Freiwilligen erstellt wurde.
+
+
+
+
+
+English Version
+
+
+
+
+Short Version
+
+
+
+EasterHegg is dedicated to providing a harassment- and discrimination-free event for all, regardless of gender, gender identity and expression, sexual orientation, physical and mental ability, physical appearance, body size, age, ethnic, regional and/ or religious affiliation or origin, or socioeconomic status.
+Even if this goal cannot be achieved in its entirety due to social power relations, we want to work towards it. Participants who violate this goal can be sanctioned or excluded from the event at the discretion of the organizers.
+
+
+
+
+Enforcement
+
+
+
+Participants who are asked to refrain from harassing behavior are expected to comply immediately.
+In the event of harassing behavior by a participant, the event organizers reserve the right to take necessary measures to make the event a pleasant environment for all participants.
+
+
+
+
+Reporting violations
+
+
+
+If you or anyone else feels unsafe or unwelcome, please do not hesitate to reach out right away.
+
+
+
+Harassment and other violations of the Code of Conduct disrupt the event for everyone. We ask you to notify us if you notice any violations. By doing so, you will also help improve the event.
+You can make a report either in person or anonymously.
+
+
+
+
+Anonymous report
+
+
+
+You can make an anonymous report here.
+
+
+
+
+Personal report
+
+
+
+You can make a personal report by contacting
+
+
+
+a) the Awareness Team
+
+
+- by DECT: 113
+
+- by mail: awareness@eh20.easterhegg.eu
+
+- mastodon: @awareness_easterhegg@chaos.social
+
+- in person (identifiable by a white name tag with the subline „awareness team“)
+
+
+
+
+b) the Orga
+
+
+- by DECT: 1000
+
+
+
+
+
+Long Version
+
+
+
+EasterHegg is dedicated to providing a harassment- and discrimination-free event for all, regardless of gender, gender identity and expression, sexual orientation, physical and mental ability, physical appearance, body size, age, ethnic, regional and/ or religious affiliation or origin, or socioeconomic status.
+
+
+
+Even if this goal cannot be achieved in its entirety due to social power relations, we want to work towards it. Participants who violate this goal can be sanctioned or excluded from the event at the discretion of the organizers.
+
+
+
+Harassment includes:
+
+
+- Comments that amplify social power relations. For example, concerning: Gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, age, ethnic, regional and/ or religious affiliation or origin, or socioeconomic status.
+
+- Sexual/sexualized images or acts in public spaces
+
+- Intimidation, stalking, or persecution
+
+- Non-consensual photography or filming
+
+- Persistent disruption of lectures, workshops, or other gatherings
+
+- Inappropriate physical contact
+
+- Unwelcome sexual/sexualized attention (compliments, suggestive remarks, looks, gestures, statements, actions)
+
+- Advocating for or encouraging any of the above behaviors
+
+- Threat of or incitement to violence
+
+- Explaining or commenting on the actions of others without being asked (mansplaining, backseat-driving)
+
+- Intentionally using incorrect pronouns (misgendering) or identity labels for someone or using discarded names (deadnaming)
+
+- Initiating relationships or sexual contact by taking advantage of hardship or structural inequalities (age, social position, etc.) or with persons who are in a relationship of dependency.
+
+
+
+
+
+Enforcement
+
+
+
+Participants who are asked to refrain from harassing behavior are expected to comply immediately.
+In the event of harassing behavior by a participant, the event organizers reserve the right to take necessary measures to make the event a pleasant environment for all participants.
+
+
+
+Possible measures range from warnings to permanent exclusion from the event.
+The organizers can take measures against disruption of the event and to ensure that all participants can feel safe at the event and in its surroundings.
+
+
+
+
+Scope
+
+
+
+We expect participants to comply with these rules in all venues and activities related to the event.
+We believe that participants should also follow these rules outside of the event.
+
+
+
+
+Reporting violations
+
+
+
+If you or anyone else feels unsafe or unwelcome, please do not hesitate to reach out right away.
+
+
+
+Harassment and other violations of the Code of Conduct disrupt the event for everyone. We ask you to notify us if you notice any violations. By doing so, you will also help improve the event.
+You can make a report either in person or anonymously.
+
+
+
+
+Anonymous report
+
+
+
+You can make an anonymous report here anonymous report here.
+We cannot directly follow up on an anonymous report, but we will investigate it and take all necessary steps to prevent a recurrence.
+
+
+
+
+Personal report
+
+
+
+You can make a personal report by contacting
+
+
+
+a) to the Awareness Team
+
+
+- by DECT: 113
+
+- by mail: awareness@eh20.easterhegg.eu
+
+- mastodon: @awareness_easterhegg@chaos.social
+
+- in person (identifiable by a white name tag with the subline „awareness team“)
+
+
+
+
+In case of a personal report, the awareness team will make sure that there is a confidential retreat.
+As soon as you are ready, the awareness team will ask you to describe what happened. The team will handle it as respectfully as possible, and you can bring a trusted person with you. You will not be asked to confront anyone, the awareness team will not do anything without your consent, and will not tell anyone who you are.
+
+
+
+The Awareness Team will support you in contacting other agencies (internal or external to the event), provide escorts, or otherwise help you feel safe during the event. Your participation is important to us.
+
+
+
+b) to the Orga
+
+
+- by DECT: 1000
+
+
+
+
+
+Source
+
+
+
+https://geekfeminism.fandom.com/wiki/Conference_anti-harassment/Policy
+
+
+
+This Code of Conduct is based on the example from the Geek Feminism Wiki created by the Ada Initiative and other volunteers.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/design.xhtml b/wiki_siteexport/_export/xhtml/design.xhtml
new file mode 100644
index 0000000..7b2e4c4
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/design.xhtml
@@ -0,0 +1,52 @@
+
+
+
+
+ design
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hier die Druckvorlagen des Logos:
+
+
+
+auf weiß:
+
+
+
+
+
+und auf schwarz:
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/engel.xhtml b/wiki_siteexport/_export/xhtml/engel.xhtml
new file mode 100644
index 0000000..6e67ff5
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/engel.xhtml
@@ -0,0 +1,45 @@
+
+
+
+
+ engel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Engel
+
+
+
+Wie bei anderen Chaos-Veranstaltungen auch, bitten wir alle Teilnehmenden um ihre Mithilfe. Nur so kann die easterhegg für alle ein großartiges Event werden.
+
+
+
+Das Engelsystem befindet sich hier: https://engel.eh20.easterhegg.eu/
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/essen_und_so.xhtml b/wiki_siteexport/_export/xhtml/essen_und_so.xhtml
new file mode 100644
index 0000000..19575df
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/essen_und_so.xhtml
@@ -0,0 +1,349 @@
+
+
+
+
+ essen_und_so
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+Essen
+
+
+
+Peacetanbul
+Das Peacetanbul ist die Gastro auf Kampnagel, Es wird eine Spezialkarte und an uns angepasste Öffnungszeiten geben.
+
+
+
+Gemischte Küche mit Tageskarte.
+
+
+
+
+Jarrestrasse
+
+
+
+Die geht noch viel weiter, und da gibt es noch jede Menge mehr…
+
+
+
+Caspers Café & Bistro
+Großheidestraße 4 (eigentlich Jarrestraße), 53.585347, 10.027686, 10-18 Uhr
+
+
+
+Dönerqueen
+Jarrestrasse 57, 53.585388, 10.026503, 12-23 Uhr
+Hat auch guten wechselnden Mittagstisch. Super Salat.
+
+
+
+Die Bäckerei
+Jarrestrasse 55, 53.585375, 10.026348, Sa., So. 6-15 Uhr
+
+
+
+Hien Luu Trung
+Jarrestrasse 53, 53.585423, 10.026112, So., Mo. 12-22 Uhr
+Asia-Imbiß
+
+
+
+Dubara
+Jarrestrasse 42, 53.584886, 10.025157, 8 - 24 Uhr
+Dönerbude. Machen auch gute Burger und anderes gegrilltes. Super Salat. Gute Falaffel.
+
+
+
+Pani Smak
+Hölderlinsallee 1 (eigentlich Jarrestraße) 53.585053, 10.023796
+Großartiges polnisches Restaurant. Kleine Auswahl, aber sehr, sehr gut.
+
+
+
+Teigfabrik
+Jarrestrasse 27, 53.584773, 10.023355, 17 - 22 Uhr
+Pizza
+
+
+
+H&B Bäckerei
+Jarrestrasse 22-26, 53.584245, 10.022705,
+Günstiger Backshop
+
+
+
+Domino's Pizza and Apostrophe
+Jarrestrasse 24, 53.584337, 10.022568
+
+
+
+New Saigon
+Jarrestrasse 24, 53.584190, 10.022497, 12 - 22 Uhr
+Große Auswahl und schnell
+
+
+
+Taverna Ellas
+Jarrestrasse 17, 53.584397, 10.021829
+
+
+
+Libanis Mediterian
+Jarrestrasse 22, 53.58413, 10.02239, 12 - 22 Uhr
+
+
+
+
+Kreuzung / Barmbeker Straße
+
+
+
+Die Barmbeker Straße geht in beide Richtungen bis in die Unendlichkeit (und noch viel weiter). Da gibts auch noch mehr.
+
+
+
+Vietnam Food
+Barmbeker Straße 15, 53.583922, 10.018578, Sasmtag zu - sonst 13 - 20 Uhr
+
+
+
+Rooster
+Barmbeker Straße 5, 53.582580, 10.018935, 12 - 16 Uhr
+Sehr guter Kaffeeladen. Haben auch tolle Kuchen, Frühstück und Kleinigkeiten.
+
+
+
+Vegan Sushi
+Barmbeker Straße 3, 53.582441, 10.018964, 14 - 21 Uhr
+Sehr lecker
+
+
+
+Grindel Backhus
+Osterbekstraße 60, 53.581596, 10.020718, 6 - 18 Uhr
+Einer der besseren Hamburger Kettenbäcker
+
+
+
+
+Gertigstraße
+
+
+
+Smiley's Pizza and Apostrophe
+Gertigstraße 65, 53.583228, 10.018553, 12 - 23 Uhr
+
+
+
+Eiscremerei
+Gertigstraße 63-65, 53.583113, 10.018256
+
+
+
+Grill-Shop Winterhude
+Gertigstraße 68, 53.582948, 10.018921, 12 - 20 Uhr
+Sehr gute klassische Pommesbude, Mittagsgerichte.
+
+
+
+Mama Trattoria
+Gertigstraße 63, 53.582967, 10.017872, 12 - 20 Uhr
+
+
+
+Dulf's Burger
+Geibelstraße 16 (really Gertigstraße), 53.582850, 10.017178, 11:30 - 23 Uhr
+Von vielen gelobte Burgerbude.
+
+
+
+Cheesecacke Heaven
+Gertigstraße 23, 53.582139, 10.014962
+Käsekuchen. Riesige Stück und sehr lecker. Der Kaffee ist auch gut.
+
+
+
+SantaFe
+Gertigstraße 54, 53.58249, 10.01733, 18 - 22 Uhr
+Cocktails und Snacks.
+
+
+
+Bioladen Winterhude
+Gertigstraße 39-41, 53.58263, 10.01677, Sa. 8 - 20 Uhr
+
+
+
+Tjadens Biomarkt
+Gertigstraße 28, 53.58209, 10.01575, Sa. 8 - 20 Uhr
+
+
+
+Quan do
+Gertigstraße 25, 53.58222, 10.01517, 12 - 21:30 Uhr
+Vietnamese Street Kitchen.
+
+
+
+Bistro Gorgonzola
+Gertigstraße 21, 53.58210, 10.01475, Sa. 12 - 22:30 Uhr
+
+
+
+MyKebap
+Gertigstraße 9, 53.58153, 10.01301, 10 - 22 Uhr
+
+
+
+Limon Falafelhaus
+Gertigstraße 2, 53.58103, 10.01228, 11 - 23 Uhr
+
+
+
+Espressohaus
+Gertigstraße 1, 53.58124, 10.01209, 9:30 - 20 Uhr
+
+
+
+Die Gertigstrasse geht über in den Mühlenkamp, der ist auch gesäumt mit Futterbuden… .
+
+
+
+
+Abseits
+
+
+
+Hafenkantine
+Weidestraße 122, 53.582716, 10.028298
+Kantine im Alstercitydrome. Ist halt ne Kantine.
+
+
+
+
+Supermärkte
+
+
+
+Budni
+Jarrestraße 47, 53.585196, 10.025549, Sa. 8 - 20:30 Uhr
+
+
+
+Rewe
+Jarrestraße 44, 53.584841, 10.025443, Sa 7 - 23 Uhr
+
+
+
+Avanti Kiosk
+Jarrestraße 26, 53.584421, 10.023140, 9 - 22 Uhr
+Kiosk mit alles. Und Post.
+
+
+
+Kiosk
+Jarrestraße 11, 53.584128, 10.020440
+
+
+
+Aldi
+Barmbeker Straße 17-25, 53.584431, 10.017811, 7 - 21 Uhr
+
+
+
+Merkant Markt
+Barmbeker Straße 17-19, 53.584119, 10.017155, Sa. 7 - 22 Uhr
+Haben wohl auch Essen zum Mitnehmen Es gibt auch einen Kiosk - Sa. 8 - 19 Uhr und eine Apotheke Sa. 8 - 18 Uhr im Gebäude
+
+
+
+
+Sonstiges
+
+
+
+DeZwarteFiets
+Jarrestraße 29, 53.58481, 10.02386, Sa. 10 - 16 Uhr
+Fahrradladen
+
+
+
+Haspa
+Jarrestraße 30, 53.584500, 10.023666
+
+
+
+Ladestation für Eautos
+Jarrestraße 10, 53.584160, 10.021753
+
+
+
+Stadtrad
+Jarrestraße 8, 53.584003, 10.021070
+
+
+
+Bushaltestelle 17, 172 173
+Jarrestraße 6, 53.583864, 10.020330
+
+
+
+
+Anmerkung
+
+
+
+Da, wo keine Uhrzeiten stehen ist nicht geklärt, ob und wann sie über Ostern geöffnet haben.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/eventphone.xhtml b/wiki_siteexport/_export/xhtml/eventphone.xhtml
new file mode 100644
index 0000000..b868b74
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/eventphone.xhtml
@@ -0,0 +1,65 @@
+
+
+
+
+ eventphone
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Eventphone & DECT
+
+
+
+Ihr könnt euch mit dem Eventphone-Netz verbinden. Dazu benötigt ihr folgendes:
+
+
+- Einen Account bei Eventphone
+
+- Ein kompatibles Gerät (z.B. ein DECT-Telefon)
+
+
+
+
+Damit könnt ihr dann einfach der Anleitung folgen.
+
+
+
+Kurzfassung:
+
+
+- Extension klicken: https://guru3.eventphone.de/extension.rb/new?#iefix
+
+- Mobilteil anmelden, Pin: 0000
+
+- Neben der Nummer auf den Schlüssel klicken und mit dem DECT-Gerät die angegebene Rufnummer anrufen.
+
+- Fertig.
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/fahrplan.xhtml b/wiki_siteexport/_export/xhtml/fahrplan.xhtml
new file mode 100644
index 0000000..42c08f0
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/fahrplan.xhtml
@@ -0,0 +1,83 @@
+
+
+
+
+ fahrplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+-
+
+
+
+
+
+
+
+
+
+
+Fahrplan
+
+
+
+Den Fahrplan findet ihr hier.
+
+
+
+
+Apps
+
+
+
+
+Giggity
+
+
+
+
+Alternativ dazu könnt ihr den Fahrplan mindestens unter Android in Giggity einpflegen. Giggity ist eine App, die unter anderem von pretalx (der Software hinter dem Fahrplan) Daten beziehen und sie anzeigen kann. Ihr könnt sie wahlweise aus dem Playstore oder von F-Droid installieren. Anschließend öffnet ihr die App und klickt oben rechts auf das + (Plus), und entweder ihr scant den QR-Code, den ihr hier im Wiki rechts sehen solltet, oder ihr kopiert die URL https://cfp.eh20.easterhegg.eu/eh20/schedule/export/schedule.xml in das Textfeld.
+
+
+
+
+Esterhegg20
+
+
+
+Es gibt eine Android-App für den Fahrplan. Du kannst sie Dir über diesen Link herunterladen.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/hackertours.xhtml b/wiki_siteexport/_export/xhtml/hackertours.xhtml
new file mode 100644
index 0000000..99148f3
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/hackertours.xhtml
@@ -0,0 +1,440 @@
+
+
+
+
+ hackertours
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+-
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
+Hackertours
+
+
+
+Zum EasterHegg bieten wir euch Touren zu interessanten Locations in und um Hamburg an. Wenn ihr Interesse habt, dann besorgt euch rechtzeitig ein Ticket im Ticketshop!
+
+
+
+Der CCC Hansestadt Hamburg e. V. ist nicht der Veranstalter der jeweiligen Tour, sondern nur Vermittler.
+
+
+
+
+FAQ
+
+
+
+
+Brauche ich ein Ticket?
+
+
+
+Ja, unbedingt. Die Touren haben nur begrenzte Kapazität, und damit wir das gut planen und durchführen können, braucht ihr zur Teilnahme ein Ticket.
+
+
+
+Bitte klickt euch das gewünschte Ticket im Ticketshop bzw. setzt euch dort auf die Warteliste!
+
+
+
+
+Wo geht's los?
+
+
+
+Start und Ende aller Touren ist auf Kampnagel. Kommt pünktlich um 11.45 zum Hackertours-Stand, damit wir die Tickets checken können, und ggf. freibleibende Plätze von der Warteliste berücksichtigen können!
+
+
+
+Alternativ könnt ihr auch selbst zur Location fahren. Bitte beachtet, dass einige Touren eine begrenzte Kapazität haben, ihr braucht dann auf jeden Fall ein Ticket!
+
+
+
+
+Wie kann ich bezahlen? Auch direkt vor Ort?
+
+
+
+Für die Touren wird teilweise ein Eintrittsgeld verlangt. Sofern in der Tour nicht anders angegeben, bezahlt ihr direkt vor Ort.
+
+
+
+
+Schon ausverkauft! Kann ich noch mit?
+
+
+
+Für alle Touren gibt es eine Warteliste. Wenn eure Lieblingstour schon ausgebucht ist, gibt es trotzdem noch eine Chance, über die Warteliste doch noch zum Zuge zu kommen. Außerdem habt ihr die Möglichkeit, direkt vor Beginn der Tour am Hackertours-Stand für diejenigen einzuspringen, die kurzfristig verhindert sind.
+
+
+
+
+Wie komme ich da hin?
+
+
+
+Die Tourteilnehmenden organisieren mit Unterstützung der Organisatoren eine Fahrt mit Bus und Bahn. Ihr könnt entweder von Kampnagel als Gruppe hinfahren, oder die An- und Abfahrt eigenständig organisieren.
+
+
+
+
+Ich kann doch nicht :-(
+
+
+
+Wenn ihr nicht teilnehmen könnt, dann gebt bitte euer Ticket zurück, damit andere die Chance haben, teilzunehmen! Das geht am einfachsten über den Ticketshop, oder per Mail an hhackertours@hamburg.ccc.de. Danke!
+
+
+
+
+Hilfe, das klappt alles nicht!
+
+
+
+Wenn ihr Unterstützung bei den Hackertours braucht, dann wendet euch während des Easterheggs an den Hackertours-Desk. Ansonsten stehen wir euch unter hhackertours@hamburg.ccc.de zur Verfügung.
+
+
+
+
+Samstag, 8.4.
+
+
+
+Bitte beachtet: die beiden Touren finden gleichzeitig statt, ihr müsst euch also entscheiden, bei welcher Tour ihr dabei sein möchtet.
+
+
+
+
+Eisenbahnmuseum Lokschuppen Aumühle
+
+
+
+
+
+
+
+
+Ihr fandet die Feldbahn auf dem Camp super? Ihr möchtet am Camp Lokführer*in sein und vorher schon mal ausprobieren wie es ist eine Feldbahnlok zu fahren?
+
+
+
+Ihr habt die Remote Stellwerk Experience gesehen und wollt nun auch mal selber Hand anlegen und an realen Stellwerksanlagen virtuelle Züge als Fahrdienstleiter*in durch die Anlage schicken?
+
+
+
+Im Eisenbahnmuseum Lokschuppen Aumühle hat der Verein Verkehrsamateure und Museumsbahn e. V. Fahrzeuge aus 150 Jahren Eisenbahngeschichte rund um Hamburg gesammelt und restauriert, u. a. mehrere Generationen von Hamburger S-Bahn-Zügen.
+Mit der Feldbahn geht's zu einer Rundfahrt über das Gelände und seine Exponate.
+Fachkundige, ehrenamtliche Vereinsmitglieder erklären an mehreren Stationen die Geschichte der Eisenbahnfahrzeuge, der Stellwerke und Sicherungstechnik, des Gleisbaus, und vieler weiterer Aspekte.
+Nach Möglichkeit zeigen wir alles in Funktion, zum selber Anfassen!
+
+
+- Tag: Samstag, 8.4.
+
+- Dauer: 4 Stunden (mit An- und Abfahrt)
+
+- Treffen am Hackertours-Stand: 11:45 Uhr
+
+- Treffen an der Location: 13:00 Uhr
+
+- Location: Am Mühlenteich, 21521 Aumühle; https://www.vvm-museumsbahn.de/?id=305
+
+- Kosten: Kostenlos, Spenden sehr willkommen!
+
+- Veranstalter: Verein Verkehrsamateure und Museumsbahn e. V. (gemeinnützig)
+
+
+
+
+
+FÄLLT AUS Stückgutfrachter von 1958 im Hansahafen
+
+
+
+
+
+
+
+Leider liegt das Schiff noch bis nach Ostern in der Werft, und wir können es nicht besuchen gehen. Die Tour fällt deshalb aus.
+
+
+
+Ab S-Bahn Veddel ca. 20 Min. Fußweg zum Hansahafen, vorbei an Kränen die u. a. von Kampnagel gebaut wurden.
+
+
+
+Das Schiff war ziemlich abgetakelt und ist nach langer Arbeit, diversen Reparaturen und Verschönerungen wieder mit Klasse in Fahrt.
+
+
+
+Schiffsbesichtigung mit Seefrauengarn:
+
+
+- Maschine: 8 Zylinderdiesel, 3 Hilfsdiesel, die Gleichstrom erzeugen, Rudermaschine von Kampnagel
+
+- Brücke: alte und neue Navigationsinstrumente, alte Funktechnik
+
+- Be- und Entladen wird mit Ladebäumen
+
+
+
+- Tag: Samstag, 8.4.
+
+- Dauer: 4 Stunden
+
+- Treffen am Hackertours-Stand: 11:45 Uhr
+
+- Treffen an der Location: 13:00 Uhr
+
+- Kosten: 6€ pro Person vor Ort
+
+- Location: Hansahafen, https://stiftung-hamburg-maritim.de/schiffe/bleichen.html
+
+- Veranstalter: Stiftung Hamburg Maritim
+
+
+
+
+Außerdem ist am Sonntag (9.4.) Open Ship, da könnt ihr individuell hin, wenn ihr Lust habt!
+
+
+
+Die Bleichen liegt zusammen mit vielen weiteren Museumsschiffen (u. a. Peking) in direkter Nähe des Hafenmuseums, das davor oder im Anschluß besucht werden kann.
+
+
+
+
+MS Stubnitz / Chaostrawler
+
+
+
+
+
+
+
+
+Ihr wollt mal sehen, wo eigentlich das Teleshop-Studio von der rc3 stand? Oder wie ein Schiff der DDR-Hochsee-Fischfangflotte von Innen aussieht? Kommt rum für eine Tour auf dem Motorschiff Stubnitz!
+
+
+
+Die Stubnitz wurde als Kühlschiff 1964 in Stralsund gebaut, nach der Wende zum mobilen Kunst- und Kulturschiff umgebaut und war seitdem in über 20 europäischen Hafenstädten als schwimmender Kulturort aktiv. Seit 2003 steht sie unter Denkmalschutz, mittlerweile ist sie eines der ältesten technisch authentischen maritimen Fahrzeuge diese Größe, das noch hochseetauglich ist. An Bord finden normalerweise Konzerte, Parties, Lesungen, Performances und Corporate Events statt. Im Rahmen des Easterheggs führen euch Crewmitglieder durch die sonst verschlossenen Teile des 80 Meter langen Schiffes - mit dabei z.B: Maschinenraum, Funkraum, „Serverraum“, Kammern im nahezu Originalzustand, Laderäume, Brücke… uh yeah.
+
+
+
+Falls ihr kein Ticket mehr klicken könnt seid nicht betrübt, vielleicht gibt es dann nochmal neue Kontingente und am Besten zückt ihr ohnehin die Notizbüchlein und tragt ein:
+
+
+- Die Stubnitz fährt! Dieses Jahr z.B. beim Hafengeburtstag am 6.5 abends zur Feuerwerksfahrt und am 7.5 zur Auslaufparade. Tickets bald via Homepage verfügbar.
+
+- Und falls ihr das einmalige Vibrieren der Bässe durch den ganzen Schiffsbauch selber erleben wollt könnt ihr am Easterhegg Wochenende einen kleinen Abstecher zum Thunderdon't Rave in der Nacht vom 8.4 auf 9.4 machen.
+
+
+
+
+Touren:
+
+
+- Tag: Samstag, 8.4
+
+- Dauer: 1,5 Stunden
+
+- Treffen am Hackertours-Stand:
+
+- 10:45 Tour 1
+
+- 13:45 Tour 2
+
+
+
+- Treffen an der Location: 12:00 & 15:00 Uhr
+
+- Kosten: kostenlos, Spenden willkommen
+
+- Location: Kirchenpauerkai 29 (U4 bis HafenCity Universität; S3/S31 bis Elbbrücken)
+
+- Veranstalter: Kultur.Raumschiff MS Stubnitz, https://stubnitz.com/
+
+
+
+
+
+Sonntag, 9.4.
+
+
+
+Bitte beachtet: die beiden Touren finden gleichzeitig statt, ihr müsst euch also entscheiden, bei welcher Tour ihr dabei sein möchtet.
+
+
+
+
+European XFEL – the largest, most powerful x-ray laser in the world
+
+
+
+
+
+
+
+
+Kleiner, schneller, intensiver: Der European XFEL erschließt Forschungsfelder, von denen Wissenschaftler bisher nur träumten. Seine einzigartigen Röntgenblitze eröffnen neue Möglichkeiten für viele Bereiche der Forschung. Mit ihnen lassen sich atomare Details von Viren und Zellen entschlüsseln, dreidimensionale Aufnahmen aus dem Nanokosmos machen, chemische Reaktionen filmen und Vorgänge wie die im Inneren von Planeten untersuchen.
+
+
+
+Am European XFEL können internationale Forschergruppen komplexe Experimentierstationen nutzen, um für einige Tage oder Wochen ihre Experimente durchzuführen.
+
+
+
+Die Teilnehmer lernen zunächst in einem Vortrag die Funktionsweise und die Forschungsmöglichkeiten des XFEL kennen. Danach geht es fünf Stockwerke in den Untergrund in die Experimentierhalle, in der die Forscher die Röntgenstrahlen in ihren Versuchsaufbauten nutzen.
+
+
+
+XFEL arbeitet 24 Stunden am Tag. Die konkreten Möglichkeiten, Experimente im Detail zu sehen, hängen vom aktuellen Forschungsbetrieb ab. Ein Besuch des Beschleunigertunnels ist wahrscheinlich nicht möglich, weil der Beschleuniger am 9.4. laut Plan in Betrieb ist.
+
+
+- Tag: Sonntag, 9.4.
+
+- Dauer: 4 Stunden
+
+- Treffen am Hackertours-Stand: 11:45 Uhr
+
+- Treffen an der Location: 13:00 Uhr
+
+- Location: Holzkoppel 4, 22869 Schenefeld; https://www.xfel.eu/index_ger.html
+
+- Kosten: kostenlos
+
+- Bitte feste, geschlossene Schuhe tragen! Mindestalter 14 Jahre
+
+- Veranstalter: European XFEL GmbH
+
+
+
+
+
+Museum der Arbeit: Grafisches Gewerbe
+
+
+
+
+
+
+
+Im Museum der Arbeit in der Abteilung Grafisches Gewerbe haben einige Clubmitglieder in den vergangenen Monaten im Bleihandsatz und mit 3D-gedruckten Klischees Chaos-Postkarten entworfen, gesetzt und gedruckt. Ihr habt die Gelegenheit, alle Arbeitsschritte im Detail und unter fachkundiger Anleitung selbst nachzuvollziehen: entweder schaut ihr nur zu, oder ihr setzt sogar selbst etwas. Wenn ihr eure ganz persönliche Chaospostkarte haben wollt, dann könnt ihr sie auf einem Handtiegel oder auf einem Heidelberger Tiegel mit uns zusammen drucken.
+
+
+- Tag: Sonntag, 9.4.
+
+- Dauer: 1,5 Stunden
+
+- Treffen am Hackertours-Stand: 12:00 Uhr & 15:00 Uhr
+
+- Kosten: 9€
+
+- Location: Museum der Arbeit, https://shmh.de/de/grafisches-gewerbe
+
+- Direkt am Bahnhof Barmbek, 4 Busstationen von Kampnagel entfernt.
+
+- Veranstalter: Museum der Arbeit
+
+- Zusätzlich kann das ganze Museum besichtigt werden
+
+
+
+
+
+Frachtsegler Rickmer Rickmers
+
+
+
+
+
+
+
+Führung über das Schiff.
+
+
+
+Die Rickmer Rickmers ist das schwimmende Wahrzeichen Hamburgs. Der Dreimaste mit dem auffällig grünen Bug ist an den Landungsbrücken nicht zu übersehen und gehört fest zur Hamburger Hafenkulisse. Auf dem Museumsschiff können die Besucher unter anderem die ehemalige Dampfmaschine und den benutzten Dieselmotor im Maschinenraum begutachten. Die Segel werden heutzutage jedoch nicht mehr gehisst. Bei den Reisen über die Weltmeere war neben der Besatzung stets ein stillschweigender Passagier mit an Bord: Rickmer Rickmers. Denn dessen Gestalt ist als Galionsfigur bis zum heutigen Tage am Bug des Schiffes zu bestaunen.
+
+
+- Tag: Sonntag, 9.4.
+
+- Dauer: 1,5 Stunden
+
+- Treffen am Hackertours-Stand: 12:45 Uhr
+
+- Treffen vor Ort: 13:30
+
+- Kosten: 7,50€ (vor Ort zu zahlen)
+
+- Location: Landungsbrücken, Ponton 1a
+
+- Veranstalter: Museumsschiff RICKMER RICKMERS, https://www.rickmer-rickmers.de
+
+
+
+
+(Bilder: Hamburg-090612-0138-DSC_8235-A-dREIMASTER-lANDUNGSBRUECKEN.jpg: Mbdortmundderivative work: Sir James, GFDL 1.2 <http://www.gnu.org/licenses/old-licenses/fdl-1.2.html>, via Wikimedia Commons, Arnold Plesse, CC BY 3.0 <https://creativecommons.org/licenses/by/3.0>, via Wikimedia Commons
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/hygiene.xhtml b/wiki_siteexport/_export/xhtml/hygiene.xhtml
new file mode 100644
index 0000000..418841d
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/hygiene.xhtml
@@ -0,0 +1,64 @@
+
+
+
+
+ hygiene
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Hygiene
+
+
+
+tldr: Wir wünschen uns das Tragen von Masken. Bitte testet euch.
+
+
+
+Die Regierung hat ja die Pandemie für beendet erklärt, da Corona nun in
+die endemische Phase übergeht - unabhängig davon, ob die Erkrankung für Einzelne noch gefährlich ist.
+Es werden auch vulnerable Personen dabei sein wollen.
+Auf eurer umweltfreundlichen Bahnanreise nehmt ihr leicht „noch was mit“ auf die Veranstaltung.
+
+
+
+Während der Pandemie haben wir viel über Aerosole gelernt und auch erfahren, dass eine Tröpfchen-/Schmierinfektion
+auf Corona nicht zutrifft, wohl aber auf viele andere Viren. Wir wünschen uns daher, dass
+ihr Masken tragt, so oft und lange es euch möglich ist und euch regelmäßig gründlich die Hände wascht und desinfiziert.
+Damit schützt ihr euch und Andere einfach und gut.
+
+
+
+Macht bitte einen Test, bevor ihr zum Event kommt. Spätestens nach 48h, gerne aber täglich einen neuen.
+Wenn ihr euch schlecht fühlt, bleibt bitte der Veranstaltung fern.
+
+
+
+Lasst uns durch gegenseitige Rücksichtname ein schönes eh20 haben.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/kontakt.xhtml b/wiki_siteexport/_export/xhtml/kontakt.xhtml
new file mode 100644
index 0000000..38a02fa
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/kontakt.xhtml
@@ -0,0 +1,53 @@
+
+
+
+
+ kontakt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Kontakt
+
+
+
+Wenn du Fragen hast, dann kontaktiere uns gern über diese Adressen. Sie enden in einem Ticketsystem und die Kommunikation ist transparent für alle Beteiligten. Wenn du Personen direkt ansprichst, kann es sein, dass Absprachen nicht alle involvierten Personen erreichen. Schreibe bei direkten Absprachen bitte trotzdem eine Zusammenfassung an eine der Adressen, dass im Zweifel nachvollzogen werden kann, was besprochen wurde und was wir noch zu tun haben.
+
+
+- Alles rund um den Kauf von Tickets und Artikeln im pretix - presale@eh20.easterhegg.eu
+
+- Alles rund um den Call for Participation - cfp@eh20.easterhegg.eu
+
+- Alles um Barrierefreiheit und awareness Seid exzellent zueinander - awareness@eh20.easterhegg.eu
+
+- Für alle weiteren Anfragen - orga@eh20.easterhegg.eu
+
+- Es gibt einen Matrix-Chatroom auf #eh20:matrix.org
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/lageplan.xhtml b/wiki_siteexport/_export/xhtml/lageplan.xhtml
new file mode 100644
index 0000000..09160fa
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/lageplan.xhtml
@@ -0,0 +1,37 @@
+
+
+
+
+ lageplan
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+lageplan_a3.pdf
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/loet-und-bastelworkshops.xhtml b/wiki_siteexport/_export/xhtml/loet-und-bastelworkshops.xhtml
new file mode 100644
index 0000000..406e194
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/loet-und-bastelworkshops.xhtml
@@ -0,0 +1,91 @@
+
+
+
+
+ loet-und-bastelworkshops
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+
+
+
+
+
+
+
+Baustelle: Hier wird noch gearbeitet.
+Die Links gehen vielleicht noch nicht, wird aber in Kürze upgedatet.
+
+
+Löt- und Bastelworkshop
+
+
+
+In K1 „Lötwerkstatt Knott-ter Meer“ bieten wir euch über die gesamte Veranstaltung hinweg verschiedene Löt- und Bastelprojekte an. Kommt einfach vorbei, sprecht Menschen an und sucht euch ein Projekt aus!
+
+
+
+
+Lötprojekte jederzeit
+
+
+-
+
+- Dauerlötworkshop Nibbleklammer - Die allseits bekannte Leuchteding fürs anhängen kann jederzeit und immer gelötet werden
+
+- …
+
+
+
+
+
+Spezielle Workshops
+
+
+
+Darüber hinaus gibt es einige Workshops, die zu bestimmten Zeiten stattfinden. Der Fahrplaneintrag nennt euch die genaue Zeit und die Dauer des Workshops.
+
+
+-
+
+- Regenbogen Gänseblümchen - Einfacher Lötworkshop auch super für Anfänger geeignet
+
+- Lötworkshop für deinen bunten Anstecker - Wir haben (fast) alles dabei: Einhorn, Rakete, Katze, Axolotl, Schmettlering, Dino… Such es dir einfach aus (Für Anfänger geeignet)
+
+- SMD-Löten: Am Beispiel des Chaosknoten oder dem Herz könnt ihr SMD-Löten lernen (eher für Fortgeschrittene)
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/lost.xhtml b/wiki_siteexport/_export/xhtml/lost.xhtml
new file mode 100644
index 0000000..8c3772d
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/lost.xhtml
@@ -0,0 +1,299 @@
+
+
+
+
+ lost
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Lost & Found
+
+
+
+Wir haben eure Sachen gefunden? Dann schreibt uns bitte an orga@eh20.easterhegg.eu, und beschreibt bitte was ihr wo verloren habt. Wir finden dann raus, wie wir euch es am einfachsten zukommen lassen können!
+
+
+
+
+Steinelt Klebepistole "Peter"
+
+
+
+
+
+
+
+
+Apple USB-C-Netzteil 61W
+
+
+
+
+
+
+
+
+USB-C SSD 1TB
+
+
+
+Gefunden in K1
+
+
+
+
+
+
+
+
+Brille mit Etui "filo"
+
+
+
+
+
+
+
+
+In-Ear-Kopfhörer
+
+
+
+Gefunden bei den Haecksen
+
+
+
+
+
+
+
+
+Ring mit Verzierungen
+
+
+
+Verzierungen nicht im Foto zu sehen, bitte Verzierungen beschreiben!
+
+
+
+
+
+
+
+
+Micro-SD-Karte 16 GB
+
+
+
+Gefunden vorm WOC am Samstag ca. 19.30
+
+
+
+
+
+
+
+
+Yubikey
+
+
+
+
+
+
+
+
+Basecap ohne Beschriftung
+
+
+
+Gefunden in K2 bei den Rollstuhl-Plätzen
+
+
+
+
+
+
+
+
+Mütze "warm"
+
+
+
+
+
+
+
+
+Iso-Becher "Dietmar Wilkens"
+
+
+
+
+
+
+
+
+Einkaufstasche
+
+
+
+
+
+
+
+
+Tasche "Maultasch" / "Verdi"
+
+
+
+
+
+
+
+
+Iso-Flasche
+
+
+
+
+
+
+
+
+Schal
+
+
+
+
+
+
+
+
+Headset mit 3.5mm-TRRS-Stecker
+
+
+
+
+
+
+
+
+Lenovo USB-C-Netzteil 65W
+
+
+
+Gefunden „vorne“ in K1 (der Workshop-Raum mit Lötwerkstatt)
+
+
+
+
+
+
+
+
+Apple AirPods
+
+
+
+Gefunden vor'm Eingang am Samstag 18.00
+
+
+
+
+
+
+
+
+Pulli weiß
+
+
+
+(Das Bild sieht wegen des Lichts pink aus, der Pulli ist weiß)
+
+
+
+
+
+
+
+
+Schuhe, Kette, Kosmetik
+
+
+
+
+
+
+
+
+Hängematte
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/merch.xhtml b/wiki_siteexport/_export/xhtml/merch.xhtml
new file mode 100644
index 0000000..9c1cbe1
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/merch.xhtml
@@ -0,0 +1,51 @@
+
+
+
+
+ merch
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Merch
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/mitfahrgelegenheiten.xhtml b/wiki_siteexport/_export/xhtml/mitfahrgelegenheiten.xhtml
new file mode 100644
index 0000000..ac5111c
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/mitfahrgelegenheiten.xhtml
@@ -0,0 +1,90 @@
+
+
+
+
+ mitfahrgelegenheiten
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+-
+
+
+
+
+
+
+
+
+
+Mitfahrgelegenheiten
+
+
+
+
+Angebote
+
+
+
+
+ Ziel Kontakt
+
+
+
+ Berlin,…,Stuttgart (ICE 699, ab Di, 19:38), 1 PCS Platz frei @codingmarco@chaos.social
+
+
+
+
+
+Gesuche
+
+
+
+
+ Ziel Kontakt Wann
+
+
+
+ Berlin @besendorf:chat.astafu.de , @besendorf@chaos.social Montag
+
+
+ Berlin @flow@chaos.social, eh@lowspace.de Montag/Sonntag
+
+
+ Berlin @Tig3rch3n@chaos.social, tig3rch3n@mailbox.org Montag\Dienstag
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/network.xhtml b/wiki_siteexport/_export/xhtml/network.xhtml
new file mode 100644
index 0000000..14ca66b
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/network.xhtml
@@ -0,0 +1,88 @@
+
+
+
+
+ network
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+
+
+
+
+
+
+
+
+Netzwerk
+
+
+
+
+Verhaltensregeln
+
+
+- Sei fair. Mach mit niemanden etwas, daß Du selbst nicht haben möchtest.
+
+- Schütze deinen Computer. Wir sind nicht verantwortlich für irgendwelche Schäden an deinem Computer, die sich aus der Verbindung mit unserem Netzwerk ergeben. Sei erinnert, daß sowohl Internet-Zugang als auch das lokale Netzwerk ohne Firewall und Filter sind. Auch gut gewartete Systeme können angegriffen und gehackt werden, umso mehr bei einem Hacker-Event.
+
+- Sei nett zur drahtlosen Infrastruktur.
+
+- Betreibe keinen eigenen DHCP-Server. Das ist schädlich.
+
+- Sende keine IPv6 Router Advertisements.
+
+- Kein ARP-spoofing oder andere Behinderungen des Netzwerks.
+
+- Während wir für den Fall von Netzwerk-Mißbrauch generell in der Lage sind, Dich zu finden und auszuschließen, falls nötig, ziehen wir es immer noch vor, das nicht tun zu müssen und daß jedeR die anderen Besucher respektiert.
+
+- Denk zweimal nach, bevor Du Dinge tust, die andere angehen. Wenn Du jemanden hackst, könntest Du angezeigt werden. Sei Dir bewußt, daß wir das Handeln von Strafverfolgungsbehörden im oder bezogen auf unser Netzwerk nicht verhindern können.
+
+
+
+
+
+Wireless
+
+
+
+Mensch kann nicht ohne Wireless-Zugang leben, also haben wir wieder ein Wireless-Netzwerk gebaut.
+
+
+
+Wireless könnt ihr euch zum WLAN EH20
verbinden. Leider steht nur IPv4 zur Verfügung.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/raumnamen.xhtml b/wiki_siteexport/_export/xhtml/raumnamen.xhtml
new file mode 100644
index 0000000..4c44e7c
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/raumnamen.xhtml
@@ -0,0 +1,104 @@
+
+
+
+
+ raumnamen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+
+Raumnamen
+
+
+
+Es ist Tradition, die Vortrags- und Workshopräume nach Menschen zu benennen, die mehr Aufmerksamkeit verdienen. Diese Namen haben wir uns ausgesucht.
+
+
+
+
+K1/1 Lötwerkstatt Ilse Knott-ter Meer
+
+
+
+Ilse Knott-ter Meer war eine der ersten Frauen, die einen Abschluss als Dipl.-Ing. erwerben konnte. Sie engagierte sich zeitlebens im Verein Deutscher Ingenieure.
+
+
+
+
+K1/2 Workshop Valerie Thomas
+
+
+
+ Valerie Thomas ist eine amerikanische Physikerin und Erfinderin, die bei der NASA u.a. das Programm für die Bilddatenverarbeitung des Landsat-Programms leitete.
+
+
+
+
+K1/3 Workshop Marge Piercy
+
+
+
+Marge Piercy ist eine amerikanische Autorin und Feministin. Ihre Romane *Frau am Abgrund der Zeit* und *Er, Sie und Es* sind wichtige Wegbereiter zur Cyborg- und Cyberpunk-Science-Fiction.
+
+
+
+
+K2 Rahel Liebeschütz-Plaut (Vortragssaal)
+
+
+
+Rahel Liebeschütz-Plaut war die erste Frau, die in Hamburg in Medizin habilitieren konnte. Als jüdische Ärztin wurde ihr schon kurz nach der Machtergreifung der Nazis die Lehrerlaubnis entzogen, so wie vielen anderen „nicht-Ariern“ auch.
+
+
+
+
+P1 Workshop Mary G. Ross
+
+
+
+Mary G. Ross war die erste weibliche und Cherokee-Ingenieurin beim Flugzeugherstellers Lookheed und einer der Gründerinnen den „Skunk Works“-Programms.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/self-organized-sessions.xhtml b/wiki_siteexport/_export/xhtml/self-organized-sessions.xhtml
new file mode 100644
index 0000000..49a0d68
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/self-organized-sessions.xhtml
@@ -0,0 +1,588 @@
+
+
+
+
+ self-organized-sessions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+
+Self-organized Sessions
+
+
+
+
+Was sind "Self-organized Sessions"?
+
+
+
+Unter diesem Label sollen Workshops, Gesprächsrunden und alles, was euch sonst noch in den Sinn kommt, stattfinden.
+
+Um eine Session einzutragen, editiere diese Seite und füge eine Zeile für deine Session hinzu. Die Beispielzeilen zeigen, wie es geht.
+
+Bitte prüfe vorher, ob der Raum schon über den Fahrplan gebucht wurde.
+
+
+
+
+Räume
+
+
+
+Für eure Sessions stehen insgesamt 3 Räume zur Verfügung, jeweils mit einem großen Bildschirm und Plätzen mit Tischen.
+
+
+
+
+ Raum Plätze Freitag Samstag Sonntag Montag Wo ist der Raum?
+
+
+
+ K1/2 Workshop Valerie Thomas 40 Plätze, zwei lange Tischreihen Freitag Samstag Sonntag Montag Beim Einlass links, am Ende der Halle rechts in den Gang k1, dann wieder links, die Tischreihen direkt am Raumeingang
+
+
+ K1/3 Workshop Marge Piercy 12 bis 22 Plätze, 2x U-Form, nur 1 U kann den Bildschirm sehen Freitag Samstag Sonntag Montag Beim Einlass links, am Ende der Halle rechts in den Gang k1, dann wieder links, der Bereich ist hinter dem schwarzen Vorhang schräg-links
+
+
+ P1 Workshop Mary G. Ross 36 Plätze, U-Form Freitag Samstag Sonntag Montag Beim Einlass rechts, durch den Durchgang, dann sofort links in den Durchgang zu P1
+
+
+
+
+Ihr könnt zusätzlich auch z.B. Jitsi oder BBB benutzen und die Session hier verlinken.
+
+
+
+Valerie L. Thomas ist eine amerikanische Physikerin und Erfinderin die den Illusion transmitter erfand, die Magnetresonanztomographie und dreidimensionales Fernsehen ermöglichte.
+
+Marge Piercy ist eine US-amerikanische Schriftstellerin und Feministin die u.a. den Roman He, She and It (Body of Glass) (dt. Er, Sie und Es) schrieb.
+
+Mary Golda Ross war die erste weibliche und Cherokee-Ingenieurin beim Flugzeughersteller Lookheed und leistete wichtige Arbeit im Bereich Luft- und Raumfahrtdesign.
+
+
+
+
+Einzeltermine
+
+
+
+Alle Uhrzeiten / All times in CEST / GMT+2.
+
+
+
+Bitte gebt die Uhrzeiten im Format hh:mm-hh:mm
(hh = Stunden ggf. mit führender Null, mm - Minuten ggf. mit führender Null) an.
+
+Beispiel: Die Session beginnt halb zehn vormittags und endet um acht Minuten nach zwölf, dann sähe der Eintrag wie folgt aus: 09:30-12:08
+
+
+
+
+Freitag, 07.04.2023
+
+
+
+
+K1/2 Workshop Valerie Thomas
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 16:00 - 16:00 Beginn Easterhegg EH20-Website
+
+
+ 18:00 - 19:00 Talk-Support… (aus dem Fahrplan) Fahrplan: 3HX88Y
+
+
+ 20:00 - 21:30 The German Science System… (aus dem Fahrplan) Fahrplan: BWWRH8
+
+
+ 22:00 - 22:50 Gesichter-Suchmaschinen stoppen (aus dem Fahrplan) Fahrplan: KC7MHC
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+K1/3 Workshop Marge Piercy
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 16:00 - 16:00 Beginn Easterhegg EH20-Website
+
+
+ 20:00 - 21:00 Wir bauen web fuzzer… (aus dem Fahrplan) Fahrplan: FB7A9K, Material
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+P1 Workshop Mary G. Ross
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 16:00 - 16:00 Beginn Easterhegg EH20-Website
+
+
+ 18:30 - 19:00 Web security map… (aus dem Fahrplan) Fahrplan: PNG7CX
+
+
+ 19:30 - 20:00 MCH2022 aftermath… (aus dem Fahrplan) Fahrplan: QLBKXN
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+Samstag, 08.04.2023
+
+
+
+
+K1/0 Hallway
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 13:30 - 15:00 Blacklight art Tips & tricks. Demo and DIY Take a seat on one of the hallway benches. Workshop in English.
+
+
+
+
+
+K1/2 Workshop Valerie Thomas
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 14:00 - 15:00 LaTeX Beamer (aus dem Fahrplan) Fahrplan: A8NZLV
+
+
+ 15:00 - 17:00 LaTeX Debugging (aus dem Fahrplan) Fahrplan: YUHC77
+
+
+ 17:00 - 17:50 Digital in der Landwirtschaft Digital in der Landwirtschaft
+
+
+ 18:00 - 19:00 Bug Bounty Diskussionsrunde (aus dem Fahrplan) Fahrplan: ADNGMY
+
+
+ 19:00 - 21:00 KiCad Beginner Workshop
+Wir lernen wie man von null zu einer fertigen Platine kommt. Der Fokus ist die Bedienung der Software, nicht die Elektronik. Bitte installiert KiCad7 (KiCad6 ist auch okay) und die libraries vor dem Workshop. cpresser
+ similar session as reference
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+K1/3 Workshop Marge Piercy
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 15:00 - 17:00 Landkarten Triathlon (aus dem Fahrplan) Fahrplan: EDSVGC
+
+
+ 17:00 - 18:00 Karten mischen und andere Gaunereien
+RincewindWizzard zeigt, was man alles so mit einem Set Pokerkarten anstellen kann. Zum Mitmachen. Bringt gerne Decks mit, ich werde ein paar dabei haben. rincewindwizzard
+Mastodon: @RincewindWizzard@home.social
+Matrix: @ehrlich-b-standen:matrix.org
+
+
+ 18:00 - 19:00 CTF - Was ist das? (aus dem Fahrplan) Fahrplan: VQM3YR
+
+
+ 19:45 - 21:45 Betreutes Hacken… (aus dem Fahrplan) - Extra Session 12 Plätze - First Come First Serve (FCFS); Fahrplan: XQRNC9
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+P1 Workshop Mary G. Ross
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 13:00 - 15:00 D23/ Chaoswelle MV (aus dem Fahrplan) Fahrplan: FQ8GXU
+
+
+ 15:30 - 16:30 Regiotreffen (aus dem Fahrplan) Fahrplan: WFXUC7
+
+
+ 18:45 - 19:15 Presse-Team-Treffen (aus dem Fahrplan) Fahrplan: BS38KQ
+
+
+ 19:20 - 20:15 Gehörlosigkeit in Hackspaces
+Wie erleben Gehörlose und Hörbehinderte Hackspaces? Und wie können wir Hackspaces inklusiver gestalten? pascoda
+https://machs-auf.at
+
+
+ 20:30 - 22:00 c3voc.tv
+Das @c3voc plant an einem Projekt für das Camp. Die Technik bekommen wir lockern gestemmt, selbst Redaktion spielen und Inhalte finden ist noch neu für uns. Wenn du inhaltlich mitarbeiten willst, komm vorbei c3voc
+https://meet.alpaka.live/kun-jpq-1n4-sgt
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+Sonntag, 09.04.2023
+
+
+
+
+K1/2 Workshop Valerie Thomas
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So k 12 bis 22 Plätze, 2x U-Form, nur 1 U kann den Bildschirm sehen annst du teilnehmen
+
+
+
+ 14:00 - 16:00 ORCA Workshop… (aus dem Fahrplan) Fahrplan: A3S7N3
+
+
+ 16:15 - 17:15 Nix Einführung (aus dem Fahrplan) Fahrplan: LTMSFB
+
+
+ 17:15 - 18:15 Sudokus… (aus dem Fahrplan) Fahrplan: 39PXSR
+
+
+ 19:00 - 21:00 KiCad Advanced Workshop
+Wir reden über library-management, wie man eigene Bauteile erstellt, nützliche externe Tools, und vieles Mehr. Bringt gerne eure Probleme und Fragen mit. cpresser
+Kommt vorbei, hab vorher KiCad installiert.
+Lohnt sich vorher anzusehen: https://program.mch2022.org/mch2022/talk/T8XRKC/
+
+
+ 21:00 - 23:00 Organising a CryptoParty… (aus dem Fahrplan) Fahrplan: WXDKXY
+
+
+ 22:00-Open End Whisky 🥃 meets Chaos Jeder bringt so viel Whisky mit wie er hat, kann und möchte. Jeder bringt sein eigenes Trinkgefäß. Wenn alle dann alle. Wir organisieren uns in einem Matrix Raum
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+K1/3 Workshop Marge Piercy
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 13:30 - 15:00 An introduction to the post-apocalyptic skill of spinning yarn
+Wie wird aus Wolle ein stabiles Garn und wie stellt man das Werkzeug dafür selber her? Trinn
+Workshop Details
+
+
+ 15:00 - 17:00 Betreutes Hacken… (aus dem Fahrplan) 12 Plätze - First Come First Serve (FCFS); Fahrplan: XQRNC9
+
+
+ 17:30 - 18:30 r2wars… (aus dem Fahrplan) Fahrplan: JSBKTH
+
+
+ 20:00 - 20:50 Chosing Utopia - Democratise AI now! Fahrplan: M3KTRS, Workshop Ergebnisse
+
+
+ 21:00 - 22:00 VOC Software + APIs
+Overflow/Frage Session zum Vortrag „IDs“ Andi
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+P1 Workshop Mary G. Ross
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 14:00 - 15:00 WTF eG Meetup (aus dem Fahrplan) Fahrplan: ZUUQPY
+
+
+ 15:00 - 17:00 WHS intern (aus dem Fahrplan) Fahrplan: ZNJ33B
+
+
+ 17:00 - 18:00 Hackbibel-3-/Datenschleuder-Treffen (aus dem Fahrplan) Fahrplan: SR9ZNZ
+
+
+ 18:00 - 19:00 Hackerarchiv meetup (aus dem Fahrplan) Fahrplan: 3XADEG
+
+
+ 19:00 - 20:00 Zusatztermin wegen hoher Nachfrage „The German Science System needs to be hacked“
+Dies ist der versprochene Alternativtermin (gleicher Inhalt) zu dem Workshop Freitagabend 20 Uhr. Get together / brainstorming für alle im Anschluss
+
+
+ 20:00 - 21:00 Get together / brainstorming „The German Science System needs to be hacked“
+In diesem Get-together möchten wir mit den Teilnehmern von Freitag und dem vorherigen Workshop aktiv werden - welche Ideen gibt es? Wer möchte sich einbringen?
+
+
+
+
+
+
+Sonstiges
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 10:00 - 14:00 Chaosbouldern. Boulder-Begeisterte Chaoten treffen sich und wir gehen zusammen eine der Hamburger Bouldernhallen unsicher machen. Melde dich bei uns im Matrix Kanal um die Details abzusprechen. Uhrzeit ist Flexibel, 2h Bouldern reichen vielleicht auch, wir können uns auch gleich vor Ort in der Boulderhalle treffen.
+
+
+ 13:30 - 21:00 or later Wikimedia meetup at K6 (first row of tables near the entrance). Currently talking about Wikipedia, Wikidata, Commons and other Wikimedia projects, whatever comes to mind! Also translating on translatewiki.net. Current languages available: en, de, fr, it, nds. User:Nemo_bis / @nemobis@mamot.fr
+
+
+ 15:30 - 16:30 MOiN Treffen
+MOiN (Mehrere Orte im Norden[1]) Vernetzungstreffen. Kennenlernen und Schnacken über das geplante Camp Village.
+[1] = Ostsee Raum/NDR Sendegebiet Ort: bei guten Wetter (Sonne) draußen; bei schlechten Wetter Hackcenter bei der Palme
+
+
+ 18:30 - 19:30 chaos.jetzt Meetup
+Wir sind junge* Menschen im Chaos-Umfeld - komm und mach mit!
+*=idr unter 25 Ort: K4 - das Hackcenter mit dem Einhorn, vor dem Einhorn
+
+
+ 19:00 - 20:00 Tetris Contest 🎮
+Tetris 4-player Contest vor P1, einfach kommen und mitmachen! makeTVee
+Je nach Teilnehmeranzahl spielen wir Vorrunden und KO-Runde, Gewinne sind Schoko-Osterhasen
+
+
+ 23:00 - 23:59 Gerbolyze your PCB
+In this short workshop, I will give you an overview of PCB fabrication file formats and how you can use KiCad, gerbolyze and Inkscape to create artistic PCBs. (other CAD tools are also supported) jaseg
+To follow along, please bring a working python installation. I can provide an example board and design.
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+
+
+
+Montag, 10.04.2023
+
+
+
+
+K1/2 Workshop Valerie Thomas
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+ 16:00 - 24:00 Easterhegg Ende / Abbau
+Bitte ab diesem Zeitpunkt keine Sessions mehr planen! EH-Orga
+EH20
+
+
+
+
+
+K1/3 Workshop Marge Piercy
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+ 16:00 - 24:00 Easterhegg Ende / Abbau
+Bitte ab diesem Zeitpunkt keine Sessions mehr planen! EH-Orga
+EH20
+
+
+
+
+
+P1 Workshop Mary G. Ross
+
+
+
+
+ Zeit Titel / Art der Session
+Beschreibung Organisator:in
+So kannst du teilnehmen
+
+
+
+ 00:00 - 01:30 Beispielüberschrift
+Eine Vorlage zum Kopieren für eure Sessions! EH-Orga
+EH20
+
+
+ 16:00 - 24:00 Easterhegg Ende / Abbau
+Bitte ab diesem Zeitpunkt keine Sessions mehr planen! EH-Orga
+EH20
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/sidebar.xhtml b/wiki_siteexport/_export/xhtml/sidebar.xhtml
new file mode 100644
index 0000000..c97ab60
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/sidebar.xhtml
@@ -0,0 +1,152 @@
+
+
+
+
+ sidebar
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Start @rabbit-variant-outline.svg
+
+
+
+Start
+
+
+
+
+Hygiene @medication.svg
+
+
+
+Hygiene
+
+
+
+
+Anreise @airplane-takeoff.svg
+
+
+
+Anreise
+
+
+
+
+Unterbringung @bed.svg
+
+
+
+
+
+
+Engel @account-group.svg
+
+
+
+[https://engel.eh20.easterhegg.eu/ Engel]
+
+
+
+
+Netzwerk @wifi.svg
+
+
+
+Netzwerk
+
+
+
+
+Hackertours @umbrella-beach.svg
+
+
+
+Hackertours
+
+
+
+
+Fahrplan @timetable.svg
+
+
+
+[https://cfp.eh20.easterhegg.eu/eh20/schedule/ Fahrplan]
+
+
+
+
+Löten & Basteln @soldering-iron.svg
+
+
+
+
+
+
+Self Organized Sessions @account-voice.svg
+
+
+
+
+
+
+Intern @lock.svg
+
+
+
+Intern
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/sos_digital_landwirtschaft.xhtml b/wiki_siteexport/_export/xhtml/sos_digital_landwirtschaft.xhtml
new file mode 100644
index 0000000..759db1a
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/sos_digital_landwirtschaft.xhtml
@@ -0,0 +1,107 @@
+
+
+
+
+ sos_digital_landwirtschaft
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Self organized session: Digital in der Landwirtschaft
+
+
+
+
+
+Format: Offene Diskussionsrunde, in der Platz für Netzwerken und Anknüpfung mit eigenen Projekten sein soll.
+
+
+
+Die Landwirtschaft benötigt mehr Möglichkeiten und Integrationen bei digitalen Prozessen. Die Vielfältigkeit und Komplexität des Bereiches und der Tätigkeiten sind eine Herausforderung für die Digitalisierung. Verständnis zwischen den Domänen IT und Landwirtschaft ist nur mit interdisziplinärer Zusammenarbeit möglich, denn tieferes Wissen in beiden Domänen ist praktisch nicht in Personalunion zu finden.
+
+
+
+Ich gebe einen kleinen Impulsvortrag zur Einführung in das Gebiet und die von uns bearbeiteten Themen.
+
+
+
+Wir diskutieren, welche digitalen Möglichkeiten interessierten Landwirten bereits zur Verfügung stehen und welche Hemmnisse trotz der Vielfalt von Angeboten bestehen. Daraus ergeben sich Aspekte, wie die Digitalisierung gestaltet werden sollte, um Mehrwerte bereitstellen zu können.
+
+
+
+Fragen dabei sind beipielsweise:
+
+
+- Welche technischen Möglichkeiten gibt es bereits und wie ist es mit der Interoperabilität?
+
+- Welche Softwarelandschaften gibt es und wie werden aktuell Datenflüsse organisiert?
+
+- wie lässt sich die Diversität von Systemen im Sinne einer Digitalisierung zusammenbringen (Hardware, Software, Datenflüsse)?
+
+
+
+
+
+
+Welche Möglichkeiten bieten offene Software und DIY Hardwareprojekte für die Praxis?
+
+
+- Sensornetzwerke und IoT
+
+- standardisierte und offene Schnittstellen
+
+- Mess-, Betriebs-, Geodaten
+
+- was machen Forschung und Industrie, wer kann und will offen sein?
+
+- AgStack.org
+
+
+
+- Was könnten neue Konzepte der Daten- und Netzorganisation bringen (z.B Föderation und Web3.0)?
+
+- können dezentrale Systeme mit freier Software beim Anwender Nutzen bringen? Plädoyer für Resilienz durch dezentrale Datenhaltung
+
+- Wie müssen solche Systeme ausgelegt sein, welche SaaS/IaaS-Methoden sind anwendbar?
+
+- welche organisatorischen Herausforderungen gibt es für eine dezentrale Organisation von Datenhaltung und Infrastrukturen.
+
+
+
+
+
+
+Lasst uns diskutieren: was setzt ihr schon um oder haltet ihr für möglich und sinnvoll? Bei Interesse bleiben wir in Kontakt und bilden ein Netzwerk zum Thema.
+
+
+
+Organisiert von User MarWe
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/sos_spinning_yarn.xhtml b/wiki_siteexport/_export/xhtml/sos_spinning_yarn.xhtml
new file mode 100644
index 0000000..ff04c6a
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/sos_spinning_yarn.xhtml
@@ -0,0 +1,82 @@
+
+
+
+
+ sos_spinning_yarn
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+An introduction to the post-apocalyptic skill of spinning yarn
+
+
+
+
+
+
+
+Viele wissen wie Pullover gestrickt oder Stoffe gewebt werden, aber was passiert davor? Wie kommt man vom Schaf zum Faden?
+
+
+
+Wir spinnen in diesem Workshop unser eigenes Garn, sprechen über die Grundlagen des Handspinnens und haben viel Platz zum Ausprobieren und Fragen stellen.
+
+
+
+Wir haben Wolle und einige fertige Handspindeln dabei sowie Bausätze damit ihr euch eure eigenen Handspindeln bauen könnt.
+
+
+
+Grundsätzlich können auch Kinder, erfahrungsgemäß etwa ab Vorschul-/Grundschulalter, Handspinnen lernen. Allerdings braucht es am Anfang einiges an Geduld und Motivation und wir werden Kinder nicht sinnvoll betreuen können. Wenn ihr aber gemeinsam mit Kindern teilnehmen möchtet ist das natürlich kein Problem.
+
+
+
+Gesammelte Links zum Workshop: https://www.wollkanal.de/2019/12/29/links-fuer-spinnanfaenger/
+
+
+
+
+English version
+
+
+
+Many know how jumpers are knitted or fabrics are woven, but what happens before that? How do you get from sheep to thread?
+
+
+
+In this workshop we will spin our own yarn, talk about the basics of hand spinning and have plenty of space to try things out and ask questions.
+
+
+
+We will have wool and some ready-made hand spindles as well as kits so that you can build your own hand spindles.
+
+
+
+The workshop will be primarily in German, but as long as we are not too busy it should be possible to also give an English introduction.
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/start.xhtml b/wiki_siteexport/_export/xhtml/start.xhtml
new file mode 100644
index 0000000..095cf79
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/start.xhtml
@@ -0,0 +1,132 @@
+
+
+
+
+ start
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+EH20 - Back to root
+
+
+
+
+
+
+
+20 Jahre Easterhegg. Back to root. Zurück nach Hamburg. Zurück zum Workshop.
+
+
+- Wann: 07.04.2023 - 10.04.2023
+
+- Wo: Kampnagel (Jarrestraße 20, 22303 Hamburg)
+
+
+
+
+Das Motto des 20. Easterhegg ist „Back to root“.
+
+
+
+Veranstaltungsort ist die zum Kulturzentrum gewandelte ehemalige Maschinenfabrik Kampnagel. Hier wurden Ende des 19. bis Mitte des 20. Jahrhunderts Schiffs- und Hafenkrane hergestellt. Für den runden Geburtstag lädt der Chaos Computer Club
+Hamburg in dieses wunderbare Areal ein, in dem sonst zeitgenössische darstellende Kunst gezeigt wird.
+
+
+
+**Vorverkauf unter https://presale.eh20.easterhegg.eu beendet:
+
+
+
+16.02.2023 - 20:00 Uhr | 24.02.2023 - 18:00 Uhr | 04.03.2023 - 10:00 Uhr bis 02.04.2023 - 23:59 Uhr
+
+
+
+Das VOC ist schnell, die ersten Aufnahmen sind schon auf media.ccc.de zu finden.
+Bis zum Ende des Easterheggs gibt es auch noch den Livestream.
+
+
+
+
+Der CCC Hamburg auf:
+
+
+- Mastodon: https://chaos.social/@ccchh
+
+- Twitter: @CCCHamburg, Hashtag: #eh20
+
+
+
+
+Der Easterhegg-Account auf Twitter: @easterhegg.
+
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/tickets.xhtml b/wiki_siteexport/_export/xhtml/tickets.xhtml
new file mode 100644
index 0000000..e0ccd4a
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/tickets.xhtml
@@ -0,0 +1,85 @@
+
+
+
+
+ tickets
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Tickets
+
+
+
+Die Tickets gibt es in drei Tranchen:
+
+
+- 16.02.2023 - 20:00 Uhr
+
+- 24.02.2023 - 18:00 Uhr
+
+- 04.03.2023 - 10:00 Uhr
+
+
+
+
+Tickets, die nicht innerhalb der Zahlungsfrist bezahlt werden, rutschen zurück und die Wartelistenplätze werden bedient.
+
+
+
+Eventuelle Reste werden nach Ende der letzten Zahlungsfristen am 14.03.2023 um 14:00 Uhr online gehen.
+
+
+
+Da die Produktionskosten der Veranstaltung im Vergleich zu 2022 um ca 40% gestiegen sind und die Inflation auch für Osterhasen gilt, mussten wir die Preise im Vergleich leider anheben.
+
+
+
+Menschen bis 12 Jahren erhalten kostenfreien Eintritt.
+
+
+
+Tickets gibt es in drei Preisstufen:
+
+
+- „Hopp Hopp Hopp“ für 79€ (so eben kostendeckend)
+
+- „Shut up and take my money“ für 99€
+
+- „Kleine Sprünge“ für 49€
+
+
+
+
+Wenn du es dir erlauben kannst wäre es toll, das „Shut up and Take my Money“ Ticket zu wählen – damit ermöglichst du uns die ermässigten Tickets für Menschen mit schmalerem Budget.
+
+
+
+Vorverkauf: https://presale.eh20.easterhegg.eu/
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/travel.xhtml b/wiki_siteexport/_export/xhtml/travel.xhtml
new file mode 100644
index 0000000..c7ccd1f
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/travel.xhtml
@@ -0,0 +1,144 @@
+
+
+
+
+ travel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Travel
+
+
+
+
+Car
+
+
+
+just don't
+(You can do Park & Ride)
+
+
+
+
+Boat
+
+
+
+There are plenty of moorings in Hamburg.
+The venue is located close to „Langer Zug“ connected to the „Aussenalster“ if you want to join us via paddle boat.
+
+
+
+
+Train
+
+
+
+Hamburg Hbf (Central Station)
+
+
+- U3 (From „Hauptbahnhof Süd“ (South) to Barmbek
+
+- Bus 172 or 173 to „Jarrestr. (Kampnagel)“
+
+
+
+
+
+Plane
+
+
+
+Airport Hamburg (HAM)
+
+
+- S1 to Barmbek
+
+- Bus 17 to „Jarrestr. (Kampnagel)
+
+
+
+
+
+Public Transport
+
+
+
+https://www.hvv.de/en
+https://bahn.de
+The Bus stop is called „Jarrestr. (Kampnagel)“
+
+
+
+
+Lifts
+
+
+
+This wiki has a special page for announcing and requesting lifts to and from the congress: Traveling Groups
+
+
+
+But you can also check out the following sites:
+
+
+
+MitFahrZentralen (MVZ) - Overview:
+
+ [[http://www.fahrtfinder.net]] Meta search engine
+ [[http://www.bessermitfahren.de]]
+ [[http://bellnet.de/suchen/reisen/mitfahrzentralen.html]]
+ [[http://drive2day.de]]
+ [[http://www.fahrgemeinschaft.de]]
+ [[https://www.blablacar.de/]] formerly known as mitfahrzentrale.de and mitfahrgelegenheit.de
+ [[http://mifaz.de]]
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/unterbringung-wohnung_teilen.xhtml b/wiki_siteexport/_export/xhtml/unterbringung-wohnung_teilen.xhtml
new file mode 100644
index 0000000..3cca6dd
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/unterbringung-wohnung_teilen.xhtml
@@ -0,0 +1,108 @@
+
+
+
+
+ unterbringung-wohnung_teilen
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+-
+
+
+
+
+
+
+
+
+
+
+Unterbringung - Wohnung/Zimmer teilen
+
+
+
+Ihr habt ein Zimmer oder eine Wohnung und möchtet euch die Unterkunft mit weiteren Leuten teilen? Dann macht hier einen passenden Eintrag!
+
+
+
+Andere Möglichkeiten finden sich unter Accommodation
+
+
+
+
+1 Zimmer in Beispiel-WG
+
+
+
+ Zeitraum Anzahl Schlafplätze Reisezeit bis Kampnagel Kontakt
+
+
+ 7.-11.4.23 Doppelbett in WG-Zimmer 20 Minuten Busfahrt h.acker@example.com
+
+
+
+
+
+Unterbringung - Gesuche
+
+
+
+ Zeitraum Anzahl Schlafplätze Kontakt
+
+
+ 5.-11.4.23 1 frab auf semioptimal punkt net
+
+
+ 7.-10.4.23 1 stefan@entroserv.de, https://github.com/TheTesla
+
+
+
+
+
+Unterbringung - Angebote
+
+
+
+ Zeitraum Anzahl Schlafplätze Reisezeit bis Kampnagel Kontakt
+
+
+ 6.-12.4.23 2 Doppelbetten in einem Raum, ggfs. noch eine Doppelmatratze in einem zweiten Raum ca. 30 Minuten ÖPNV, 20 Minuten Auto pirx at ccc.de
+
+
+ 2023-04-06/10 1 bed available in a hotel room with 2 beds ibis budget Hamburg, about 7 km from the venue https://federicoleva.eu/en/contact/
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/wiki/dokuwiki.xhtml b/wiki_siteexport/_export/xhtml/wiki/dokuwiki.xhtml
new file mode 100644
index 0000000..7b30a0f
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/wiki/dokuwiki.xhtml
@@ -0,0 +1,178 @@
+
+
+
+
+ wiki:dokuwiki
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+DokuWiki
+
+
+
+ DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
+
+
+
+Read the DokuWiki Manual to unleash the full power of DokuWiki.
+
+
+
+
+Download
+
+
+
+DokuWiki is available at https://download.dokuwiki.org/
+
+
+
+
+Read More
+
+
+
+All documentation and additional information besides the syntax description is maintained in the DokuWiki at www.dokuwiki.org.
+
+
+
+About DokuWiki
+
+
+-
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+Installing DokuWiki
+
+
+-
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+Using DokuWiki
+
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+Customizing DokuWiki
+
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+DokuWiki Feedback and Community
+
+
+-
+
+-
+
+-
+
+-
+
+-
+
+-
+
+
+
+
+
+Copyright
+
+
+
+2004-2020 © Andreas Gohr andi@splitbrain.org1) and the DokuWiki Community
+
+
+
+The DokuWiki engine is licensed under GNU General Public License Version 2. If you use DokuWiki in your company, consider donating a few bucks .
+
+
+
+Not sure what this means? See the FAQ on the Licenses.
+
+
+
+
+1)
+Please do not contact me for help and support – use the mailinglist or forum instead
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/wiki/syntax.xhtml b/wiki_siteexport/_export/xhtml/wiki/syntax.xhtml
new file mode 100644
index 0000000..36f2735
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/wiki/syntax.xhtml
@@ -0,0 +1,921 @@
+
+
+
+
+ wiki:syntax
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+-
+
+
+-
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+-
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Formatting Syntax
+
+
+
+DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing „Edit this page“. If you want to try something, just use the playground page. The simpler markup is easily accessible via quickbuttons, too.
+
+
+
+
+Basic Text Formatting
+
+
+
+DokuWiki supports bold, italic, underlined and monospaced
texts. Of course you can combine
all these.
+
+DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
+Of course you can **__//''combine''//__** all these.
+
+
+You can use subscript and superscript, too.
+
+You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
+
+
+You can mark something as deleted as well.
+
+You can mark something as <del>deleted</del> as well.
+
+
+Paragraphs are created from blank lines. If you want to force a newline without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
+
+
+
+This is some text with some linebreaks
+Note that the
+two backslashes are only recognized at the end of a line
+
+or followed by
+a whitespace \\this happens without it.
+
+This is some text with some linebreaks\\ Note that the
+two backslashes are only recognized at the end of a line\\
+or followed by\\ a whitespace \\this happens without it.
+
+
+You should use forced newlines only if really needed.
+
+
+
+
+Links
+
+
+
+DokuWiki supports multiple ways of creating links.
+
+
+
+
+External
+
+
+
+External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: This Link points to google. Email addresses like this one: andi@splitbrain.org are recognized, too.
+
+DokuWiki supports multiple ways of creating links. External links are recognized
+automagically: http://www.google.com or simply www.google.com - You can set
+link text as well: [[http://www.google.com|This Link points to google]]. Email
+addresses like this one: <andi@splitbrain.org> are recognized, too.
+
+
+
+Internal
+
+
+
+Internal links are created by using square brackets. You can either just give a pagename or use an additional link text.
+
+Internal links are created by using square brackets. You can either just give
+a [[pagename]] or use an additional [[pagename|link text]].
+
+
+Wiki pagenames are converted to lowercase automatically, special characters are not allowed.
+
+
+
+You can use namespaces by using a colon in the pagename.
+
+You can use [[some:namespaces]] by using a colon in the pagename.
+
+
+For details about namespaces see namespaces.
+
+
+
+Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to this Section.
+
+This links to [[syntax#internal|this Section]].
+
+
+Notes:
+
+
+- Links to existing pages are shown in a different style from nonexisting ones.
+
+-
+
+- When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
+
+
+
+
+
+Interwiki
+
+
+
+DokuWiki supports Interwiki links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: Wiki.
+
+DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis.
+For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
+
+
+
+Windows Shares
+
+
+
+Windows shares like this are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate Intranet.
+
+Windows Shares like [[\\server\share|this]] are recognized, too.
+
+
+Notes:
+
+
+- For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the „local zone“).
+
+- For Mozilla and Firefox it can be enabled through different workaround mentioned in the Mozilla Knowledge Base. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in
conf/lang/en/lang.php
(more details at localization):
+- conf/lang/en/lang.php
+<?php
+/**
+ * Customization of the english language file
+ * Copy only the strings that needs to be modified
+ */
+$lang['js']['nosmblinks'] = '';
+
+
+
+
+
+
+
+Image Links
+
+
+
+You can also use an image to link to another internal or external page by combining the syntax for links and images (see below) like this:
+
+[[http://php.net|{{wiki:dokuwiki-128.png}}]]
+
+
+
+
+Please note: The image formatting is the only formatting syntax accepted in link names.
+
+
+
+The whole image and link syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
+
+
+
+
+Footnotes
+
+
+
+You can add footnotes 1) by using double parentheses.
+
+You can add footnotes ((This is a footnote)) by using double parentheses.
+
+
+
+Sectioning
+
+
+
+You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically – this can be disabled by including the string ~~NOTOC~~
in the document.
+
+
+
+
+Headline Level 3
+
+
+
+
+Headline Level 4
+
+
+
+
+Headline Level 5
+
+==== Headline Level 3 ====
+=== Headline Level 4 ===
+== Headline Level 5 ==
+
+
+By using four or more dashes, you can make a horizontal line:
+
+
+
+
+
+Media Files
+
+
+
+You can include external and internal images, videos and audio files with curly brackets. Optionally you can specify the size of them.
+
+
+
+
+
+
+
+Resize to given width and height2):
+
+
+
+Real size: {{wiki:dokuwiki-128.png}}
+Resize to given width: {{wiki:dokuwiki-128.png?50}}
+Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
+Resized external image: {{https://www.php.net/images/php.gif?200x50}}
+
+
+By using left or right whitespaces you can choose the alignment.
+
+
+
+
+
+
+
+{{ wiki:dokuwiki-128.png}}
+{{wiki:dokuwiki-128.png }}
+{{ wiki:dokuwiki-128.png }}
+
+
+Of course, you can add a title (displayed as a tooltip by most browsers), too.
+
+
+
+{{ wiki:dokuwiki-128.png |This is the caption}}
+
+
+For linking an image to another page see Image Links above.
+
+
+
+
+Supported Media Formats
+
+
+
+DokuWiki can embed the following media formats directly.
+
+
+
+ Image gif
, jpg
, png
+
+
+ Video webm
, ogv
, mp4
+
+
+ Audio ogg
, mp3
, wav
+
+
+ Flash swf
+
+
+
+
+If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
+
+
+
+By adding ?linkonly
you provide a link to the media without displaying it inline
+
+{{wiki:dokuwiki-128.png?linkonly}}
+
+
+dokuwiki-128.png This is just a link to the image.
+
+
+
+
+Fallback Formats
+
+
+
+Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
+
+
+
+For example consider this embedded mp4 video:
+
+{{video.mp4|A funny video}}
+
+
+When you upload a video.webm
and video.ogv
next to the referenced video.mp4
, DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
+
+
+
+Additionally DokuWiki supports a „poster“ image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a video.jpg
file would work.
+
+
+
+
+Lists
+
+
+
+Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a *
for unordered lists or a -
for ordered ones.
+
+
+- This is a list
+
+- The second item
+
+- You may have different levels
+
+
+
+- Another item
+
+
+
+- The same list but ordered
+
+- Another item
+
+- Just use indention for deeper levels
+
+
+
+- That's it
+
+
+ * This is a list
+ * The second item
+ * You may have different levels
+ * Another item
+
+ - The same list but ordered
+ - Another item
+ - Just use indention for deeper levels
+ - That's it
+
+
+Also take a look at the FAQ on list items.
+
+
+
+
+Text Conversions
+
+
+
+DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
+
+
+
+The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
+
+
+
+
+Text to Image Conversions
+
+
+
+DokuWiki converts commonly used emoticons to their graphical equivalents. Those Smileys and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
+
+
+- 8-)
+
+- 8-O
+
+- :-(
+
+- :-)
+
+- =)
+
+- :-/
+
+- :-\
+
+- :-?
+
+- :-D
+
+- :-P
+
+- :-O
+
+- :-X
+
+- :-|
+
+- ;-)
+
+- ^_^
+
+- m(
+
+- :?:
+
+- :!:
+
+- LOL
+
+- FIXME
+
+- DELETEME
+
+
+
+
+
+Text to HTML Conversions
+
+
+
+Typography: DokuWiki can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
+
+
+
+→ ← ↔ ⇒ ⇐ ⇔ » « – — 640×480 © ™ ®
+„He thought 'It's a man's world'…“
+
+-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
+"He thought 'It's a man's world'..."
+
+
+The same can be done to produce any kind of HTML, it just needs to be added to the pattern file.
+
+
+
+There are three exceptions which do not come from that pattern file: multiplication entity (640×480), 'single' and „double quotes“. They can be turned off through a config option.
+
+
+
+
+Quoting
+
+
+
+Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
+
+I think we should do it
+
+> No we shouldn't
+
+>> Well, I say we should
+
+> Really?
+
+>> Yes!
+
+>>> Then lets do it!
+
+
+I think we should do it
+
+
+ No we shouldn't
+
+
+ Well, I say we should
+
+
+ Really?
+
+
+ Yes!
+
+
+
+
+ Then lets do it!
+
+
+
+
+
+Tables
+
+
+
+DokuWiki supports a simple syntax to create tables.
+
+
+
+
+ Heading 1 Heading 2 Heading 3
+
+
+
+ Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
+
+
+ Row 2 Col 1 some colspan (note the double pipe)
+
+
+ Row 3 Col 1 Row 3 Col 2 Row 3 Col 3
+
+
+
+
+Table rows have to start and end with a |
for normal rows or a ^
for headers.
+
+^ Heading 1 ^ Heading 2 ^ Heading 3 ^
+| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
+| Row 2 Col 1 | some colspan (note the double pipe) ||
+| Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
+
+
+To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
+
+
+
+Vertical tableheaders are possible, too.
+
+
+
+
+ Heading 1 Heading 2
+
+
+
+ Heading 3 Row 1 Col 2 Row 1 Col 3
+
+
+ Heading 4 no colspan this time
+
+
+ Heading 5 Row 2 Col 2 Row 2 Col 3
+
+
+
+
+As you can see, it's the cell separator before a cell which decides about the formatting:
+
+| ^ Heading 1 ^ Heading 2 ^
+^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
+^ Heading 4 | no colspan this time | |
+^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 |
+
+
+You can have rowspans (vertically connected cells) by adding :::
into the cells below the one to which they should connect.
+
+
+
+
+ Heading 1 Heading 2 Heading 3
+
+
+
+ Row 1 Col 1 this cell spans vertically Row 1 Col 3
+
+
+ Row 2 Col 1 Row 2 Col 3
+
+
+ Row 3 Col 1 Row 2 Col 3
+
+
+
+
+Apart from the rowspan syntax those cells should not contain anything else.
+
+^ Heading 1 ^ Heading 2 ^ Heading 3 ^
+| Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
+| Row 2 Col 1 | ::: | Row 2 Col 3 |
+| Row 3 Col 1 | ::: | Row 2 Col 3 |
+
+
+You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
+
+
+
+
+ Table with alignment
+
+
+
+ right center left
+
+
+ left right center
+
+
+ xxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxxx
+
+
+
+
+This is how it looks in the source:
+
+^ Table with alignment ^^^
+| right| center |left |
+|left | right| center |
+| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
+
+
+Note: Vertical alignment is not supported.
+
+
+
+
+No Formatting
+
+
+
+If you need to display text exactly like it is typed (without any formatting), enclose the area either with <nowiki>
tags or even simpler, with double percent signs %%
.
+
+
+
+
+This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
+
+The same is true for //__this__ text// with a smiley ;-).
+
+<nowiki>
+This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
+</nowiki>
+The same is true for %%//__this__ text// with a smiley ;-)%%.
+
+
+
+Code Blocks
+
+
+
+You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags <code>
or <file>
.
+
+This is text is indented by two spaces.
+This is preformatted code all spaces are preserved: like <-this
+This is pretty much the same, but you could use it to show that you quoted a file.
+
+
+Those blocks were created by this source:
+
+ This is text is indented by two spaces.
+<code>
+This is preformatted code all spaces are preserved: like <-this
+</code>
+<file>
+This is pretty much the same, but you could use it to show that you quoted a file.
+</file>
+
+
+
+Syntax Highlighting
+
+
+
+DokuWiki can highlight sourcecode, which makes it easier to read. It uses the GeSHi Generic Syntax Highlighter – so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. <code java>
or <file java>
.
+
+/**
+ * The HelloWorldApp class implements an application that
+ * simply displays "Hello World!" to the standard output.
+ */
+class HelloWorldApp {
+ public static void main(String[] args) {
+ System.out.println("Hello World!"); //Display the string.
+ }
+}
+
+
+The following language strings are currently recognized: 4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic
+
+
+
+There are additional advanced options available for syntax highlighting, such as highlighting lines or adding line numbers.
+
+
+
+
+Downloadable Code Blocks
+
+
+
+When you use the <code>
or <file>
syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
+
+<file php myexample.php>
+<?php echo "hello world!"; ?>
+</file>
+
+- myexample.php
+<?php echo "hello world!"; ?>
+
+
+
+If you don't want any highlighting but want a downloadable file, specify a dash (-
) as the language code: <code - myfile.foo>
.
+
+
+
+
+RSS/ATOM Feed Aggregation
+
+
+
+DokuWiki can integrate data from external XML feeds. For parsing the XML feeds, SimplePie is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
+
+
+
+
+ Parameter Description
+
+
+
+ any number will be used as maximum number items to show, defaults to 8
+
+
+ reverse display the last items in the feed first
+
+
+ author show item authors names
+
+
+ date show item dates
+
+
+ description show the item description. All HTML tags will be stripped
+
+
+ nosort do not sort the items in the feed
+
+
+ n[dhm] refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours).
+
+
+
+
+The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. DokuWiki will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells DokuWiki to re-render the page if it is more than refresh period since the page was last rendered.
+
+
+
+By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the reverse
parameter, or display the feed as is with nosort
.
+
+
+
+Example:
+
+{{rss>http://slashdot.org/index.rss 5 author date 1h }}
+- Edward Snowden Skeptical of Politicians at Bitcoin Conference - and Public Ledgers von EditorDavid (2024/07/28 11:34)
- What Is the Future of Open Source AI? von EditorDavid (2024/07/28 07:34)
- Comic-Con 2024: New Doctor Who Series, 'Star Trek' Movie, Keanu Reeves, and a Red Hulk von EditorDavid (2024/07/28 04:34)
- Sharks Near Brazil Test Positive For Cocaine von EditorDavid (2024/07/28 02:34)
- LZ4 Compression Algorithm Gets Multi-Threaded Update von EditorDavid (2024/07/28 01:01)
+
+
+Control Macros
+
+
+
+Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
+
+
+
+
+ Macro Description
+
+
+
+ ~~NOTOC~~ If this macro is found on the page, no table of contents will be created
+
+
+ ~~NOCACHE~~ DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the <php> syntax above is used), adding this macro will force DokuWiki to rerender a page on every call
+
+
+
+
+
+Syntax Plugins
+
+
+
+DokuWiki's syntax can be extended by Plugins. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
+
+
+-
+
+-
+
+- Pagelist Plugin 2023-08-27 von Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge
+Lists pages in a nice formatted way
+
+-
+
+- Tag Plugin 2023-10-17 von Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner
+tag wiki pages
+
+- ToDo 2024-05-10 von Leo Eibler, Christian Marg, Markus Gschwendt, Robert Weinmeister
+Create a checkbox based todo list with optional user assignment (basic syntax: <todo>This is a ToDo</todo>). It can also be used as a lightweight task list management system.
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/_export/xhtml/wiki/welcome.xhtml b/wiki_siteexport/_export/xhtml/wiki/welcome.xhtml
new file mode 100644
index 0000000..a5171fc
--- /dev/null
+++ b/wiki_siteexport/_export/xhtml/wiki/welcome.xhtml
@@ -0,0 +1,114 @@
+
+
+
+
+ wiki:welcome
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Inhaltsverzeichnis
+
+
+
+
+Welcome to your new DokuWiki
+
+
+
+Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
+
+
+
+Enjoy your work with DokuWiki,
+
+– the developers
+
+
+
+
+Create your first pages
+
+
+
+Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: start.
+
+
+
+Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the syntax page.
+
+
+
+You might also want to use a sidebar. To create it, just edit the sidebar page. Everything in that page will be shown in a margin column on the side. Read our FAQ on sidebars to learn more.
+
+
+
+Please be aware that not all templates support sidebars.
+
+
+
+
+Customize your Wiki
+
+
+
+Once you're comfortable with creating and editing pages you might want to have a look at the configuration settings (be sure to login as superuser first).
+
+
+
+You may also want to see what plugins and templates are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
+
+
+
+
+Join the Community
+
+
+
+DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the newsletter.
+
+
+
+The DokuWiki User Forum is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get support.
+
+
+
+Of course we'd be more than happy to have you getting involved with DokuWiki.
+
+
+
+
+
+
diff --git a/wiki_siteexport/accommodation.html b/wiki_siteexport/accommodation.html
new file mode 100644
index 0000000..2f2f95c
--- /dev/null
+++ b/wiki_siteexport/accommodation.html
@@ -0,0 +1,486 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+accommodation [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/anreise.html b/wiki_siteexport/anreise.html
new file mode 100644
index 0000000..5394294
--- /dev/null
+++ b/wiki_siteexport/anreise.html
@@ -0,0 +1,541 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ anreise [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/awareness.html b/wiki_siteexport/awareness.html
new file mode 100644
index 0000000..4697891
--- /dev/null
+++ b/wiki_siteexport/awareness.html
@@ -0,0 +1,449 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ awareness [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/barrierefreiheit.html b/wiki_siteexport/barrierefreiheit.html
new file mode 100644
index 0000000..5a6926f
--- /dev/null
+++ b/wiki_siteexport/barrierefreiheit.html
@@ -0,0 +1,452 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ barrierefreiheit [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.0f688dae1b44fe7b80663cb3448306ae.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.0f688dae1b44fe7b80663cb3448306ae.jpeg
new file mode 100644
index 0000000..5eb75fc
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.0f688dae1b44fe7b80663cb3448306ae.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.0fea6a13c52b4d4725368f24b045ca84.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.0fea6a13c52b4d4725368f24b045ca84.jpeg
new file mode 100644
index 0000000..af6dfc7
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.0fea6a13c52b4d4725368f24b045ca84.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.49b512e20b254bb34ecfe3e6033d5d82.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.49b512e20b254bb34ecfe3e6033d5d82.jpeg
new file mode 100644
index 0000000..2e0e750
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.49b512e20b254bb34ecfe3e6033d5d82.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.jpg_intern_chaosknoten.html b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.jpg_intern_chaosknoten.html
new file mode 100644
index 0000000..064ac09
--- /dev/null
+++ b/wiki_siteexport/blinkenarea-ccc-chaosknoten_back_.jpg_intern_chaosknoten.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CCC Chaosknoten (back) [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.0fea6a13c52b4d4725368f24b045ca84.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.0fea6a13c52b4d4725368f24b045ca84.jpeg
new file mode 100644
index 0000000..32ac220
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.0fea6a13c52b4d4725368f24b045ca84.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.745bac9f5a52384e5e8deef0e37cfd27.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.745bac9f5a52384e5e8deef0e37cfd27.jpeg
new file mode 100644
index 0000000..9cc1b6a
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.745bac9f5a52384e5e8deef0e37cfd27.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.e390ce7fd4689e9a7b243bcaa9c63519.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.e390ce7fd4689e9a7b243bcaa9c63519.jpeg
new file mode 100644
index 0000000..7807d5b
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.e390ce7fd4689e9a7b243bcaa9c63519.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.jpg_intern_chaosknoten.html b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.jpg_intern_chaosknoten.html
new file mode 100644
index 0000000..46ccdfd
--- /dev/null
+++ b/wiki_siteexport/blinkenarea-ccc-chaosknoten_front_.jpg_intern_chaosknoten.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CCC Chaosknoten (front) [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.0fea6a13c52b4d4725368f24b045ca84.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.0fea6a13c52b4d4725368f24b045ca84.jpeg
new file mode 100644
index 0000000..b32ea09
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.0fea6a13c52b4d4725368f24b045ca84.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.9f984c46bfde274ad52579aa2bcbb682.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.9f984c46bfde274ad52579aa2bcbb682.jpeg
new file mode 100644
index 0000000..a7c9d59
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.9f984c46bfde274ad52579aa2bcbb682.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.bdec84ad8c73700c797759ff8f4fcd6a.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.bdec84ad8c73700c797759ff8f4fcd6a.jpeg
new file mode 100644
index 0000000..a2f22aa
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.bdec84ad8c73700c797759ff8f4fcd6a.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.jpg_intern_chaosknoten.html b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.jpg_intern_chaosknoten.html
new file mode 100644
index 0000000..b19f4fc
--- /dev/null
+++ b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_back_.jpg_intern_chaosknoten.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CCC Chaosknoten PCB (back) [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.0fea6a13c52b4d4725368f24b045ca84.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.0fea6a13c52b4d4725368f24b045ca84.jpeg
new file mode 100644
index 0000000..5d65c5b
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.0fea6a13c52b4d4725368f24b045ca84.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.1c2cb58bac0b427d68350a3835bedfe5.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.1c2cb58bac0b427d68350a3835bedfe5.jpeg
new file mode 100644
index 0000000..991ef6e
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.1c2cb58bac0b427d68350a3835bedfe5.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.89f06c395dea0a3b0e74eae2218f1d25.jpeg b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.89f06c395dea0a3b0e74eae2218f1d25.jpeg
new file mode 100644
index 0000000..97be774
Binary files /dev/null and b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.89f06c395dea0a3b0e74eae2218f1d25.jpeg differ
diff --git a/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.jpg_intern_chaosknoten.html b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.jpg_intern_chaosknoten.html
new file mode 100644
index 0000000..d4fcbe3
--- /dev/null
+++ b/wiki_siteexport/blinkenarea-ccc-chaosknoten_pcb_front_.jpg_intern_chaosknoten.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CCC Chaosknoten PCB (front) [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/chosing_tuopia_democratise_ai_now.html b/wiki_siteexport/chosing_tuopia_democratise_ai_now.html
new file mode 100644
index 0000000..35b070a
--- /dev/null
+++ b/wiki_siteexport/chosing_tuopia_democratise_ai_now.html
@@ -0,0 +1,585 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ chosing_tuopia_democratise_ai_now [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/coc.html b/wiki_siteexport/coc.html
new file mode 100644
index 0000000..799aec9
--- /dev/null
+++ b/wiki_siteexport/coc.html
@@ -0,0 +1,879 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ coc [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/design.html b/wiki_siteexport/design.html
new file mode 100644
index 0000000..95d9198
--- /dev/null
+++ b/wiki_siteexport/design.html
@@ -0,0 +1,412 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ design [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/desy-1.aa4960a61975d2ea8d33d7c924e42630.jpeg b/wiki_siteexport/desy-1.aa4960a61975d2ea8d33d7c924e42630.jpeg
new file mode 100644
index 0000000..991ad7e
Binary files /dev/null and b/wiki_siteexport/desy-1.aa4960a61975d2ea8d33d7c924e42630.jpeg differ
diff --git a/wiki_siteexport/desy-2.c84a268b33548177ddaa133dae4317f3.jpeg b/wiki_siteexport/desy-2.c84a268b33548177ddaa133dae4317f3.jpeg
new file mode 100644
index 0000000..db71160
Binary files /dev/null and b/wiki_siteexport/desy-2.c84a268b33548177ddaa133dae4317f3.jpeg differ
diff --git a/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.0fea6a13c52b4d4725368f24b045ca84.jpeg b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.0fea6a13c52b4d4725368f24b045ca84.jpeg
new file mode 100644
index 0000000..a1beb8f
Binary files /dev/null and b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.0fea6a13c52b4d4725368f24b045ca84.jpeg differ
diff --git a/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.29a609cdf5cab132b081d2f7e4105464.jpeg b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.29a609cdf5cab132b081d2f7e4105464.jpeg
new file mode 100644
index 0000000..a0f1574
Binary files /dev/null and b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.29a609cdf5cab132b081d2f7e4105464.jpeg differ
diff --git a/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.c579096fb1a46d83f7f61e461938f013.jpeg b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.c579096fb1a46d83f7f61e461938f013.jpeg
new file mode 100644
index 0000000..a0f1574
Binary files /dev/null and b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.c579096fb1a46d83f7f61e461938f013.jpeg differ
diff --git a/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.jpeg_sos_digital_landwirtschaft.html b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.jpeg_sos_digital_landwirtschaft.html
new file mode 100644
index 0000000..1672405
--- /dev/null
+++ b/wiki_siteexport/digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.jpeg_sos_digital_landwirtschaft.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ digitial_futuristic_steampunk_drawing_seed-8573833_steps-25_guidance-32.2.jpeg [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/eh20logo-2023.0fea6a13c52b4d4725368f24b045ca84.png b/wiki_siteexport/eh20logo-2023.0fea6a13c52b4d4725368f24b045ca84.png
new file mode 100644
index 0000000..9162128
Binary files /dev/null and b/wiki_siteexport/eh20logo-2023.0fea6a13c52b4d4725368f24b045ca84.png differ
diff --git a/wiki_siteexport/eh20logo-2023.5c9985200d953db0a38a79b75f20cdb3.png b/wiki_siteexport/eh20logo-2023.5c9985200d953db0a38a79b75f20cdb3.png
new file mode 100644
index 0000000..d97df08
Binary files /dev/null and b/wiki_siteexport/eh20logo-2023.5c9985200d953db0a38a79b75f20cdb3.png differ
diff --git a/wiki_siteexport/eh20logo-2023.e962c709f556da426b79b51494bbd00d.png b/wiki_siteexport/eh20logo-2023.e962c709f556da426b79b51494bbd00d.png
new file mode 100644
index 0000000..6c0b41b
Binary files /dev/null and b/wiki_siteexport/eh20logo-2023.e962c709f556da426b79b51494bbd00d.png differ
diff --git a/wiki_siteexport/eh20logo-2023.png_merch.html b/wiki_siteexport/eh20logo-2023.png_merch.html
new file mode 100644
index 0000000..2eaa394
--- /dev/null
+++ b/wiki_siteexport/eh20logo-2023.png_merch.html
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eh20logo-2023.png [EH20 - Back to root]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wiki_siteexport/eh_20_logo_final_black.pdf b/wiki_siteexport/eh_20_logo_final_black.pdf
new file mode 100644
index 0000000..845492f
--- /dev/null
+++ b/wiki_siteexport/eh_20_logo_final_black.pdf
@@ -0,0 +1,4060 @@
+%PDF-1.3
%
+1 0 obj
<>]/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<>stream
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ application/pdf
+
+
+ eh_20_logo_final_black
+
+
+
+
+ 2023-01-31T09:00:20+01:00
+ 2023-01-31T09:00:20+01:00
+ 2023-01-31T09:00:20+01:00
+ Adobe Illustrator CS6 (Macintosh)
+
+
+
+ 132
+ 256
+ JPEG
+ /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAACEAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX
Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXY
q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq
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
+
+
+
+
+
+ uuid:12cda388-4dc7-a545-9491-01dd036e4fff
+ xmp.did:ED06905F6A206811822A8A2A1F76C29C
+ uuid:5D20892493BFDB11914A8590D31508C8
+ proof:pdf
+ 1
+
+ xmp.iid:EC06905F6A206811822A8A2A1F76C29C
+ xmp.did:EC06905F6A206811822A8A2A1F76C29C
+ uuid:5D20892493BFDB11914A8590D31508C8
+ proof:pdf
+
+
+
+
+ saved
+ xmp.iid:0880117407206811822A8A2A1F76C29C
+ 2023-01-27T10:31:14+01:00
+ Adobe Illustrator CS6 (Macintosh)
+ /
+
+
+ saved
+ xmp.iid:ED06905F6A206811822A8A2A1F76C29C
+ 2023-01-31T09:00:09+01:00
+ Adobe Illustrator CS6 (Macintosh)
+ /
+
+
+
+
+
+ Print
+
+
+ False
+ False
+ 1
+
+ 439.964360
+ 295.325643
+ Millimeters
+
+
+
+ Cyan
+ Magenta
+ Yellow
+ Black
+
+
+
+
+
+ Standard-Farbfeldgruppe
+ 0
+
+
+
+ Weiß
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 0.000000
+
+
+ Schwarz
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 100.000000
+
+
+ CMYK Rot
+ CMYK
+ PROCESS
+ 0.000000
+ 100.000000
+ 100.000000
+ 0.000000
+
+
+ CMYK Gelb
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 100.000000
+ 0.000000
+
+
+ CMYK Grün
+ CMYK
+ PROCESS
+ 100.000000
+ 0.000000
+ 100.000000
+ 0.000000
+
+
+ CMYK Cyan
+ CMYK
+ PROCESS
+ 100.000000
+ 0.000000
+ 0.000000
+ 0.000000
+
+
+ CMYK Blau
+ CMYK
+ PROCESS
+ 100.000000
+ 100.000000
+ 0.000000
+ 0.000000
+
+
+ CMYK Magenta
+ CMYK
+ PROCESS
+ 0.000000
+ 100.000000
+ 0.000000
+ 0.000000
+
+
+ C=15 M=100 Y=90 K=10
+ CMYK
+ PROCESS
+ 14.999998
+ 100.000000
+ 90.000000
+ 10.000002
+
+
+ C=0 M=90 Y=85 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 90.000000
+ 85.000000
+ 0.000000
+
+
+ C=0 M=80 Y=95 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 80.000000
+ 95.000000
+ 0.000000
+
+
+ C=0 M=50 Y=100 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 50.000000
+ 100.000000
+ 0.000000
+
+
+ C=0 M=35 Y=85 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 35.000004
+ 85.000000
+ 0.000000
+
+
+ C=5 M=0 Y=90 K=0
+ CMYK
+ PROCESS
+ 5.000001
+ 0.000000
+ 90.000000
+ 0.000000
+
+
+ C=20 M=0 Y=100 K=0
+ CMYK
+ PROCESS
+ 19.999998
+ 0.000000
+ 100.000000
+ 0.000000
+
+
+ C=50 M=0 Y=100 K=0
+ CMYK
+ PROCESS
+ 50.000000
+ 0.000000
+ 100.000000
+ 0.000000
+
+
+ C=75 M=0 Y=100 K=0
+ CMYK
+ PROCESS
+ 75.000000
+ 0.000000
+ 100.000000
+ 0.000000
+
+
+ C=85 M=10 Y=100 K=10
+ CMYK
+ PROCESS
+ 85.000000
+ 10.000002
+ 100.000000
+ 10.000002
+
+
+ C=90 M=30 Y=95 K=30
+ CMYK
+ PROCESS
+ 90.000000
+ 30.000002
+ 95.000000
+ 30.000002
+
+
+ C=75 M=0 Y=75 K=0
+ CMYK
+ PROCESS
+ 75.000000
+ 0.000000
+ 75.000000
+ 0.000000
+
+
+ C=80 M=10 Y=45 K=0
+ CMYK
+ PROCESS
+ 80.000000
+ 10.000002
+ 45.000000
+ 0.000000
+
+
+ C=70 M=15 Y=0 K=0
+ CMYK
+ PROCESS
+ 70.000000
+ 14.999998
+ 0.000000
+ 0.000000
+
+
+ C=85 M=50 Y=0 K=0
+ CMYK
+ PROCESS
+ 85.000000
+ 50.000000
+ 0.000000
+ 0.000000
+
+
+ C=100 M=95 Y=5 K=0
+ CMYK
+ PROCESS
+ 100.000000
+ 95.000000
+ 5.000001
+ 0.000000
+
+
+ C=100 M=100 Y=25 K=25
+ CMYK
+ PROCESS
+ 100.000000
+ 100.000000
+ 25.000000
+ 25.000000
+
+
+ C=75 M=100 Y=0 K=0
+ CMYK
+ PROCESS
+ 75.000000
+ 100.000000
+ 0.000000
+ 0.000000
+
+
+ C=50 M=100 Y=0 K=0
+ CMYK
+ PROCESS
+ 50.000000
+ 100.000000
+ 0.000000
+ 0.000000
+
+
+ C=35 M=100 Y=35 K=10
+ CMYK
+ PROCESS
+ 35.000004
+ 100.000000
+ 35.000004
+ 10.000002
+
+
+ C=10 M=100 Y=50 K=0
+ CMYK
+ PROCESS
+ 10.000002
+ 100.000000
+ 50.000000
+ 0.000000
+
+
+ C=0 M=95 Y=20 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 95.000000
+ 19.999998
+ 0.000000
+
+
+ C=25 M=25 Y=40 K=0
+ CMYK
+ PROCESS
+ 25.000000
+ 25.000000
+ 39.999996
+ 0.000000
+
+
+ C=40 M=45 Y=50 K=5
+ CMYK
+ PROCESS
+ 39.999996
+ 45.000000
+ 50.000000
+ 5.000001
+
+
+ C=50 M=50 Y=60 K=25
+ CMYK
+ PROCESS
+ 50.000000
+ 50.000000
+ 60.000004
+ 25.000000
+
+
+ C=55 M=60 Y=65 K=40
+ CMYK
+ PROCESS
+ 55.000000
+ 60.000004
+ 65.000000
+ 39.999996
+
+
+ C=25 M=40 Y=65 K=0
+ CMYK
+ PROCESS
+ 25.000000
+ 39.999996
+ 65.000000
+ 0.000000
+
+
+ C=30 M=50 Y=75 K=10
+ CMYK
+ PROCESS
+ 30.000002
+ 50.000000
+ 75.000000
+ 10.000002
+
+
+ C=35 M=60 Y=80 K=25
+ CMYK
+ PROCESS
+ 35.000004
+ 60.000004
+ 80.000000
+ 25.000000
+
+
+ C=40 M=65 Y=90 K=35
+ CMYK
+ PROCESS
+ 39.999996
+ 65.000000
+ 90.000000
+ 35.000004
+
+
+ C=40 M=70 Y=100 K=50
+ CMYK
+ PROCESS
+ 39.999996
+ 70.000000
+ 100.000000
+ 50.000000
+
+
+ C=50 M=70 Y=80 K=70
+ CMYK
+ PROCESS
+ 50.000000
+ 70.000000
+ 80.000000
+ 70.000000
+
+
+
+
+
+ Graustufen
+ 1
+
+
+
+ C=0 M=0 Y=0 K=100
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 100.000000
+
+
+ C=0 M=0 Y=0 K=90
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 89.999405
+
+
+ C=0 M=0 Y=0 K=80
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 79.998795
+
+
+ C=0 M=0 Y=0 K=70
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 69.999702
+
+
+ C=0 M=0 Y=0 K=60
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 59.999104
+
+
+ C=0 M=0 Y=0 K=50
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 50.000000
+
+
+ C=0 M=0 Y=0 K=40
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 39.999401
+
+
+ C=0 M=0 Y=0 K=30
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 29.998802
+
+
+ C=0 M=0 Y=0 K=20
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 19.999701
+
+
+ C=0 M=0 Y=0 K=10
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 9.999103
+
+
+ C=0 M=0 Y=0 K=5
+ CMYK
+ PROCESS
+ 0.000000
+ 0.000000
+ 0.000000
+ 4.998803
+
+
+
+
+
+ Strahlende Farben
+ 1
+
+
+
+ C=0 M=100 Y=100 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 100.000000
+ 100.000000
+ 0.000000
+
+
+ C=0 M=75 Y=100 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 75.000000
+ 100.000000
+ 0.000000
+
+
+ C=0 M=10 Y=95 K=0
+ CMYK
+ PROCESS
+ 0.000000
+ 10.000002
+ 95.000000
+ 0.000000
+
+
+ C=85 M=10 Y=100 K=0
+ CMYK
+ PROCESS
+ 85.000000
+ 10.000002
+ 100.000000
+ 0.000000
+
+
+ C=100 M=90 Y=0 K=0
+ CMYK
+ PROCESS
+ 100.000000
+ 90.000000
+ 0.000000
+ 0.000000
+
+
+ C=60 M=90 Y=0 K=0
+ CMYK
+ PROCESS
+ 60.000004
+ 90.000000
+ 0.003099
+ 0.003099
+
+
+
+
+
+
+
+
+ Adobe PDF library 10.01
+ False
+
+
+ PDF/X-3:2002
+
+
+ PDF/X-3:2002
+ PDF/X-3:2002
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
endstream
endobj
3 0 obj
<>
endobj
6 0 obj
<>/ExtGState<>/Properties<>>>/TrimBox[0.0 0.0 1247.14 837.144]/Type/Page>>
endobj
7 0 obj
<>stream
+H%GStOU}A,hdd@=_D/HgKV^">_w(ϩqgԟgmrF_O-}ķ_fߟ>Q[Κ==^ƧO8Yo߳~~1SW=Ǐ<5xQVUUF_
c7W܍~&WOY]3eϫd}sS8F{g_-~<7fEp1Cu]]x2fOdzح3f6W;Wq4a<'5B9y'ֶ+]vYp!ωGDn\8tBw<;yJl1x6٦p-"bWvm|N#<%Z/⾙q0,ʩ]VBw'(BZByWd"lCFF
+
+VeBJO^ʾRT;UdZL.41T]ӻB