<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cyber4edu.org/c4e/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>cyber4EDU</title>
        <description>Schule richtig Digital!</description>
        <link>https://cyber4edu.org/c4e/wiki/</link>
        <lastBuildDate>Tue, 25 Aug 2026 18:45:15 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://cyber4edu.org/c4e/wiki/_media/logo.png</url>
            <title>cyber4EDU</title>
            <link>https://cyber4edu.org/c4e/wiki/</link>
        </image>
        <item>
            <title>dokuwiki.svg - angelegt - Externe Bearbeitung</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=wiki%3Adokuwiki.svg&amp;ns=wiki&amp;rev=1784025418&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki.svg?w=500&amp;amp;h=500&amp;amp;tok=accc86&quot; alt=&quot;dokuwiki.svg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 Jul 2026 10:36:58 +0000</pubDate>
        </item>
        <item>
            <title>Formatting Syntax - angelegt - Externe Bearbeitung</title>
            <link>https://cyber4edu.org/c4e/wiki/wiki/syntax?rev=1784025418&amp;do=diff</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;formatting_syntax&quot;&gt;Formatting Syntax&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.dokuwiki.org/DokuWiki&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/DokuWiki&quot;&gt;DokuWiki&lt;/a&gt; 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 &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/playground/playground&quot; class=&quot;wikilink1&quot; title=&quot;playground:playground&quot; data-wiki-id=&quot;playground:playground&quot;&gt;playground&lt;/a&gt; page. The simpler markup is easily accessible via &lt;a href=&quot;https://www.dokuwiki.org/toolbar&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/toolbar&quot;&gt;quickbuttons&lt;/a&gt;, too.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Formatting Syntax&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;formatting_syntax&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-472&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;basic_text_formatting&quot;&gt;Basic Text Formatting&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki supports &lt;strong&gt;bold&lt;/strong&gt;, &lt;em&gt;italic&lt;/em&gt;, &lt;em class=&quot;u&quot;&gt;underlined&lt;/em&gt; and &lt;code&gt;monospaced&lt;/code&gt; texts. Of course you can &lt;strong&gt;&lt;em class=&quot;u&quot;&gt;&lt;em&gt;&lt;code&gt;combine&lt;/code&gt;&lt;/em&gt;&lt;/em&gt;&lt;/strong&gt; all these.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;DokuWiki supports **bold**, //italic//, __underlined__ and &amp;#039;&amp;#039;monospaced&amp;#039;&amp;#039; texts.
Of course you can **__//&amp;#039;&amp;#039;combine&amp;#039;&amp;#039;//__** all these.&lt;/pre&gt;

&lt;p&gt;
Note that the formatting markers have to directly enclose the text, so &lt;code&gt;** bold **&lt;/code&gt; with spaces inside the markers will not be formatted.
&lt;/p&gt;

&lt;p&gt;
You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can use &amp;lt;sub&amp;gt;subscript&amp;lt;/sub&amp;gt; and &amp;lt;sup&amp;gt;superscript&amp;lt;/sup&amp;gt;, too.&lt;/pre&gt;

&lt;p&gt;
You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can mark something as &amp;lt;del&amp;gt;deleted&amp;lt;/del&amp;gt; as well.&lt;/pre&gt;

&lt;p&gt;
&lt;strong&gt;Paragraphs&lt;/strong&gt; are created from blank lines. If you want to &lt;strong&gt;force a newline&lt;/strong&gt; without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
&lt;/p&gt;

&lt;p&gt;
This is some text with some linebreaks&lt;br/&gt;
Note that the
two backslashes are only recognized at the end of a line&lt;br/&gt;

or followed by&lt;br/&gt;
a whitespace \\this happens without it.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;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.&lt;/pre&gt;

&lt;p&gt;
You should use forced newlines only if really needed.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Basic Text Formatting&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;basic_text_formatting&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;473-1754&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;links&quot;&gt;Links&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki supports multiple ways of creating links.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Links&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;links&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1755-1825&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit4&quot; id=&quot;external&quot;&gt;External&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
External links are recognized automagically: &lt;a href=&quot;http://www.google.com&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.google.com&quot; rel=&quot;ugc nofollow noopener&quot;&gt;http://www.google.com&lt;/a&gt; or simply &lt;a href=&quot;http://www.google.com&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.google.com&quot; rel=&quot;ugc nofollow noopener&quot;&gt;www.google.com&lt;/a&gt; - You can set the link text as well: &lt;a href=&quot;http://www.google.com&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.google.com&quot; rel=&quot;ugc nofollow noopener&quot;&gt;This Link points to google&lt;/a&gt;. Email addresses like this one: &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt; are recognized, too.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;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: &amp;lt;andi@splitbrain.org&amp;gt; are recognized, too.&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;External&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;external&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1826-2416&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit5&quot; id=&quot;internal&quot;&gt;Internal&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Internal links are created by using square brackets. You can either just give a &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/pagename&quot; class=&quot;wikilink2&quot; title=&quot;wiki:pagename&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wiki:pagename&quot;&gt;pagename&lt;/a&gt; or use an additional &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/pagename&quot; class=&quot;wikilink2&quot; title=&quot;wiki:pagename&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wiki:pagename&quot;&gt;link text&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Internal links are created by using square brackets. You can either just give
a [[pagename]] or use an additional [[pagename|link text]].&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.dokuwiki.org/pagename&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/pagename&quot;&gt;Wiki pagenames&lt;/a&gt; are converted to lowercase automatically, special characters are not allowed.
&lt;/p&gt;

&lt;p&gt;
You can use &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/some/namespaces&quot; class=&quot;wikilink2&quot; title=&quot;some:namespaces&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;some:namespaces&quot;&gt;namespaces&lt;/a&gt; by using a colon in the pagename.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can use [[some:namespaces]] by using a colon in the pagename.&lt;/pre&gt;

&lt;p&gt;
For details about namespaces see &lt;a href=&quot;https://www.dokuwiki.org/namespaces&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/namespaces&quot;&gt;namespaces&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Linking to a specific section is possible, too. Just add the section name behind a hash character as known from &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;. This links to &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/syntax#internal&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;this Section&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;This links to [[syntax#internal|this Section]].&lt;/pre&gt;

&lt;p&gt;
Notes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Links to &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/syntax&quot; class=&quot;wikilink1&quot; title=&quot;wiki:syntax&quot; data-wiki-id=&quot;wiki:syntax&quot;&gt;existing pages&lt;/a&gt; are shown in a different style from &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/nonexisting&quot; class=&quot;wikilink2&quot; title=&quot;wiki:nonexisting&quot; rel=&quot;nofollow&quot; data-wiki-id=&quot;wiki:nonexisting&quot;&gt;nonexisting&lt;/a&gt; ones.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; DokuWiki does not use &lt;a href=&quot;https://en.wikipedia.org/wiki/CamelCase&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/CamelCase&quot;&gt;CamelCase&lt;/a&gt; to automatically create links by default, but this behavior can be enabled in the &lt;a href=&quot;https://www.dokuwiki.org/config&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/config&quot;&gt;config&lt;/a&gt; file. Hint: If DokuWiki is a link, then it&amp;#039;s enabled.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; When a section&amp;#039;s heading is changed, its bookmark changes, too. So don&amp;#039;t rely on section linking too much.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Internal&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;internal&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;2417-3651&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit6&quot; id=&quot;interwiki&quot;&gt;Interwiki&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
DokuWiki supports &lt;a href=&quot;https://www.dokuwiki.org/Interwiki&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/Interwiki&quot;&gt;Interwiki&lt;/a&gt; links. These are quick links to other Wikis. For example this is a link to Wikipedia&amp;#039;s page about Wikis: &lt;a href=&quot;https://en.wikipedia.org/wiki/Wiki&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Wiki&quot;&gt;Wiki&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;DokuWiki supports [[doku&amp;gt;Interwiki]] links. These are quick links to other Wikis.
For example this is a link to Wikipedia&amp;#039;s page about Wikis: [[wp&amp;gt;Wiki]].&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Interwiki&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;interwiki&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;3652-3988&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit7&quot; id=&quot;windows_shares&quot;&gt;Windows Shares&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Windows shares like &lt;a href=&quot;file://///server/share&quot; class=&quot;windows&quot; title=&quot;\\server\share&quot;&gt;this&lt;/a&gt; are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate &lt;a href=&quot;https://en.wikipedia.org/wiki/Intranet&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Intranet&quot;&gt;Intranet&lt;/a&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;Windows Shares like [[\\server\share|this]] are recognized, too.&lt;/pre&gt;

&lt;p&gt;
Notes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the „local zone“).&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; For Mozilla and Firefox it can be enabled through different workaround mentioned in the &lt;a href=&quot;http://kb.mozillazine.org/Links_to_local_pages_do_not_work&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://kb.mozillazine.org/Links_to_local_pages_do_not_work&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Mozilla Knowledge Base&lt;/a&gt;. 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 &lt;code&gt;conf/lang/en/lang.php&lt;/code&gt; (more details at &lt;a href=&quot;https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation&quot;&gt;localization&lt;/a&gt;): &lt;dl class=&quot;code&quot;&gt;
&lt;dt&gt;&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_export/code/wiki/syntax?codeblock=0&quot; title=&quot;Schnipsel herunterladen&quot; class=&quot;mediafile mf_php&quot;&gt;conf/lang/en/lang.php&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;pre class=&quot;code&quot;&gt;&amp;lt;?php
/**
 * Customization of the english language file
 * Copy only the strings that needs to be modified
 */
$lang[&amp;#039;js&amp;#039;][&amp;#039;nosmblinks&amp;#039;] = &amp;#039;&amp;#039;;&lt;/pre&gt;
&lt;/dd&gt;&lt;/dl&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Windows Shares&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;windows_shares&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;3989-5061&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit8&quot; id=&quot;image_links&quot;&gt;Image Links&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
You can also use an image to link to another internal or external page by combining the syntax for links and &lt;a href=&quot;#images_and_other_files&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;images&lt;/a&gt; (see below) like this:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;[[http://php.net|{{wiki:dokuwiki-128.png}}]]&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;http://php.net&quot; class=&quot;media&quot; target=&quot;_blank&quot; title=&quot;http://php.net&quot; rel=&quot;ugc nofollow noopener&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Please note: The image formatting is the only formatting syntax accepted in link names.
&lt;/p&gt;

&lt;p&gt;
The whole &lt;a href=&quot;#images_and_other_files&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;image&lt;/a&gt; and &lt;a href=&quot;#links&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;link&lt;/a&gt; syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Image Links&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;image_links&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:8,&amp;quot;range&amp;quot;:&amp;quot;5062-5607&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit9&quot; id=&quot;footnotes&quot;&gt;Footnotes&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can add footnotes &lt;sup&gt;&lt;a href=&quot;#fn__1&quot; id=&quot;fnt__1&quot; class=&quot;fn_top&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; by using double parentheses.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;You can add footnotes ((This is a footnote)) by using double parentheses.&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Footnotes&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;footnotes&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:9,&amp;quot;range&amp;quot;:&amp;quot;5608-5782&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit10&quot; id=&quot;sectioning&quot;&gt;Sectioning&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
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 &lt;code&gt;~~NOTOC~~&lt;/code&gt; in the document.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Sectioning&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;sectioning&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:10,&amp;quot;range&amp;quot;:&amp;quot;5783-6069&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit11&quot; id=&quot;headline_level_3&quot;&gt;Headline Level 3&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;headline_level_4&quot;&gt;Headline Level 4&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;

&lt;/div&gt;

&lt;h5 id=&quot;headline_level_5&quot;&gt;Headline Level 5&lt;/h5&gt;
&lt;div class=&quot;level5&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==&lt;/pre&gt;

&lt;p&gt;
By using four or more dashes, you can make a horizontal line:
&lt;/p&gt;
&lt;hr /&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Headline Level 3&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;headline_level_3&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:11,&amp;quot;range&amp;quot;:&amp;quot;6070-6296&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit12&quot; id=&quot;media_files&quot;&gt;Media Files&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
You can include external and internal &lt;a href=&quot;https://www.dokuwiki.org/images&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/images&quot;&gt;images, videos and audio files&lt;/a&gt; with curly brackets. Optionally you can specify the size of them.
&lt;/p&gt;

&lt;p&gt;
Real size:                        &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Resize to given width:            &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png?w=50&amp;amp;tok=899106&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;50&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Resize to given width and height&lt;sup&gt;&lt;a href=&quot;#fn__2&quot; id=&quot;fnt__2&quot; class=&quot;fn_top&quot;&gt;2)&lt;/a&gt;&lt;/sup&gt;: &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png?w=200&amp;amp;h=50&amp;amp;tok=d97430&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Resized external image:           &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/lib/exe/fetch.php?tok=c5e3d7&amp;amp;media=https%3A%2F%2Fwww.php.net%2Fimages%2Fphp.gif&quot; class=&quot;media&quot; title=&quot;https://www.php.net/images/php.gif&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/exe/fetch.php?w=200&amp;amp;h=50&amp;amp;tok=5c494d&amp;amp;media=https%3A%2F%2Fwww.php.net%2Fimages%2Fphp.gif&quot; class=&quot;media&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;200&quot; height=&quot;50&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;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}}&lt;/pre&gt;

&lt;p&gt;
By using left or right whitespaces you can choose the alignment.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;mediaright&quot; align=&quot;right&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;medialeft&quot; align=&quot;left&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{ wiki:dokuwiki-128.png}}
{{wiki:dokuwiki-128.png }}
{{ wiki:dokuwiki-128.png }}&lt;/pre&gt;

&lt;p&gt;
You can also set the alignment explicitly with a &lt;code&gt;?left&lt;/code&gt;, &lt;code&gt;?right&lt;/code&gt; or &lt;code&gt;?center&lt;/code&gt; parameter. This takes precedence over the whitespace alignment above and can be combined with a size.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png?w=100&amp;amp;tok=bcc53d&quot; class=&quot;mediaright&quot; align=&quot;right&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;100&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{wiki:dokuwiki-128.png?100&amp;amp;right}}&lt;/pre&gt;

&lt;p&gt;
Of course, you can add a title (displayed as a tooltip by most browsers), too.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax&quot; class=&quot;media&quot; title=&quot;wiki:dokuwiki-128.png&quot;&gt;&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; title=&quot;This is the caption&quot; alt=&quot;This is the caption&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{ wiki:dokuwiki-128.png |This is the caption}}&lt;/pre&gt;

&lt;p&gt;
For linking an image to another page see &lt;a href=&quot;#image_links&quot; title=&quot;wiki:syntax ↵&quot; class=&quot;wikilink1&quot;&gt;Image Links&lt;/a&gt; above.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Media Files&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;media_files&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:12,&amp;quot;range&amp;quot;:&amp;quot;6297-7928&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit13&quot; id=&quot;supported_media_formats&quot;&gt;Supported Media Formats&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
DokuWiki can embed the following media formats directly.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit14&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Image &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; &lt;code&gt;gif&lt;/code&gt;, &lt;code&gt;jpg&lt;/code&gt;, &lt;code&gt;png&lt;/code&gt;  &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Video &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; &lt;code&gt;webm&lt;/code&gt;, &lt;code&gt;ogv&lt;/code&gt;, &lt;code&gt;mp4&lt;/code&gt; &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Audio &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; &lt;code&gt;ogg&lt;/code&gt;, &lt;code&gt;mp3&lt;/code&gt;, &lt;code&gt;wav&lt;/code&gt;  &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; Flash &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; &lt;code&gt;swf&lt;/code&gt;                    &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;secid&amp;quot;:14,&amp;quot;range&amp;quot;:&amp;quot;8022-8177&amp;quot;} --&gt;
&lt;p&gt;
If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
&lt;/p&gt;

&lt;p&gt;
By adding &lt;code&gt;?linkonly&lt;/code&gt; you provide a link to the media without displaying it inline
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{wiki:dokuwiki-128.png?linkonly}}&lt;/pre&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_media/wiki/dokuwiki-128.png&quot; class=&quot;media mediafile mf_png&quot; title=&quot;wiki:dokuwiki-128.png (27.2 KB)&quot;&gt;dokuwiki-128.png&lt;/a&gt; This is just a link to the image.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Supported Media Formats&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;supported_media_formats&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:13,&amp;quot;range&amp;quot;:&amp;quot;7929-8482&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit15&quot; id=&quot;fallback_formats&quot;&gt;Fallback Formats&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
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.
&lt;/p&gt;

&lt;p&gt;
For example consider this embedded mp4 video:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{video.mp4|A funny video}}&lt;/pre&gt;

&lt;p&gt;
When you upload a &lt;code&gt;video.webm&lt;/code&gt; and &lt;code&gt;video.ogv&lt;/code&gt; next to the referenced &lt;code&gt;video.mp4&lt;/code&gt;, DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
&lt;/p&gt;

&lt;p&gt;
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 &lt;code&gt;video.jpg&lt;/code&gt; file would work.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Fallback Formats&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fallback_formats&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:15,&amp;quot;range&amp;quot;:&amp;quot;8483-9213&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit16&quot; id=&quot;lists&quot;&gt;Lists&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a &lt;code&gt;*&lt;/code&gt; for unordered lists or a &lt;code&gt;-&lt;/code&gt; for ordered ones.
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; This is a list&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; The second item&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; You may have different levels&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Another item&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; The same list but ordered&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Another item&lt;/div&gt;
&lt;ol&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Just use indention for deeper levels&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; That&amp;#039;s it&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;pre class=&quot;code&quot;&gt;  * 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&amp;#039;s it&lt;/pre&gt;

&lt;p&gt;
Also take a look at the &lt;a href=&quot;https://www.dokuwiki.org/faq%3Alists&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/faq%3Alists&quot;&gt;FAQ on list items&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Lists&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;lists&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:1,&amp;quot;secid&amp;quot;:16,&amp;quot;range&amp;quot;:&amp;quot;9214-9873&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit17&quot; id=&quot;text_conversions&quot;&gt;Text Conversions&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki can convert certain pre-defined characters or strings into images or other text or &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;.
&lt;/p&gt;

&lt;p&gt;
The text to image conversion is mainly done for smileys. And the text to &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; conversion is used for typography replacements, but can be configured to use other &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; as well.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Text Conversions&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;text_conversions&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:2,&amp;quot;secid&amp;quot;:17,&amp;quot;range&amp;quot;:&amp;quot;9874-10178&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit18&quot; id=&quot;text_to_image_conversions&quot;&gt;Text to Image Conversions&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
DokuWiki converts commonly used &lt;a href=&quot;https://en.wikipedia.org/wiki/emoticon&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/emoticon&quot;&gt;emoticon&lt;/a&gt;s to their graphical equivalents. Those &lt;a href=&quot;https://www.dokuwiki.org/Smileys&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/Smileys&quot;&gt;Smileys&lt;/a&gt; and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/cool.svg&quot; class=&quot;icon smiley&quot; alt=&quot;8-)&quot; /&gt;   8-)  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/eek.svg&quot; class=&quot;icon smiley&quot; alt=&quot;8-O&quot; /&gt;   8-O  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/sad.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-(&quot; /&gt;   :-(  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/smile.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-)&quot; /&gt;   :-)  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/smile2.svg&quot; class=&quot;icon smiley&quot; alt=&quot;=)&quot; /&gt;    =)   &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/doubt.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-/&quot; /&gt;   :-/  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/doubt2.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-\&quot; /&gt;   :-\  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/confused.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-?&quot; /&gt;   :-?  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/biggrin.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-D&quot; /&gt;   :-D  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/razz.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-P&quot; /&gt;   :-P  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/surprised.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-O&quot; /&gt;   :-O  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/silenced.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-X&quot; /&gt;   :-X  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/neutral.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-|&quot; /&gt;   :-|  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/wink.svg&quot; class=&quot;icon smiley&quot; alt=&quot;;-)&quot; /&gt;   ;-)  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/fun.svg&quot; class=&quot;icon smiley&quot; alt=&quot;^_^&quot; /&gt;   ^_^  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/facepalm.svg&quot; class=&quot;icon smiley&quot; alt=&quot;m(&quot; /&gt;    m(   &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/question.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:?:&quot; /&gt;   :?:  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/exclaim.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:!:&quot; /&gt;   :!:  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/lol.svg&quot; class=&quot;icon smiley&quot; alt=&quot;LOL&quot; /&gt;   LOL  &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/fixme.svg&quot; class=&quot;icon smiley&quot; alt=&quot;FIXME&quot; /&gt;   FIXME &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/deleteme.svg&quot; class=&quot;icon smiley&quot; alt=&quot;DELETEME&quot; /&gt;  DELETEME &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Text to Image Conversions&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;text_to_image_conversions&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:2,&amp;quot;secid&amp;quot;:18,&amp;quot;range&amp;quot;:&amp;quot;10179-10854&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit19&quot; id=&quot;text_to_html_conversions&quot;&gt;Text to HTML Conversions&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
Typography: &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
&lt;/p&gt;

&lt;p&gt;
→ ← ↔ ⇒ ⇐ ⇔ » « – — 640&amp;times;480 © ™ ®
„He thought &amp;#039;It&amp;#039;s a man&amp;#039;s world&amp;#039;…“
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;-&amp;gt; &amp;lt;- &amp;lt;-&amp;gt; =&amp;gt; &amp;lt;= &amp;lt;=&amp;gt; &amp;gt;&amp;gt; &amp;lt;&amp;lt; -- --- 640x480 (c) (tm) (r)
&amp;quot;He thought &amp;#039;It&amp;#039;s a man&amp;#039;s world&amp;#039;...&amp;quot;&lt;/pre&gt;

&lt;p&gt;
The same can be done to produce any kind of &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt;, it just needs to be added to the &lt;a href=&quot;https://www.dokuwiki.org/entities&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/entities&quot;&gt;pattern file&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
There are three exceptions which do not come from that pattern file: multiplication entity (640&amp;times;480), &amp;#039;single&amp;#039; and „double quotes“. They can be turned off through a &lt;a href=&quot;https://www.dokuwiki.org/config%3Atypography&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/config%3Atypography&quot;&gt;config option&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Text to HTML Conversions&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;text_to_html_conversions&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:2,&amp;quot;secid&amp;quot;:19,&amp;quot;range&amp;quot;:&amp;quot;10855-11562&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit20&quot; id=&quot;quoting&quot;&gt;Quoting&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Some times you want to mark some text to show it&amp;#039;s a reply or comment. You can use the following syntax:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;I think we should do it

&amp;gt; No we shouldn&amp;#039;t

&amp;gt;&amp;gt; Well, I say we should

&amp;gt; Really?

&amp;gt;&amp;gt; Yes!

&amp;gt;&amp;gt;&amp;gt; Then lets do it!&lt;/pre&gt;

&lt;p&gt;
I think we should do it
&lt;/p&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
No we shouldn&amp;#039;t&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
Well, I say we should&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
Really?&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
Yes!&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
&lt;blockquote&gt;&lt;div class=&quot;no&quot;&gt;
Then lets do it!&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/div&gt;&lt;/blockquote&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Quoting&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;quoting&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:3,&amp;quot;secid&amp;quot;:20,&amp;quot;range&amp;quot;:&amp;quot;11563-11928&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit21&quot; id=&quot;tables&quot;&gt;Tables&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki supports a simple syntax to create tables.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit22&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 1      &lt;/th&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Heading 2       &lt;/th&gt;&lt;th class=&quot;col2 leftalign&quot;&gt; Heading 3          &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 1 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 1 Col 2     &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 1 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 2 Col 1    &lt;/td&gt;&lt;td class=&quot;col1&quot; colspan=&quot;2&quot;&gt; some colspan (note the double pipe) &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 3 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 3 Col 2     &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 3 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table1&amp;quot;,&amp;quot;secid&amp;quot;:22,&amp;quot;range&amp;quot;:&amp;quot;12002-12233&amp;quot;} --&gt;
&lt;p&gt;
Table rows have to start and end with a &lt;code&gt;|&lt;/code&gt; for normal rows or a &lt;code&gt;^&lt;/code&gt; for headers.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^ 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        |&lt;/pre&gt;

&lt;p&gt;
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!
&lt;/p&gt;

&lt;p&gt;
Vertical tableheaders are possible, too.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit23&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt;              &lt;/td&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Heading 1            &lt;/th&gt;&lt;th class=&quot;col2 leftalign&quot;&gt; Heading 2          &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 3    &lt;/th&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 1 Col 2          &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 1 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 4    &lt;/th&gt;&lt;td class=&quot;col1&quot;&gt; no colspan this time &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt;                    &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 5    &lt;/th&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 2 Col 2          &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 2 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table2&amp;quot;,&amp;quot;secid&amp;quot;:23,&amp;quot;range&amp;quot;:&amp;quot;12753-12996&amp;quot;} --&gt;
&lt;p&gt;
As you can see, it&amp;#039;s the cell separator before a cell which decides about the formatting:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;|              ^ 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        |&lt;/pre&gt;

&lt;p&gt;
You can have rowspans (vertically connected cells) by adding &lt;code&gt;:::&lt;/code&gt; into the cells below the one to which they should connect.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit24&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Heading 1      &lt;/th&gt;&lt;th class=&quot;col1 leftalign&quot;&gt; Heading 2                  &lt;/th&gt;&lt;th class=&quot;col2 leftalign&quot;&gt; Heading 3          &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 1 Col 1    &lt;/td&gt;&lt;td class=&quot;col1&quot; rowspan=&quot;3&quot;&gt; this cell spans vertically &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt; Row 1 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 2 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 2 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; Row 3 Col 1    &lt;/td&gt;&lt;td class=&quot;col1 leftalign&quot;&gt; Row 2 Col 3        &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table3&amp;quot;,&amp;quot;secid&amp;quot;:24,&amp;quot;range&amp;quot;:&amp;quot;13475-13750&amp;quot;} --&gt;
&lt;p&gt;
Apart from the rowspan syntax those cells should not contain anything else.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^ 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        |&lt;/pre&gt;

&lt;p&gt;
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.
&lt;/p&gt;
&lt;div class=&quot;table sectionedit25&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 centeralign&quot; colspan=&quot;3&quot;&gt;           Table with alignment           &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 rightalign&quot;&gt;         right&lt;/td&gt;&lt;td class=&quot;col1 centeralign&quot;&gt;    center    &lt;/td&gt;&lt;td class=&quot;col2 leftalign&quot;&gt;left          &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt;left          &lt;/td&gt;&lt;td class=&quot;col1 rightalign&quot;&gt;         right&lt;/td&gt;&lt;td class=&quot;col2 centeralign&quot;&gt;    center    &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; xxxxxxxxxxxx &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; xxxxxxxxxxxx &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; xxxxxxxxxxxx &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table4&amp;quot;,&amp;quot;secid&amp;quot;:25,&amp;quot;range&amp;quot;:&amp;quot;14359-14546&amp;quot;} --&gt;
&lt;p&gt;
This is how it looks in the source:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;^           Table with alignment           ^^^
|         right|    center    |left          |
|left          |         right|    center    |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |&lt;/pre&gt;

&lt;p&gt;
Note: Vertical alignment is not supported.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Tables&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;tables&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:4,&amp;quot;secid&amp;quot;:21,&amp;quot;range&amp;quot;:&amp;quot;11929-14825&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit26&quot; id=&quot;no_formatting&quot;&gt;No Formatting&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
If you need to display text exactly like it is typed (without any formatting), enclose the area either with &lt;code&gt;&amp;lt;nowiki&amp;gt;&lt;/code&gt; tags or even simpler, with double percent signs &lt;code&gt;%%&lt;/code&gt;.
&lt;/p&gt;

&lt;p&gt;

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 ;-).
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;nowiki&amp;gt;
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
&amp;lt;/nowiki&amp;gt;
The same is true for %%//__this__ text// with a smiley ;-)%%.&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;No Formatting&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;no_formatting&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:4,&amp;quot;secid&amp;quot;:26,&amp;quot;range&amp;quot;:&amp;quot;14826-15481&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit27&quot; id=&quot;code_blocks&quot;&gt;Code Blocks&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
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 &lt;code&gt;&amp;lt;code&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;file&amp;gt;&lt;/code&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;This is text is indented by two spaces.&lt;/pre&gt;
&lt;pre class=&quot;code&quot;&gt;This is preformatted code all spaces are preserved: like              &amp;lt;-this&lt;/pre&gt;
&lt;pre class=&quot;file&quot;&gt;This is pretty much the same, but you could use it to show that you quoted a file.&lt;/pre&gt;

&lt;p&gt;
Those blocks were created by this source:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;  This is text is indented by two spaces.&lt;/pre&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;code&amp;gt;
This is preformatted code all spaces are preserved: like              &amp;lt;-this
&amp;lt;/code&amp;gt;&lt;/pre&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;file&amp;gt;
This is pretty much the same, but you could use it to show that you quoted a file.
&amp;lt;/file&amp;gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Code Blocks&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;code_blocks&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:4,&amp;quot;secid&amp;quot;:27,&amp;quot;range&amp;quot;:&amp;quot;15482-16223&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit28&quot; id=&quot;syntax_highlighting&quot;&gt;Syntax Highlighting&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; can highlight sourcecode, which makes it easier to read. It uses the &lt;a href=&quot;http://qbnz.com/highlighter/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://qbnz.com/highlighter/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;GeSHi&lt;/a&gt; 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. &lt;code&gt;&amp;lt;code java&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;file java&amp;gt;&lt;/code&gt;.
&lt;/p&gt;
&lt;pre class=&quot;code java&quot;&gt;&lt;span class=&quot;co3&quot;&gt;/**
 * The HelloWorldApp class implements an application that
 * simply displays &amp;quot;Hello World!&amp;quot; to the standard output.
 */&lt;/span&gt;
&lt;span class=&quot;kw1&quot;&gt;class&lt;/span&gt; HelloWorldApp &lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;
    &lt;span class=&quot;kw1&quot;&gt;public&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;static&lt;/span&gt; &lt;span class=&quot;kw4&quot;&gt;void&lt;/span&gt; main&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+string&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;String&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#93;&lt;/span&gt; args&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span class=&quot;br0&quot;&gt;&amp;#123;&lt;/span&gt;
        &lt;a target=&quot;_blank&quot; href=&quot;http://www.google.com/search?hl=en&amp;amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+system&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;System&lt;/span&gt;&lt;/a&gt;.&lt;span class=&quot;me1&quot;&gt;out&lt;/span&gt;.&lt;span class=&quot;me1&quot;&gt;println&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st0&quot;&gt;&amp;quot;Hello World!&amp;quot;&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;co1&quot;&gt;//Display the string.&lt;/span&gt;
    &lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span class=&quot;br0&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;
The following language strings are currently recognized: &lt;em&gt;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&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
There are additional &lt;a href=&quot;https://www.dokuwiki.org/syntax_highlighting&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/syntax_highlighting&quot;&gt;advanced options&lt;/a&gt; available for syntax highlighting, such as highlighting lines or adding line numbers.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Syntax Highlighting&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;syntax_highlighting&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:6,&amp;quot;secid&amp;quot;:28,&amp;quot;range&amp;quot;:&amp;quot;16224-19009&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit29&quot; id=&quot;downloadable_code_blocks&quot;&gt;Downloadable Code Blocks&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
When you use the &lt;code&gt;&amp;lt;code&amp;gt;&lt;/code&gt; or &lt;code&gt;&amp;lt;file&amp;gt;&lt;/code&gt; 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:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;&amp;lt;file php myexample.php&amp;gt;
&amp;lt;?php echo &amp;quot;hello world!&amp;quot;; ?&amp;gt;
&amp;lt;/file&amp;gt;&lt;/pre&gt;
&lt;dl class=&quot;file&quot;&gt;
&lt;dt&gt;&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/_export/code/wiki/syntax?codeblock=8&quot; title=&quot;Schnipsel herunterladen&quot; class=&quot;mediafile mf_php&quot;&gt;myexample.php&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;pre class=&quot;code file php&quot;&gt;&lt;span class=&quot;kw2&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;hello world!&amp;quot;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;sy1&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/dd&gt;&lt;/dl&gt;

&lt;p&gt;
If you don&amp;#039;t want any highlighting but want a downloadable file, specify a dash (&lt;code&gt;-&lt;/code&gt;) as the language code: &lt;code&gt;&amp;lt;code - myfile.foo&amp;gt;&lt;/code&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Downloadable Code Blocks&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;downloadable_code_blocks&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:7,&amp;quot;secid&amp;quot;:29,&amp;quot;range&amp;quot;:&amp;quot;19010-19539&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit30&quot; id=&quot;rssatom_feed_aggregation&quot;&gt;RSS/ATOM Feed Aggregation&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; can integrate data from external XML feeds. For parsing the XML feeds, &lt;a href=&quot;http://simplepie.org/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://simplepie.org/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;SimplePie&lt;/a&gt; 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:
&lt;/p&gt;
&lt;div class=&quot;table sectionedit31&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Parameter  &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; any number &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; will be used as maximum number items to show, defaults to 8 &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; reverse    &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; display the last items in the feed first &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; author     &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; show item authors names &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; date       &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; show item dates &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; description&lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; show the item description. All &lt;abbr title=&quot;HyperText Markup Language&quot;&gt;HTML&lt;/abbr&gt; tags will be stripped &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; nosort     &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; do not sort the items in the feed &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; &lt;em&gt;n&lt;/em&gt;[dhm] &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table5&amp;quot;,&amp;quot;secid&amp;quot;:31,&amp;quot;range&amp;quot;:&amp;quot;19860-20313&amp;quot;} --&gt;
&lt;p&gt;
The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; 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 &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/wiki/dokuwiki&quot; class=&quot;wikilink1&quot; title=&quot;wiki:dokuwiki&quot; data-wiki-id=&quot;wiki:dokuwiki&quot;&gt;DokuWiki&lt;/a&gt; to re-render the page if it is more than &lt;em&gt;refresh period&lt;/em&gt; since the page was last rendered.
&lt;/p&gt;

&lt;p&gt;
By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the &lt;code&gt;reverse&lt;/code&gt; parameter, or display the feed as is with &lt;code&gt;nosort&lt;/code&gt;.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Example:&lt;/strong&gt;
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;{{rss&amp;gt;http://slashdot.org/index.rss 5 author date 1h }}&lt;/pre&gt;
&lt;ul class=&quot;rss&quot;&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://tech.slashdot.org/story/26/08/25/168248/waymo-is-expanding-to-germany?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://tech.slashdot.org/story/26/08/25/168248/waymo-is-expanding-to-germany?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Waymo Is Expanding to Germany&lt;/a&gt; von BeauHD (2026/08/25 17:00)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://hardware.slashdot.org/story/26/08/25/1553245/apple-announces-new-mac-mini-with-m6-and-m5-pro-chips?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://hardware.slashdot.org/story/26/08/25/1553245/apple-announces-new-mac-mini-with-m6-and-m5-pro-chips?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Apple Announces New Mac Mini With M6 and M5 Pro Chips&lt;/a&gt; von BeauHD (2026/08/25 16:00)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://news.slashdot.org/story/26/08/25/0617230/motorolas-2027-flagships-will-officially-support-grapheneos?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://news.slashdot.org/story/26/08/25/0617230/motorolas-2027-flagships-will-officially-support-grapheneos?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Motorola&amp;#039;s 2027 Flagships Will Officially Support GrapheneOS&lt;/a&gt; von BeauHD (2026/08/25 15:00)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://it.slashdot.org/story/26/08/25/062246/windows-backdoor-sleepwalker-hides-in-memory-until-activated-by-a-magic-packet?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://it.slashdot.org/story/26/08/25/062246/windows-backdoor-sleepwalker-hides-in-memory-until-activated-by-a-magic-packet?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Windows Backdoor &amp;#039;Sleepwalker&amp;#039; Hides in Memory Until Activated by a &amp;#039;Magic Packet&amp;#039;&lt;/a&gt; von BeauHD (2026/08/25 11:00)&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://yro.slashdot.org/story/26/08/25/0548233/aliexpress-leverages-user-audio-systems-for-fingerprinting?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://yro.slashdot.org/story/26/08/25/0548233/aliexpress-leverages-user-audio-systems-for-fingerprinting?utm_source=rss1.0mainlinkanon&amp;amp;utm_medium=feed&quot; rel=&quot;ugc nofollow noopener&quot;&gt;AliExpress Leverages User Audio Systems For Fingerprinting&lt;/a&gt; von BeauHD (2026/08/25 07:00)&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;RSS\/ATOM Feed Aggregation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;rssatom_feed_aggregation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:9,&amp;quot;secid&amp;quot;:30,&amp;quot;range&amp;quot;:&amp;quot;19540-21005&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit32&quot; id=&quot;control_macros&quot;&gt;Control Macros&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
&lt;/p&gt;
&lt;div class=&quot;table sectionedit33&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0 leftalign&quot;&gt; Macro           &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0 leftalign&quot;&gt; ~~NOTOC~~   &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; If this macro is found on the page, no table of contents will be created &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; ~~NOCACHE~~ &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the &amp;lt;php&amp;gt; syntax above is used), adding this macro will force DokuWiki to rerender a page on every call &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;table&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;table6&amp;quot;,&amp;quot;secid&amp;quot;:33,&amp;quot;range&amp;quot;:&amp;quot;21166-21508&amp;quot;} --&gt;
&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Control Macros&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;control_macros&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:9,&amp;quot;secid&amp;quot;:32,&amp;quot;range&amp;quot;:&amp;quot;21006-21509&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit34&quot; id=&quot;syntax_plugins&quot;&gt;Syntax Plugins&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
DokuWiki&amp;#039;s syntax can be extended by &lt;a href=&quot;https://www.dokuwiki.org/plugins&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugins&quot;&gt;Plugins&lt;/a&gt;. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:addnewpage&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.dokuwiki.org/plugin:addnewpage&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Add New Page plugin&lt;/a&gt; &lt;em&gt;2026-07-07&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#100;&amp;#114;&amp;#101;&amp;#103;&amp;#97;&amp;#100;&amp;#64;&amp;#109;&amp;#97;&amp;#110;&amp;#116;&amp;#105;&amp;#115;&amp;#98;&amp;#116;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#100;&amp;#114;&amp;#101;&amp;#103;&amp;#97;&amp;#100;&amp;#64;&amp;#109;&amp;#97;&amp;#110;&amp;#116;&amp;#105;&amp;#115;&amp;#98;&amp;#116;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Damien Regad, Benjamin Santalucia, Sam Wilson and other contributors&lt;/a&gt;&lt;br/&gt;
Adds a &amp;quot;new page form&amp;quot; to any wiki page.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:blockquote&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.dokuwiki.org/plugin:blockquote&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Blockquote Plugin&lt;/a&gt; &lt;em&gt;2020-09-27&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#105;&amp;#107;&amp;#97;&amp;#64;&amp;#115;&amp;#101;&amp;#108;&amp;#102;&amp;#116;&amp;#104;&amp;#105;&amp;#110;&amp;#107;&amp;#101;&amp;#114;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#105;&amp;#107;&amp;#97;&amp;#64;&amp;#115;&amp;#101;&amp;#108;&amp;#102;&amp;#116;&amp;#104;&amp;#105;&amp;#110;&amp;#107;&amp;#101;&amp;#114;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Anika Henke (previous author: Gina Haeussge)&lt;/a&gt;&lt;br/&gt;
Write quotations in a semantically correct way&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:blogtng&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.dokuwiki.org/plugin:blogtng&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Next Generation Blog Plugin&lt;/a&gt; &lt;em&gt;2023-02-16&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#102;&amp;#114;&amp;#101;&amp;#97;&amp;#107;&amp;#115;&amp;#64;&amp;#100;&amp;#111;&amp;#107;&amp;#117;&amp;#119;&amp;#105;&amp;#107;&amp;#105;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#102;&amp;#114;&amp;#101;&amp;#97;&amp;#107;&amp;#115;&amp;#64;&amp;#100;&amp;#111;&amp;#107;&amp;#117;&amp;#119;&amp;#105;&amp;#107;&amp;#105;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Michael Klier, Gina Haeussge, Andreas Gohr&lt;/a&gt;&lt;br/&gt;
The complete solution to blogging with DokuWiki&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:catlist&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.dokuwiki.org/plugin:catlist&quot; rel=&quot;ugc nofollow noopener&quot;&gt;catlist plugin&lt;/a&gt; &lt;em&gt;2023-12-16&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#120;&amp;#99;&amp;#111;&amp;#100;&amp;#101;&amp;#120;&amp;#105;&amp;#102;&amp;#64;&amp;#120;&amp;#105;&amp;#102;&amp;#46;&amp;#102;&amp;#114;&quot; class=&quot;mail&quot; title=&quot;&amp;#120;&amp;#99;&amp;#111;&amp;#100;&amp;#101;&amp;#120;&amp;#105;&amp;#102;&amp;#64;&amp;#120;&amp;#105;&amp;#102;&amp;#46;&amp;#102;&amp;#114;&quot;&gt;Félix Faisant&lt;/a&gt;&lt;br/&gt;
List pages and namespaces recursively&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://www.dokuwiki.org/plugin:icalevents&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.dokuwiki.org/plugin:icalevents&quot; rel=&quot;ugc nofollow noopener&quot;&gt;iCalEvents&lt;/a&gt; &lt;em&gt;2017-06-16&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#116;&amp;#105;&amp;#109;&amp;#64;&amp;#116;&amp;#105;&amp;#109;&amp;#114;&amp;#117;&amp;#102;&amp;#102;&amp;#105;&amp;#110;&amp;#103;&amp;#46;&amp;#100;&amp;#101;&quot; class=&quot;mail&quot; title=&quot;&amp;#116;&amp;#105;&amp;#109;&amp;#64;&amp;#116;&amp;#105;&amp;#109;&amp;#114;&amp;#117;&amp;#102;&amp;#102;&amp;#105;&amp;#110;&amp;#103;&amp;#46;&amp;#100;&amp;#101;&quot;&gt;Tim Ruffing, Robert Rackl, Elan Ruusamäe, Jannes Drost-Tenfelde&lt;/a&gt;&lt;br/&gt;
Displays a calendar in iCalendar format according to a template&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://www.dokuwiki.org/plugin:iframe&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.dokuwiki.org/plugin:iframe&quot; rel=&quot;ugc nofollow noopener&quot;&gt;iframe plugin&lt;/a&gt; &lt;em&gt;2023-08-17&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#99;&amp;#104;&amp;#114;&amp;#105;&amp;#115;&amp;#64;&amp;#106;&amp;#97;&amp;#108;&amp;#97;&amp;#107;&amp;#97;&amp;#105;&amp;#46;&amp;#99;&amp;#111;&amp;#46;&amp;#117;&amp;#107;&quot; class=&quot;mail&quot; title=&quot;&amp;#99;&amp;#104;&amp;#114;&amp;#105;&amp;#115;&amp;#64;&amp;#106;&amp;#97;&amp;#108;&amp;#97;&amp;#107;&amp;#97;&amp;#105;&amp;#46;&amp;#99;&amp;#111;&amp;#46;&amp;#117;&amp;#107;&quot;&gt;Christopher Smith&lt;/a&gt;&lt;br/&gt;
Allows external URLs to be loaded into an iframe in your DokuWiki page.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:info&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.dokuwiki.org/plugin:info&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Info Plugin&lt;/a&gt; &lt;em&gt;2020-06-04&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#100;&amp;#105;&amp;#64;&amp;#115;&amp;#112;&amp;#108;&amp;#105;&amp;#116;&amp;#98;&amp;#114;&amp;#97;&amp;#105;&amp;#110;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Andreas Gohr&lt;/a&gt;&lt;br/&gt;
Displays information about various DokuWiki internals&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;http://www.dokuwiki.org/plugin:nspages&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://www.dokuwiki.org/plugin:nspages&quot; rel=&quot;ugc nofollow noopener&quot;&gt;nspages plugin&lt;/a&gt; &lt;em&gt;2026-06-03&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#103;&amp;#117;&amp;#105;&amp;#108;&amp;#108;&amp;#97;&amp;#117;&amp;#109;&amp;#101;&amp;#46;&amp;#116;&amp;#117;&amp;#114;&amp;#114;&amp;#105;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;&quot; class=&quot;mail&quot; title=&quot;&amp;#103;&amp;#117;&amp;#105;&amp;#108;&amp;#108;&amp;#97;&amp;#117;&amp;#109;&amp;#101;&amp;#46;&amp;#116;&amp;#117;&amp;#114;&amp;#114;&amp;#105;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;&quot;&gt;Guillaume Turri&lt;/a&gt;&lt;br/&gt;
Presents a toc of the selected namespace using &amp;lt;nspages&amp;gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;&lt;a href=&quot;https://www.dokuwiki.org/plugin:wrap&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.dokuwiki.org/plugin:wrap&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Wrap Plugin&lt;/a&gt; &lt;em&gt;2026-06-02&lt;/em&gt; von &lt;a href=&quot;mailto:&amp;#97;&amp;#110;&amp;#105;&amp;#107;&amp;#97;&amp;#64;&amp;#115;&amp;#101;&amp;#108;&amp;#102;&amp;#116;&amp;#104;&amp;#105;&amp;#110;&amp;#107;&amp;#101;&amp;#114;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot; class=&quot;mail&quot; title=&quot;&amp;#97;&amp;#110;&amp;#105;&amp;#107;&amp;#97;&amp;#64;&amp;#115;&amp;#101;&amp;#108;&amp;#102;&amp;#116;&amp;#104;&amp;#105;&amp;#110;&amp;#107;&amp;#101;&amp;#114;&amp;#46;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;Anika Henke&lt;/a&gt;&lt;br/&gt;
Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Syntax Plugins&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;syntax_plugins&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:9,&amp;quot;secid&amp;quot;:34,&amp;quot;range&amp;quot;:&amp;quot;21510-&amp;quot;} --&gt;&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__1&quot; id=&quot;fn__1&quot; class=&quot;fn_bot&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;This is a footnote&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__2&quot; id=&quot;fn__2&quot; class=&quot;fn_bot&quot;&gt;2)&lt;/a&gt;&lt;/sup&gt; 
&lt;div class=&quot;content&quot;&gt;when the aspect ratio of the given width and height doesn&amp;#039;t match that of the image, it will be cropped to the new ratio before resizing&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 14 Jul 2026 10:36:58 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://cyber4edu.org/c4e/wiki/impressum?rev=1782892721&amp;do=diff</link>
            <description>
&lt;p&gt;
# Impressum
## Angaben gemäß § 5 DDG
&lt;/p&gt;

&lt;p&gt;
cyber4EDU e.V. · c/o xHain hack+makespace gUG · Grünberger Str. 16 · 10243 Berlin
&lt;/p&gt;

&lt;p&gt;
eingetragen im Vereinsregister Amtsgericht Berlin-Charlottenburg, Registernummer VR 38435
### Vertreten durch:
&lt;/p&gt;

&lt;p&gt;
Michael Merz, Kai Kobschätzki und Ralf Schlotter
&lt;/p&gt;

&lt;p&gt;
## Kontakt
&lt;/p&gt;

&lt;p&gt;
* Telefax: +49 (0) 30 53013611
* E-Mail: kontakt (ät) cyber4edu (Pünktchen) org
&lt;/p&gt;

&lt;p&gt;
## Haftung für Inhalte
&lt;/p&gt;

&lt;p&gt;
Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen.
&lt;/p&gt;

&lt;p&gt;
Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen.
&lt;/p&gt;

&lt;p&gt;
## Haftung für Links
&lt;/p&gt;

&lt;p&gt;
Unser Angebot enthält Links zu externen Websites Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar.
&lt;/p&gt;

&lt;p&gt;
Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen.
&lt;/p&gt;

&lt;p&gt;
## Urheberrecht
&lt;/p&gt;

&lt;p&gt;
Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für den privaten, nicht kommerziellen Gebrauch gestattet.
&lt;/p&gt;

&lt;p&gt;
Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen.
&lt;/p&gt;

&lt;p&gt;
Quelle: [e-recht24.de](&lt;a href=&quot;https://e-recht24.de&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://e-recht24.de&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://e-recht24.de&lt;/a&gt;)
&lt;/p&gt;
</description>
            <author>dermicha_lernort@undisclosed.example.com (dermicha_lernort)</author>
            <pubDate>Wed, 01 Jul 2026 07:58:41 +0000</pubDate>
        </item>
        <item>
            <title> - [Kurzpapiere der Datenschutzkonferenz zum Datenschutzrecht] </title>
            <link>https://cyber4edu.org/c4e/wiki/rechtliche_grundlagen?rev=1782798907&amp;do=diff</link>
            <description>
&lt;p&gt;
# Rechtliche Grundlagen
&lt;/p&gt;

&lt;p&gt;
Hier wollen wir einen schnellen Zugang bieten, welche Gesetze und Verordnungen – und in diesen, welche Artikel und Paragraphen – für Datenschutz relevante Regeln enthalten. Darüber hinaus sammeln wir hier Links zur &lt;a href=&quot;#dsgvo&quot; title=&quot;rechtliche_grundlagen ↵&quot; class=&quot;wikilink1&quot;&gt;DSGVO&lt;/a&gt;, den &lt;a href=&quot;#bundes-_und_landesdatenschutz&quot; title=&quot;rechtliche_grundlagen ↵&quot; class=&quot;wikilink1&quot;&gt;Datenschutzbehörden&lt;/a&gt; und weiterführenden Informationen.
&lt;/p&gt;

&lt;p&gt;
## Landesschulgesetze mit besonderen Regeln
### Baden-Württemberg
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz für Baden-Württemberg (SchG)
* [Webseite](&lt;a href=&quot;https://www.landesrecht-bw.de/jportal/portal/t/1611/page/bsbawueprod.psml?pid=Dokumentanzeige&amp;amp;showdoccase=1&amp;amp;js_peid=Trefferliste&amp;amp;documentnumber=1&amp;amp;numberofresults=1&amp;amp;fromdoctodoc=yes&amp;amp;doc.id=jlr-SchulGBW1983rahmen&amp;amp;doc.part=X&amp;amp;doc.price=0.0#focuspoint&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.landesrecht-bw.de/jportal/portal/t/1611/page/bsbawueprod.psml?pid=Dokumentanzeige&amp;amp;showdoccase=1&amp;amp;js_peid=Trefferliste&amp;amp;documentnumber=1&amp;amp;numberofresults=1&amp;amp;fromdoctodoc=yes&amp;amp;doc.id=jlr-SchulGBW1983rahmen&amp;amp;doc.part=X&amp;amp;doc.price=0.0#focuspoint&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.landesrecht-bw.de/jportal/portal/t/1611/page/bsbawueprod.psml?pid=Dokumentanzeige&amp;amp;showdoccase=1&amp;amp;js_peid=Trefferliste&amp;amp;documentnumber=1&amp;amp;numberofresults=1&amp;amp;fromdoctodoc=yes&amp;amp;doc.id=jlr-SchulGBW1983rahmen&amp;amp;doc.part=X&amp;amp;doc.price=0.0#focuspoint&lt;/a&gt;) – [PDF](&lt;a href=&quot;https://www.landesrecht-bw.de/jportal/portal/t/w2u/page/bsbawueprod.psml/screen/JWPDFScreen/filename/SchulG_BW_1983.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.landesrecht-bw.de/jportal/portal/t/w2u/page/bsbawueprod.psml/screen/JWPDFScreen/filename/SchulG_BW_1983.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.landesrecht-bw.de/jportal/portal/t/w2u/page/bsbawueprod.psml/screen/JWPDFScreen/filename/SchulG_BW_1983.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
(falls der PDF-Link nicht funktioniert, kann man das entsprechende PDF über einen Button oben rechts auf der Webseite laden)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 21 Hausunterricht
- § 32 Grundsätze
- § 114 Datengestützte Qualitätsentwicklung an Schulen
- § 115 Datenverarbeitung, Statistik
- § 116 Schulverwaltungssoftware ›Amtliche Schulverwaltung Baden-Württemberg‹
&lt;/p&gt;

&lt;p&gt;
### Bayern
&lt;/p&gt;

&lt;p&gt;
*Bayerisches Gesetz über das Erziehungs- und Unterrichtswesen (BayEUG)
*  [Webseite](&lt;a href=&quot;https://www.km.bayern.de/lehrer/dienst-und-beschaeftigungsverhaeltnis/gesetze-verordnungen-und-bekanntmachungen.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.km.bayern.de/lehrer/dienst-und-beschaeftigungsverhaeltnis/gesetze-verordnungen-und-bekanntmachungen.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.km.bayern.de/lehrer/dienst-und-beschaeftigungsverhaeltnis/gesetze-verordnungen-und-bekanntmachungen.html&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
Artikel mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- Art. 30 Unterricht und sonstige Schulveranstaltungen
- Art. 60a Sonstiges schulisches Personal sowie Verwaltungs- und Hauspersonal
- Art. 82 Zulässigkeit
- Art. 83 Organisation
- Art. 85 Verarbeitung personenbezogener Daten
- Art. 85a Automatisiertes Verfahren zur Unterstützung der Schulen
- Art. 113a Automatisiertes Verfahren zur Unterstützung der Schulverwaltung
- Art. 113b Statistik
- Art. 113c Evaluation
&lt;/p&gt;

&lt;p&gt;
### Berlin
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz für das Land Berlin (Schulgesetz - SchulG)
* [Webseite](&lt;a href=&quot;https://gesetze.berlin.de/bsbe/document/jlr-SchulGBErahmen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://gesetze.berlin.de/bsbe/document/jlr-SchulGBErahmen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://gesetze.berlin.de/bsbe/document/jlr-SchulGBErahmen&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 5a Zusammenarbeit zwischen Schule und Jugendamt
- § 19 Ganztagsschulen, ergänzende Förderung und Betreuung, Mittagessen
- § 64 Datenverarbeitung und Auskunftsrechte
- § 64a Automatisierte Datenverarbeitung
- § 64b Evaluationsbericht
- § 64c Identitätsmanagement
- § 65 Evaluation, wissenschaftliche Untersuchungen in Schulen, statistische Erhebungen
- § 66 Nähere Ausgestaltung der Datenverarbeitung
- § 107 Schulpsychologische und inklusionspädagogische Beratung und Unterstützung
&lt;/p&gt;

&lt;p&gt;
### Brandenburg
&lt;/p&gt;

&lt;p&gt;
* Gesetz über die Schulen Schulgesetz - BbgSchulG)
* [Webseite](&lt;a href=&quot;https://bravors.brandenburg.de/gesetze/bbgschulg&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://bravors.brandenburg.de/gesetze/bbgschulg&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://bravors.brandenburg.de/gesetze/bbgschulg&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 65 Verarbeitung personenbezogener Daten
- § 65a Automatisierte zentrale Schülerdatei und Schülerlaufbahnstatistiken
- § 66 Wissenschaftliche Untersuchungen
- § 119 Schulaufsicht
- § 145 Einschränkung von Grundrechten
&lt;/p&gt;

&lt;p&gt;
### Bremen
&lt;/p&gt;

&lt;p&gt;
*Bremisches Schulgesetz (BremSchulG)* [Webseite](&lt;a href=&quot;https://www.transparenz.bremen.de/metainformationen/bremisches-schulgesetz-bremschulg-in-der-fassung-der-bekanntmachung-vom-28-juni-2005-175324?asl=bremen203_tpgesetz.c.55340.de&amp;amp;template=20_gp_ifg_meta_detail_d&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.transparenz.bremen.de/metainformationen/bremisches-schulgesetz-bremschulg-in-der-fassung-der-bekanntmachung-vom-28-juni-2005-175324?asl=bremen203_tpgesetz.c.55340.de&amp;amp;template=20_gp_ifg_meta_detail_d&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.transparenz.bremen.de/metainformationen/bremisches-schulgesetz-bremschulg-in-der-fassung-der-bekanntmachung-vom-28-juni-2005-175324?asl=bremen203_tpgesetz.c.55340.de&amp;amp;template=20_gp_ifg_meta_detail_d&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 55 Erfüllung der Schulpflicht
&lt;/p&gt;

&lt;p&gt;
### Hamburg
&lt;/p&gt;

&lt;p&gt;
*Hamburgisches Schulgesetz (HmbSG)*  [PDF](&lt;a href=&quot;https://www.hamburg.de/contentblob/1995414/08a450fe75bfa3908472ae091ae51f23/data/schulgesetzdownload.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.hamburg.de/contentblob/1995414/08a450fe75bfa3908472ae091ae51f23/data/schulgesetzdownload.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.hamburg.de/contentblob/1995414/08a450fe75bfa3908472ae091ae51f23/data/schulgesetzdownload.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 98 Datenverarbeitung im Schulbereich
- § 98a Vertrauensstelle § 98b Pädagogische Netzwerke und Lernportale
- § 98c Fern-, Wechsel- oder Hybridunterricht, Videoübertragung Verarbeitung von Ton-, Bild- und Videodaten
- § 99 Datenverarbeitung beim Schulärztlichen Dienst und Schulberatungsdienst
- § 100 Evaluation
- § 101 Verordnungsermächtigung
- § 106 Wahlen und Abstimmungen, Sitzungen ohne persönliches Zusammentreffen
&lt;/p&gt;

&lt;p&gt;
### Hessen
&lt;/p&gt;

&lt;p&gt;
*Hessisches Schulgesetz*  [Webseite](&lt;a href=&quot;https://kultusministerium.hessen.de/schulsystem/schulrecht&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://kultusministerium.hessen.de/schulsystem/schulrecht&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://kultusministerium.hessen.de/schulsystem/schulrecht&lt;/a&gt;) –
[PDF](&lt;a href=&quot;https://kultusministerium.hessen.de/sites/kultusministerium.hessen.de/files/2022-05/nichtamtliche_lesefassung_schulgesetz_stand_13.05.2022.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://kultusministerium.hessen.de/sites/kultusministerium.hessen.de/files/2022-05/nichtamtliche_lesefassung_schulgesetz_stand_13.05.2022.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://kultusministerium.hessen.de/sites/kultusministerium.hessen.de/files/2022-05/nichtamtliche_lesefassung_schulgesetz_stand_13.05.2022.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 72 Informationsrechte der Eltern und der Schülerinnen und Schüler
- § 83 Erhebung und Verarbeitung von personenbezogenen Daten
- § 83a Datenverarbeitung im Rahmen digitaler Anwendungen
- § 83b Übertragung von Bild und Ton im Rahmen von Distanzunterricht
- § 84 Wissenschaftliche Forschung
- § 85 Statistische Erhebungen
- § 103 Verschwiegenheitspflicht und Datenschutz
&lt;/p&gt;

&lt;p&gt;
### Mecklenburg-Vorpommern
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz für das Land Mecklenburg-Vorpommern (SchulG M-V)* [Webseite](&lt;a href=&quot;https://www.landesrecht-mv.de/bsmv/document/jlr-SchulGMV2010rahmen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.landesrecht-mv.de/bsmv/document/jlr-SchulGMV2010rahmen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.landesrecht-mv.de/bsmv/document/jlr-SchulGMV2010rahmen&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 39a Qualitätsentwicklung und Qualitätssicherung an der Selbstständigen Schule
- § 55 Informationsrechte der Erziehungsberechtigten und der Schülerinnen und Schüler
- § 70 Umgang mit personenbezogenen Daten
- § 71 Wissenschaftliche Forschung
- § 72 Statistische Erhebungen
- § 101 Schulleiterinnen und Schulleiter
- § 121 Zurücknahme und Erlöschen der Genehmigung
&lt;/p&gt;

&lt;p&gt;
### Niedersachsen
&lt;/p&gt;

&lt;p&gt;
*Niedersächsisches Schulgesetz (NSchG)* [PDF](&lt;a href=&quot;https://www.mk.niedersachsen.de/download/151500&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.mk.niedersachsen.de/download/151500&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.mk.niedersachsen.de/download/151500&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 30 Datenerhebung
- § 31 Verarbeitung personenbezogener Daten
&lt;/p&gt;

&lt;p&gt;
### Nordrhein-Westfalen
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz für das Land Nordrhein-Westfalen (NRW - SchulG)* [Webseite](&lt;a href=&quot;https://bass.schul-welt.de/6043.htm&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://bass.schul-welt.de/6043.htm&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://bass.schul-welt.de/6043.htm&lt;/a&gt;) – [PDF](&lt;a href=&quot;https://bass.schul-welt.de/pdf/6043.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://bass.schul-welt.de/pdf/6043.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://bass.schul-welt.de/pdf/6043.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 104 Schulaufsicht über Ersatzschulen
- § 115 Durchführung, Übergangsvorschriften
- § 120 Schutz der Daten von Schülerinnen und Schülern und Eltern
- § 121 Schutz der Daten des Personals im Schulbereich
- § 122 Ergänzende Regelungen
&lt;/p&gt;

&lt;p&gt;
### Rheinland-Pfalz
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz (SchulG)* [Webseite](&lt;a href=&quot;https://leb.bildung-rp.de/rechtsgrundlagen/gesetze-verordnungen-und-ausgewaehlte-verwaltungsvorschriften.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://leb.bildung-rp.de/rechtsgrundlagen/gesetze-verordnungen-und-ausgewaehlte-verwaltungsvorschriften.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://leb.bildung-rp.de/rechtsgrundlagen/gesetze-verordnungen-und-ausgewaehlte-verwaltungsvorschriften.html&lt;/a&gt;) –  [PDF](&lt;a href=&quot;https://landesrecht.rlp.de/jportal/recherche3doc/SchulG_RP_2004.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulGRP2004rahmen%22%2C%22portalId%22%3A%22bsrp%22%7D&amp;amp;_=%2FSchulG_RP_2004.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://landesrecht.rlp.de/jportal/recherche3doc/SchulG_RP_2004.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulGRP2004rahmen%22%2C%22portalId%22%3A%22bsrp%22%7D&amp;amp;_=%2FSchulG_RP_2004.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://landesrecht.rlp.de/jportal/recherche3doc/SchulG_RP_2004.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulGRP2004rahmen%22%2C%22portalId%22%3A%22bsrp%22%7D&amp;amp;_=%2FSchulG_RP_2004.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 21 Pädagogisches Landesinstitut
- § 49 Verfahrensgrundsätze
- § 67 Verarbeitung von Daten, Statistische Erhebungen
- § 91 Errichtung und Aufhebung der Schulen, Schulentwicklungspläne
&lt;/p&gt;

&lt;p&gt;
### Saarland
&lt;/p&gt;

&lt;p&gt;
*Gesetz zur Ordnung des Schulwesens (SchoG)* [Webseite](&lt;a href=&quot;https://recht.saarland.de/bssl/document/jlr-SchulOGSLrahmen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://recht.saarland.de/bssl/document/jlr-SchulOGSLrahmen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://recht.saarland.de/bssl/document/jlr-SchulOGSLrahmen&lt;/a&gt;) –
[PDF](&lt;a href=&quot;https://recht.saarland.de/jportal/recherche3doc/SchulOG_SL.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulOGSLrahmen%22%2C%22portalId%22%3A%22bssl%22%7D&amp;amp;_=%2FSchulOG_SL.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://recht.saarland.de/jportal/recherche3doc/SchulOG_SL.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulOGSLrahmen%22%2C%22portalId%22%3A%22bssl%22%7D&amp;amp;_=%2FSchulOG_SL.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://recht.saarland.de/jportal/recherche3doc/SchulOG_SL.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulOGSLrahmen%22%2C%22portalId%22%3A%22bssl%22%7D&amp;amp;_=%2FSchulOG_SL.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 17a Einführung und Verwendung von Schulbüchern
- § 20 Schulgesundheitspflege
- § 20a Schulpsychologischer Dienst
- § 20b Erhebung, Verarbeitung und sonstige Nutzung von Daten
- § 20c Wissenschaftliche Forschung in Schulen
- § 20d Durchführung laufender Landesstatistiken
- § 20e Qualitätsentwicklung und Qualitätssicherung
&lt;/p&gt;

&lt;p&gt;
### Sachsen
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz für den Freistaat Sachsen (SächsSchulG)* [Webseite](&lt;a href=&quot;https://www.revosax.sachsen.de/vorschrift/4192-SchulG&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.revosax.sachsen.de/vorschrift/4192-SchulG&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.revosax.sachsen.de/vorschrift/4192-SchulG&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 5 Grundschule
- § 15 Schulversuche
- § 31 Verantwortung für die Erfüllung der Schulpflicht
- 63a Schuldatenschutz
- § 63b Statistik
&lt;/p&gt;

&lt;p&gt;
### Sachsen-Anhalt
&lt;/p&gt;

&lt;p&gt;
*Schulgesetz des Landes Sachsen-Anhalt  (SchulG LSA)* [PDF](&lt;a href=&quot;https://www.landesrecht.sachsen-anhalt.de/jportal/recherche3doc/SchulG_ST_2018.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulGST2018rahmen%22%2C%22portalId%22%3A%22bsst%22%7D&amp;amp;_=%2FSchulG_ST_2018.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.landesrecht.sachsen-anhalt.de/jportal/recherche3doc/SchulG_ST_2018.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulGST2018rahmen%22%2C%22portalId%22%3A%22bsst%22%7D&amp;amp;_=%2FSchulG_ST_2018.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.landesrecht.sachsen-anhalt.de/jportal/recherche3doc/SchulG_ST_2018.pdf?json=%7B%22format%22%3A%22pdf%22%2C%22params%22%3A%7B%22fixedPart%22%3A%22true%22%7D%2C%22docPart%22%3A%22X%22%2C%22docId%22%3A%22jlr-SchulGST2018rahmen%22%2C%22portalId%22%3A%22bsst%22%7D&amp;amp;_=%2FSchulG_ST_2018.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 84a Verarbeitung personenbezogener Daten
- § 84b Schulbezogene statistische Erhebungen
- § 84c Automatisierte zentrale Schülerdatei
- § 84d Schülerlaufbahnstatistiken
- § 84e Aufbewahrung, Berichtigung, Löschung und Einschränkung der Verarbeitung
- § 84f IT-gestütztes Schulverwaltungsverfahren
- § 84g Einschränkung von Grundrechten
&lt;/p&gt;

&lt;p&gt;
### Schleswig-Holstein
&lt;/p&gt;

&lt;p&gt;
*Schleswig-Holsteinisches Schulgesetz (Schulgesetz - SchulG)* [Webseite](&lt;a href=&quot;https://www.gesetze-rechtsprechung.sh.juris.de/bssh/document/jlr-SchulGSH2007rahmen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.gesetze-rechtsprechung.sh.juris.de/bssh/document/jlr-SchulGSH2007rahmen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.gesetze-rechtsprechung.sh.juris.de/bssh/document/jlr-SchulGSH2007rahmen&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 27 Untersuchungen
- § 29 Warenverkauf, Werbung, Sammlungen, Sponsoring und politische Betätigungen
- § 30 Verarbeitung von Daten
- § 31 Datenübermittlung an Eltern volljähriger Schülerinnen und Schüler
- § 62 Zusammensetzung der Schulkonferenz
- § 115 Genehmigung von Ersatzschulen
- § 132 Aufgaben des schulpsychologischen Dienstes
- § 145 Einschränkung von Grundrechten
&lt;/p&gt;

&lt;p&gt;
### Thüringen
&lt;/p&gt;

&lt;p&gt;
*Thüringer Schulgesetz (ThürSchulG)*  [Webseite](&lt;a href=&quot;https://landesrecht.thueringen.de/bsth/document/jlr-SchulGTH2003rahmen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://landesrecht.thueringen.de/bsth/document/jlr-SchulGTH2003rahmen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://landesrecht.thueringen.de/bsth/document/jlr-SchulGTH2003rahmen&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
Paragraphen mit Bezug zum Datenschutz
&lt;/p&gt;

&lt;p&gt;
- § 40 a Institut für Lehrerfortbildung, Lehrplanentwicklung und Medien
- § 54 Unterricht in besonderen Fällen
- § 56 Veranstaltungen, Werbung, Sammlungen und Versammlungen in der Schule
- § 57 Datenschutz
- § 58 Statistik
- § 60 Verordnungen
&lt;/p&gt;

&lt;p&gt;
## DSGVO
&lt;/p&gt;

&lt;p&gt;
* [DSGVO - Verordnung (pdf)](&lt;a href=&quot;https://eur-lex.europa.eu/legal-content/DE/TXT/PDF/?uri=CELEX:32016R0679&amp;amp;from=DE&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://eur-lex.europa.eu/legal-content/DE/TXT/PDF/?uri=CELEX:32016R0679&amp;amp;from=DE&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://eur-lex.europa.eu/legal-content/DE/TXT/PDF/?uri=CELEX:32016R0679&amp;amp;from=DE&lt;/a&gt;)
* [DSGVO - Richtlinie (pdf)](&lt;a href=&quot;http://eur-lex.europa.eu/legal-content/DE/TXT/PDF/?uri=CELEX:32016L0680&amp;amp;from=DE&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://eur-lex.europa.eu/legal-content/DE/TXT/PDF/?uri=CELEX:32016L0680&amp;amp;from=DE&quot; rel=&quot;ugc nofollow noopener&quot;&gt;http://eur-lex.europa.eu/legal-content/DE/TXT/PDF/?uri=CELEX:32016L0680&amp;amp;from=DE&lt;/a&gt;)
* *Korrekturen:* [pdf](&lt;a href=&quot;http://data.consilium.europa.eu/doc/document/ST-8088-2018-INIT/en/pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://data.consilium.europa.eu/doc/document/ST-8088-2018-INIT/en/pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;http://data.consilium.europa.eu/doc/document/ST-8088-2018-INIT/en/pdf&lt;/a&gt;) (DE ab Seite 47)
* [Handbuch zum europäischen Datenschutzrecht (pdf)](&lt;a href=&quot;https://fra.europa.eu/sites/default/files/fra_uploads/fra-coe-edps-2018-handbook-data-protection_de.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://fra.europa.eu/sites/default/files/fra_uploads/fra-coe-edps-2018-handbook-data-protection_de.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://fra.europa.eu/sites/default/files/fra_uploads/fra-coe-edps-2018-handbook-data-protection_de.pdf&lt;/a&gt;)
&lt;/p&gt;

&lt;p&gt;
## Bundes- und Landesdatenschutz
&lt;/p&gt;

&lt;p&gt;
[Der Bundesbeauftragte für Datenschutz und Informationsfreiheit](&lt;a href=&quot;https://www.bfdi.bund.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.bfdi.bund.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.bfdi.bund.de/&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
Liste der Landesdatenschutzbehörden [(Übersicht)](&lt;a href=&quot;https://www.bfdi.bund.de/DE/Service/Anschriften/Laender/Laender-node.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.bfdi.bund.de/DE/Service/Anschriften/Laender/Laender-node.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.bfdi.bund.de/DE/Service/Anschriften/Laender/Laender-node.html&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
[Baden-Württemberg](&lt;a href=&quot;https://www.baden-wuerttemberg.datenschutz.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.baden-wuerttemberg.datenschutz.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.baden-wuerttemberg.datenschutz.de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Praxishilfen A-Z](&lt;a href=&quot;https://www.baden-wuerttemberg.datenschutz.de/praxishilfen/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.baden-wuerttemberg.datenschutz.de/praxishilfen/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.baden-wuerttemberg.datenschutz.de/praxishilfen/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Bayern (Der Bayerische Landesbeauftragte für den Datenschutz)](&lt;a href=&quot;https://www.datenschutz-bayern.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-bayern.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-bayern.de/&lt;/a&gt;) /[(Bayerisches Landesamt für Datenschutzaufsicht)](&lt;a href=&quot;https://www.lda.bayern.de/de/index.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.lda.bayern.de/de/index.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.lda.bayern.de/de/index.html&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Veröffentlichungen](&lt;a href=&quot;https://www.datenschutz-bayern.de/info/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-bayern.de/info/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-bayern.de/info/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Berlin](&lt;a href=&quot;https://www.datenschutz-berlin.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-berlin.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-berlin.de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Veröffentlichungen](&lt;a href=&quot;https://www.datenschutz-berlin.de/infothek-und-service/veroeffentlichungen&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-berlin.de/infothek-und-service/veroeffentlichungen&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-berlin.de/infothek-und-service/veroeffentlichungen&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Standard-Datenschutzmodell (v2.0b)](&lt;a href=&quot;https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/orientierungshilfen/2020-SDM.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/orientierungshilfen/2020-SDM.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-berlin.de/fileadmin/user_upload/pdf/orientierungshilfen/2020-SDM.pdf&lt;/a&gt;)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Brandenburg](&lt;a href=&quot;https://www.lda.brandenburg.de/lda/de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.lda.brandenburg.de/lda/de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.lda.brandenburg.de/lda/de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Orientierungshilfen und Anwendungshinweise](&lt;a href=&quot;https://www.lda.brandenburg.de/lda/de/service/informationsmaterial/orientierungshilfen-und-anwendungshinweise/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.lda.brandenburg.de/lda/de/service/informationsmaterial/orientierungshilfen-und-anwendungshinweise/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.lda.brandenburg.de/lda/de/service/informationsmaterial/orientierungshilfen-und-anwendungshinweise/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Bremen](&lt;a href=&quot;https://www.datenschutz.bremen.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz.bremen.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz.bremen.de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Orientierungshilfen und Handlungshilfen](&lt;a href=&quot;https://www.datenschutz.bremen.de/datenschutztipps/orientierungshilfen-und-handlungshilfen-7136&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz.bremen.de/datenschutztipps/orientierungshilfen-und-handlungshilfen-7136&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz.bremen.de/datenschutztipps/orientierungshilfen-und-handlungshilfen-7136&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Hamburg](&lt;a href=&quot;https://datenschutz-hamburg.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://datenschutz-hamburg.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://datenschutz-hamburg.de/&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
[Hessen](&lt;a href=&quot;https://datenschutz.hessen.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://datenschutz.hessen.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://datenschutz.hessen.de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; unter [](&lt;a href=&quot;https://datenschutz.hessen.de/datenschutz/it-und-datenschutz&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://datenschutz.hessen.de/datenschutz/it-und-datenschutz&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://datenschutz.hessen.de/datenschutz/it-und-datenschutz&lt;/a&gt;) IT und Datenschutz findet man in „Service“ verschiedene Downloads zu Orientierungshilfen&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Mecklenburg-Vorpommern](&lt;a href=&quot;https://www.datenschutz-mv.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-mv.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-mv.de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DS-GVO in der Praxis](&lt;a href=&quot;https://www.datenschutz-mv.de/datenschutz/DSGVO/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-mv.de/datenschutz/DSGVO/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-mv.de/datenschutz/DSGVO/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Publikationen und Veröffentlichungen](&lt;a href=&quot;https://www.datenschutz-mv.de/datenschutz/publikationen/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz-mv.de/datenschutz/publikationen/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz-mv.de/datenschutz/publikationen/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Niedersachsen](&lt;a href=&quot;https://lfd.niedersachsen.de/startseite/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://lfd.niedersachsen.de/startseite/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://lfd.niedersachsen.de/startseite/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Handlungsempfehlungen und Hinweise](&lt;a href=&quot;https://lfd.niedersachsen.de/startseite/infothek/handlungsempfehlungen_und_hinweise/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://lfd.niedersachsen.de/startseite/infothek/handlungsempfehlungen_und_hinweise/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://lfd.niedersachsen.de/startseite/infothek/handlungsempfehlungen_und_hinweise/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Nordrhein-Westfalen](&lt;a href=&quot;https://www.ldi.nrw.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.ldi.nrw.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.ldi.nrw.de/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Angemessenheitsbeschluss](&lt;a href=&quot;https://www.ldi.nrw.de/datenschutz/internationaler-datenverkehr/angemessenheitsbeschluss&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.ldi.nrw.de/datenschutz/internationaler-datenverkehr/angemessenheitsbeschluss&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.ldi.nrw.de/datenschutz/internationaler-datenverkehr/angemessenheitsbeschluss&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Rheinland-Pfalz](&lt;a href=&quot;https://www.datenschutz.rlp.de/de/startseite/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz.rlp.de/de/startseite/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz.rlp.de/de/startseite/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Orientierungshilfen, Arbeitspapiere, Leitlinien](&lt;a href=&quot;https://www.datenschutz.rlp.de/de/themenfelder-themen/materialien/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz.rlp.de/de/themenfelder-themen/materialien/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz.rlp.de/de/themenfelder-themen/materialien/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Saarland](&lt;a href=&quot;https://www.datenschutz.saarland.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutz.saarland.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutz.saarland.de/&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
[Sachsen](&lt;a href=&quot;https://www.saechsdsb.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.saechsdsb.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.saechsdsb.de/&lt;/a&gt;)
[Sachsen-Anhalt](&lt;a href=&quot;https://datenschutz.sachsen-anhalt.de/datenschutz-in-sachsen-anhalt/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://datenschutz.sachsen-anhalt.de/datenschutz-in-sachsen-anhalt/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://datenschutz.sachsen-anhalt.de/datenschutz-in-sachsen-anhalt/&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [Informationen für kleine und mittlere Unternehmen (KMU)](&lt;a href=&quot;https://datenschutz.sachsen-anhalt.de/informationen/infopakete/infopaket-kmu/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://datenschutz.sachsen-anhalt.de/informationen/infopakete/infopaket-kmu/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://datenschutz.sachsen-anhalt.de/informationen/infopakete/infopaket-kmu/&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
[Schleswig-Holstein](&lt;a href=&quot;https://www.datenschutzzentrum.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzzentrum.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzzentrum.de/&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
[Thüringen](&lt;a href=&quot;https://www.tlfdi.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.tlfdi.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.tlfdi.de/&lt;/a&gt;) 
&lt;/p&gt;

&lt;p&gt;
## Kurzpapiere der Datenschutzkonferenz zum Datenschutzrecht
&lt;/p&gt;

&lt;p&gt;
DSK-Kurzpapiere [(Übersicht)](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/kurzpapiere.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/kurzpapiere.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/kurzpapiere.html&lt;/a&gt;)
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK01-Verzeichnis von Verarbeitungstätigkeiten](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_1.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_1.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_1.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK02-Aufsichtsbefugnisse/Sanktionen](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_2.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_2.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_2.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK03-Verarbeitung personenbezogener Daten für Werbung](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_3.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_3.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_3.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK04-Datenübermittlung in Drittländer](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_4.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_4.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_4.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK05-Datenschutz-Folgenabschätzung nach Art. 35 DS-GVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_5.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_5.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_5.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK06-Auskunftsrecht der betroffenen Person, Art. 15 DS-GVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_6.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_6.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_6.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK07-Marktortprinzip: Regelungen für außereuropäische Unternehmen](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_7.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_7.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_7.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK08-Maßnahmenplan „DS-GVO“ für Unternehmen](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_8.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_8.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_8.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK09-Zertifizierung nach Art. 42 DS-GVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_9.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_9.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_9.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK10-Informationspflichten bei Dritt- und Direkterhebung](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_10.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_10.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_10.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK11-Recht auf Löschung / „Recht auf Vergessenwerden“](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_11.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_11.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_11.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK12-Datenschutzbeauftragte bei Verantwortlichen und Auftragsverarbeitern](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_12.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_12.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_12.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK13-Auftragsverarbeitung, Art. 28 DS-GVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_13.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_13.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_13.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK14-Beschäftigtendatenschutz](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_14.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_14.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_14.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK15-Videoüberwachung nach der Datenschutz-Grundverordnung](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_15.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_15.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_15.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK16-Gemeinsam für die Verarbeitung Verantwortliche, Art. 26 DSGVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_16.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_16.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_16.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK17-Besondere Kategorien personenbezogener Daten](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_17.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_17.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_17.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK18-Risiko für die Rechte und Freiheiten natürlicher Personen](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_18.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_18.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_18.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK19-Unterrichtung und Verpflichtung von Beschäftigten auf Beachtung der datenschutzrechtlichen Anforderungen nach der DS-GVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_19.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_19.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_19.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; [DSK20-Einwilligung nach der DS-GVO](&lt;a href=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_20.pdf&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_20.pdf&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.datenschutzkonferenz-online.de/media/kp/dsk_kpnr_20.pdf&lt;/a&gt;) &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Tue, 30 Jun 2026 05:55:07 +0000</pubDate>
        </item>
        <item>
            <title> - [cyber4EDU ist wieder bei den CLT] Links ergänzt</title>
            <link>https://cyber4edu.org/c4e/wiki/workshops?rev=1778709309&amp;do=diff</link>
            <description>
&lt;p&gt;
# Workshops
&lt;/p&gt;

&lt;p&gt;
## 2026
&lt;/p&gt;

&lt;p&gt;
### cyber4EDU bei der IFO 2026
Unser Beitrag vom AK Inklusion und Barrierefreiheit wurde bei der &lt;a href=&quot;https://ifo2026.uni-bremen.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://ifo2026.uni-bremen.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;IFO 2026 (der 39. Jahrestagung der Inklusionsforschung)&lt;/a&gt; angenommen, sodass wir mit einem Diskussionsformat dabei waren. Die IFO ging vom 18. bis 20.02.2026 und war dieses Jahr in Bremen. Unser Beitrag fand am ersten Tag kurz nach der Keynote statt.
MoniKa, Hendrik und Silke leiteten das &lt;a href=&quot;https://programm.ifo2026.uni-bremen.de/ifo-2026/talk/UFTKG3/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://programm.ifo2026.uni-bremen.de/ifo-2026/talk/UFTKG3/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Diskussionsformat &amp;quot;Forschung - Haltung - Aktivismus: Wo bleibt die digitale Teilhabe?&amp;quot;&lt;/a&gt;. 
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Die Beitragsunterlagen werden hier in Kürze verlinkt.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
## 2025
&lt;/p&gt;

&lt;p&gt;
### cyber4EDU beim 39C3
Alle Jahre wieder: Auch 2025 sind wir beim Chaos Communication Congress mit einer Assembly und etwas Programm zu finden. Dieses Jahr sind wir beim  im c-base-Habitat angesiedelt und es stehen vor allem die Zusammenarbeit mit den Datenschutzheinis, Meet-Ups als Organisationsform und die inhaltliche Auseinandersetzung mit dem Fediverse im Vordergrund. Evtl. gibt es auch noch eine Überraschung vor Ort zu finden. We&amp;#039;ll see ;)
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/39c3&quot; class=&quot;wikilink1&quot; title=&quot;workshops:39c3&quot; data-wiki-id=&quot;workshops:39c3&quot;&gt;Unser Programm an den vier Tagen....&lt;/a&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### cyber4EDU ist wieder bei den CLT
Neben einem Stand bei den &lt;a href=&quot;https://chemnitzer.linux-tage.de/2025/de&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2025/de&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Chemnitzer Linux Tagen&lt;/a&gt; bieten wir bei &lt;a href=&quot;https://chemnitzer.linux-tage.de/2025/de/programm/beitrag/344/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2025/de/programm/beitrag/344/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;unserem Bildungs-Meetup&lt;/a&gt; eine Möglichkeit, sich über Datenschutz, den Wechsel zu Offenen und Freien Alternativen zu BigTech im Bildungswesen auszutauschen.
Kommt gerne vorbei!
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### NETZ MACHT POLITIK
Steph ist für cyber4EDU am 01.03.2025 im Bürgerhaus Wilhelmsburg und vertritt uns bei NETZ MACHT POLITIK! Sowohl mit einem Workshop zu den Datenspuren als auch bei der Podiumsdiskussion setzt er sich für Bildung, datenschutz, OpenSource und (Digitale) Nachhalitigkeit ein!
Details gibts auf der &lt;a href=&quot;https://buewi.de/termin/netz-macht-politik-vortraege-workshops-und-methoden/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://buewi.de/termin/netz-macht-politik-vortraege-workshops-und-methoden/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Veranstaltungswebsite&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
## 2024
### cyber4EDU ist beim 38C3
&lt;/p&gt;

&lt;p&gt;
Auch in 2024 lassen wir es uns nicht nehmen und sind beim Chaos Communication Congress vertreten.
Dieses Jahr sind wir mit &lt;a href=&quot;https://events.ccc.de/congress/2024/hub/de/assembly/cyber4edu/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2024/hub/de/assembly/cyber4edu/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;unserer Assembly&lt;/a&gt; Teil des Habitats „Bits &amp;amp; Bäume / about:freedom“.
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/38c3&quot; class=&quot;wikilink1&quot; title=&quot;workshops:38c3&quot; data-wiki-id=&quot;workshops:38c3&quot;&gt;Details und Mitschriften zu unseren Angeboten an den vier Tagen beim 38C3&lt;/a&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### c4E ist auch bei den Chemnitzer Linux-Tagen 2024 dabei
cyber4EDU war auch 2024 wieder bei den Chemnitzer Linux-Tagen (CLT) vertreten.
Dieses Mal waren wir sowohl mit einem &lt;a href=&quot;https://chemnitzer.linux-tage.de/2024/de/programm/live&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2024/de/programm/live&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Stand im Erdgeschoss&lt;/a&gt; als auch mit zwei Vorträgen dabei. &lt;br/&gt;

Samstagmorgen starteten MoniKa und Stephan Kiener mit einem &lt;a href=&quot;https://chemnitzer.linux-tage.de/2024/de/programm/beitrag/246&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2024/de/programm/beitrag/246&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Impuls-Vortrag&lt;/a&gt; und besprachen anschlieẞend mit euch, wie Bildungseirichtungen aus der Lock-In-Falle wieder rauskommen. &lt;br/&gt;

Die &lt;a href=&quot;https://media.ccc.de/v/clt24-246-raus-aus-dem-lock-in-effekt-in-der-bildung-aber-wie&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://media.ccc.de/v/clt24-246-raus-aus-dem-lock-in-effekt-in-der-bildung-aber-wie&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Aufzeichnung des Vortrages&lt;/a&gt; steht bereits unter media.ccc.de zur Verfügung.&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
Kurz nach dem Impuls-Vortrag ging es weiter mit MoniKa, Stephan Kiener, Christian Schubert und micu, die einen &lt;a href=&quot;https://chemnitzer.linux-tage.de/2024/de/programm/beitrag/242&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2024/de/programm/beitrag/242&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Moodle-Kurs zu »Spuren im Netz«&lt;/a&gt; vorstellten. &lt;br/&gt;

Die Aufzeichnung muss u.a. wegen Beamer-Ausfall und anderen technischen Problemen nachbearbeitet werden. Wir arbeiten dran, sie schnellst möglich zur Verfügung zu stellen.&lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
Und hier noch ein kleiner Teaser, wie es vor Ort aussah: &lt;br/&gt;

&lt;/p&gt;

&lt;p&gt;
&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/clt_stand_sonntag_2.jpg?w=400&amp;amp;tok=bd0a1d&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;400&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
## 2023
### cyber4EDU ist beim 37C3 vertreten
&lt;/p&gt;

&lt;p&gt;
Nach vier Jahren waren wir nun wieder beim Chaos Communication Congress vor Ort in Präsenz im CCH - und das sogar mit einer eigenen &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/de/assembly/cyber4EDU/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/de/assembly/cyber4EDU/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Assembly&lt;/a&gt;. Dort haben wir von Tag 1 bis Tag 4 täglich um 14:45 Uhr eine (Zu-)Hörstunde angeboten. &lt;br/&gt;

Dabei hatten wir für euch (Schüler\*innen, Eltern, Pädagog\*innen, Schulleiter\*innen, Admins, …) zum Thema “Bildung richtig digital” ein offenes Ohr: Jeden Tag mit einem anderen Fokus:
&lt;/p&gt;

&lt;p&gt;
* &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-grundschule/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-grundschule/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Tag 1: Grundschule/Primarbereich&lt;/a&gt;
* &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-oberschule/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-oberschule/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Tag 2: Oberschule/Sek 1 &amp;amp; Sek 2&lt;/a&gt;
* &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-berufsschule/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-berufsschule/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Tag 3: Berufsschule&lt;/a&gt;
* &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-hochschule/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/de/event/cyber4edu-zu-horstunde-fokus-hochschule/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Tag 4: Hochschule&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Außerdem hatten wir noch zwei Vorträge bei uns:
An Tag 3 erzählte derMicha um 16 Uhr über den Prozess, ein Projekt beim PrototypeFund umzusetzen, und stellte eines davon genauer vor: Und zwar die &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/event/binda-anwesenheitserfassung-fur-schulerinnen/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/event/binda-anwesenheitserfassung-fur-schulerinnen/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;&amp;quot;BinDa - Anwesenheitserfassung für Schüler:innen&amp;quot;&lt;/a&gt;. An vielen Schulen ein Muss. Aber wie geht das datenschutzfreundlich in Lehr-Lern-Settings, die sich am Prinzip des selbstgesteuerten Lernens orientieren?
&lt;/p&gt;

&lt;p&gt;
An Tag 4 fokussierten wir zum Schluss noch einmal auf die Admins: Mit Michas Vortrag über Vorteile und Umsetzung von &lt;a href=&quot;https://events.ccc.de/congress/2023/hub/event/sso-an-schulen/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2023/hub/event/sso-an-schulen/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;SSO an Schulen&lt;/a&gt; am Beispiel EDU-Id (Schweiz) luden wir zum Praxis-Austausch ein.
&lt;/p&gt;

&lt;p&gt;
Notizen und Infos von den vier Congress-Tagen folgen hier in Kürze.
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### c4E bei den Chemnitzer Linux-Tagen 2023
cyber4EDU ist bei den CLT dabei und wird durch einen &lt;a href=&quot;https://chemnitzer.linux-tage.de/2023/de/programm/beitrag/267&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2023/de/programm/beitrag/267&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Vortrag von Stephan Kiener und Christian Schubert&lt;/a&gt;, die in unserer Didaktik AG aktiv sind, vertreten. Beides sind Lehrer an Berufsschulen und zeigen, wie Schule unter Verwendung von Freier und Open Source Software (&lt;abbr title=&quot;Open Source Software&quot;&gt;OSS&lt;/abbr&gt;) datenschutzkonform und nachhaltig funktioniert. Anhand eines Praxisbeispiels wird gezeigt, wie mit &lt;abbr title=&quot;Open Source Software&quot;&gt;OSS&lt;/abbr&gt;-Tools agiler Unterricht umgesetzt wird. &lt;br/&gt;

Für Interessierte sind hier auch die &lt;a href=&quot;https://cyber4edu.org/pads/p/kG1Sz8fxU#/1&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://cyber4edu.org/pads/p/kG1Sz8fxU#/1&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Vortragsfolien&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
## 2022 
&lt;/p&gt;

&lt;p&gt;
### cyber4EDU ist beim Jahresendevent 2022 vertreten
Die AG Barrierefreiheit bietet einen interaktiven Vortrag beim fireshonks an und unser jähliches Avatar-Schach geht in die dritte Runde. &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/jev22&quot; class=&quot;wikilink1&quot; title=&quot;workshops:jev22&quot; data-wiki-id=&quot;workshops:jev22&quot;&gt;Details zu unseren Angeboten&lt;/a&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### AG Barrierefreiheit beim BigBlueButton D/A/CH Community-Meeting 2022
&lt;/p&gt;

&lt;p&gt;
Die AG Barrierefreiheit hat einen Workshop beim BigBlueButton D/A/CH Community-Meeting 2022 in Osnabrück angeboten. &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/bbb-dach-meeting-2022&quot; class=&quot;wikilink1&quot; title=&quot;workshops:bbb-dach-meeting-2022&quot; data-wiki-id=&quot;workshops:bbb-dach-meeting-2022&quot;&gt;Details zu unserem Beitrag&lt;/a&gt;.
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### cyber4EDU auf der didacta 2022
&lt;/p&gt;

&lt;p&gt;
Dieses Jahr haben wir als cyber4EDU das erste Mal als Ausstellerin vom 07.06. bis zum 11.06. an der didacta 2022 in Köln teilgenommen. &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/didacta2022&quot; class=&quot;wikilink1&quot; title=&quot;workshops:didacta2022&quot; data-wiki-id=&quot;workshops:didacta2022&quot;&gt;Unser Vortrags-Programm 2022&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
## 2021
&lt;/p&gt;

&lt;p&gt;
### cyber4EDU bei der rC3 NOWHERE
Wir waren mit einer eigenen Assembly bei der Remote Chaos Experience - rC3 2021 NOWHERE vertreten. Vom 27. bis zum 30.12.2021 lieferten wir wieder ein volles Programm für Kinder, Erwachsene und Junggebliebene.
&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/rc3-nowhere-assembly&quot; class=&quot;wikilink1&quot; title=&quot;workshops:rc3-nowhere-assembly&quot; data-wiki-id=&quot;workshops:rc3-nowhere-assembly&quot;&gt;Unser Assembly-Programm 2021&lt;/a&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### Auch bei den Chemnitzer-Linuxtagen waren wir vertreten
Schule richtig digital - Didaktik-Performance mit OpenSource am Samstag, 13.03.2021, 15 Uhr
&lt;a href=&quot;https://chemnitzer.linux-tage.de/2021/de/programm/beitrag/208&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://chemnitzer.linux-tage.de/2021/de/programm/beitrag/208&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://chemnitzer.linux-tage.de/2021/de/programm/beitrag/208&lt;/a&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### cyber4EDU beim Netzpolitischen Abend der Digitalen Gesellschaft
Am 02.02.2021 waren derMicha und Mel für cyber4EDU beim &lt;a href=&quot;https://digitalegesellschaft.de/2021/01/102-netzpolitischer-abend/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://digitalegesellschaft.de/2021/01/102-netzpolitischer-abend/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;102. Netzpolitischen Abend&lt;/a&gt; der &lt;a href=&quot;https://digitalegesellschaft.de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://digitalegesellschaft.de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Digitalen Gesellschaft&lt;/a&gt; in der &lt;a href=&quot;https://www.c-base.org/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.c-base.org/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;c-base&lt;/a&gt; in Berlin um über Digitalisierung in der Schule zu sprechen und den Verein vorzustellen.
&lt;a href=&quot;https://www.youtube.com/watch?v=JD9QWwnCVJo&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.youtube.com/watch?v=JD9QWwnCVJo&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Die Aufzeichnung&lt;/a&gt; ist auf dem YouTube-Channel der Digitalen Gesellschaft nachzuschauen.
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
## 2020
&lt;/p&gt;

&lt;p&gt;
### cyber4EDU war bei der remote Chaos Experience (rC3) vom 27.12. - 30.12.2020 dabei:
&lt;/p&gt;

&lt;p&gt;
* Unser Jahr 2020 haben derMicha und Steini in unserem Vortrag &lt;a href=&quot;https://media.ccc.de/v/rc3-189237-cyber4edu_infra_run&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://media.ccc.de/v/rc3-189237-cyber4edu_infra_run&quot; rel=&quot;ugc nofollow noopener&quot;&gt;cyber4EDU &amp;amp; infra.run&lt;/a&gt; rekapituliert.
* Falbala von cyber4EDU ging in ihrem [Vortrag „Mit Blick zurück in die Zukunft: Das Bauhaus als Inspiration für Bildung und Lernen in der digitalen Welt“](&lt;a href=&quot;https://media.ccc.de/v/rc3-2020-159-mit-blick-zurck-in-die-zukunft-das-bauhaus-als-inspiration-fr-bildung-und-lernen-in-der-digitalen-welt&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://media.ccc.de/v/rc3-2020-159-mit-blick-zurck-in-die-zukunft-das-bauhaus-als-inspiration-fr-bildung-und-lernen-in-der-digitalen-welt&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://media.ccc.de/v/rc3-2020-159-mit-blick-zurck-in-die-zukunft-das-bauhaus-als-inspiration-fr-bildung-und-lernen-in-der-digitalen-welt&lt;/a&gt;) darauf ein, wie Bauhaus und die digitale Welt im Bildungsauftrag zusammenpassen.
&lt;/p&gt;

&lt;p&gt;
* Und wir waren mit unserer ersten Assembly gleich mit einem [umfangreichen Programm](&lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/rc3-assembly&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://cyber4edu.org/c4e/wiki/workshops/rc3-assembly&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://cyber4edu.org/c4e/wiki/workshops/rc3-assembly&lt;/a&gt;) an den vier Tagen dabei.
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### Folgenden Workshops haben wir beim DiVOC angeboten:
&lt;/p&gt;

&lt;p&gt;
* &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/divoc_ptt&quot; class=&quot;wikilink1&quot; title=&quot;workshops:divoc_ptt&quot; data-wiki-id=&quot;workshops:divoc_ptt&quot;&gt;05.09.2020: „Na und, ich habe doch nichts zu verbergen?“ - mit Bildern den Datenschutz einfach und zielgruppengerecht erklären auf dem DiVOC - Push To Talk&lt;/a&gt;
&lt;/p&gt;
</description>
            <author>moni_cyber4edu@undisclosed.example.com (moni_cyber4edu)</author>
            <pubDate>Wed, 13 May 2026 21:55:09 +0000</pubDate>
        </item>
        <item>
            <title>cyber4EDU ist beim 39C3</title>
            <link>https://cyber4edu.org/c4e/wiki/workshops/39c3?rev=1770234948&amp;do=diff</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;cyber4edu_ist_beim_39c3&quot;&gt;cyber4EDU ist beim 39C3&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Wieder ein neues Jahr, wieder ein neuer Congress. Auch in 2025 sind wir beim Chaos Communication Congress (39C3) in Hamburg vertreten.
Dieses Jahr sind wir allerdings an einem neuen Ort im CCH. &lt;strong&gt;&lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/assembly/detail/cyber4edu_datenschutz-heinis&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/assembly/detail/cyber4edu_datenschutz-heinis&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Unsere Assembly&lt;/a&gt;&lt;/strong&gt; ist Teil des &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/assembly/detail/c-base&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/assembly/detail/c-base&quot; rel=&quot;ugc nofollow noopener&quot;&gt;c-base-Habitats&lt;/a&gt; und in &lt;strong&gt;Halle H&lt;/strong&gt; zu finden. 
&lt;/p&gt;

&lt;p&gt;
Unsere C3nav-Angaben lauten:
&lt;a href=&quot;https://39c3.c3nav.de/l/c:0:176.33:107.23/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://39c3.c3nav.de/l/c:0:176.33:107.23/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;J2, cyber4EDU &amp;amp; Datenschutz-Heinis, c-base, Halle H, EG&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
Erreichen könnt ihr uns außerdem wieder über unsere &lt;strong&gt;Call-Group&lt;/strong&gt;. Ab Tag 1 könnt ihr euer Glück unter der &lt;strong&gt;Durchwahl 4338 (4EDU)&lt;/strong&gt; versuchen, sollten wir nicht an der Assembly aufzufinden sein.
Außerdem haben wir dieses Jahr wieder cyber4EDU-Merch an. Wenn ihr uns mit &lt;strong&gt;grünen cyber4EDU-Shirts&lt;/strong&gt; seht, sprecht uns gerne an &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/smile2.svg&quot; class=&quot;icon smiley&quot; alt=&quot;=)&quot; /&gt;. 
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;cyber4EDU ist beim 39C3&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;cyber4edu_ist_beim_39c3&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-953&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;details_zu_unserem_programm&quot;&gt;Details zu unserem Programm&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Zum 39C3 haben wir unsere Idee der digitalen Datenschutz-Rallye vom rC3 zusammen mit den Datenschutz-Heinis ins Analoge auf dem Congress-Gelände angepasst. Unsere anderen Angebote und ggf. die erarbeiteten Notizen findet ihr weiter unten.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Details zu unserem Programm&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;details_zu_unserem_programm&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;954-1235&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit3&quot; id=&quot;c3_datenschutz-rallye&quot;&gt;39C3 Datenschutz-Rallye&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/datenschutzrallye_box_antag4.jpg?w=300&amp;amp;tok=199c3f&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;300&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
cyber4EDU und die Datenschutz-Heinis laden euch ein! Überall auf dem Congress sind Holzboxen versteckt, die euch nicht nur zu interessanten Orten auf dem Congress führen, sondern auch euer Datenschutz-Wissen testen. Beantwortet die 12 Fragen und setzt euch euer Badge-Token zusammen, welches ihr im Hub einlösen könnt. Das Secret für die richtige Reihenfolge findet ihr bei der cyber4EDU &amp;amp; Datenschutz-Heinis Assembly.
&lt;/p&gt;

&lt;p&gt;
Du möchtest direkt loslegen? Die erste Box findest du bei der GFF-Assembly.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;39C3 Datenschutz-Rallye&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;c3_datenschutz-rallye&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1236-1836&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit4&quot; id=&quot;tag_1_27122025&quot;&gt;Tag 1 (27.12.2025):&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; 15:00 - 16:00 Uhr: &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/edu-meet-up-du-machst-was-im-bildungsbereich-komm-&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/edu-meet-up-du-machst-was-im-bildungsbereich-komm-&quot; rel=&quot;ugc nofollow noopener&quot;&gt;EDU-Meet-Up: Du machst was im Bildungsbereich? Komm dazu! (#cyberLZ)&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; tbd&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Tag 1 (27.12.2025):&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;tag_1_27122025&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1837-2079&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit5&quot; id=&quot;tag_2_28122025&quot;&gt;Tag 2 (28.12.2025):&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; 16:00 - 17:00 Uhr: &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/fediverse-meet-up-treffen-von-allen-die-instanzen-&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/fediverse-meet-up-treffen-von-allen-die-instanzen-&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Fediverse-Meet-Up: Treffen von allen, die Instanzen selber betreiben (möchten)&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/39c3/fediverse_meet_up&quot; class=&quot;wikilink1&quot; title=&quot;workshops:39c3:fediverse_meet_up&quot; data-wiki-id=&quot;workshops:39c3:fediverse_meet_up&quot;&gt;Notizen zum Fediverse-MeetUp&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Tag 2 (28.12.2025):&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;tag_2_28122025&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;2080-2389&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit6&quot; id=&quot;tag_3_29122025&quot;&gt;Tag 3 (29.12.2025):&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; 16:00 - 17:00 Uhr: &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/peertube-meet-up-fur-alle-die-instanzen-selbst-bet&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/peertube-meet-up-fur-alle-die-instanzen-selbst-bet&quot; rel=&quot;ugc nofollow noopener&quot;&gt;PeerTube-Meet-Up: für alle, die Instanzen selbst betreiben&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/39c3/peertube_meet_up&quot; class=&quot;wikilink1&quot; title=&quot;workshops:39c3:peertube_meet_up&quot; data-wiki-id=&quot;workshops:39c3:peertube_meet_up&quot;&gt;Notizen zum PeerTube-MeetUp&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Tag 3 (29.12.2025):&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;tag_3_29122025&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;2390-2677&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit7&quot; id=&quot;tag_4_30122025&quot;&gt;Tag 4 (30.12.2025):&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Tag 4 (30.12.2025):&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;tag_4_30122025&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;2678-2708&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit8&quot; id=&quot;fuer_kinder_und_jugendliche&quot;&gt;Für Kinder und Jugendliche&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Außerdem bieten micu und Sylvia noch im Kidspace einen drei-teiligen Workshop an.
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;strong&gt;Linux für Einsteiger:innen:&lt;/strong&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Tag 1: &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/linux-fur-einsteigerinnen-part-1&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/linux-fur-einsteigerinnen-part-1&quot; rel=&quot;ugc nofollow noopener&quot;&gt;18:00 - 19:30 Uhr Part 1&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Tag 2: &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/linux-fur-einsteigerinnen-part-2&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/linux-fur-einsteigerinnen-part-2&quot; rel=&quot;ugc nofollow noopener&quot;&gt;17:15 - 18:45 Uhr Part 2&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Tag 4: &lt;a href=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/linux-fur-einsteigerinnen-part-3&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://events.ccc.de/congress/2025/hub/de/event/detail/linux-fur-einsteigerinnen-part-3&quot; rel=&quot;ugc nofollow noopener&quot;&gt;12:30 - 14:00 Uhr Part 3&lt;/a&gt; &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
* Hier findet Ihr die Folien: &lt;a href=&quot;https://cyber4edu.org//pads/p/_vrUc6FQw&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://cyber4edu.org//pads/p/_vrUc6FQw&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://cyber4edu.org//pads/p/_vrUc6FQw&lt;/a&gt;
* oder &lt;a href=&quot;https://cyber4edu.org//pads/s/_vrUc6FQw#&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://cyber4edu.org//pads/s/_vrUc6FQw#&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://cyber4edu.org//pads/s/_vrUc6FQw#&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;F\u00fcr Kinder und Jugendliche&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;fuer_kinder_und_jugendliche&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:8,&amp;quot;range&amp;quot;:&amp;quot;2709-&amp;quot;} --&gt;</description>
            <author>chris_cyber4edu@undisclosed.example.com (chris_cyber4edu)</author>
            <pubDate>Wed, 04 Feb 2026 19:55:48 +0000</pubDate>
        </item>
        <item>
            <title>Notizen PeerTube-Meetup - Tag 3 beim 39C3, 16 Uhr - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/workshops/39c3/peertube_meet_up?rev=1770234429&amp;do=diff</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;notizen_peertube-meetup_-_tag_3_beim_39c3_16_uhr&quot;&gt;Notizen PeerTube-Meetup - Tag 3 beim 39C3, 16 Uhr&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Am Tag 3 luden wir zum Thema PeerTube ein - vornehmlich Personen, die eigene Instanzen betreiben. Es gesellten sich aber auch Interessierte dazu, so dass beide Gruppen in gleicher Größe vertreten waren. Die Diskussion verlief etwas unstrukturierter, als das &lt;a href=&quot;https://cyber4edu.org/c4e/wiki/workshops/39c3/fediverse_meet_up&quot; class=&quot;wikilink1&quot; title=&quot;workshops:39c3:fediverse_meet_up&quot; data-wiki-id=&quot;workshops:39c3:fediverse_meet_up&quot;&gt;Fediverse-Meetup&lt;/a&gt; am Vortag &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/smile.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-)&quot; /&gt; - dennoch wurden zahlreiche Themen besprochen.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Notizen PeerTube-Meetup - Tag 3 beim 39C3, 16 Uhr&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;notizen_peertube-meetup_-_tag_3_beim_39c3_16_uhr&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-426&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;einladungstext&quot;&gt;Einladungstext&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;PeerTube-Meet-Up: für alle, die Instanzen selbst betreiben&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Welche Herausforderungen stellen sich beim Betrieb einer eigenen PeerTube-Instanz? Was braucht es, um eine eigene Instanz aufzusetzen und zu pflegen? Welche Fragen muss man sich stellen - am besten vorher? Was sollte man technisch, organisatorisch, aber auch rechtlich bedenken? Wie managed ihr die Uploads, die Freigaben, die Moderation? Wie viel Speicher bekommen die User? Wie umgehen mit: Jugendschutz, NSFW, politischen Content, Werbung, Gambling, …?
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Einladungstext&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;einladungstext&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;427-978&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;mitschriften&quot;&gt;Mitschriften&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Mitschriften&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;mitschriften&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;979-1004&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit4&quot; id=&quot;betrieb&quot;&gt;Betrieb&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; SSO&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; OpenID&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Rechtemanagement&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; abgestufte Konzepte&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Mandatierung&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Mehrere Channel je Account&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; funktionieren auch mehrere Konten, die einen Channel bespielen?&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; geht laut Release-Notes ab Version 8&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Anzeige von Kanälen und Videos nur für bestimmte Nutzer:innen/-gruppen&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://owncast.online/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://owncast.online/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;OwnCast&lt;/a&gt; als Twitch-Alternative&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://datarhei.com/de/&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://datarhei.com/de/&quot; rel=&quot;ugc nofollow noopener&quot;&gt;ReStreamer&lt;/a&gt;, um mehere Streaming-Plattformen/-Endpunkte zu unterstützen&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Fediverse-Stammtisch in Berlin: jeden 1. Montag im Monat, 19-22 Uhr in der C-Base&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Community&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Peertube-Entwicker:innen sind im offiziellen Forum aktiv&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Optionen für Moderation&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Kommentare nur in Streams aktiv&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; moderierte Kommentare&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Vorbeugung vor Spam:&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; neue Nutzer:innen bekommen Quota&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wer prüft Urheberrecht bei Veröffentlichungen?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Können urheberrechtliche Informationen zu Videos hinterlegt werden?&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; nur manuell&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; perspektivisch wäre eine Übernahme von Metadaten aus den Mediendateien wünschenswert&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Risiko: eigene Inhalte unter einer freien Lizenz werden von dritten als eigene Inhalte angegeben und an- bzw. abgemahnt&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; falls eigene Inhalte bei Youtube von anderen geclaimed werden, hilft ein begründeter Widerspruch&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; mehrere Audio- und Untertitelspuren&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Audiotranskription soll mit Whisper gehen (via FFMpeg)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; –&amp;gt; Achtung –&amp;gt; Datenverarbeitung, sollte in den Regelungen bedacht werden&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Betrieb&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;betrieb&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1005-2477&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit5&quot; id=&quot;technische_themen&quot;&gt;Technische Themen&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Transcoding kann einfach auf mehrere Nodes verteilt werden&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Verteilung von Streaming geht nicht mit Boardmitteln&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; aber mit Loadbalancer&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; wie wird dann authentifiziert?&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Peer2Peer soll besser funktionieren, als Verteilung von vorhandenen Videos (weil bei auswahl von „bester Qualität“ der Videostream nicht transcodiert werden muss)&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Nutzer:innen verteilen auch den Stream&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Erfahrungswert: 330 Streams mit 1Gbit/s&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; PeerTube hat konfigurierbare Latenz - je mehr Latenz, desto mehr P2P-Verteilung&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;https://git.fsfe.org/fsfe-system-hackers/peertube&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://git.fsfe.org/fsfe-system-hackers/peertube&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Ansible-Skripte der FSFE&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Technische Themen&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;technische_themen&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;2478-&amp;quot;} --&gt;</description>
            <author>chris_cyber4edu@undisclosed.example.com (chris_cyber4edu)</author>
            <pubDate>Wed, 04 Feb 2026 19:47:09 +0000</pubDate>
        </item>
        <item>
            <title>Notizen Fediverse-MeetUp - Tag 2 vom 39C3; 16 Uhr - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/workshops/39c3/fediverse_meet_up?rev=1770234023&amp;do=diff</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;notizen_fediverse-meetup_-_tag_2_vom_39c316_uhr&quot;&gt;Notizen Fediverse-MeetUp - Tag 2 vom 39C3; 16 Uhr&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Unabhängig von anderen Veranstaltungen auf dem Congress und im Zuge unseres Engagements beim Aktionsbündnis neue soziale Medien (wir sind Mitunterzeichner des &lt;a href=&quot;https://openpetition.de/!unisinsfediverse&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://openpetition.de/!unisinsfediverse&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Appells an die Hochschulrektorenkonferenz zur Nutzung sozialer Medien&lt;/a&gt; haben wir uns Entschieden, auf dem 39C3 eine offene Austauschrunde für Betreiber\*innen (und solche, die es werden wollen) anzubieten. Dabei sollte es nicht nur um technische, sondern auch und vor allem um organisatorische Themen gehen. Ungefähr 15 Personen aus unterschiedlichen Kontexten diskutierten unsere vorbereiteten Fragen – wir hoffen, dass ihr aus den folgenden Mitschriften Nutzen zum Betrieb eurer eigenen Instanz ziehen könnt &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/smile.svg&quot; class=&quot;icon smiley&quot; alt=&quot;:-)&quot; /&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Notizen Fediverse-MeetUp - Tag 2 vom 39C3; 16 Uhr&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;notizen_fediverse-meetup_-_tag_2_vom_39c316_uhr&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-791&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;einladungstext&quot;&gt;Einladungstext&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Fediverse-Meet-Up: Treffen von allen, die Instanzen selber betreiben (möchten)&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Was brauche ich, um eine eigene Instanz aufzusetzen und zu pflegen? Welche Fragen muss man sich stellen - am besten vorher? Was sollte man technisch, organisatorisch, aber auch rechtlich bedenken? Wie managed ihr die Moderation? Jugendschutz, NSFW, politischen Content, Werbung, Gambling, … Welche Besonderheiten gibt es bei Mastodon, Pixelfed, PeerTube, … ? Wir suchen den Austausch mit Gleichgesinnten!
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Einladungstext&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;einladungstext&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;792-1314&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;gedanken_im_vorhinein&quot;&gt;Gedanken im Vorhinein&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Gedanken im Vorhinein&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;gedanken_im_vorhinein&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1315-1349&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit4&quot; id=&quot;zielgruppe_und_zugang&quot;&gt;Zielgruppe und Zugang&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wen möchte ich als Zielgruppe haben?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wer soll dann unter welchen Bedingungen Zugang zur Instanz bekommen und wie stelle ich das sicher?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wie geht man damit um, wenn andere user/Instanzen anderslautende Regelungen gesetzt haben, als man selbst?&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Zielgruppe und Zugang&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;zielgruppe_und_zugang&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1350-1638&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit5&quot; id=&quot;zielsetzung&quot;&gt;Zielsetzung&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Für welche Inhaltsanbieter und mit welcher Zielsetzung betreibe ich meine Instanz?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Gibt es auf meiner Instanz eine Thematische Eingrenzung?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wo ziehe ich Mediale Grenzen? &lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4 id=&quot;in_aktivitaet&quot;&gt;(In)Aktivität&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wie geht man mit länger inaktiven Konten um?&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Manche server haben einen Automatismus, der nach [Dauer X] den Inhabenden anschreibt mit einer Erinnerung und Informationen zur anstehenden Löschung bzw. wie man dieser entgeht.&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Welche Prozesse braucht es für den Umgang mit inaktiven Accounts?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Wie wird die Kommunikation mit den Inhabenden sichergestellt? Wer ist dafür zuständig?&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Zielsetzung&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;zielsetzung&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;1639-2272&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit6&quot; id=&quot;rechtliches&quot;&gt;Rechtliches&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;dsgvo&quot;&gt;DSGVO&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Löschfristen&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; für Assets&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; für inaktive Konten&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Information bei der Einrichtung von Konten&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Auftragsverhältnisse klären&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Dokumentation zur Datenverarbeitung&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4 id=&quot;rechtsform&quot;&gt;Rechtsform&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; ggf. juristischer Körper für Haftungsfragen&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Rechtliches&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;rechtliches&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;2273-2566&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit7&quot; id=&quot;technisches&quot;&gt;Technisches&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; technische Anforderungen&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Abhängig von&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; Hashtags&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; Konten&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; Medien&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt;  Verteilungsgrad von Nachrichten auf der eigenen Instanz&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ab mehreren Tausend Nutzenden macht sich Hardware vs. virtualisierter Server bemerkbar&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ZFS / COW-Dateisystem für Backups&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; zeitl. Aufwand (Betrieb, nicht Setup)&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Einzelinstanz: 30-60min je Major-Update&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ~120 Konten: 1h / Monat - 1h / Woche&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ~500 Konten: &amp;lt;10min / Woche f. Moderation; 1h je Update&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ~10K Konten: 3h je Backup vor Update; &amp;lt;30min /Woche f. Moderation; 1h je Major-Upgrade&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Anpassungen je nach Aufwand &lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/smileys/wink.svg&quot; class=&quot;icon smiley&quot; alt=&quot;;-)&quot; /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Voraussetzungen:&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Server-Administration (&lt;abbr title=&quot;Operating System&quot;&gt;OS&lt;/abbr&gt;, Datenbank, Webserver)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Domains verwalten (SPF/DKIM für Mail)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ggf. als Service einkaufen, dann aber weniger konfigurierbar&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4 id=&quot;server&quot;&gt;Server&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Trennung von einzelnen Diensten mittels VMs / Docker / Container / Jails&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4 id=&quot;automatisierung&quot;&gt;Automatisierung&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Ansible Skript zum Aufsetzen eines Servers&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Vorlage (bisschen outdated, wird demnächst aktualisiert): &lt;a href=&quot;https://codeberg.org/stvo/mastodon-ansible-nodocker&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://codeberg.org/stvo/mastodon-ansible-nodocker&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://codeberg.org/stvo/mastodon-ansible-nodocker&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4 id=&quot;mastodon_vs_alternativen_flavour_dazu&quot;&gt;Mastodon vs alternativen (Flavour) dazu&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Frage: Emoji in Usernamen –&amp;gt; 30 Zeichengrenze bei Usernamen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; generell sind viele Werte im Vanilla-Mastodon nicht konfigurierbar&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Domainnamen gut wählen - diesen nachträglich zu ändern ist nur mit Abstrichen möglich&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; wenn doch, dann müssten Nutzer\*innen ihren Account umziehen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; IDNs werden gelegentlich in der nicht-Umlaut-Version angezeigt&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Unterschiedliche Domains für Mastodon-Instanz und Accounts sind unter &lt;a href=&quot;https://docs.joinmastodon.org/admin/config/#web_domain&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://docs.joinmastodon.org/admin/config/#web_domain&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://docs.joinmastodon.org/admin/config/#web_domain&lt;/a&gt; kurz beschrieben. Bei Fragen meldet euch gerne bei @fabian@schle.nz.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4 id=&quot;foederation&quot;&gt;Föderation&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Instanzen blocken&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Blocklisten&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Infoseiten zu Blocklisten (mit Links): &lt;a href=&quot;https://joinfediverse.wiki/FediBlock&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://joinfediverse.wiki/FediBlock&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://joinfediverse.wiki/FediBlock&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Technisches&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;technisches&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;2567-4446&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit8&quot; id=&quot;toms&quot;&gt;TOMs&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;/div&gt;

&lt;h4 id=&quot;vorbeugen_gegen_spam&quot;&gt;Vorbeugen gegen Spam&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Zugangsbarrieren für den eigentlichen Account&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Begründungen für die Registriergung&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Zugänge für manche Mail-provider ausgeschlossen (keine @gmail.com, keine Anonymisierungs-Services)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Mail-Verifizierung&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;TOMs&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;toms&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:8,&amp;quot;range&amp;quot;:&amp;quot;4447-4713&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit9&quot; id=&quot;moderation&quot;&gt;Moderation&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Moderationskonzept: &lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Welche Regeln gibt man sich? Bereitschaftsdienst (auch an Feiertagen)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; eigene Antwortzeit/Aktionszeit definieren&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; ist für öffentliche Instanzen eher ein Thema, als für einen beschränkten Nutzer\*innenkreis&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; wer macht die Moderation? Extra Team?&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Welche Datenschutzbestimmungen müssen sie erfüllen?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Welche rechtlichen und technischen Anforderungen?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; intern oder in Nutzer\*innenkreis ausgelagert?&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; ist Datenschutzfrage, da Moderator\*innen pb-Daten der Nutzenden verarbeiten&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; z.B. über Vereinsstruktur regelbar - nur Mitglieder dürfen Moderieren&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level2 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; betrifft&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; Konten&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; Inhalte&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; andere Instanzen (Deföderation)&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level4&quot;&gt;&lt;div class=&quot;li&quot;&gt; einige müssen geblockt werden (rechtl. Vorgaben)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level4&quot;&gt;&lt;div class=&quot;li&quot;&gt; andere können geblockt werden (inhaltl. Diskussion)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Regeln dürfen gerne als Vorlage verwendet werden: &lt;a href=&quot;https://hessen.social/about&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://hessen.social/about&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://hessen.social/about&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Prozess zum Widerspruch zum Blocking überlegen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; ist nicht unbedingt ein Problem in der prozessualen Umsetzung, sondern in der Beurteilung&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Ausmaß der Konsequenzen ist auch vielschichtig (Löschung/Sperrung des Beitrags, temporäre Sperre des Accounts, dauerhafte Sperre des Accounts)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; ggf. Rücksprache mit Verursacher\*in&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; ggf. eigene Meldepflichten bei bestimmten Inhalten&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Infoseite vom BKA dazu: &lt;a href=&quot;https://www.bka.de/DE/DasBKA/OrganisationAufbau/Fachabteilungen/ZentralerInformationsUndFahndungsdienst/Digitale_Eingangsstelle/FAQ/faq_dsa_node.html&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://www.bka.de/DE/DasBKA/OrganisationAufbau/Fachabteilungen/ZentralerInformationsUndFahndungsdienst/Digitale_Eingangsstelle/FAQ/faq_dsa_node.html&quot; rel=&quot;ugc nofollow noopener&quot;&gt;https://www.bka.de/DE/DasBKA/OrganisationAufbau/Fachabteilungen/ZentralerInformationsUndFahndungsdienst/Digitale_Eingangsstelle/FAQ/faq_dsa_node.html&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; ToDos zum Nachtragen:&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; Welche Blocklisten sollte man sich anschauen und wie kommt man dadran?&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level3&quot;&gt;&lt;div class=&quot;li&quot;&gt; BKA-liste für Kinderpornografie-moderation&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Moderation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;moderation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:9,&amp;quot;range&amp;quot;:&amp;quot;4714-6395&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit10&quot; id=&quot;datenschutzbeauftragten&quot;&gt;Datenschutzbeauftragten&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Kontakte klären etc.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Datenschutzbeauftragten&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;datenschutzbeauftragten&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:10,&amp;quot;range&amp;quot;:&amp;quot;6396-6456&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit11&quot; id=&quot;beim_aufsetzen_und_im_betrieb&quot;&gt;Beim Aufsetzen und im Betrieb&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Beim Aufsetzen und im Betrieb&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;beim_aufsetzen_und_im_betrieb&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:11,&amp;quot;range&amp;quot;:&amp;quot;6457-6499&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit12&quot; id=&quot;backupstrategien_wiederaufbau-strategie&quot;&gt;Backupstrategien &amp;amp; Wiederaufbau-Strategie&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Umzug testen&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; recovery-Backup/testen&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; es braucht im Wesentlichen nur den Public-Folder und den Datenbank-Dump&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Backupstrategien &amp;amp; Wiederaufbau-Strategie&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;backupstrategien_wiederaufbau-strategie&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:12,&amp;quot;range&amp;quot;:&amp;quot;6500-6674&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit13&quot; id=&quot;anpassungen_fuer_eigene_instanz&quot;&gt;Anpassungen für eigene Instanz&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Anpassungen von bspw. mastodon:&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Textbegrenzun von Posts&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Umfragen: mehr als 3 Optionen&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Konsequenzen der Anpassungen durchdenken!&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Anpassungen f\u00fcr eigene Instanz&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;anpassungen_fuer_eigene_instanz&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:13,&amp;quot;range&amp;quot;:&amp;quot;6675-6867&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit14&quot; id=&quot;was_haelt_vom_aufsetzen_der_eigenen_instanz_ab&quot;&gt;Was hält vom Aufsetzen der eigenen Instanz ab&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; rechtl. Anforderungen&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; „Schäden“ sind mitigierbar&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Kommunikation mit Behörden eingehen; insb. Datenschutzbehörden helfen auch&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; techn. Notwendigkeiten:&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Community hilft&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class=&quot;level1 node&quot;&gt;&lt;div class=&quot;li&quot;&gt; Commitment gegenüber User\*innen&lt;/div&gt;
&lt;ul&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; Verfügbarkeit&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level2&quot;&gt;&lt;div class=&quot;li&quot;&gt; inhaltl. Überlegungen / Community-Building&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Was h\u00e4lt vom Aufsetzen der eigenen Instanz ab&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;was_haelt_vom_aufsetzen_der_eigenen_instanz_ab&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:14,&amp;quot;range&amp;quot;:&amp;quot;6868-&amp;quot;} --&gt;</description>
            <author>chris_cyber4edu@undisclosed.example.com (chris_cyber4edu)</author>
            <pubDate>Wed, 04 Feb 2026 19:40:23 +0000</pubDate>
        </item>
        <item>
            <title>datenschutzrallye_box_antag4.jpg - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3Adatenschutzrallye_box_antag4.jpg&amp;ns=workshops&amp;rev=1770233790&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/datenschutzrallye_box_antag4.jpg?w=500&amp;amp;h=500&amp;amp;tok=1804c5&quot; alt=&quot;datenschutzrallye_box_antag4.jpg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>moni_cyber4edu@undisclosed.example.com (moni_cyber4edu)</author>
            <pubDate>Wed, 04 Feb 2026 19:36:30 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://cyber4edu.org/c4e/wiki/workshops/rc3-assembly?rev=1770232493&amp;do=diff</link>
            <description>
&lt;p&gt;
# c4E bei der rC3
&lt;/p&gt;

&lt;p&gt;
## Unsere Assembly
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Unsere Assembly findet ihr im Bereich &lt;a href=&quot;http://visit.at.rc3.world/as/cyber4edu&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;http://visit.at.rc3.world/as/cyber4edu&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Assemblies / Non-Tech / Social&lt;/a&gt;. Eine bebilderte Beschreibung findet ihr &lt;a href=&quot;#anfahrt&quot; title=&quot;workshops:rc3-assembly ↵&quot; class=&quot;wikilink1&quot;&gt;weiter unten&lt;/a&gt;.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
—
&lt;/p&gt;

&lt;p&gt;
## Anfahrt
&lt;/p&gt;

&lt;p&gt;
Nach dem Betreten der Welt geht ihr an der Fairy Dust vorbei nach oben (dem Pfeil &lt;strong&gt;Assemblies&lt;/strong&gt; folgen):
&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/rc3-2020/step1_ankommen.png&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
An der Krezung &lt;strong&gt;Non-Tech&lt;/strong&gt; geht es nach links:
&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/rc3-2020/step2_hierlinkszusocial.png&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
Nach dem Portal geht es nach rechts durch den oberen Tunnel, dann findet ihr gleich oben den Zugang zu unserer Assembly:
&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/rc3-2020/step3_nachdemersten_tunnel.png&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
## Vergangene Veranstaltungen - Unser Assembly-Fahrplan
&lt;/p&gt;

&lt;p&gt;
Alle unsere Veranstaltungen waren auch ohne rC3-Ticket für Interessierte außerhalb der 2D-Map offen und wurden mit entsprechenden BigBlueButtonräumen angekündigt.
### Tag 1 (27.12.2020)
11:00 - 12:00
&lt;strong&gt;Orga-Treffen&lt;/strong&gt;
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
13:00 - 14:00
&lt;strong&gt;BBB-User-Workshop for Beginners:&lt;/strong&gt; (Mathias)
&lt;/p&gt;

&lt;p&gt;
Starthilfe für Online-Unterricht mit BBB, 13-14 Uhr Überblick der Funktionen, ab 14 Uhr gemeinsames Ausprobieren mit Interessierten
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Eine risikofreie Alternative zum Präsenzunterricht für den Fall von Schulschließungen oder strengen Hygiene-Auflagen. Wie gestalte ich den Unterricht ansprechend im virtuellen Raum und moderiere dort Diskussionen zwischen Schüler*innen oder dem Kollegium? Wie nutze ich die zahlreichen Möglichkeiten der Digitalisierung, um eine attraktive und effektive Interaktion zu generieren?&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich)
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
14:00 - 15:00
&lt;strong&gt;cyber4EDU Meetup / Vorstellung: Wer sind wir, was machen wir, wie kann man mitmachen?&lt;/strong&gt; (Mel)
//
Wer sind wir, was machen wir, wie kann man mitmachen… Über die Tage des rC3 gibt es immer mal wieder die Möglichkeit, eine knappe Vorstellung von einem unserer Mitglieder zu bekommen, wer wir sind, was wir wollen, was wir davon schon machen, wie Interessierte mitmachen können und was wir hier beim rC3 so alles machen. Schnuppert rein und bleibt vllt gleich da ;)//
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopsraum (gelber Teppich)
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
15:00 - 16:30 &lt;strong&gt;Offene digitale Tools in der Bildung&lt;/strong&gt; (Micha, Ralf)
&lt;/p&gt;

&lt;p&gt;
//Offene digitale Tools in der Schule nutzen und sinnvoll didaktisch einsetzen. Wir stellen dabei kurz verschiedene bewährte Webtools, Apps und Desktopanwendungen vor. //
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://cyber4edu.org//pads/s/est2jez4V&quot; class=&quot;urlextern&quot; target=&quot;_blank&quot; title=&quot;https://cyber4edu.org//pads/s/est2jez4V&quot; rel=&quot;ugc nofollow noopener&quot;&gt;Unsere Materialsammlung&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich)
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
20:30 - ca. 22:00 &lt;strong&gt;Entwicklung eines Datenschutzspieles: Spielerisch einfach - Alles Wichtige zum Thema Datenschutz und IT-Sicherheit erlernen&lt;/strong&gt; (suste, derThomas)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Upcycling der wunderbaren programmierten Welten ⇒ Datenschutzland, in dem es Escape Räume gibt, in denen Challenges gemacht werden können und außerhalb ist es wie im echten Leben, jede Menge Infos und Daten, die gesammelt und gestohlen werden können…. Die Escape Räume könnten Challenges zu verschiedenen Themen und Altersstufen abbilden. Zielgruppe: alle, die Lust haben, sich einzubringen. Voraussetzungen: Projekterfahrung im Bereich Programmierung oder Gameifizierung beim eLearning wär nett, ist aber kein muss.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
Auf der Map: in der c4E-Assembly, Raum mit Uhr an der Wand im 1. Stock, süd-östlich (gegenüber vom Schlafraum). 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### Tag 2 (28.12.2020)
&lt;/p&gt;

&lt;p&gt;
10:00 - 11:30 &lt;strong&gt;Licht in den Datenschutzdschungel! Was ich schon immer mal wissen wollte, nie getraut habe zu fragen und vielleicht doch kein Mythos ist.&lt;/strong&gt; (suste, bengoshi, (derThomas))
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Was heißt „datenschutzkonform“ überhaupt? Was sind personenbezogene Daten? Was ist ein AV-Vertrag und wie unterscheidet er sich von Nutzungsverträgen? Was gehört in eine Einwilligung? Wann ist die Einwilligung nicht freiwillig? Darauf wolltest du schon immer mal eine Antwort - dann komm vorbei.
Zielgruppe: Alle, die wissen wollen, was am Datenschutz ein Mythos und was wahr ist.
Voraussetzungen: keine – Interesse mitbringen wäre schon gut.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
14:00 - 15:00
&lt;strong&gt;cyber4EDU Meetup / Vorstellung: Wer sind wir, was machen wir, wie kann man mitmachen?&lt;/strong&gt; (Mel)
//
Wer sind wir, was machen wir, wie kann man mitmachen… Über die Tage des rC3 gibt es immer mal wieder die Möglichkeit, eine knappe Vorstellung von einem unserer Mitglieder zu bekommen, wer wir sind, was wir wollen, was wir davon schon machen, wie Interessierte mitmachen können und was wir hier beim rC3 so alles machen. Schnuppert rein und bleibt vllt gleich da ;)//
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopsraum (gelber Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
15:00 - 16:00
&lt;strong&gt;Sprechstunde: Datenschutz &amp;amp; Schule&lt;/strong&gt; (steini)
&lt;em&gt;Datenschutz in der Schule: Wie geht das, was spielt eine Rolle + wie soll man eigentlich damit umgehen, wenn Kolleg\*innen sich dem Thema gegenüber ignorant zeigen? Steini bietet eine Sprechstunde zum Austausch über diese Fragen an.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
16:00 - 17:00 &lt;strong&gt;BBB-Admin-Stammtisch&lt;/strong&gt; (waschtl)
&lt;em&gt;BigBlueButton selbst betreiben - Austausch über Erfahrungen im Betrieb
z. B. zu Skalierung, Ansible Setup, Audio-Lokalisierung, …&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopsraum (gelber Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
17:15 - 18:30
&lt;strong&gt;EduScrum Vortrag / Workshop&lt;/strong&gt; (steph, dmnk)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Agile Vorgehenskonzepte sind aus der modernen Arbeitswelt nicht mehr wegzudenken. Kritisches Denken, Problemlösefähigkeit und Kreativität sind die wesentlichen Kompetenzen, die von Unternehmen gefordert werden. Kanban, Scrum, XP, Lean – all diese facettenreichen Methoden können diese Kompetenzen gezielt fördern. Doch wie reagiert die Bildingswelt auf diese modernen Methoden? Auch in diesem Bereich werden agile Konzepte wie bspw. eduScrum immer beliebter. Stephan Kiener &amp;amp; Dominik Stiehm, beide Lehrkräfte an einer berufsbildenden Schule für angehende Fachinformatiker\*innen, berichten von ihren Erfahrungen aus der Praxis und zeigen auf, was es braucht und wie man schnell und einfach loslegen kann.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
21:00 - ca. 22:00 &lt;strong&gt;Entwicklung eines Datenschutzspieles: Spielerisch einfach - Alles Wichtige zum Thema Datenschutz und IT-Sicherheit erlernen&lt;/strong&gt; (suste, derThomas)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Upcycling der wunderbaren programmierten Welten ⇒ Datenschutzland, in dem es Escape Räume gibt, in denen Challenges gemacht werden können und außerhalb ist es wie im echten Leben, jede Menge Infos und Daten, die gesammelt und gestohlen werden können…. Die Escape Räume könnten Challenges zu verschiedenen Themen und Altersstufen abbilden. Zielgruppe: alle, die Lust haben, sich einzubringen. Voraussetzungen: Projekterfahrung im Bereich Programmierung oder Gameifizierung beim eLearning wär nett, ist aber kein muss.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, Raum mit Uhr an der Wand im 1. Stock, süd-östlich (gegenüber vom Schlafraum). 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### Tag 3 (29.12.2020)
&lt;/p&gt;

&lt;p&gt;
11:00 - 11:45 &lt;strong&gt;Meine Daten – Meine Verantwortung&lt;/strong&gt; (suste)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Wo kommen all die Daten her? Was sind überhaupt personenbezogene Daten? Wie kann, sollte und muss ich meinen Verein oder Arbeitgeber bei der Verarbeitung von personenbezogenen Daten unterstützen?&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich)
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
12:30 - 13:30 &lt;strong&gt;Sprechstunde: Bildungstheorie und Lernen in der Digitalen Welt&lt;/strong&gt; (Falbala)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Die Sprechstunde wird eine offene sein und ich würde mich freuen, wenn sich anhand der Fragen, die man stellen kann, gute gemeinsame Gespräche ergeben.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopsraum (gelber Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
13:30 - 15:00 &lt;strong&gt;Didaktik-Workshop: Videokonferenzen in der SchuleDidaktik mit Videokonferenzsysteme&lt;/strong&gt; (Chrissi, Ralf)
&lt;/p&gt;

&lt;p&gt;
//Wir stellen verschiedene didaktische Modelle für die Nutzung von BigBlueButton in der Schule vor und diskutieren sie mit den Teilnehmer:innen. //
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
16:00 - 17:00
&lt;strong&gt;cyber4EDU Meetup / Vorstellung: Wer sind wir, was machen wir, wie kann man mitmachen?&lt;/strong&gt; (Mel)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Wer sind wir, was machen wir, wie kann man mitmachen… Über die Tage des rC3 gibt es immer mal wieder die Möglichkeit, eine knappe Vorstellung von einem unserer Mitglieder zu bekommen, wer wir sind, was wir wollen, was wir davon schon machen, wie Interessierte mitmachen können und was wir hier beim rC3 so alles machen. Schnuppert rein und bleibt vllt gleich da ;)&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopsraum (gelber Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
17:00 - 18:00 &lt;strong&gt;in Kooperation mit Digital Courage: Offenes Vernetzungstreffen von Bremer Gruppen&lt;/strong&gt; (MoniKa)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Offenes Vernetzungstreffen Bremer Gruppen
Was ist los im digitalen Bremer Raum?
Was treiben der CCCHB oder die Digitalcourage Ortsgruppe hier eigentlich so?
Wo ist eigentlich die nächste Cryptoparty?
Hier ist Raum für ein Kennenlernen und offenen Austausch. Eingeladen sind alle, die sich einfach mal kennenlernen wollen oder auch einfach mal einen Überblick über das Geschehen in Bremen verschaffen möchten. Auch ohne Ticket seid ihr herzlich willkommen.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
//in Kooperation mit DigitalCourage //
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) &lt;strong&gt;sowie&lt;/strong&gt; auf der DC-Assembly in der Sofaecke  
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
18:00 - 19:00
&lt;strong&gt;Sprechstunde: Datenschutz &amp;amp; Schule&lt;/strong&gt; (steini)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Datenschutz in der Schule: Wie geht das, was spielt eine Rolle + wie soll man eigentlich damit umgehen, wenn Kolleg\*innen sich dem Thema gegenüber ignorant zeigen? Steini bietet eine Sprechstunde zum Austausch über diese Fragen an.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
21:00 - 22:00 &lt;strong&gt;cyber4EDU heißt euch willkommen - unser Dienstagstreffen für Neulinge und Interessierte&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Nachdem wir am Tag 1 bei unseren rC3-Workshops recht beeindruckende Zahlen an Teilnehmenden erreicht und auch mit dem Vortrag von derMicha und Steini einiges an Interesse geweckt haben, wollen wir euch Neulinge und Interessierte ganz herzlich begrüßen und einladen, bei uns „reinzuschnuppern“!
&lt;/p&gt;

&lt;p&gt;
Damit ihr unsere Arbeitsweise kennenlernen könnt, folgt das Treffen unserem typischen Ablauf des Dienstags-Großgruppentreffens - nur statt Berichten aus den AGs stellen diese sich kurz vor: Was sind die Ziele, wie weit sind sie jeweils, was steht als nächstes an, wie findet die Arbeit in der Gruppe genau statt und wo kann man sich einbringen?
&lt;/p&gt;

&lt;p&gt;
Also kommt vorbei und vor allem: kommt gerne wieder!
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt; 
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopraum (gelber Teppich)
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
### Tag 4 (30.12.2020)
&lt;/p&gt;

&lt;p&gt;
11:00 - 12:00 &lt;strong&gt;Bremer Cyber-Frühstück&lt;/strong&gt; (MoniKa)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Kaffee trinken, quatschen, Ideen spinnen.
Wer nach dem offenen Treffen am 29.12. noch nicht genug vom Bremer Cyber hat, kann gemeinsam in Tag 4 des rC3 starten.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
// in Kooperation mit DigitalCourage//
Auf der Map: in der c4E-Assembly, linker Workshopsraum (blauer Teppich) &lt;strong&gt;sowie&lt;/strong&gt; auf der DC-Assembly in der Sofaecke 
&lt;/p&gt;
&lt;hr /&gt;

&lt;p&gt;
12:30 - 14:30
&lt;strong&gt;Bildung im digitalen Zeitalter - Intentionsloses Erzählen&lt;/strong&gt; (FalbalaHybr1s)
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Kooperation von Chaos macht Schule Siegen, dem Bruchwerk Theater und edition/19 (Projektraum und Atelier)
Der Workshop knüpft an Falbalas Vortrag „Mit Blick zurück in die Zukunft: Das Bauhaus als Inspiration für Bildung und Lernen in der digitalen Welt “ an. Menschen, die diesen nicht gesehen haben, sind im Workshop genauso willkommen wie jende, die ihn verfolgt haben. Gängige Curricula erreichen einen erheblichen Teil der nachwachsenden Generation weder emotional noch sozial oder kognitiv„ (Buchmann 2006: 63). Bei der Suche nach curricularen Alternativen sollte u.E. die von Mollenhauer postulierte „vergessene Dimension des Ästhetischen“ (1990:3) berücksichtig werden. Damit kann Bildung im Rahmen neuer Wissensarchitekturen im digitalen Zeitalter ermöglicht werden. In diesem Sinn erproben wir den exemplarischen ästhetischen Zugang des „Intentionslosen Erzählens“ gemeinsam mit den Teilnehmer*innen: Wir wollen eine digitale Performance erschaffen, die Hybr1s als Intentionslose Erzählung bezeichnet. Er bezieht sich dabei auf Beispiele der Künstergruppe Forced Entertainment, speziell ihre Arbeiten „12am: Awake &amp;amp; Looking Down“, „Speak Bitterness“, „And on the Thousandth Night…“ oder „Quizoola“ (alles in Ausschnitten auf Youtube verfügbar). Die zentrale Funktionsweise des Intentionslosen Erzählens besteht darin, dem Publikum eine große Fülle von Bedeutungscodes (Gesten, Kostümen, Musik, Gegenständen, Worten…) zu präsentieren, welche für sich genommen keiner dahinterligenden Narration folgen - wie es bei traditionellen Erzählweisen üblich wäre. Da wir Menschen äußerst effektiv darin sind, Muster zu erkennen, werden die Zuschauer*innen einer Intentionslosen Erzählung unweigerlich selbst die Bedeutungscodes in einen assoziativen Zusammenhang stellen und so ihre eigenen Erzählungen konstruieren. Intentionslose Erzählungen sind somit immer eine Präsentation der ureigenen Kreativität jedes einzelnen Menschen.&lt;/em&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;Wo:&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
Auf der Map: in der c4E-Assembly, rechter Workshopsraum (gelber Teppich)  
&lt;/p&gt;

&lt;p&gt;
—
&lt;/p&gt;

&lt;p&gt;
## spontane Challenge - Avatar-Schach
&lt;/p&gt;

&lt;p&gt;
Liebe Schachfreund\*innen
&lt;/p&gt;

&lt;p&gt;
wir wollen eine Challenge ausrufen und in unserer cyber4EDU-Assembly  Avatar-Schach spielen. Wir haben ein Schachbrett in unserer Welt mit einem BBB (2 Breakoutrooms - einen je Farbe), damit wir kommunizieren können - denn… unsere Avatare sind die Figuren und müssen bewegt werden. Die ersten 32 Avatare, die zur gegebenen Zeit an unserem Schachbrett im Garten auftauchen, spielen mit und erhalten ein Badge. Und los geht&amp;#039;s!
&lt;/p&gt;

&lt;p&gt;
**Wann: Tag 4 (30.12.2020) um 16:00 Uhr
&lt;/p&gt;

&lt;p&gt;
Wo: im Garten der cyber4EDU-Welt, neben dem Spielplatz**
&lt;/p&gt;

&lt;p&gt;
—
&lt;/p&gt;
</description>
            <author>chris_cyber4edu@undisclosed.example.com (chris_cyber4edu)</author>
            <pubDate>Wed, 04 Feb 2026 19:14:53 +0000</pubDate>
        </item>
        <item>
            <title>c4e_39c3_button.png</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3Ac4e_39c3_button.png&amp;ns=workshops&amp;rev=1766004435&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/c4e_39c3_button.png?w=500&amp;amp;h=500&amp;amp;tok=e3f5dc&quot; alt=&quot;c4e_39c3_button.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Wed, 17 Dec 2025 20:47:15 +0000</pubDate>
        </item>
        <item>
            <title>c4e_39c3_button.png - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=c4e_39c3_button.png&amp;ns=0&amp;rev=1766004355&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/c4e_39c3_button.png?w=500&amp;amp;h=500&amp;amp;tok=fb19ed&quot; alt=&quot;c4e_39c3_button.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Wed, 17 Dec 2025 20:45:55 +0000</pubDate>
        </item>
        <item>
            <title>38c3_ws_erfahrunsgaustauschrunde.pdf - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Atag3%3A38c3_ws_erfahrunsgaustauschrunde.pdf&amp;ns=workshops%3A38c3%3Atag3&amp;rev=1735821110&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;38c3_ws_erfahrunsgaustauschrunde.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>moni_cyber4edu@undisclosed.example.com (moni_cyber4edu)</author>
            <pubDate>Thu, 02 Jan 2025 12:31:50 +0000</pubDate>
        </item>
        <item>
            <title>linux-slides-3.pdf - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Alinux-slides-3.pdf&amp;ns=workshops%3A38c3&amp;rev=1735574553&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;linux-slides-3.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Mon, 30 Dec 2024 16:02:33 +0000</pubDate>
        </item>
        <item>
            <title>linux-slides-4.pdf - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Alinux-slides-4.pdf&amp;ns=workshops%3A38c3&amp;rev=1735572762&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;linux-slides-4.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Mon, 30 Dec 2024 15:32:42 +0000</pubDate>
        </item>
        <item>
            <title>linux-slides-2.pdf - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Alinux-slides-2.pdf&amp;ns=workshops%3A38c3&amp;rev=1735390360&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;linux-slides-2.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Sat, 28 Dec 2024 12:52:40 +0000</pubDate>
        </item>
        <item>
            <title>linux-slides-1.pdf - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Alinux-slides-1.pdf&amp;ns=workshops%3A38c3&amp;rev=1735390337&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;linux-slides-1.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Sat, 28 Dec 2024 12:52:17 +0000</pubDate>
        </item>
        <item>
            <title>software-in-der-schule.pdf - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Asoftware-in-der-schule.pdf&amp;ns=workshops%3A38c3&amp;rev=1735387977&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/lib/images/fileicons/svg/pdf.svg&quot; alt=&quot;software-in-der-schule.pdf&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>micha_cyber4edu@undisclosed.example.com (micha_cyber4edu)</author>
            <pubDate>Sat, 28 Dec 2024 12:12:57 +0000</pubDate>
        </item>
        <item>
            <title>c4e_merch_button_dark_x4.png - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Ac4e_merch_button_dark_x4.png&amp;ns=workshops%3A38c3&amp;rev=1735329288&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/38c3/c4e_merch_button_dark_x4.png?w=500&amp;amp;h=500&amp;amp;tok=f29d4e&quot; alt=&quot;c4e_merch_button_dark_x4.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>chris_cyber4edu@undisclosed.example.com (chris_cyber4edu)</author>
            <pubDate>Fri, 27 Dec 2024 19:54:48 +0000</pubDate>
        </item>
        <item>
            <title>c4e_38c3_button_x4.png - angelegt</title>
            <link>https://cyber4edu.org/c4e/wiki/?image=workshops%3A38c3%3Ac4e_38c3_button_x4.png&amp;ns=workshops%3A38c3&amp;rev=1735328658&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://cyber4edu.org/c4e/wiki/_media/workshops/38c3/c4e_38c3_button_x4.png?w=500&amp;amp;h=500&amp;amp;tok=ff6156&quot; alt=&quot;c4e_38c3_button_x4.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>chris_cyber4edu@undisclosed.example.com (chris_cyber4edu)</author>
            <pubDate>Fri, 27 Dec 2024 19:44:18 +0000</pubDate>
        </item>
    </channel>
</rss>
