Content: Remove pages in wiki namespace

This commit is contained in:
Jannik Beyerstedt 2024-08-11 17:00:12 +02:00
parent 75aeac5cbc
commit 93a5c12a9b
10 changed files with 0 additions and 4438 deletions

View file

@ -1,62 +0,0 @@
====== DokuWiki ======
[[doku>wiki:dokuwiki|{{wiki:dokuwiki-128.png }}]] DokuWiki is a simple to use and highly versatile Open Source [[wp>wiki]] software that doesn't require a database. It is loved by users for its clean and readable [[wiki:syntax]]. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
Read the [[doku>manual|DokuWiki Manual]] to unleash the full power of DokuWiki.
===== Download =====
DokuWiki is available at https://download.dokuwiki.org/
===== Read More =====
All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
**About DokuWiki**
* [[doku>features|A feature list]] :!:
* [[doku>users|Happy Users]]
* [[doku>press|Who wrote about it]]
* [[doku>blogroll|What Bloggers think]]
* [[https://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]]
**Installing DokuWiki**
* [[doku>requirements|System Requirements]]
* [[https://download.dokuwiki.org/|Download DokuWiki]] :!:
* [[doku>changes|Change Log]]
* [[doku>Install|How to install or upgrade]] :!:
* [[doku>config|Configuration]]
**Using DokuWiki**
* [[doku>syntax|Wiki Syntax]]
* [[doku>manual|The manual]] :!:
* [[doku>FAQ|Frequently Asked Questions (FAQ)]]
* [[doku>glossary|Glossary]]
**Customizing DokuWiki**
* [[doku>tips|Tips and Tricks]]
* [[doku>Template|How to create and use templates]]
* [[doku>plugins|Installing plugins]]
* [[doku>development|Development Resources]]
**DokuWiki Feedback and Community**
* [[doku>newsletter|Subscribe to the newsletter]] :!:
* [[doku>mailinglist|Join the mailing list]]
* [[https://forum.dokuwiki.org|Check out the user forum]]
* [[doku>irc|Talk to other users in the IRC channel]]
* [[https://github.com/splitbrain/dokuwiki/issues|Submit bugs and feature wishes]]
* [[doku>thanks|Some humble thanks]]
===== Copyright =====
2004-2020 (c) Andreas Gohr <andi@splitbrain.org>((Please do not contact me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwiki.org|forum]] instead)) and the DokuWiki Community
The DokuWiki engine is licensed under [[https://www.gnu.org/licenses/gpl.html|GNU General Public License]] Version 2. If you use DokuWiki in your company, consider [[doku>donate|donating]] a few bucks ;-).
Not sure what this means? See the [[doku>faq:license|FAQ on the Licenses]].

View file

@ -1,475 +0,0 @@
====== Formatting Syntax ======
[[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
===== Basic Text Formatting =====
DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these.
DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts.
Of course you can **__//''combine''//__** all these.
You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
You can mark something as <del>deleted</del> as well.
You can mark something as <del>deleted</del> as well.
**Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
This is some text with some linebreaks\\ Note that the
two backslashes are only recognized at the end of a line\\
or followed by\\ a whitespace \\this happens without it.
This is some text with some linebreaks\\ Note that the
two backslashes are only recognized at the end of a line\\
or followed by\\ a whitespace \\this happens without it.
You should use forced newlines only if really needed.
===== Links =====
DokuWiki supports multiple ways of creating links.
==== External ====
External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
DokuWiki supports multiple ways of creating links. External links are recognized
automagically: http://www.google.com or simply www.google.com - You can set
link text as well: [[http://www.google.com|This Link points to google]]. Email
addresses like this one: <andi@splitbrain.org> are recognized, too.
==== Internal ====
Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
Internal links are created by using square brackets. You can either just give
a [[pagename]] or use an additional [[pagename|link text]].
[[doku>pagename|Wiki pagenames]] are converted to lowercase automatically, special characters are not allowed.
You can use [[some:namespaces]] by using a colon in the pagename.
You can use [[some:namespaces]] by using a colon in the pagename.
For details about namespaces see [[doku>namespaces]].
Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
This links to [[syntax#internal|this Section]].
Notes:
* Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
* DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
* When a section's heading is changed, its bookmark changes, too. So don't rely on section linking too much.
==== Interwiki ====
DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis.
For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
==== Windows Shares ====
Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
Windows Shares like [[\\server\share|this]] are recognized, too.
Notes:
* For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
* For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
<?php
/**
* Customization of the english language file
* Copy only the strings that needs to be modified
*/
$lang['js']['nosmblinks'] = '';
</code>
==== Image Links ====
You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
[[http://php.net|{{wiki:dokuwiki-128.png}}]]
[[http://php.net|{{wiki:dokuwiki-128.png}}]]
Please note: The image formatting is the only formatting syntax accepted in link names.
The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
===== Footnotes =====
You can add footnotes ((This is a footnote)) by using double parentheses.
You can add footnotes ((This is a footnote)) by using double parentheses.
===== Sectioning =====
You can use up to five different levels of headlines to structure your content. If you have more than three headlines, a table of contents is generated automatically -- this can be disabled by including the string ''<nowiki>~~NOTOC~~</nowiki>'' in the document.
==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==
==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==
By using four or more dashes, you can make a horizontal line:
----
===== Media Files =====
You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
Real size: {{wiki:dokuwiki-128.png}}
Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
Real size: {{wiki:dokuwiki-128.png}}
Resize to given width: {{wiki:dokuwiki-128.png?50}}
Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
By using left or right whitespaces you can choose the alignment.
{{ wiki:dokuwiki-128.png}}
{{wiki:dokuwiki-128.png }}
{{ wiki:dokuwiki-128.png }}
{{ wiki:dokuwiki-128.png}}
{{wiki:dokuwiki-128.png }}
{{ wiki:dokuwiki-128.png }}
Of course, you can add a title (displayed as a tooltip by most browsers), too.
{{ wiki:dokuwiki-128.png |This is the caption}}
{{ wiki:dokuwiki-128.png |This is the caption}}
For linking an image to another page see [[#Image Links]] above.
==== Supported Media Formats ====
DokuWiki can embed the following media formats directly.
| Image | ''gif'', ''jpg'', ''png'' |
| Video | ''webm'', ''ogv'', ''mp4'' |
| Audio | ''ogg'', ''mp3'', ''wav'' |
| Flash | ''swf'' |
If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
By adding ''?linkonly'' you provide a link to the media without displaying it inline
{{wiki:dokuwiki-128.png?linkonly}}
{{wiki:dokuwiki-128.png?linkonly}} This is just a link to the image.
==== Fallback Formats ====
Unfortunately not all browsers understand all video and audio formats. To mitigate the problem, you can upload your file in different formats for maximum browser compatibility.
For example consider this embedded mp4 video:
{{video.mp4|A funny video}}
When you upload a ''video.webm'' and ''video.ogv'' next to the referenced ''video.mp4'', DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
Additionally DokuWiki supports a "poster" image which will be shown before the video has started. That image needs to have the same filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would work.
===== Lists =====
Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
* This is a list
* The second item
* You may have different levels
* Another item
- The same list but ordered
- Another item
- Just use indention for deeper levels
- That's it
<code>
* This is a list
* The second item
* You may have different levels
* Another item
- The same list but ordered
- Another item
- Just use indention for deeper levels
- That's it
</code>
Also take a look at the [[doku>faq:lists|FAQ on list items]].
===== Text Conversions =====
DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.
==== Text to Image Conversions ====
DokuWiki converts commonly used [[wp>emoticon]]s to their graphical equivalents. Those [[doku>Smileys]] and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
* 8-) %% 8-) %%
* 8-O %% 8-O %%
* :-( %% :-( %%
* :-) %% :-) %%
* =) %% =) %%
* :-/ %% :-/ %%
* :-\ %% :-\ %%
* :-? %% :-? %%
* :-D %% :-D %%
* :-P %% :-P %%
* :-O %% :-O %%
* :-X %% :-X %%
* :-| %% :-| %%
* ;-) %% ;-) %%
* ^_^ %% ^_^ %%
* m( %% m( %%
* :?: %% :?: %%
* :!: %% :!: %%
* LOL %% LOL %%
* FIXME %% FIXME %%
* DELETEME %% DELETEME %%
==== Text to HTML Conversions ====
Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
"He thought 'It's a man's world'..."
<code>
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
"He thought 'It's a man's world'..."
</code>
The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
===== Quoting =====
Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
<code>
I think we should do it
> No we shouldn't
>> Well, I say we should
> Really?
>> Yes!
>>> Then lets do it!
</code>
I think we should do it
> No we shouldn't
>> Well, I say we should
> Really?
>> Yes!
>>> Then lets do it!
===== Tables =====
DokuWiki supports a simple syntax to create tables.
^ Heading 1 ^ Heading 2 ^ Heading 3 ^
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | some colspan (note the double pipe) ||
| Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
^ Heading 1 ^ Heading 2 ^ Heading 3 ^
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | some colspan (note the double pipe) ||
| Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 |
To connect cells horizontally, just make the next cell completely empty as shown above. Be sure to have always the same amount of cell separators!
Vertical tableheaders are possible, too.
| ^ Heading 1 ^ Heading 2 ^
^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
^ Heading 4 | no colspan this time | |
^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 |
As you can see, it's the cell separator before a cell which decides about the formatting:
| ^ Heading 1 ^ Heading 2 ^
^ Heading 3 | Row 1 Col 2 | Row 1 Col 3 |
^ Heading 4 | no colspan this time | |
^ Heading 5 | Row 2 Col 2 | Row 2 Col 3 |
You can have rowspans (vertically connected cells) by adding ''%%:::%%'' into the cells below the one to which they should connect.
^ Heading 1 ^ Heading 2 ^ Heading 3 ^
| Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
| Row 2 Col 1 | ::: | Row 2 Col 3 |
| Row 3 Col 1 | ::: | Row 2 Col 3 |
Apart from the rowspan syntax those cells should not contain anything else.
^ Heading 1 ^ Heading 2 ^ Heading 3 ^
| Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
| Row 2 Col 1 | ::: | Row 2 Col 3 |
| Row 3 Col 1 | ::: | Row 2 Col 3 |
You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
^ Table with alignment ^^^
| right| center |left |
|left | right| center |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
This is how it looks in the source:
^ Table with alignment ^^^
| right| center |left |
|left | right| center |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |
Note: Vertical alignment is not supported.
===== No Formatting =====
If you need to display text exactly like it is typed (without any formatting), enclose the area either with ''%%<nowiki>%%'' tags or even simpler, with double percent signs ''<nowiki>%%</nowiki>''.
<nowiki>
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
</nowiki>
The same is true for %%//__this__ text// with a smiley ;-)%%.
<nowiki>
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
</nowiki>
The same is true for %%//__this__ text// with a smiley ;-)%%.
===== Code Blocks =====
You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
This is text is indented by two spaces.
<code>
This is preformatted code all spaces are preserved: like <-this
</code>
<file>
This is pretty much the same, but you could use it to show that you quoted a file.
</file>
Those blocks were created by this source:
This is text is indented by two spaces.
<code>
This is preformatted code all spaces are preserved: like <-this
</code>
<file>
This is pretty much the same, but you could use it to show that you quoted a file.
</file>
==== Syntax Highlighting ====
[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
<code java>
/**
* The HelloWorldApp class implements an application that
* simply displays "Hello World!" to the standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}
</code>
The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic//
There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
==== Downloadable Code Blocks ====
When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
<code>
<file php myexample.php>
<?php echo "hello world!"; ?>
</file>
</code>
<file php myexample.php>
<?php echo "hello world!"; ?>
</file>
If you don't want any highlighting but want a downloadable file, specify a dash (''-'') as the language code: ''%%<code - myfile.foo>%%''.
===== RSS/ATOM Feed Aggregation =====
[[DokuWiki]] can integrate data from external XML feeds. For parsing the XML feeds, [[http://simplepie.org/|SimplePie]] is used. All formats understood by SimplePie can be used in DokuWiki as well. You can influence the rendering by multiple additional space separated parameters:
^ Parameter ^ Description ^
| any number | will be used as maximum number items to show, defaults to 8 |
| reverse | display the last items in the feed first |
| author | show item authors names |
| date | show item dates |
| description| show the item description. All HTML tags will be stripped |
| nosort | do not sort the items in the feed |
| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. [[wiki:DokuWiki]] will generally try to supply a cached version of a page, obviously this is inappropriate when the page contains dynamic external content. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh period// since the page was last rendered.
By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the ''reverse'' parameter, or display the feed as is with ''nosort''.
**Example:**
{{rss>http://slashdot.org/index.rss 5 author date 1h }}
{{rss>http://slashdot.org/index.rss 5 author date 1h }}
===== Control Macros =====
Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
^ Macro ^ Description |
| %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
| %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the %%<php>%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
===== Syntax Plugins =====
DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
~~INFO:syntaxplugins~~

View file

@ -1,30 +0,0 @@
====== Welcome to your new DokuWiki ======
Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
Enjoy your work with DokuWiki,\\
-- the developers
===== Create your first pages =====
Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]].
Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
Please be aware that not all templates support sidebars.
===== Customize your Wiki =====
Once you're comfortable with creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configuration settings]] (be sure to login as superuser first).
You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
===== Join the Community =====
DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the [[doku>newsletter]].
The [[https://forum.dokuwiki.org|DokuWiki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get [[doku>faq:support|support]].
Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involved]] with DokuWiki.

View file

@ -1,178 +0,0 @@
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8" />
<title>wiki:dokuwiki</title>
<meta name="generator" content="DokuWiki"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="keywords" content="wiki,dokuwiki"/>
<link rel="search" type="application/opensearchdescription+xml" href="/lib/exe/opensearch.php" title="EH20 - Back to root"/>
<link rel="start" href="/"/>
<link rel="contents" href="/wiki/dokuwiki?do=index" title="Übersicht"/>
<link rel="manifest" href="/lib/exe/manifest.php"/>
<link rel="alternate" type="application/rss+xml" title="Letzte Änderungen" href="/feed.php"/>
<link rel="alternate" type="application/rss+xml" title="Aktueller Namensraum" href="/feed.php?mode=list&amp;ns=wiki"/>
<link rel="alternate" type="text/html" title="HTML Klartext" href="/_export/xhtml/wiki/dokuwiki"/>
<link rel="alternate" type="text/plain" title="Wiki Markup" href="/_export/raw/wiki/dokuwiki"/>
<link rel="canonical" href="http://hetzner-01.h.jtbx.de:8444/wiki/dokuwiki"/>
<link rel="stylesheet" href="/lib/exe/css.php?t=sprintdoc&amp;tseed=9f8c736612cdfa4b90c19d6f18baa041"/>
<!--[if gte IE 9]><!-->
<script >/*<![CDATA[*/var NS='wiki';var SIG=" --- \/\/[[]] 2024\/07\/28 13:43\/\/";var JSINFO = {"id":"wiki:dokuwiki","namespace":"wiki","ACT":"export_xhtml","useHeadingNavigation":0,"useHeadingContent":0};
/*!]]>*/</script>
<script src="/lib/exe/jquery.php?tseed=f0349b609f9b91a485af8fd8ecd4aea4" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<script src="/lib/exe/js.php?t=sprintdoc&amp;tseed=9f8c736612cdfa4b90c19d6f18baa041&amp;template=sprintdoc" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<!--<![endif]-->
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Inhaltsverzeichnis</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#dokuwiki">DokuWiki</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#download">Download</a></div></li>
<li class="level2"><div class="li"><a href="#read_more">Read More</a></div></li>
<li class="level2"><div class="li"><a href="#copyright">Copyright</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 class="sectionedit1" id="dokuwiki">DokuWiki</h1>
<div class="level1">
<p>
<a href="https://www.dokuwiki.org/wiki%3Adokuwiki" class="media" title="https://www.dokuwiki.org/wiki%3Adokuwiki"><img src="/_media/wiki/dokuwiki-128.png" class="medialeft" loading="lazy" alt="" /></a> DokuWiki is a simple to use and highly versatile Open Source <a href="https://en.wikipedia.org/wiki/wiki" class="interwiki iw_wp" title="https://en.wikipedia.org/wiki/wiki">wiki</a> software that doesn&#039;t require a database. It is loved by users for its clean and readable <a href="/wiki/syntax" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">syntax</a>. The ease of maintenance, backup and integration makes it an administrator&#039;s favorite. Built in <a href="https://www.dokuwiki.org/acl" class="interwiki iw_doku" title="https://www.dokuwiki.org/acl">access controls</a> and <a href="https://www.dokuwiki.org/auth" class="interwiki iw_doku" title="https://www.dokuwiki.org/auth">authentication connectors</a> make DokuWiki especially useful in the enterprise context and the large number of <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">plugins</a> contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
</p>
<p>
Read the <a href="https://www.dokuwiki.org/manual" class="interwiki iw_doku" title="https://www.dokuwiki.org/manual">DokuWiki Manual</a> to unleash the full power of DokuWiki.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;DokuWiki&quot;,&quot;hid&quot;:&quot;dokuwiki&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:1,&quot;range&quot;:&quot;1-704&quot;} -->
<h2 class="sectionedit2" id="download">Download</h2>
<div class="level2">
<p>
DokuWiki is available at <a href="https://download.dokuwiki.org/" class="urlextern" title="https://download.dokuwiki.org/" rel="ugc nofollow">https://download.dokuwiki.org/</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Download&quot;,&quot;hid&quot;:&quot;download&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:2,&quot;range&quot;:&quot;705-784&quot;} -->
<h2 class="sectionedit3" id="read_more">Read More</h2>
<div class="level2">
<p>
All documentation and additional information besides the <a href="/wiki/syntax" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">syntax description</a> is maintained in the DokuWiki at <a href="https://www.dokuwiki.org/" class="interwiki iw_doku" title="https://www.dokuwiki.org/">www.dokuwiki.org</a>.
</p>
<p>
<strong>About DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/features" class="interwiki iw_doku" title="https://www.dokuwiki.org/features">A feature list</a> <img src="/lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/users" class="interwiki iw_doku" title="https://www.dokuwiki.org/users">Happy Users</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/press" class="interwiki iw_doku" title="https://www.dokuwiki.org/press">Who wrote about it</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/blogroll" class="interwiki iw_doku" title="https://www.dokuwiki.org/blogroll">What Bloggers think</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.wikimatrix.org/show/DokuWiki" class="urlextern" title="https://www.wikimatrix.org/show/DokuWiki" rel="ugc nofollow">Compare it with other wiki software</a></div>
</li>
</ul>
<p>
<strong>Installing DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/requirements" class="interwiki iw_doku" title="https://www.dokuwiki.org/requirements">System Requirements</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://download.dokuwiki.org/" class="urlextern" title="https://download.dokuwiki.org/" rel="ugc nofollow">Download DokuWiki</a> <img src="/lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/changes" class="interwiki iw_doku" title="https://www.dokuwiki.org/changes">Change Log</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/Install" class="interwiki iw_doku" title="https://www.dokuwiki.org/Install">How to install or upgrade</a> <img src="/lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/config" class="interwiki iw_doku" title="https://www.dokuwiki.org/config">Configuration</a></div>
</li>
</ul>
<p>
<strong>Using DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/syntax" class="interwiki iw_doku" title="https://www.dokuwiki.org/syntax">Wiki Syntax</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/manual" class="interwiki iw_doku" title="https://www.dokuwiki.org/manual">The manual</a> <img src="/lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/FAQ" class="interwiki iw_doku" title="https://www.dokuwiki.org/FAQ">Frequently Asked Questions (FAQ)</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/glossary" class="interwiki iw_doku" title="https://www.dokuwiki.org/glossary">Glossary</a></div>
</li>
</ul>
<p>
<strong>Customizing DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/tips" class="interwiki iw_doku" title="https://www.dokuwiki.org/tips">Tips and Tricks</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/Template" class="interwiki iw_doku" title="https://www.dokuwiki.org/Template">How to create and use templates</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">Installing plugins</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/development" class="interwiki iw_doku" title="https://www.dokuwiki.org/development">Development Resources</a></div>
</li>
</ul>
<p>
<strong>DokuWiki Feedback and Community</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/newsletter" class="interwiki iw_doku" title="https://www.dokuwiki.org/newsletter">Subscribe to the newsletter</a> <img src="/lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/mailinglist" class="interwiki iw_doku" title="https://www.dokuwiki.org/mailinglist">Join the mailing list</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://forum.dokuwiki.org" class="urlextern" title="https://forum.dokuwiki.org" rel="ugc nofollow">Check out the user forum</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/irc" class="interwiki iw_doku" title="https://www.dokuwiki.org/irc">Talk to other users in the IRC channel</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://github.com/splitbrain/dokuwiki/issues" class="urlextern" title="https://github.com/splitbrain/dokuwiki/issues" rel="ugc nofollow">Submit bugs and feature wishes</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/thanks" class="interwiki iw_doku" title="https://www.dokuwiki.org/thanks">Some humble thanks</a></div>
</li>
</ul>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Read More&quot;,&quot;hid&quot;:&quot;read_more&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:3,&quot;range&quot;:&quot;785-2217&quot;} -->
<h2 class="sectionedit4" id="copyright">Copyright</h2>
<div class="level2">
<p>
2004-2020 © Andreas Gohr <a href="mailto:&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;" class="mail" title="&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;">&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;</a><sup><a href="#fn__1" id="fnt__1" class="fn_top">1)</a></sup> and the DokuWiki Community
</p>
<p>
The DokuWiki engine is licensed under <a href="https://www.gnu.org/licenses/gpl.html" class="urlextern" title="https://www.gnu.org/licenses/gpl.html" rel="ugc nofollow">GNU General Public License</a> Version 2. If you use DokuWiki in your company, consider <a href="https://www.dokuwiki.org/donate" class="interwiki iw_doku" title="https://www.dokuwiki.org/donate">donating</a> a few bucks <img src="/lib/images/smileys/wink.svg" class="icon smiley" alt=";-)" />.
</p>
<p>
Not sure what this means? See the <a href="https://www.dokuwiki.org/faq%3Alicense" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Alicense">FAQ on the Licenses</a>.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Copyright&quot;,&quot;hid&quot;:&quot;copyright&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:4,&quot;range&quot;:&quot;2218-&quot;} --><div class="footnotes">
<div class="fn"><sup><a href="#fnt__1" id="fn__1" class="fn_bot">1)</a></sup>
<div class="content">Please do not contact me for help and support use the <a href="https://www.dokuwiki.org/mailinglist" class="interwiki iw_doku" title="https://www.dokuwiki.org/mailinglist">mailinglist</a> or <a href="https://forum.dokuwiki.org" class="urlextern" title="https://forum.dokuwiki.org" rel="ugc nofollow">forum</a> instead</div></div>
</div>
</div>
</body>
</html>

View file

@ -1,921 +0,0 @@
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8" />
<title>wiki:syntax</title>
<meta name="generator" content="DokuWiki"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="keywords" content="wiki,syntax"/>
<link rel="search" type="application/opensearchdescription+xml" href="/lib/exe/opensearch.php" title="EH20 - Back to root"/>
<link rel="start" href="/"/>
<link rel="contents" href="/wiki/syntax?do=index" title="Übersicht"/>
<link rel="manifest" href="/lib/exe/manifest.php"/>
<link rel="alternate" type="application/rss+xml" title="Letzte Änderungen" href="/feed.php"/>
<link rel="alternate" type="application/rss+xml" title="Aktueller Namensraum" href="/feed.php?mode=list&amp;ns=wiki"/>
<link rel="alternate" type="text/html" title="HTML Klartext" href="/_export/xhtml/wiki/syntax"/>
<link rel="alternate" type="text/plain" title="Wiki Markup" href="/_export/raw/wiki/syntax"/>
<link rel="canonical" href="http://hetzner-01.h.jtbx.de:8444/wiki/syntax"/>
<link rel="stylesheet" href="/lib/exe/css.php?t=sprintdoc&amp;tseed=9f8c736612cdfa4b90c19d6f18baa041"/>
<!--[if gte IE 9]><!-->
<script >/*<![CDATA[*/var NS='wiki';var SIG=" --- \/\/[[]] 2024\/07\/28 13:43\/\/";var JSINFO = {"id":"wiki:syntax","namespace":"wiki","ACT":"export_xhtml","useHeadingNavigation":0,"useHeadingContent":0};
/*!]]>*/</script>
<script src="/lib/exe/jquery.php?tseed=f0349b609f9b91a485af8fd8ecd4aea4" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<script src="/lib/exe/js.php?t=sprintdoc&amp;tseed=9f8c736612cdfa4b90c19d6f18baa041&amp;template=sprintdoc" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<!--<![endif]-->
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Inhaltsverzeichnis</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#formatting_syntax">Formatting Syntax</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#basic_text_formatting">Basic Text Formatting</a></div></li>
<li class="level2"><div class="li"><a href="#links">Links</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#external">External</a></div></li>
<li class="level3"><div class="li"><a href="#internal">Internal</a></div></li>
<li class="level3"><div class="li"><a href="#interwiki">Interwiki</a></div></li>
<li class="level3"><div class="li"><a href="#windows_shares">Windows Shares</a></div></li>
<li class="level3"><div class="li"><a href="#image_links">Image Links</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#footnotes">Footnotes</a></div></li>
<li class="level2"><div class="li"><a href="#sectioning">Sectioning</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#headline_level_3">Headline Level 3</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#media_files">Media Files</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#supported_media_formats">Supported Media Formats</a></div></li>
<li class="level3"><div class="li"><a href="#fallback_formats">Fallback Formats</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#lists">Lists</a></div></li>
<li class="level2"><div class="li"><a href="#text_conversions">Text Conversions</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#text_to_image_conversions">Text to Image Conversions</a></div></li>
<li class="level3"><div class="li"><a href="#text_to_html_conversions">Text to HTML Conversions</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#quoting">Quoting</a></div></li>
<li class="level2"><div class="li"><a href="#tables">Tables</a></div></li>
<li class="level2"><div class="li"><a href="#no_formatting">No Formatting</a></div></li>
<li class="level2"><div class="li"><a href="#code_blocks">Code Blocks</a></div>
<ul class="toc">
<li class="level3"><div class="li"><a href="#syntax_highlighting">Syntax Highlighting</a></div></li>
<li class="level3"><div class="li"><a href="#downloadable_code_blocks">Downloadable Code Blocks</a></div></li>
</ul>
</li>
<li class="level2"><div class="li"><a href="#rssatom_feed_aggregation">RSS/ATOM Feed Aggregation</a></div></li>
<li class="level2"><div class="li"><a href="#control_macros">Control Macros</a></div></li>
<li class="level2"><div class="li"><a href="#syntax_plugins">Syntax Plugins</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 class="sectionedit1" id="formatting_syntax">Formatting Syntax</h1>
<div class="level1">
<p>
<a href="https://www.dokuwiki.org/DokuWiki" class="interwiki iw_doku" title="https://www.dokuwiki.org/DokuWiki">DokuWiki</a> 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 <a href="/playground/playground" class="wikilink1" title="playground:playground" data-wiki-id="playground:playground">playground</a> page. The simpler markup is easily accessible via <a href="https://www.dokuwiki.org/toolbar" class="interwiki iw_doku" title="https://www.dokuwiki.org/toolbar">quickbuttons</a>, too.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Formatting Syntax&quot;,&quot;hid&quot;:&quot;formatting_syntax&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:1,&quot;range&quot;:&quot;1-472&quot;} -->
<h2 class="sectionedit2" id="basic_text_formatting">Basic Text Formatting</h2>
<div class="level2">
<p>
DokuWiki supports <strong>bold</strong>, <em>italic</em>, <em class="u">underlined</em> and <code>monospaced</code> texts. Of course you can <strong><em class="u"><em><code>combine</code></em></em></strong> all these.
</p>
<pre class="code">DokuWiki supports **bold**, //italic//, __underlined__ and &#039;&#039;monospaced&#039;&#039; texts.
Of course you can **__//&#039;&#039;combine&#039;&#039;//__** all these.</pre>
<p>
You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
</p>
<pre class="code">You can use &lt;sub&gt;subscript&lt;/sub&gt; and &lt;sup&gt;superscript&lt;/sup&gt;, too.</pre>
<p>
You can mark something as <del>deleted</del> as well.
</p>
<pre class="code">You can mark something as &lt;del&gt;deleted&lt;/del&gt; as well.</pre>
<p>
<strong>Paragraphs</strong> are created from blank lines. If you want to <strong>force a newline</strong> without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
</p>
<p>
This is some text with some linebreaks<br/>
Note that the
two backslashes are only recognized at the end of a line<br/>
or followed by<br/>
a whitespace \\this happens without it.
</p>
<pre class="code">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.</pre>
<p>
You should use forced newlines only if really needed.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Basic Text Formatting&quot;,&quot;hid&quot;:&quot;basic_text_formatting&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:2,&quot;range&quot;:&quot;473-1609&quot;} -->
<h2 class="sectionedit3" id="links">Links</h2>
<div class="level2">
<p>
DokuWiki supports multiple ways of creating links.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Links&quot;,&quot;hid&quot;:&quot;links&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:3,&quot;range&quot;:&quot;1610-1680&quot;} -->
<h3 class="sectionedit4" id="external">External</h3>
<div class="level3">
<p>
External links are recognized automagically: <a href="http://www.google.com" class="urlextern" title="http://www.google.com" rel="ugc nofollow">http://www.google.com</a> or simply <a href="http://www.google.com" class="urlextern" title="http://www.google.com" rel="ugc nofollow">www.google.com</a> - You can set the link text as well: <a href="http://www.google.com" class="urlextern" title="http://www.google.com" rel="ugc nofollow">This Link points to google</a>. Email addresses like this one: <a href="mailto:&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;" class="mail" title="&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;">&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;</a> are recognized, too.
</p>
<pre class="code">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: &lt;andi@splitbrain.org&gt; are recognized, too.</pre>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;External&quot;,&quot;hid&quot;:&quot;external&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:4,&quot;range&quot;:&quot;1681-2271&quot;} -->
<h3 class="sectionedit5" id="internal">Internal</h3>
<div class="level3">
<p>
Internal links are created by using square brackets. You can either just give a <a href="/wiki/pagename" class="wikilink2" title="wiki:pagename" rel="nofollow" data-wiki-id="wiki:pagename">pagename</a> or use an additional <a href="/wiki/pagename" class="wikilink2" title="wiki:pagename" rel="nofollow" data-wiki-id="wiki:pagename">link text</a>.
</p>
<pre class="code">Internal links are created by using square brackets. You can either just give
a [[pagename]] or use an additional [[pagename|link text]].</pre>
<p>
<a href="https://www.dokuwiki.org/pagename" class="interwiki iw_doku" title="https://www.dokuwiki.org/pagename">Wiki pagenames</a> are converted to lowercase automatically, special characters are not allowed.
</p>
<p>
You can use <a href="/some/namespaces" class="wikilink2" title="some:namespaces" rel="nofollow" data-wiki-id="some:namespaces">namespaces</a> by using a colon in the pagename.
</p>
<pre class="code">You can use [[some:namespaces]] by using a colon in the pagename.</pre>
<p>
For details about namespaces see <a href="https://www.dokuwiki.org/namespaces" class="interwiki iw_doku" title="https://www.dokuwiki.org/namespaces">namespaces</a>.
</p>
<p>
Linking to a specific section is possible, too. Just add the section name behind a hash character as known from <abbr title="HyperText Markup Language">HTML</abbr>. This links to <a href="/wiki/syntax#internal" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">this Section</a>.
</p>
<pre class="code">This links to [[syntax#internal|this Section]].</pre>
<p>
Notes:
</p>
<ul>
<li class="level1"><div class="li"> Links to <a href="/wiki/syntax" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">existing pages</a> are shown in a different style from <a href="/wiki/nonexisting" class="wikilink2" title="wiki:nonexisting" rel="nofollow" data-wiki-id="wiki:nonexisting">nonexisting</a> ones.</div>
</li>
<li class="level1"><div class="li"> DokuWiki does not use <a href="https://en.wikipedia.org/wiki/CamelCase" class="interwiki iw_wp" title="https://en.wikipedia.org/wiki/CamelCase">CamelCase</a> to automatically create links by default, but this behavior can be enabled in the <a href="https://www.dokuwiki.org/config" class="interwiki iw_doku" title="https://www.dokuwiki.org/config">config</a> file. Hint: If DokuWiki is a link, then it&#039;s enabled.</div>
</li>
<li class="level1"><div class="li"> When a section&#039;s heading is changed, its bookmark changes, too. So don&#039;t rely on section linking too much.</div>
</li>
</ul>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Internal&quot;,&quot;hid&quot;:&quot;internal&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:5,&quot;range&quot;:&quot;2272-3506&quot;} -->
<h3 class="sectionedit6" id="interwiki">Interwiki</h3>
<div class="level3">
<p>
DokuWiki supports <a href="https://www.dokuwiki.org/Interwiki" class="interwiki iw_doku" title="https://www.dokuwiki.org/Interwiki">Interwiki</a> links. These are quick links to other Wikis. For example this is a link to Wikipedia&#039;s page about Wikis: <a href="https://en.wikipedia.org/wiki/Wiki" class="interwiki iw_wp" title="https://en.wikipedia.org/wiki/Wiki">Wiki</a>.
</p>
<pre class="code">DokuWiki supports [[doku&gt;Interwiki]] links. These are quick links to other Wikis.
For example this is a link to Wikipedia&#039;s page about Wikis: [[wp&gt;Wiki]].</pre>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Interwiki&quot;,&quot;hid&quot;:&quot;interwiki&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:6,&quot;range&quot;:&quot;3507-3843&quot;} -->
<h3 class="sectionedit7" id="windows_shares">Windows Shares</h3>
<div class="level3">
<p>
Windows shares like <a href="file://///server/share" class="windows" title="\\server\share">this</a> are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate <a href="https://en.wikipedia.org/wiki/Intranet" class="interwiki iw_wp" title="https://en.wikipedia.org/wiki/Intranet">Intranet</a>.
</p>
<pre class="code">Windows Shares like [[\\server\share|this]] are recognized, too.</pre>
<p>
Notes:
</p>
<ul>
<li class="level1"><div class="li"> For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the „local zone“).</div>
</li>
<li class="level1"><div class="li"> For Mozilla and Firefox it can be enabled through different workaround mentioned in the <a href="http://kb.mozillazine.org/Links_to_local_pages_do_not_work" class="urlextern" title="http://kb.mozillazine.org/Links_to_local_pages_do_not_work" rel="ugc nofollow">Mozilla Knowledge Base</a>. 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 <code>conf/lang/en/lang.php</code> (more details at <a href="https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation" class="interwiki iw_doku" title="https://www.dokuwiki.org/localization#changing_some_localized_texts_and_strings_in_your_installation">localization</a>): <dl class="code">
<dt><a href="/_export/code/wiki/syntax?codeblock=0" title="Schnipsel herunterladen" class="mediafile mf_php">conf/lang/en/lang.php</a></dt>
<dd><pre class="code">&lt;?php
/**
* Customization of the english language file
* Copy only the strings that needs to be modified
*/
$lang[&#039;js&#039;][&#039;nosmblinks&#039;] = &#039;&#039;;</pre>
</dd></dl>
</div>
</li>
</ul>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Windows Shares&quot;,&quot;hid&quot;:&quot;windows_shares&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:7,&quot;range&quot;:&quot;3844-4916&quot;} -->
<h3 class="sectionedit8" id="image_links">Image Links</h3>
<div class="level3">
<p>
You can also use an image to link to another internal or external page by combining the syntax for links and <a href="#images_and_other_files" title="wiki:syntax ↵" class="wikilink1">images</a> (see below) like this:
</p>
<pre class="code">[[http://php.net|{{wiki:dokuwiki-128.png}}]]</pre>
<p>
<a href="http://php.net" class="media" title="http://php.net" rel="ugc nofollow"><img src="/_media/wiki/dokuwiki-128.png" class="media" loading="lazy" alt="" /></a>
</p>
<p>
Please note: The image formatting is the only formatting syntax accepted in link names.
</p>
<p>
The whole <a href="#images_and_other_files" title="wiki:syntax ↵" class="wikilink1">image</a> and <a href="#links" title="wiki:syntax ↵" class="wikilink1">link</a> syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Image Links&quot;,&quot;hid&quot;:&quot;image_links&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:8,&quot;range&quot;:&quot;4917-5462&quot;} -->
<h2 class="sectionedit9" id="footnotes">Footnotes</h2>
<div class="level2">
<p>
You can add footnotes <sup><a href="#fn__1" id="fnt__1" class="fn_top">1)</a></sup> by using double parentheses.
</p>
<pre class="code">You can add footnotes ((This is a footnote)) by using double parentheses.</pre>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Footnotes&quot;,&quot;hid&quot;:&quot;footnotes&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:9,&quot;range&quot;:&quot;5463-5637&quot;} -->
<h2 class="sectionedit10" id="sectioning">Sectioning</h2>
<div class="level2">
<p>
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 <code>~~NOTOC~~</code> in the document.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Sectioning&quot;,&quot;hid&quot;:&quot;sectioning&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:10,&quot;range&quot;:&quot;5638-5924&quot;} -->
<h3 class="sectionedit11" id="headline_level_3">Headline Level 3</h3>
<div class="level3">
</div>
<h4 id="headline_level_4">Headline Level 4</h4>
<div class="level4">
</div>
<h5 id="headline_level_5">Headline Level 5</h5>
<div class="level5">
<pre class="code">==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==</pre>
<p>
By using four or more dashes, you can make a horizontal line:
</p>
<hr />
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Headline Level 3&quot;,&quot;hid&quot;:&quot;headline_level_3&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:11,&quot;range&quot;:&quot;5925-6151&quot;} -->
<h2 class="sectionedit12" id="media_files">Media Files</h2>
<div class="level2">
<p>
You can include external and internal <a href="https://www.dokuwiki.org/images" class="interwiki iw_doku" title="https://www.dokuwiki.org/images">images, videos and audio files</a> with curly brackets. Optionally you can specify the size of them.
</p>
<p>
Real size: <a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png" class="media" loading="lazy" alt="" /></a>
</p>
<p>
Resize to given width: <a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png?w=50&amp;tok=18100d" class="media" loading="lazy" alt="" width="50" /></a>
</p>
<p>
Resize to given width and height<sup><a href="#fn__2" id="fnt__2" class="fn_top">2)</a></sup>: <a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png?w=200&amp;h=50&amp;tok=237720" class="media" loading="lazy" alt="" width="200" height="50" /></a>
</p>
<p>
Resized external image:           <a href="/lib/exe/fetch.php?tok=9cb4be&amp;media=https%3A%2F%2Fwww.php.net%2Fimages%2Fphp.gif" class="media" title="https://www.php.net/images/php.gif"><img src="/lib/exe/fetch.php?w=200&amp;h=50&amp;tok=f5fe8d&amp;media=https%3A%2F%2Fwww.php.net%2Fimages%2Fphp.gif" class="media" loading="lazy" alt="" width="200" height="50" /></a>
</p>
<pre class="code">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}}</pre>
<p>
By using left or right whitespaces you can choose the alignment.
</p>
<p>
<a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png" class="mediaright" loading="lazy" alt="" /></a>
</p>
<p>
<a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png" class="medialeft" loading="lazy" alt="" /></a>
</p>
<p>
<a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png" class="mediacenter" loading="lazy" alt="" /></a>
</p>
<pre class="code">{{ wiki:dokuwiki-128.png}}
{{wiki:dokuwiki-128.png }}
{{ wiki:dokuwiki-128.png }}</pre>
<p>
Of course, you can add a title (displayed as a tooltip by most browsers), too.
</p>
<p>
<a href="/_detail/wiki/dokuwiki-128.png?id=wiki%3Asyntax" class="media" title="wiki:dokuwiki-128.png"><img src="/_media/wiki/dokuwiki-128.png" class="mediacenter" loading="lazy" title="This is the caption" alt="This is the caption" /></a>
</p>
<pre class="code">{{ wiki:dokuwiki-128.png |This is the caption}}</pre>
<p>
For linking an image to another page see <a href="#image_links" title="wiki:syntax ↵" class="wikilink1">Image Links</a> above.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Media Files&quot;,&quot;hid&quot;:&quot;media_files&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:12,&quot;range&quot;:&quot;6152-7518&quot;} -->
<h3 class="sectionedit13" id="supported_media_formats">Supported Media Formats</h3>
<div class="level3">
<p>
DokuWiki can embed the following media formats directly.
</p>
<div class="table sectionedit14"><table class="inline">
<tr class="row0">
<td class="col0"> Image </td><td class="col1 leftalign"> <code>gif</code>, <code>jpg</code>, <code>png</code> </td>
</tr>
<tr class="row1">
<td class="col0"> Video </td><td class="col1"> <code>webm</code>, <code>ogv</code>, <code>mp4</code> </td>
</tr>
<tr class="row2">
<td class="col0"> Audio </td><td class="col1 leftalign"> <code>ogg</code>, <code>mp3</code>, <code>wav</code> </td>
</tr>
<tr class="row3">
<td class="col0"> Flash </td><td class="col1 leftalign"> <code>swf</code> </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table&quot;,&quot;secid&quot;:14,&quot;range&quot;:&quot;7612-7767&quot;} -->
<p>
If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
</p>
<p>
By adding <code>?linkonly</code> you provide a link to the media without displaying it inline
</p>
<pre class="code">{{wiki:dokuwiki-128.png?linkonly}}</pre>
<p>
<a href="/_media/wiki/dokuwiki-128.png" class="media mediafile mf_png" title="wiki:dokuwiki-128.png (27.2 KB)">dokuwiki-128.png</a> This is just a link to the image.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Supported Media Formats&quot;,&quot;hid&quot;:&quot;supported_media_formats&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:13,&quot;range&quot;:&quot;7519-8072&quot;} -->
<h3 class="sectionedit15" id="fallback_formats">Fallback Formats</h3>
<div class="level3">
<p>
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.
</p>
<p>
For example consider this embedded mp4 video:
</p>
<pre class="code">{{video.mp4|A funny video}}</pre>
<p>
When you upload a <code>video.webm</code> and <code>video.ogv</code> next to the referenced <code>video.mp4</code>, DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
</p>
<p>
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 <code>video.jpg</code> file would work.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Fallback Formats&quot;,&quot;hid&quot;:&quot;fallback_formats&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:15,&quot;range&quot;:&quot;8073-8803&quot;} -->
<h2 class="sectionedit16" id="lists">Lists</h2>
<div class="level2">
<p>
Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a <code>*</code> for unordered lists or a <code>-</code> for ordered ones.
</p>
<ul>
<li class="level1"><div class="li"> This is a list</div>
</li>
<li class="level1 node"><div class="li"> The second item</div>
<ul>
<li class="level2"><div class="li"> You may have different levels</div>
</li>
</ul>
</li>
<li class="level1"><div class="li"> Another item</div>
</li>
</ul>
<ol>
<li class="level1"><div class="li"> The same list but ordered</div>
</li>
<li class="level1 node"><div class="li"> Another item</div>
<ol>
<li class="level2"><div class="li"> Just use indention for deeper levels</div>
</li>
</ol>
</li>
<li class="level1"><div class="li"> That&#039;s it</div>
</li>
</ol>
<pre class="code"> * 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&#039;s it</pre>
<p>
Also take a look at the <a href="https://www.dokuwiki.org/faq%3Alists" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Alists">FAQ on list items</a>.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Lists&quot;,&quot;hid&quot;:&quot;lists&quot;,&quot;codeblockOffset&quot;:1,&quot;secid&quot;:16,&quot;range&quot;:&quot;8804-9463&quot;} -->
<h2 class="sectionedit17" id="text_conversions">Text Conversions</h2>
<div class="level2">
<p>
DokuWiki can convert certain pre-defined characters or strings into images or other text or <abbr title="HyperText Markup Language">HTML</abbr>.
</p>
<p>
The text to image conversion is mainly done for smileys. And the text to <abbr title="HyperText Markup Language">HTML</abbr> conversion is used for typography replacements, but can be configured to use other <abbr title="HyperText Markup Language">HTML</abbr> as well.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Text Conversions&quot;,&quot;hid&quot;:&quot;text_conversions&quot;,&quot;codeblockOffset&quot;:2,&quot;secid&quot;:17,&quot;range&quot;:&quot;9464-9768&quot;} -->
<h3 class="sectionedit18" id="text_to_image_conversions">Text to Image Conversions</h3>
<div class="level3">
<p>
DokuWiki converts commonly used <a href="https://en.wikipedia.org/wiki/emoticon" class="interwiki iw_wp" title="https://en.wikipedia.org/wiki/emoticon">emoticon</a>s to their graphical equivalents. Those <a href="https://www.dokuwiki.org/Smileys" class="interwiki iw_doku" title="https://www.dokuwiki.org/Smileys">Smileys</a> and other images can be configured and extended. Here is an overview of Smileys included in DokuWiki:
</p>
<ul>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/cool.svg" class="icon smiley" alt="8-)" /> 8-) </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/eek.svg" class="icon smiley" alt="8-O" /> 8-O </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/sad.svg" class="icon smiley" alt=":-(" /> :-( </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/smile.svg" class="icon smiley" alt=":-)" /> :-) </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/smile2.svg" class="icon smiley" alt="=)" /> =) </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/doubt.svg" class="icon smiley" alt=":-/" /> :-/ </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/doubt2.svg" class="icon smiley" alt=":-\" /> :-\ </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/confused.svg" class="icon smiley" alt=":-?" /> :-? </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/biggrin.svg" class="icon smiley" alt=":-D" /> :-D </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/razz.svg" class="icon smiley" alt=":-P" /> :-P </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/surprised.svg" class="icon smiley" alt=":-O" /> :-O </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/silenced.svg" class="icon smiley" alt=":-X" /> :-X </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/neutral.svg" class="icon smiley" alt=":-|" /> :-| </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/wink.svg" class="icon smiley" alt=";-)" /> ;-) </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/fun.svg" class="icon smiley" alt="^_^" /> ^_^ </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/facepalm.svg" class="icon smiley" alt="m(" /> m( </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/question.svg" class="icon smiley" alt=":?:" /> :?: </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /> :!: </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/lol.svg" class="icon smiley" alt="LOL" /> LOL </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/fixme.svg" class="icon smiley" alt="FIXME" /> FIXME </div>
</li>
<li class="level1"><div class="li"> <img src="/lib/images/smileys/deleteme.svg" class="icon smiley" alt="DELETEME" /> DELETEME </div>
</li>
</ul>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Text to Image Conversions&quot;,&quot;hid&quot;:&quot;text_to_image_conversions&quot;,&quot;codeblockOffset&quot;:2,&quot;secid&quot;:18,&quot;range&quot;:&quot;9769-10444&quot;} -->
<h3 class="sectionedit19" id="text_to_html_conversions">Text to HTML Conversions</h3>
<div class="level3">
<p>
Typography: <a href="/wiki/dokuwiki" class="wikilink1" title="wiki:dokuwiki" data-wiki-id="wiki:dokuwiki">DokuWiki</a> can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
</p>
<p>
→ ← ↔ ⇒ ⇐ ⇔ » « — 640&times;480 © ™ ®
„He thought &#039;It&#039;s a man&#039;s world&#039;…“
</p>
<pre class="code">-&gt; &lt;- &lt;-&gt; =&gt; &lt;= &lt;=&gt; &gt;&gt; &lt;&lt; -- --- 640x480 (c) (tm) (r)
&quot;He thought &#039;It&#039;s a man&#039;s world&#039;...&quot;</pre>
<p>
The same can be done to produce any kind of <abbr title="HyperText Markup Language">HTML</abbr>, it just needs to be added to the <a href="https://www.dokuwiki.org/entities" class="interwiki iw_doku" title="https://www.dokuwiki.org/entities">pattern file</a>.
</p>
<p>
There are three exceptions which do not come from that pattern file: multiplication entity (640&times;480), &#039;single&#039; and „double quotes“. They can be turned off through a <a href="https://www.dokuwiki.org/config%3Atypography" class="interwiki iw_doku" title="https://www.dokuwiki.org/config%3Atypography">config option</a>.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Text to HTML Conversions&quot;,&quot;hid&quot;:&quot;text_to_html_conversions&quot;,&quot;codeblockOffset&quot;:2,&quot;secid&quot;:19,&quot;range&quot;:&quot;10445-11152&quot;} -->
<h2 class="sectionedit20" id="quoting">Quoting</h2>
<div class="level2">
<p>
Some times you want to mark some text to show it&#039;s a reply or comment. You can use the following syntax:
</p>
<pre class="code">I think we should do it
&gt; No we shouldn&#039;t
&gt;&gt; Well, I say we should
&gt; Really?
&gt;&gt; Yes!
&gt;&gt;&gt; Then lets do it!</pre>
<p>
I think we should do it
</p>
<blockquote><div class="no">
No we shouldn&#039;t</div></blockquote>
<blockquote><div class="no">
<blockquote><div class="no">
Well, I say we should</div></blockquote>
</div></blockquote>
<blockquote><div class="no">
Really?</div></blockquote>
<blockquote><div class="no">
<blockquote><div class="no">
Yes!</div></blockquote>
</div></blockquote>
<blockquote><div class="no">
<blockquote><div class="no">
<blockquote><div class="no">
Then lets do it!</div></blockquote>
</div></blockquote>
</div></blockquote>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Quoting&quot;,&quot;hid&quot;:&quot;quoting&quot;,&quot;codeblockOffset&quot;:3,&quot;secid&quot;:20,&quot;range&quot;:&quot;11153-11518&quot;} -->
<h2 class="sectionedit21" id="tables">Tables</h2>
<div class="level2">
<p>
DokuWiki supports a simple syntax to create tables.
</p>
<div class="table sectionedit22"><table class="inline">
<thead>
<tr class="row0">
<th class="col0 leftalign"> Heading 1 </th><th class="col1 leftalign"> Heading 2 </th><th class="col2 leftalign"> Heading 3 </th>
</tr>
</thead>
<tr class="row1">
<td class="col0 leftalign"> Row 1 Col 1 </td><td class="col1 leftalign"> Row 1 Col 2 </td><td class="col2 leftalign"> Row 1 Col 3 </td>
</tr>
<tr class="row2">
<td class="col0 leftalign"> Row 2 Col 1 </td><td class="col1" colspan="2"> some colspan (note the double pipe) </td>
</tr>
<tr class="row3">
<td class="col0 leftalign"> Row 3 Col 1 </td><td class="col1 leftalign"> Row 3 Col 2 </td><td class="col2 leftalign"> Row 3 Col 3 </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table1&quot;,&quot;secid&quot;:22,&quot;range&quot;:&quot;11592-11823&quot;} -->
<p>
Table rows have to start and end with a <code>|</code> for normal rows or a <code>^</code> for headers.
</p>
<pre class="code">^ 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 |</pre>
<p>
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!
</p>
<p>
Vertical tableheaders are possible, too.
</p>
<div class="table sectionedit23"><table class="inline">
<thead>
<tr class="row0">
<td class="col0 leftalign"> </td><th class="col1 leftalign"> Heading 1 </th><th class="col2 leftalign"> Heading 2 </th>
</tr>
</thead>
<tr class="row1">
<th class="col0 leftalign"> Heading 3 </th><td class="col1 leftalign"> Row 1 Col 2 </td><td class="col2 leftalign"> Row 1 Col 3 </td>
</tr>
<tr class="row2">
<th class="col0 leftalign"> Heading 4 </th><td class="col1"> no colspan this time </td><td class="col2 leftalign"> </td>
</tr>
<tr class="row3">
<th class="col0 leftalign"> Heading 5 </th><td class="col1 leftalign"> Row 2 Col 2 </td><td class="col2 leftalign"> Row 2 Col 3 </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table2&quot;,&quot;secid&quot;:23,&quot;range&quot;:&quot;12343-12586&quot;} -->
<p>
As you can see, it&#039;s the cell separator before a cell which decides about the formatting:
</p>
<pre class="code">| ^ 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 |</pre>
<p>
You can have rowspans (vertically connected cells) by adding <code>:::</code> into the cells below the one to which they should connect.
</p>
<div class="table sectionedit24"><table class="inline">
<thead>
<tr class="row0">
<th class="col0 leftalign"> Heading 1 </th><th class="col1 leftalign"> Heading 2 </th><th class="col2 leftalign"> Heading 3 </th>
</tr>
</thead>
<tr class="row1">
<td class="col0 leftalign"> Row 1 Col 1 </td><td class="col1" rowspan="3"> this cell spans vertically </td><td class="col2 leftalign"> Row 1 Col 3 </td>
</tr>
<tr class="row2">
<td class="col0 leftalign"> Row 2 Col 1 </td><td class="col1 leftalign"> Row 2 Col 3 </td>
</tr>
<tr class="row3">
<td class="col0 leftalign"> Row 3 Col 1 </td><td class="col1 leftalign"> Row 2 Col 3 </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table3&quot;,&quot;secid&quot;:24,&quot;range&quot;:&quot;13065-13340&quot;} -->
<p>
Apart from the rowspan syntax those cells should not contain anything else.
</p>
<pre class="code">^ 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 |</pre>
<p>
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.
</p>
<div class="table sectionedit25"><table class="inline">
<thead>
<tr class="row0">
<th class="col0 centeralign" colspan="3"> Table with alignment </th>
</tr>
</thead>
<tr class="row1">
<td class="col0 rightalign"> right</td><td class="col1 centeralign"> center </td><td class="col2 leftalign">left </td>
</tr>
<tr class="row2">
<td class="col0 leftalign">left </td><td class="col1 rightalign"> right</td><td class="col2 centeralign"> center </td>
</tr>
<tr class="row3">
<td class="col0"> xxxxxxxxxxxx </td><td class="col1"> xxxxxxxxxxxx </td><td class="col2"> xxxxxxxxxxxx </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table4&quot;,&quot;secid&quot;:25,&quot;range&quot;:&quot;13949-14136&quot;} -->
<p>
This is how it looks in the source:
</p>
<pre class="code">^ Table with alignment ^^^
| right| center |left |
|left | right| center |
| xxxxxxxxxxxx | xxxxxxxxxxxx | xxxxxxxxxxxx |</pre>
<p>
Note: Vertical alignment is not supported.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Tables&quot;,&quot;hid&quot;:&quot;tables&quot;,&quot;codeblockOffset&quot;:4,&quot;secid&quot;:21,&quot;range&quot;:&quot;11519-14415&quot;} -->
<h2 class="sectionedit26" id="no_formatting">No Formatting</h2>
<div class="level2">
<p>
If you need to display text exactly like it is typed (without any formatting), enclose the area either with <code>&lt;nowiki&gt;</code> tags or even simpler, with double percent signs <code>%%</code>.
</p>
<p>
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 ;-).
</p>
<pre class="code">&lt;nowiki&gt;
This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
&lt;/nowiki&gt;
The same is true for %%//__this__ text// with a smiley ;-)%%.</pre>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;No Formatting&quot;,&quot;hid&quot;:&quot;no_formatting&quot;,&quot;codeblockOffset&quot;:4,&quot;secid&quot;:26,&quot;range&quot;:&quot;14416-15071&quot;} -->
<h2 class="sectionedit27" id="code_blocks">Code Blocks</h2>
<div class="level2">
<p>
You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags <code>&lt;code&gt;</code> or <code>&lt;file&gt;</code>.
</p>
<pre class="code">This is text is indented by two spaces.</pre>
<pre class="code">This is preformatted code all spaces are preserved: like &lt;-this</pre>
<pre class="file">This is pretty much the same, but you could use it to show that you quoted a file.</pre>
<p>
Those blocks were created by this source:
</p>
<pre class="code"> This is text is indented by two spaces.</pre>
<pre class="code">&lt;code&gt;
This is preformatted code all spaces are preserved: like &lt;-this
&lt;/code&gt;</pre>
<pre class="code">&lt;file&gt;
This is pretty much the same, but you could use it to show that you quoted a file.
&lt;/file&gt;</pre>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Code Blocks&quot;,&quot;hid&quot;:&quot;code_blocks&quot;,&quot;codeblockOffset&quot;:4,&quot;secid&quot;:27,&quot;range&quot;:&quot;15072-15813&quot;} -->
<h3 class="sectionedit28" id="syntax_highlighting">Syntax Highlighting</h3>
<div class="level3">
<p>
<a href="/wiki/dokuwiki" class="wikilink1" title="wiki:dokuwiki" data-wiki-id="wiki:dokuwiki">DokuWiki</a> can highlight sourcecode, which makes it easier to read. It uses the <a href="http://qbnz.com/highlighter/" class="urlextern" title="http://qbnz.com/highlighter/" rel="ugc nofollow">GeSHi</a> Generic Syntax Highlighter so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. <code>&lt;code java&gt;</code> or <code>&lt;file java&gt;</code>.
</p>
<pre class="code java"><span class="co3">/**
* The HelloWorldApp class implements an application that
* simply displays &quot;Hello World!&quot; to the standard output.
*/</span>
<span class="kw1">class</span> HelloWorldApp <span class="br0">&#123;</span>
<span class="kw1">public</span> <span class="kw1">static</span> <span class="kw4">void</span> main<span class="br0">&#40;</span><a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+string"><span class="kw3">String</span></a><span class="br0">&#91;</span><span class="br0">&#93;</span> args<span class="br0">&#41;</span> <span class="br0">&#123;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+system"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span><span class="st0">&quot;Hello World!&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">//Display the string.</span>
<span class="br0">&#125;</span>
<span class="br0">&#125;</span></pre>
<p>
The following language strings are currently recognized: <em>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</em>
</p>
<p>
There are additional <a href="https://www.dokuwiki.org/syntax_highlighting" class="interwiki iw_doku" title="https://www.dokuwiki.org/syntax_highlighting">advanced options</a> available for syntax highlighting, such as highlighting lines or adding line numbers.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Syntax Highlighting&quot;,&quot;hid&quot;:&quot;syntax_highlighting&quot;,&quot;codeblockOffset&quot;:6,&quot;secid&quot;:28,&quot;range&quot;:&quot;15814-18599&quot;} -->
<h3 class="sectionedit29" id="downloadable_code_blocks">Downloadable Code Blocks</h3>
<div class="level3">
<p>
When you use the <code>&lt;code&gt;</code> or <code>&lt;file&gt;</code> 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:
</p>
<pre class="code">&lt;file php myexample.php&gt;
&lt;?php echo &quot;hello world!&quot;; ?&gt;
&lt;/file&gt;</pre>
<dl class="file">
<dt><a href="/_export/code/wiki/syntax?codeblock=8" title="Schnipsel herunterladen" class="mediafile mf_php">myexample.php</a></dt>
<dd><pre class="code file php"><span class="kw2">&lt;?php</span> <span class="kw1">echo</span> <span class="st0">&quot;hello world!&quot;</span><span class="sy0">;</span> <span class="sy1">?&gt;</span></pre>
</dd></dl>
<p>
If you don&#039;t want any highlighting but want a downloadable file, specify a dash (<code>-</code>) as the language code: <code>&lt;code - myfile.foo&gt;</code>.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Downloadable Code Blocks&quot;,&quot;hid&quot;:&quot;downloadable_code_blocks&quot;,&quot;codeblockOffset&quot;:7,&quot;secid&quot;:29,&quot;range&quot;:&quot;18600-19129&quot;} -->
<h2 class="sectionedit30" id="rssatom_feed_aggregation">RSS/ATOM Feed Aggregation</h2>
<div class="level2">
<p>
<a href="/wiki/dokuwiki" class="wikilink1" title="wiki:dokuwiki" data-wiki-id="wiki:dokuwiki">DokuWiki</a> can integrate data from external XML feeds. For parsing the XML feeds, <a href="http://simplepie.org/" class="urlextern" title="http://simplepie.org/" rel="ugc nofollow">SimplePie</a> 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:
</p>
<div class="table sectionedit31"><table class="inline">
<thead>
<tr class="row0">
<th class="col0 leftalign"> Parameter </th><th class="col1"> Description </th>
</tr>
</thead>
<tr class="row1">
<td class="col0"> any number </td><td class="col1"> will be used as maximum number items to show, defaults to 8 </td>
</tr>
<tr class="row2">
<td class="col0 leftalign"> reverse </td><td class="col1"> display the last items in the feed first </td>
</tr>
<tr class="row3">
<td class="col0 leftalign"> author </td><td class="col1"> show item authors names </td>
</tr>
<tr class="row4">
<td class="col0 leftalign"> date </td><td class="col1"> show item dates </td>
</tr>
<tr class="row5">
<td class="col0"> description</td><td class="col1"> show the item description. All <abbr title="HyperText Markup Language">HTML</abbr> tags will be stripped </td>
</tr>
<tr class="row6">
<td class="col0 leftalign"> nosort </td><td class="col1"> do not sort the items in the feed </td>
</tr>
<tr class="row7">
<td class="col0"> <em>n</em>[dhm] </td><td class="col1"> refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table5&quot;,&quot;secid&quot;:31,&quot;range&quot;:&quot;19450-19903&quot;} -->
<p>
The refresh period defaults to 4 hours. Any value below 10 minutes will be treated as 10 minutes. <a href="/wiki/dokuwiki" class="wikilink1" title="wiki:dokuwiki" data-wiki-id="wiki:dokuwiki">DokuWiki</a> 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 <a href="/wiki/dokuwiki" class="wikilink1" title="wiki:dokuwiki" data-wiki-id="wiki:dokuwiki">DokuWiki</a> to re-render the page if it is more than <em>refresh period</em> since the page was last rendered.
</p>
<p>
By default the feed will be sorted by date, newest items first. You can sort it by oldest first using the <code>reverse</code> parameter, or display the feed as is with <code>nosort</code>.
</p>
<p>
<strong>Example:</strong>
</p>
<pre class="code">{{rss&gt;http://slashdot.org/index.rss 5 author date 1h }}</pre>
<ul class="rss"><li><div class="li"><a href="https://politics.slashdot.org/story/24/07/28/0447203/edward-snowden-skeptical-of-politicians-at-bitcoin-conference---and-public-ledgers?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" class="urlextern" title="https://politics.slashdot.org/story/24/07/28/0447203/edward-snowden-skeptical-of-politicians-at-bitcoin-conference---and-public-ledgers?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" rel="ugc nofollow">Edward Snowden Skeptical of Politicians at Bitcoin Conference - and Public Ledgers</a> von EditorDavid (2024/07/28 11:34)</div></li><li><div class="li"><a href="https://news.slashdot.org/story/24/07/28/0213209/what-is-the-future-of-open-source-ai?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" class="urlextern" title="https://news.slashdot.org/story/24/07/28/0213209/what-is-the-future-of-open-source-ai?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" rel="ugc nofollow">What Is the Future of Open Source AI?</a> von EditorDavid (2024/07/28 07:34)</div></li><li><div class="li"><a href="https://entertainment.slashdot.org/story/24/07/28/036220/comic-con-2024-new-doctor-who-series-star-trek-movie-keanu-reeves-and-a-red-hulk?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" class="urlextern" title="https://entertainment.slashdot.org/story/24/07/28/036220/comic-con-2024-new-doctor-who-series-star-trek-movie-keanu-reeves-and-a-red-hulk?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" rel="ugc nofollow">Comic-Con 2024: New Doctor Who Series, &#039;Star Trek&#039; Movie, Keanu Reeves, and a Red Hulk</a> von EditorDavid (2024/07/28 04:34)</div></li><li><div class="li"><a href="https://science.slashdot.org/story/24/07/28/0119234/sharks-near-brazil-test-positive-for-cocaine?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" class="urlextern" title="https://science.slashdot.org/story/24/07/28/0119234/sharks-near-brazil-test-positive-for-cocaine?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" rel="ugc nofollow">Sharks Near Brazil Test Positive For Cocaine</a> von EditorDavid (2024/07/28 02:34)</div></li><li><div class="li"><a href="https://hardware.slashdot.org/story/24/07/28/0057247/lz4-compression-algorithm-gets-multi-threaded-update?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" class="urlextern" title="https://hardware.slashdot.org/story/24/07/28/0057247/lz4-compression-algorithm-gets-multi-threaded-update?utm_source=rss1.0mainlinkanon&amp;utm_medium=feed" rel="ugc nofollow">LZ4 Compression Algorithm Gets Multi-Threaded Update</a> von EditorDavid (2024/07/28 01:01)</div></li></ul>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;RSS\/ATOM Feed Aggregation&quot;,&quot;hid&quot;:&quot;rssatom_feed_aggregation&quot;,&quot;codeblockOffset&quot;:9,&quot;secid&quot;:30,&quot;range&quot;:&quot;19130-20595&quot;} -->
<h2 class="sectionedit32" id="control_macros">Control Macros</h2>
<div class="level2">
<p>
Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
</p>
<div class="table sectionedit33"><table class="inline">
<thead>
<tr class="row0">
<th class="col0 leftalign"> Macro </th><th class="col1"> Description </th>
</tr>
</thead>
<tr class="row1">
<td class="col0 leftalign"> ~~NOTOC~~ </td><td class="col1"> If this macro is found on the page, no table of contents will be created </td>
</tr>
<tr class="row2">
<td class="col0"> ~~NOCACHE~~ </td><td class="col1"> DokuWiki caches all output by default. Sometimes this might not be wanted (eg. when the &lt;php&gt; syntax above is used), adding this macro will force DokuWiki to rerender a page on every call </td>
</tr>
</table></div>
<!-- EDIT{&quot;target&quot;:&quot;table&quot;,&quot;name&quot;:&quot;&quot;,&quot;hid&quot;:&quot;table6&quot;,&quot;secid&quot;:33,&quot;range&quot;:&quot;20756-21098&quot;} -->
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Control Macros&quot;,&quot;hid&quot;:&quot;control_macros&quot;,&quot;codeblockOffset&quot;:9,&quot;secid&quot;:32,&quot;range&quot;:&quot;20596-21099&quot;} -->
<h2 class="sectionedit34" id="syntax_plugins">Syntax Plugins</h2>
<div class="level2">
<p>
DokuWiki&#039;s syntax can be extended by <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">Plugins</a>. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
</p>
<ul>
<li class="level1"><div class="li"><a href="http://dokuwiki.org/plugin:info" class="urlextern" title="http://dokuwiki.org/plugin:info" rel="ugc nofollow">Info Plugin</a> <em>2020-06-04</em> von <a href="mailto:&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;" class="mail" title="&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;">Andreas Gohr</a><br/>
Displays information about various DokuWiki internals</div>
</li>
<li class="level1"><div class="li"><a href="https://www.dokuwiki.org/plugin:note" class="urlextern" title="https://www.dokuwiki.org/plugin:note" rel="ugc nofollow">Note Plugin</a> <em>2024-04-15</em> von <a href="mailto:&#99;&#111;&#110;&#116;&#114;&#105;&#98;&#64;&#97;&#110;&#97;&#101;&#108;&#46;&#101;&#117;" class="mail" title="&#99;&#111;&#110;&#116;&#114;&#105;&#98;&#64;&#97;&#110;&#97;&#101;&#108;&#46;&#101;&#117;">Anael Mobilia</a><br/>
Add Note/Important/Tip/Warning Capability (DIV+CSS box)</div>
</li>
<li class="level1"><div class="li"><a href="https://www.dokuwiki.org/plugin:pagelist" class="urlextern" title="https://www.dokuwiki.org/plugin:pagelist" rel="ugc nofollow">Pagelist Plugin</a> <em>2023-08-27</em> von <a href="mailto:&#109;&#105;&#99;&#104;&#97;&#101;&#108;&#64;&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#45;&#115;&#112;&#97;&#99;&#101;&#46;&#100;&#101;" class="mail" title="&#109;&#105;&#99;&#104;&#97;&#101;&#108;&#64;&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#45;&#115;&#112;&#97;&#99;&#101;&#46;&#100;&#101;">Matthias Schulte, Michael Hamann, Michael Klier, Gina Haeussge</a><br/>
Lists pages in a nice formatted way</div>
</li>
<li class="level1"><div class="li"><a href="https://www.dokuwiki.org/plugin:siteexport" class="urlextern" title="https://www.dokuwiki.org/plugin:siteexport" rel="ugc nofollow">Site Export</a> <em>2023-07-07</em> von <a href="mailto:&#116;&#111;&#111;&#108;&#115;&#64;&#105;&#110;&#101;&#116;&#115;&#111;&#102;&#116;&#119;&#97;&#114;&#101;&#46;&#100;&#101;" class="mail" title="&#116;&#111;&#111;&#108;&#115;&#64;&#105;&#110;&#101;&#116;&#115;&#111;&#102;&#116;&#119;&#97;&#114;&#101;&#46;&#100;&#101;">i-net software</a><br/>
exports the dokuwiki site in the given format</div>
</li>
<li class="level1"><div class="li"><a href="https://www.dokuwiki.org/plugin:tag" class="urlextern" title="https://www.dokuwiki.org/plugin:tag" rel="ugc nofollow">Tag Plugin</a> <em>2023-10-17</em> von <a href="mailto:&#109;&#105;&#99;&#104;&#97;&#101;&#108;&#64;&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#45;&#115;&#112;&#97;&#99;&#101;&#46;&#100;&#101;" class="mail" title="&#109;&#105;&#99;&#104;&#97;&#101;&#108;&#64;&#99;&#111;&#110;&#116;&#101;&#110;&#116;&#45;&#115;&#112;&#97;&#99;&#101;&#46;&#100;&#101;">Michael Hamann, Gina Häussge, Christopher Smith, Michael Klier, Esther Brunner</a><br/>
tag wiki pages</div>
</li>
<li class="level1"><div class="li"><a href="https://www.dokuwiki.org/plugin:todo" class="urlextern" title="https://www.dokuwiki.org/plugin:todo" rel="ugc nofollow">ToDo</a> <em>2024-05-10</em> von <a href="mailto:&#100;&#111;&#107;&#117;&#119;&#105;&#107;&#105;&#64;&#115;&#112;&#114;&#111;&#115;&#115;&#101;&#110;&#119;&#97;&#110;&#110;&#101;&#46;&#97;&#116;&#44;&#32;&#109;&#97;&#114;&#103;&#64;&#114;&#122;&#46;&#116;&#117;&#45;&#99;&#108;&#97;&#117;&#115;&#116;&#104;&#97;&#108;&#46;&#100;&#101;&#44;&#32;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#119;&#101;&#105;&#110;&#109;&#101;&#105;&#115;&#116;&#101;&#114;&#46;&#111;&#114;&#103;" class="mail" title="&#100;&#111;&#107;&#117;&#119;&#105;&#107;&#105;&#64;&#115;&#112;&#114;&#111;&#115;&#115;&#101;&#110;&#119;&#97;&#110;&#110;&#101;&#46;&#97;&#116;&#44;&#32;&#109;&#97;&#114;&#103;&#64;&#114;&#122;&#46;&#116;&#117;&#45;&#99;&#108;&#97;&#117;&#115;&#116;&#104;&#97;&#108;&#46;&#100;&#101;&#44;&#32;&#100;&#101;&#118;&#101;&#108;&#111;&#112;&#64;&#119;&#101;&#105;&#110;&#109;&#101;&#105;&#115;&#116;&#101;&#114;&#46;&#111;&#114;&#103;">Leo Eibler, Christian Marg, Markus Gschwendt, Robert Weinmeister</a><br/>
Create a checkbox based todo list with optional user assignment (basic syntax: &lt;todo&gt;This is a ToDo&lt;/todo&gt;). It can also be used as a lightweight task list management system.</div>
</li>
</ul>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Syntax Plugins&quot;,&quot;hid&quot;:&quot;syntax_plugins&quot;,&quot;codeblockOffset&quot;:9,&quot;secid&quot;:34,&quot;range&quot;:&quot;21100-&quot;} --><div class="footnotes">
<div class="fn"><sup><a href="#fnt__1" id="fn__1" class="fn_bot">1)</a></sup>
<div class="content">This is a footnote</div></div>
<div class="fn"><sup><a href="#fnt__2" id="fn__2" class="fn_bot">2)</a></sup>
<div class="content">when the aspect ratio of the given width and height doesn&#039;t match that of the image, it will be cropped to the new ratio before resizing</div></div>
</div>
</div>
</body>
</html>

View file

@ -1,114 +0,0 @@
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8" />
<title>wiki:welcome</title>
<meta name="generator" content="DokuWiki"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="keywords" content="wiki,welcome"/>
<link rel="search" type="application/opensearchdescription+xml" href="/lib/exe/opensearch.php" title="EH20 - Back to root"/>
<link rel="start" href="/"/>
<link rel="contents" href="/wiki/welcome?do=index" title="Übersicht"/>
<link rel="manifest" href="/lib/exe/manifest.php"/>
<link rel="alternate" type="application/rss+xml" title="Letzte Änderungen" href="/feed.php"/>
<link rel="alternate" type="application/rss+xml" title="Aktueller Namensraum" href="/feed.php?mode=list&amp;ns=wiki"/>
<link rel="alternate" type="text/html" title="HTML Klartext" href="/_export/xhtml/wiki/welcome"/>
<link rel="alternate" type="text/plain" title="Wiki Markup" href="/_export/raw/wiki/welcome"/>
<link rel="canonical" href="http://hetzner-01.h.jtbx.de:8444/wiki/welcome"/>
<link rel="stylesheet" href="/lib/exe/css.php?t=sprintdoc&amp;tseed=9f8c736612cdfa4b90c19d6f18baa041"/>
<!--[if gte IE 9]><!-->
<script >/*<![CDATA[*/var NS='wiki';var SIG=" --- \/\/[[]] 2024\/07\/28 13:43\/\/";var JSINFO = {"id":"wiki:welcome","namespace":"wiki","ACT":"export_xhtml","useHeadingNavigation":0,"useHeadingContent":0};
/*!]]>*/</script>
<script src="/lib/exe/jquery.php?tseed=f0349b609f9b91a485af8fd8ecd4aea4" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<script src="/lib/exe/js.php?t=sprintdoc&amp;tseed=9f8c736612cdfa4b90c19d6f18baa041&amp;template=sprintdoc" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<!--<![endif]-->
</head>
<body>
<div class="dokuwiki export">
<!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Inhaltsverzeichnis</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#welcome_to_your_new_dokuwiki">Welcome to your new DokuWiki</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#create_your_first_pages">Create your first pages</a></div></li>
<li class="level2"><div class="li"><a href="#customize_your_wiki">Customize your Wiki</a></div></li>
<li class="level2"><div class="li"><a href="#join_the_community">Join the Community</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
<h1 class="sectionedit1" id="welcome_to_your_new_dokuwiki">Welcome to your new DokuWiki</h1>
<div class="level1">
<p>
Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
</p>
<p>
Enjoy your work with DokuWiki,<br/>
the developers
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Welcome to your new DokuWiki&quot;,&quot;hid&quot;:&quot;welcome_to_your_new_dokuwiki&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:1,&quot;range&quot;:&quot;1-192&quot;} -->
<h2 class="sectionedit2" id="create_your_first_pages">Create your first pages</h2>
<div class="level2">
<p>
Your wiki needs to have a start page. As long as it doesn&#039;t exist, this link will be red: <a href="/start" class="wikilink1" title="start" data-wiki-id="start">start</a>.
</p>
<p>
Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the <a href="/wiki/syntax" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">syntax page</a>.
</p>
<p>
You might also want to use a sidebar. To create it, just edit the <a href="/sidebar" class="wikilink1" title="sidebar" data-wiki-id="sidebar">sidebar</a> page. Everything in that page will be shown in a margin column on the side. Read our <a href="https://www.dokuwiki.org/faq%3Asidebar" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Asidebar">FAQ on sidebars</a> to learn more.
</p>
<p>
Please be aware that not all templates support sidebars.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Create your first pages&quot;,&quot;hid&quot;:&quot;create_your_first_pages&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:2,&quot;range&quot;:&quot;193-749&quot;} -->
<h2 class="sectionedit3" id="customize_your_wiki">Customize your Wiki</h2>
<div class="level2">
<p>
Once you&#039;re comfortable with creating and editing pages you might want to have a look at the <a href="http://hetzner-01.h.jtbx.de:8444/doku.php?do=admin&amp;page=config" class="interwiki iw_this" title="http://hetzner-01.h.jtbx.de:8444/doku.php?do=admin&amp;page=config">configuration settings</a> (be sure to login as superuser first).
</p>
<p>
You may also want to see what <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">plugins</a> and <a href="https://www.dokuwiki.org/templates" class="interwiki iw_doku" title="https://www.dokuwiki.org/templates">templates</a> are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Customize your Wiki&quot;,&quot;hid&quot;:&quot;customize_your_wiki&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:3,&quot;range&quot;:&quot;750-1165&quot;} -->
<h2 class="sectionedit4" id="join_the_community">Join the Community</h2>
<div class="level2">
<p>
DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what&#039;s going on and to get useful tips in using DokuWiki is subscribing to the <a href="https://www.dokuwiki.org/newsletter" class="interwiki iw_doku" title="https://www.dokuwiki.org/newsletter">newsletter</a>.
</p>
<p>
The <a href="https://forum.dokuwiki.org" class="urlextern" title="https://forum.dokuwiki.org" rel="ugc nofollow">DokuWiki User Forum</a> is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get <a href="https://www.dokuwiki.org/faq%3Asupport" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Asupport">support</a>.
</p>
<p>
Of course we&#039;d be more than happy to have you <a href="https://www.dokuwiki.org/teams%3Agetting_involved" class="interwiki iw_doku" title="https://www.dokuwiki.org/teams%3Agetting_involved">getting involved</a> with DokuWiki.
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Join the Community&quot;,&quot;hid&quot;:&quot;join_the_community&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:4,&quot;range&quot;:&quot;1166-&quot;} --></div>
</body>
</html>

View file

@ -1,365 +0,0 @@
<!DOCTYPE html>
<html class="edge no-js" lang="de" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="DokuWiki"/>
<meta name="robots" content="index,follow"/>
<link rel="search" type="application/opensearchdescription+xml" href="../lib/exe/opensearch.html" title="EH20 - Back to root"/>
<link rel="start" href="syntax.html"/>
<link rel="contents" href="syntax.html" title="Übersicht"/>
<link rel="manifest" href="../lib/exe/manifest.html"/>
<link rel="alternate" type="application/rss+xml" title="Letzte Änderungen" />
<link rel="alternate" type="application/rss+xml" title="Aktueller Namensraum" />
<link rel="alternate" type="text/html" title="HTML Klartext" href="../_export/xhtml/wiki/syntax.xhtml"/>
<link rel="alternate" type="text/plain" title="Wiki Markup" href="../_export/raw/wiki/syntax.raw"/>
<link rel="stylesheet" href="../lib/exe/css.php.t.sprintdoc.css"/>
<!--[if gte IE 9]><!-->
<script >/*<![CDATA[*/var NS='';var SIG=" --- \/\/[[]] 2024\/07\/28 13:43\/\/";var JSINFO = {"template":{"sprintdoc":{"sidebar_toggle_elements":"h1,h2,h3,h4,h5"}},"id":"wiki:syntax","namespace":"","ACT":"show","useHeadingNavigation":0,"useHeadingContent":0};
/*!]]>*/</script>
<script src="../lib/exe/jquery.php.t.sprintdoc.js" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<script src="../lib/exe/js.php.t.sprintdoc.js" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<!--<![endif]-->
<title>wiki:dokuwiki-128.png [EH20 - Back to root]</title>
<script type="text/javascript">(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<link rel="apple-touch-icon" sizes="57x57" href="logo.eb6e284c31ee112ac4b72afefd34b363.png" />
<link rel="apple-touch-icon" sizes="60x60" href="logo.f4a4a6a812b0acd5b36541c46b9f0895.png" />
<link rel="apple-touch-icon" sizes="72x72" href="logo.816a9482ef30cf57bf08ea34ae99a2b5.png" />
<link rel="apple-touch-icon" sizes="76x76" href="logo.554980c63fc76e12e4bcf3fbc18438eb.png" />
<link rel="apple-touch-icon" sizes="114x114" href="logo.eb4b83049e322310cd6ba443290081e4.png" />
<link rel="apple-touch-icon" sizes="120x120" href="logo.804fb21b82e434e69fa35354dca30502.png" />
<link rel="apple-touch-icon" sizes="144x144" href="logo.6f423a00eb337504518830ec06e79fd9.png" />
<link rel="apple-touch-icon" sizes="152x152" href="logo.bc6efef2253c27dcf3a20c0adbfc1202.png" />
<link rel="apple-touch-icon" sizes="180x180" href="logo.6506ff43820c95ef9f86619b58c493e4.png" />
<link rel="icon" sizes="32x32" href="logo.c73819921bb23305b50b29c5271a75b9.png" />
<link rel="icon" sizes="96x96" href="logo.3a75c0e1dec7f190dd08c1243aeb87c6.png" />
<link rel="icon" sizes="192x192" href="logo.aaa09d30c059af53d8dcce33e882ba98.png" />
<meta name="msapplication-square70x70logo" content="/_media/wiki/logo.png?w=70&amp;h=70&amp;crop=1&amp;tok=ebad0d" />
<meta name="msapplication-square310x310logo" content="/_media/wiki/logo.png?w=310&amp;h=310&amp;crop=1&amp;tok=384da9" />
<meta name="msapplication-wide310x150logo" content="/_media/wiki/logo.png?w=310&amp;h=150&amp;crop=1&amp;tok=60427f" />
</head>
<body id="dokuwiki__top" class="dokuwiki mode_ tpl_sprintdoc loggedIn wide-content showSidebar header-default">
<div id="dokuwiki__site">
<div id="spr__direct" class="nav-direct no-print">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>
<span class="sr-out">Direkt: </span>
<span class="skip">
<a rel="nofollow" href="#qsearch__in">Schnellsuche</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#dokuwiki__usertools">Benutzer-Werkzeuge</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#dokuwiki__content">Hauptinhalt dieser Seite</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#spr__toggle-content">Breite des Contents ändern</a>
</span>
</p>
<hr class="structure" />
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .nav-direct -->
<div class="page-wrapper hasSidebar">
<div id="dokuwiki__header" class="header no-print">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="claim main-sidebar">
<div class="menu-togglelink mobile-only">
<a href="#">
<span class="sr-out">Navigation anzeigen/verbergen</span>
</a>
</div>
<div class="logo"><a href="../start.html" accesskey="h" title="[H]"><img class="mobile-hide" src="logo.f36d4a61d4a39ec4ca0ae18ba52b8f52.png" alt="EH20 - Back to root - Link zur Startseite" />
</a><a href="../start.html" accesskey="h" title="[H]"><img class="mobile-only" src="logo.c73819921bb23305b50b29c5271a75b9.png" alt="EH20 - Back to root - Link zur Startseite" />
</a><hr class="structure" /></div> <div class="main-title">
<p class="title mobile-only">EH20 - Back to root</p>
</div><!-- .main-title -->
<div class="menu-tool-select">
<h5 class="sr-only" role="heading" aria-level="2">Werkzeuge</h5>
<form action="..//doku.html.doku.php.html" method="get" accept-charset="utf-8"><div class="no"><input type="hidden" name="id" value="wiki:syntax" /><input type="hidden" name="sectok" value="867caa87afdb8c0f5c41ecc4305cef1a" /><select name="do" class="edit quickselect" title="Werkzeuge"><option value="">Werkzeuge</option><optgroup label="Seiten-Werkzeuge"><option value="">Seite anzeigen</option><option value="revisions">Ältere Versionen</option><option value="siteexport_addpage">Seite als HTML/PDF exportieren</option><option value="backlink">Links hierher</option></optgroup><optgroup label="Webseiten-Werkzeuge"><option value="recent">Letzte Änderungen</option><option value="media">Medien-Manager</option><option value="index">Übersicht</option></optgroup><optgroup label="Benutzer-Werkzeuge"><option value="profile">Benutzerprofil</option><option value="admin">Admin</option><option value="logout">Abmelden</option></optgroup></select><button type="submit">test</button></div></form> </div><!-- .menu-tool-select -->
</div><!-- .headings -->
</div><!-- .col -->
<div class="col-xs-12">
<div class="main-title desktop-only">
<p class="title">EH20 - Back to root</p>
</div><!-- .main-title -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .header -->
<div class="sr-only nav-area-head">
<h5 class="sr-only" aria-level="1">Navigationsmenüs und Suche</h5>
</div><!-- .nav-area-head -->
<div class="tools">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="search main-sidebar">
<h6 class="sr-only" role="heading" aria-level="2">Wikiübergreifende Schnellsuche</h6><p class="toggleSearch"><a href="#qsearch__out"><span class="prefix">Springe zur Schnellsuche</span></a></p><form action="../start.html" method="get" role="search" class="search doku_form" id="dw__search" accept-charset="utf-8"><input type="hidden" name="do" value="search" /><input type="hidden" name="id" value="wiki:syntax" /><div class="no"><input name="q" type="text" class="edit" title="[F]" accesskey="f" placeholder="Suche" autocomplete="off" id="qsearch__in" value="" /><button value="1" type="submit" title="Suche">Suche</button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div><!-- .search -->
<div class="sidebarheader main-sidebar">
</div><!-- .sidebarheader -->
<div id="dokuwiki__aside">
<div id="sidebarId" class="0838fecfbd2ae7e09c7871ecf6313a4b"></div><nav class="nav-main"><script type="application/javascript">
document.getElementsByClassName("nav-main")[0].style.visibility = "hidden";
</script>
<h1 class="sectionedit1" id="start_rabbit-variant-outlinesvg">Start @rabbit-variant-outline.svg</h1>
<div class="level1">
<p>
<a href="../start.html" class="wikilink1" title="start" data-wiki-id="start">Start</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Start @rabbit-variant-outline.svg&quot;,&quot;hid&quot;:&quot;start_rabbit-variant-outlinesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:1,&quot;range&quot;:&quot;1-64&quot;} -->
<h1 class="sectionedit2" id="hygiene_medicationsvg">Hygiene @medication.svg</h1>
<div class="level1">
<p>
<a href="../hygiene.html" class="wikilink1" title="hygiene" data-wiki-id="hygiene">Hygiene</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Hygiene @medication.svg&quot;,&quot;hid&quot;:&quot;hygiene_medicationsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:2,&quot;range&quot;:&quot;65-121&quot;} -->
<h1 class="sectionedit3" id="anreise_airplane-takeoffsvg">Anreise @airplane-takeoff.svg</h1>
<div class="level1">
<p>
<a href="../anreise.html" class="wikilink1" title="anreise" data-wiki-id="anreise">Anreise</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Anreise @airplane-takeoff.svg&quot;,&quot;hid&quot;:&quot;anreise_airplane-takeoffsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:3,&quot;range&quot;:&quot;122-185&quot;} -->
<h1 class="sectionedit4" id="unterbringung_bedsvg">Unterbringung @bed.svg</h1>
<div class="level1">
<p>
<a href="../accommodation.html" class="wikilink1" title="accommodation" data-wiki-id="accommodation">Unterbringung</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Unterbringung @bed.svg&quot;,&quot;hid&quot;:&quot;unterbringung_bedsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:4,&quot;range&quot;:&quot;186-254&quot;} -->
<h1 class="sectionedit5" id="engel_account-groupsvg">Engel @account-group.svg</h1>
<div class="level1">
<p>
[<a href="https://engel.eh20.easterhegg.eu/" class="urlextern" title="https://engel.eh20.easterhegg.eu/" rel="ugc nofollow">https://engel.eh20.easterhegg.eu/</a> Engel]
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Engel @account-group.svg&quot;,&quot;hid&quot;:&quot;engel_account-groupsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:5,&quot;range&quot;:&quot;255-335&quot;} -->
<h1 class="sectionedit6" id="netzwerk_wifisvg">Netzwerk @wifi.svg</h1>
<div class="level1">
<p>
<a href="../network.html" class="wikilink1" title="network" data-wiki-id="network">Netzwerk</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Netzwerk @wifi.svg&quot;,&quot;hid&quot;:&quot;netzwerk_wifisvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:6,&quot;range&quot;:&quot;336-389&quot;} -->
<h1 class="sectionedit7" id="hackertours_umbrella-beachsvg">Hackertours @umbrella-beach.svg</h1>
<div class="level1">
<p>
<a href="../hackertours.html" class="wikilink1" title="hackertours" data-wiki-id="hackertours">Hackertours</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Hackertours @umbrella-beach.svg&quot;,&quot;hid&quot;:&quot;hackertours_umbrella-beachsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:7,&quot;range&quot;:&quot;390-463&quot;} -->
<h1 class="sectionedit8" id="fahrplan_timetablesvg">Fahrplan @timetable.svg</h1>
<div class="level1">
<p>
[<a href="https://cfp.eh20.easterhegg.eu/eh20/schedule/" class="urlextern" title="https://cfp.eh20.easterhegg.eu/eh20/schedule/" rel="ugc nofollow">https://cfp.eh20.easterhegg.eu/eh20/schedule/</a> Fahrplan]
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Fahrplan @timetable.svg&quot;,&quot;hid&quot;:&quot;fahrplan_timetablesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:8,&quot;range&quot;:&quot;464-558&quot;} -->
<h1 class="sectionedit9" id="loeten_basteln_soldering-ironsvg">Löten &amp; Basteln @soldering-iron.svg</h1>
<div class="level1">
<p>
<a href="../loet-und-bastelworkshops.html" class="wikilink1" title="loet-und-bastelworkshops" data-wiki-id="loet-und-bastelworkshops">Löt- und Bastelworkshop</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;L\u00f6ten &amp; Basteln @soldering-iron.svg&quot;,&quot;hid&quot;:&quot;loeten_basteln_soldering-ironsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:9,&quot;range&quot;:&quot;559-662&quot;} -->
<h1 class="sectionedit10" id="self_organized_sessions_account-voicesvg">Self Organized Sessions @account-voice.svg</h1>
<div class="level1">
<p>
<a href="../self-organized-sessions.html" class="wikilink1" title="self-organized-sessions" data-wiki-id="self-organized-sessions">Self-organized-sessions</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Self Organized Sessions @account-voice.svg&quot;,&quot;hid&quot;:&quot;self_organized_sessions_account-voicesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:10,&quot;range&quot;:&quot;663-772&quot;} -->
<h1 class="sectionedit11" id="intern_locksvg">Intern @lock.svg</h1>
<div class="level1">
<p>
<a href="../intern/start.html" class="wikilink1" title="intern:start" data-wiki-id="intern:start">Intern</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Intern @lock.svg&quot;,&quot;hid&quot;:&quot;intern_locksvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:11,&quot;range&quot;:&quot;773-&quot;} --></nav>
<nav class="nav-sitetools">
<div class="nav"><a href="#sidebar-site-tools" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M9,2V8H11V11H5C3.89,11 3,11.89 3,13V16H1V22H7V16H5V13H11V16H9V22H15V16H13V13H19V16H17V22H23V16H21V13C21,11.89 20.11,11 19,11H13V8H15V2H9Z" /></svg></span>
<span class="lbl">Webseiten-Werkzeuge</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-site-tools" class="toollist">
<li class="toollist__listitem recent"><a href="syntax.html" title="Letzte Änderungen [r]" rel="nofollow" accesskey="r"><span>Letzte Änderungen</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69V13m4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67V8M5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2H5m11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85z"/></svg></a></li><li class="toollist__listitem media"><a href="syntax.html" title="Medien-Manager" rel="nofollow"><span>Medien-Manager</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 15l4.5-6 3.5 4.5 2.5-3L21 15m1-11h-8l-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M2 6H0v14a2 2 0 0 0 2 2h18v-2H2V6z"/></svg></a></li><li class="toollist__listitem index"><a href="syntax.html" title="Übersicht [x]" rel="nofollow" accesskey="x"><span>Übersicht</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 3h6v4H3V3m12 7h6v4h-6v-4m0 7h6v4h-6v-4m-2-4H7v5h6v2H5V9h2v2h6v2z"/></svg></a></li> </ul>
</div>
</nav>
<nav class="nav-usermenu">
<div class="nav"><a href="#sidebar-user-tools" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z" /></svg></span>
<span class="lbl">Benutzer-Werkzeuge</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-user-tools" class="toollist">
<li class="toollist__listitem profile"><a href="syntax.html" title="Benutzerprofil" rel="nofollow"><span>Benutzerprofil</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2 3h20c1.05 0 2 .95 2 2v14c0 1.05-.95 2-2 2H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2m12 3v1h8V6h-8m0 2v1h8V8h-8m0 2v1h7v-1h-7m-6 3.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"/></svg></a></li><li class="toollist__listitem admin"><a href="syntax.html" title="Admin" rel="nofollow"><span>Admin</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg></a></li><li class="toollist__listitem logout"><a href="syntax.html" title="Abmelden" rel="nofollow"><span>Abmelden</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/></svg></a></li> </ul>
</div>
</nav>
<nav class="nav-trace">
<div class="nav"><a href="#sidebar-menu_trace" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.09 4.8,16 6.11,17.41L9.88,9.88L17.41,6.11C16,4.8 14.09,4 12,4M12,20A8,8 0 0,0 20,12C20,9.91 19.2,8 17.89,6.59L14.12,14.12L6.59,17.89C8,19.2 9.91,20 12,20M12,12L11.23,11.23L9.7,14.3L12.77,12.77L12,12M12,17.5H13V19H12V17.5M15.88,15.89L16.59,15.18L17.65,16.24L16.94,16.95L15.88,15.89M17.5,12V11H19V12H17.5M12,6.5H11V5H12V6.5M8.12,8.11L7.41,8.82L6.35,7.76L7.06,7.05L8.12,8.11M6.5,12V13H5V12H6.5Z" /></svg></span>
<span class="lbl">Zuletzt Angesehen</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-menu_trace">
<li><a href="syntax.html" title="wiki:syntax">syntax</a></li> </ul>
</div>
</nav>
</div><!-- .aside -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .tools -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<nav id="dokuwiki__usertools" class="nav-usertools ">
<h6 class="sr-only" role="heading" aria-level="2">Benutzer-Werkzeuge</h6>
<ul>
<li class="log"><a href="syntax.html" title="Abmelden" rel="nofollow" class="menuitem logout"><span>Abmelden</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/></svg></a></li><li class="user"><span class="sr-only">Angemeldet als: </span><bdi>Anonymous</bdi></li><li class="admin"><a href="syntax.html" title="Admin" rel="nofollow" class="menuitem admin"><span>Admin</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg></a></li>
</ul>
</nav><!-- #dokuwiki__usertools -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- /top-header -->
<div id="dokuwiki__detail">
<div class="content group">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="breadcrumbs" data-do="Detailinformationen zum Bild">
<div class="togglelink page_main-content">
<a id="spr__toggle-content" href="#"><span class="sr-out">Navigation anzeigen/verbergen</span></a>
</div>
<h6 class="sr-only" role="heading" aria-level="2">Seitenstatus</h6>
<h6 class="sr-only" role="heading" aria-level="2">Seiten-Werkzeuge</h6>
<nav id="dokuwiki__pagetools">
<div class="tools">
<ul>
<li><a accesskey="" title="Im Medien-Manager anzeigen" rel="nofollow" href="syntax.html"><span>Im Medien-Manager anzeigen</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M5 17l4.5-6 3.5 4.5 2.5-3L19 17m1-11h-8l-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2z"/></svg></a></li><li><a accesskey="b" title="Zurück zu wiki:syntax [B]" rel="nofollow" href="syntax.html"><span>Zurück zu wiki:syntax</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg></a></li> </ul>
</div>
</nav>
</div>
<div id="dokuwiki__content" class="page main-content">
<div id="spr__meta-box"></div>
<div class="msg-area"></div>
<h1>wiki:dokuwiki-128.png</h1>
<div class="img-link">
<a href="dokuwiki-128.0fea6a13c52b4d4725368f24b045ca84.png" title="Originaldatei öffnen"><img width="128" height="128" class="img_detail" alt="dokuwiki-128.png" title="dokuwiki-128.png" src="dokuwiki-128.f7776bb8c16958a9733cfd1b367247df.png"/></a> </div>
<div class="img_detail">
<h4>dokuwiki-128.png</h4>
<dl><dt>Datum:</dt><dd>2024/07/28 13:41</dd><dt>Dateiname:</dt><dd>dokuwiki-128.png</dd><dt>Format:</dt><dd>PNG</dd><dt>Größe:</dt><dd>27KB</dd><dt>Breite:</dt><dd>128</dd><dt>Höhe:</dt><dd>128</dd></dl> </div>
</div><!-- .main-content -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- /.content -->
</div>
</div><!-- /wrapper -->
<!-- ********** FOOTER ********** -->
<div id="dokuwiki__footer">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="main-footer">
<p>Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: <bdi><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de" rel="license" class="urlextern">CC Attribution-Noncommercial-Share Alike 4.0 International</a></bdi></p> </div>
</div>
</div>
</div>
</div><!-- /footer -->
</div><!-- .dokuwiki__site -->
<div class="no"><img src="../lib/exe/taskrunner.cf8feeba7181b5fa3274c7d1fea7a77f.gif" width="2" height="1" alt="" /></div>
</body>
</html>

View file

@ -1,538 +0,0 @@
<!DOCTYPE html>
<html class="edge no-js" lang="de" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="DokuWiki"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="keywords" content="wiki,dokuwiki"/>
<link rel="search" type="application/opensearchdescription+xml" href="../lib/exe/opensearch.html" title="EH20 - Back to root"/>
<link rel="start" href="dokuwiki.html"/>
<link rel="contents" href="dokuwiki.html" title="Übersicht"/>
<link rel="manifest" href="../lib/exe/manifest.html"/>
<link rel="alternate" type="application/rss+xml" title="Letzte Änderungen" />
<link rel="alternate" type="application/rss+xml" title="Aktueller Namensraum" />
<link rel="edit" title="Diese Seite bearbeiten" href="dokuwiki.html"/>
<link rel="alternate" type="text/html" title="HTML Klartext" href="../_export/xhtml/wiki/dokuwiki.xhtml"/>
<link rel="alternate" type="text/plain" title="Wiki Markup" href="../_export/raw/wiki/dokuwiki.raw"/>
<link rel="canonical" href="http://hetzner-01.h.jtbx.de:8444/wiki/dokuwiki"/>
<link rel="stylesheet" href="../lib/exe/css.php.t.sprintdoc.css"/>
<!--[if gte IE 9]><!-->
<script >/*<![CDATA[*/var NS='wiki';var SIG=" --- \/\/[[]] 2024\/07\/28 13:43\/\/";var JSINFO = {"template":{"sprintdoc":{"sidebar_toggle_elements":"h1,h2,h3,h4,h5"}},"id":"wiki:dokuwiki","namespace":"wiki","ACT":"show","useHeadingNavigation":0,"useHeadingContent":0};
/*!]]>*/</script>
<script src="../lib/exe/jquery.php.t.sprintdoc.js" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<script src="../lib/exe/js.php.t.sprintdoc.js" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<!--<![endif]-->
<title>wiki:dokuwiki [EH20 - Back to root]</title>
<script type="text/javascript">(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<link rel="apple-touch-icon" sizes="57x57" href="logo.eb6e284c31ee112ac4b72afefd34b363.png" />
<link rel="apple-touch-icon" sizes="60x60" href="logo.f4a4a6a812b0acd5b36541c46b9f0895.png" />
<link rel="apple-touch-icon" sizes="72x72" href="logo.816a9482ef30cf57bf08ea34ae99a2b5.png" />
<link rel="apple-touch-icon" sizes="76x76" href="logo.554980c63fc76e12e4bcf3fbc18438eb.png" />
<link rel="apple-touch-icon" sizes="114x114" href="logo.eb4b83049e322310cd6ba443290081e4.png" />
<link rel="apple-touch-icon" sizes="120x120" href="logo.804fb21b82e434e69fa35354dca30502.png" />
<link rel="apple-touch-icon" sizes="144x144" href="logo.6f423a00eb337504518830ec06e79fd9.png" />
<link rel="apple-touch-icon" sizes="152x152" href="logo.bc6efef2253c27dcf3a20c0adbfc1202.png" />
<link rel="apple-touch-icon" sizes="180x180" href="logo.6506ff43820c95ef9f86619b58c493e4.png" />
<link rel="icon" sizes="32x32" href="logo.c73819921bb23305b50b29c5271a75b9.png" />
<link rel="icon" sizes="96x96" href="logo.3a75c0e1dec7f190dd08c1243aeb87c6.png" />
<link rel="icon" sizes="192x192" href="logo.aaa09d30c059af53d8dcce33e882ba98.png" />
<meta name="msapplication-square70x70logo" content="/_media/wiki/logo.png?w=70&amp;h=70&amp;crop=1&amp;tok=ebad0d" />
<meta name="msapplication-square310x310logo" content="/_media/wiki/logo.png?w=310&amp;h=310&amp;crop=1&amp;tok=384da9" />
<meta name="msapplication-wide310x150logo" content="/_media/wiki/logo.png?w=310&amp;h=150&amp;crop=1&amp;tok=60427f" />
</head>
<body id="dokuwiki__top" class="do-show showSidebar header-default">
<div id="dokuwiki__site" class="dokuwiki mode_show tpl_sprintdoc loggedIn ">
<div id="spr__direct" class="nav-direct no-print">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>
<span class="sr-out">Direkt: </span>
<span class="skip">
<a rel="nofollow" href="#qsearch__in">Schnellsuche</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#dokuwiki__usertools">Benutzer-Werkzeuge</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#dokuwiki__content">Hauptinhalt dieser Seite</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#spr__toggle-content">Breite des Contents ändern</a>
</span>
</p>
<hr class="structure" />
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .nav-direct -->
<div class="page-wrapper hasSidebar">
<div id="dokuwiki__header" class="header no-print">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="claim main-sidebar">
<div class="menu-togglelink mobile-only">
<a href="#">
<span class="sr-out">Navigation anzeigen/verbergen</span>
</a>
</div>
<div class="logo"><a href="../start.html" accesskey="h" title="[H]"><img class="mobile-hide" src="logo.f36d4a61d4a39ec4ca0ae18ba52b8f52.png" alt="EH20 - Back to root - Link zur Startseite" />
</a><a href="../start.html" accesskey="h" title="[H]"><img class="mobile-only" src="logo.c73819921bb23305b50b29c5271a75b9.png" alt="EH20 - Back to root - Link zur Startseite" />
</a><hr class="structure" /></div> <div class="main-title">
<p class="title mobile-only">EH20 - Back to root</p>
</div><!-- .main-title -->
<div class="menu-tool-select">
<h5 class="sr-only" role="heading" aria-level="2">Werkzeuge</h5>
<form action="..//doku.html.doku.php.html" method="get" accept-charset="utf-8"><div class="no"><input type="hidden" name="id" value="wiki:dokuwiki" /><input type="hidden" name="sectok" value="c7dddb5d7665cca48deb02e3980a8df2" /><select name="do" class="edit quickselect" title="Werkzeuge"><option value=""></option><optgroup label="Seiten-Werkzeuge"><option value="edit">Diese Seite bearbeiten</option><option value="revisions">Ältere Versionen</option><option value="siteexport_addpage">Seite als HTML/PDF exportieren</option><option value="backlink">Links hierher</option></optgroup><optgroup label="Webseiten-Werkzeuge"><option value="recent">Letzte Änderungen</option><option value="media">Medien-Manager</option><option value="index">Übersicht</option></optgroup><optgroup label="Benutzer-Werkzeuge"><option value="profile">Benutzerprofil</option><option value="admin">Admin</option><option value="logout">Abmelden</option></optgroup></select><button type="submit">&gt;</button></div></form> </div><!-- .menu-tool-select -->
</div><!-- .headings -->
</div><!-- .col -->
<div class="col-xs-12">
<div class="main-title desktop-only">
<p class="title">EH20 - Back to root</p>
</div><!-- .main-title -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .header -->
<div class="sr-only nav-area-head">
<h5 class="sr-only" role="heading" aria-level="1">Navigationsmenüs und Suche</h5>
</div><!-- .nav-area-head -->
<div class="tools">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="search main-sidebar">
<h6 class="sr-only" role="heading" aria-level="2">Wikiübergreifende Schnellsuche</h6><p class="toggleSearch"><a href="#qsearch__out"><span class="prefix">Springe zur Schnellsuche</span></a></p><form action="../start.html" method="get" role="search" class="search doku_form" id="dw__search" accept-charset="utf-8"><input type="hidden" name="do" value="search" /><input type="hidden" name="id" value="wiki:dokuwiki" /><div class="no"><input name="q" type="text" class="edit" title="[F]" accesskey="f" placeholder="Suche" autocomplete="off" id="qsearch__in" value="" /><button value="1" type="submit" title="Suche">Suche</button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div><!-- .search -->
<div class="sidebarheader main-sidebar">
</div><!-- .sidebarheader -->
<div id="dokuwiki__aside">
<div id="sidebarId" class="0838fecfbd2ae7e09c7871ecf6313a4b"></div><nav class="nav-main"><script type="application/javascript">
document.getElementsByClassName("nav-main")[0].style.visibility = "hidden";
</script>
<h1 class="sectionedit1" id="start_rabbit-variant-outlinesvg">Start @rabbit-variant-outline.svg</h1>
<div class="level1">
<p>
<a href="../start.html" class="wikilink1" title="start" data-wiki-id="start">Start</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Start @rabbit-variant-outline.svg&quot;,&quot;hid&quot;:&quot;start_rabbit-variant-outlinesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:1,&quot;range&quot;:&quot;1-64&quot;} -->
<h1 class="sectionedit2" id="hygiene_medicationsvg">Hygiene @medication.svg</h1>
<div class="level1">
<p>
<a href="../hygiene.html" class="wikilink1" title="hygiene" data-wiki-id="hygiene">Hygiene</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Hygiene @medication.svg&quot;,&quot;hid&quot;:&quot;hygiene_medicationsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:2,&quot;range&quot;:&quot;65-121&quot;} -->
<h1 class="sectionedit3" id="anreise_airplane-takeoffsvg">Anreise @airplane-takeoff.svg</h1>
<div class="level1">
<p>
<a href="../anreise.html" class="wikilink1" title="anreise" data-wiki-id="anreise">Anreise</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Anreise @airplane-takeoff.svg&quot;,&quot;hid&quot;:&quot;anreise_airplane-takeoffsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:3,&quot;range&quot;:&quot;122-185&quot;} -->
<h1 class="sectionedit4" id="unterbringung_bedsvg">Unterbringung @bed.svg</h1>
<div class="level1">
<p>
<a href="../accommodation.html" class="wikilink1" title="accommodation" data-wiki-id="accommodation">Unterbringung</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Unterbringung @bed.svg&quot;,&quot;hid&quot;:&quot;unterbringung_bedsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:4,&quot;range&quot;:&quot;186-254&quot;} -->
<h1 class="sectionedit5" id="engel_account-groupsvg">Engel @account-group.svg</h1>
<div class="level1">
<p>
[<a href="https://engel.eh20.easterhegg.eu/" class="urlextern" title="https://engel.eh20.easterhegg.eu/" rel="ugc nofollow">https://engel.eh20.easterhegg.eu/</a> Engel]
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Engel @account-group.svg&quot;,&quot;hid&quot;:&quot;engel_account-groupsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:5,&quot;range&quot;:&quot;255-335&quot;} -->
<h1 class="sectionedit6" id="netzwerk_wifisvg">Netzwerk @wifi.svg</h1>
<div class="level1">
<p>
<a href="../network.html" class="wikilink1" title="network" data-wiki-id="network">Netzwerk</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Netzwerk @wifi.svg&quot;,&quot;hid&quot;:&quot;netzwerk_wifisvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:6,&quot;range&quot;:&quot;336-389&quot;} -->
<h1 class="sectionedit7" id="hackertours_umbrella-beachsvg">Hackertours @umbrella-beach.svg</h1>
<div class="level1">
<p>
<a href="../hackertours.html" class="wikilink1" title="hackertours" data-wiki-id="hackertours">Hackertours</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Hackertours @umbrella-beach.svg&quot;,&quot;hid&quot;:&quot;hackertours_umbrella-beachsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:7,&quot;range&quot;:&quot;390-463&quot;} -->
<h1 class="sectionedit8" id="fahrplan_timetablesvg">Fahrplan @timetable.svg</h1>
<div class="level1">
<p>
[<a href="https://cfp.eh20.easterhegg.eu/eh20/schedule/" class="urlextern" title="https://cfp.eh20.easterhegg.eu/eh20/schedule/" rel="ugc nofollow">https://cfp.eh20.easterhegg.eu/eh20/schedule/</a> Fahrplan]
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Fahrplan @timetable.svg&quot;,&quot;hid&quot;:&quot;fahrplan_timetablesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:8,&quot;range&quot;:&quot;464-558&quot;} -->
<h1 class="sectionedit9" id="loeten_basteln_soldering-ironsvg">Löten &amp; Basteln @soldering-iron.svg</h1>
<div class="level1">
<p>
<a href="../loet-und-bastelworkshops.html" class="wikilink1" title="loet-und-bastelworkshops" data-wiki-id="loet-und-bastelworkshops">Löt- und Bastelworkshop</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;L\u00f6ten &amp; Basteln @soldering-iron.svg&quot;,&quot;hid&quot;:&quot;loeten_basteln_soldering-ironsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:9,&quot;range&quot;:&quot;559-662&quot;} -->
<h1 class="sectionedit10" id="self_organized_sessions_account-voicesvg">Self Organized Sessions @account-voice.svg</h1>
<div class="level1">
<p>
<a href="../self-organized-sessions.html" class="wikilink1" title="self-organized-sessions" data-wiki-id="self-organized-sessions">Self-organized-sessions</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Self Organized Sessions @account-voice.svg&quot;,&quot;hid&quot;:&quot;self_organized_sessions_account-voicesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:10,&quot;range&quot;:&quot;663-772&quot;} -->
<h1 class="sectionedit11" id="intern_locksvg">Intern @lock.svg</h1>
<div class="level1">
<p>
<a href="../intern/start.html" class="wikilink1" title="intern:start" data-wiki-id="intern:start">Intern</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Intern @lock.svg&quot;,&quot;hid&quot;:&quot;intern_locksvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:11,&quot;range&quot;:&quot;773-&quot;} --></nav>
<nav class="nav-sitetools">
<div class="nav"><a href="#sidebar-site-tools" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M9,2V8H11V11H5C3.89,11 3,11.89 3,13V16H1V22H7V16H5V13H11V16H9V22H15V16H13V13H19V16H17V22H23V16H21V13C21,11.89 20.11,11 19,11H13V8H15V2H9Z" /></svg></span>
<span class="lbl">Webseiten-Werkzeuge</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-site-tools" class="toollist">
<li class="toollist__listitem recent"><a href="dokuwiki.html" title="Letzte Änderungen [r]" rel="nofollow" accesskey="r"><span>Letzte Änderungen</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69V13m4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67V8M5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2H5m11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85z"/></svg></a></li><li class="toollist__listitem media"><a href="dokuwiki.html" title="Medien-Manager" rel="nofollow"><span>Medien-Manager</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 15l4.5-6 3.5 4.5 2.5-3L21 15m1-11h-8l-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M2 6H0v14a2 2 0 0 0 2 2h18v-2H2V6z"/></svg></a></li><li class="toollist__listitem index"><a href="dokuwiki.html" title="Übersicht [x]" rel="nofollow" accesskey="x"><span>Übersicht</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 3h6v4H3V3m12 7h6v4h-6v-4m0 7h6v4h-6v-4m-2-4H7v5h6v2H5V9h2v2h6v2z"/></svg></a></li> </ul>
</div>
</nav>
<nav class="nav-usermenu">
<div class="nav"><a href="#sidebar-user-tools" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z" /></svg></span>
<span class="lbl">Benutzer-Werkzeuge</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-user-tools" class="toollist">
<li class="toollist__listitem profile"><a href="dokuwiki.html" title="Benutzerprofil" rel="nofollow"><span>Benutzerprofil</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2 3h20c1.05 0 2 .95 2 2v14c0 1.05-.95 2-2 2H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2m12 3v1h8V6h-8m0 2v1h8V8h-8m0 2v1h7v-1h-7m-6 3.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"/></svg></a></li><li class="toollist__listitem admin"><a href="dokuwiki.html" title="Admin" rel="nofollow"><span>Admin</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg></a></li><li class="toollist__listitem logout"><a href="dokuwiki.html" title="Abmelden" rel="nofollow"><span>Abmelden</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/></svg></a></li> </ul>
</div>
</nav>
<nav class="nav-trace">
<div class="nav"><a href="#sidebar-menu_trace" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.09 4.8,16 6.11,17.41L9.88,9.88L17.41,6.11C16,4.8 14.09,4 12,4M12,20A8,8 0 0,0 20,12C20,9.91 19.2,8 17.89,6.59L14.12,14.12L6.59,17.89C8,19.2 9.91,20 12,20M12,12L11.23,11.23L9.7,14.3L12.77,12.77L12,12M12,17.5H13V19H12V17.5M15.88,15.89L16.59,15.18L17.65,16.24L16.94,16.95L15.88,15.89M17.5,12V11H19V12H17.5M12,6.5H11V5H12V6.5M8.12,8.11L7.41,8.82L6.35,7.76L7.06,7.05L8.12,8.11M6.5,12V13H5V12H6.5Z" /></svg></span>
<span class="lbl">Zuletzt Angesehen</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-menu_trace">
<li><a href="dokuwiki.html" title="wiki:dokuwiki">dokuwiki</a></li> </ul>
</div>
</nav>
</div><!-- .aside -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .tools -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<nav id="dokuwiki__usertools" class="nav-usertools ">
<h6 class="sr-only" role="heading" aria-level="2">Benutzer-Werkzeuge</h6>
<ul>
<li class="log"><a href="dokuwiki.html" title="Abmelden" rel="nofollow" class="menuitem logout"><span>Abmelden</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/></svg></a></li><li class="user"><span class="sr-only">Angemeldet als: </span><bdi>Anonymous</bdi></li><li class="admin"><a href="dokuwiki.html" title="Admin" rel="nofollow" class="menuitem admin"><span>Admin</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg></a></li>
</ul>
</nav><!-- #dokuwiki__usertools -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- /top-header -->
<div class="content">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="breadcrumbs" data-do="show">
<div class="togglelink page_main-content">
<a id="spr__toggle-content" href="#"><span class="sr-out">Navigation anzeigen/verbergen</span></a>
</div>
<h6 class="sr-only" role="heading" aria-level="2">Seitenstatus</h6>
<h6 class="sr-only" role="heading" aria-level="2">Seiten-Werkzeuge</h6>
<nav id="dokuwiki__pagetools">
<div class="tools">
<div class="nav-status">
<!-- FIXME: structstatus integration -->
</div>
<ul>
<li class="edit"><a href="dokuwiki.html" title="Diese Seite bearbeiten [e]" rel="nofollow" accesskey="e"><span>Diese Seite bearbeiten</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z"/></svg></a></li><li class="revs"><a href="dokuwiki.html" title="Ältere Versionen [o]" rel="nofollow" accesskey="o"><span>Ältere Versionen</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11 7v5.11l4.71 2.79.79-1.28-4-2.37V7m0-5C8.97 2 5.91 3.92 4.27 6.77L2 4.5V11h6.5L5.75 8.25C6.96 5.73 9.5 4 12.5 4a7.5 7.5 0 0 1 7.5 7.5 7.5 7.5 0 0 1-7.5 7.5c-3.27 0-6.03-2.09-7.06-5h-2.1c1.1 4.03 4.77 7 9.16 7 5.24 0 9.5-4.25 9.5-9.5A9.5 9.5 0 0 0 12.5 2z"/></svg></a></li><li class="backlink"><a href="dokuwiki.html" title="Links hierher" rel="nofollow"><span>Links hierher</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10.59 13.41c.41.39.41 1.03 0 1.42-.39.39-1.03.39-1.42 0a5.003 5.003 0 0 1 0-7.07l3.54-3.54a5.003 5.003 0 0 1 7.07 0 5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.982 2.982 0 0 0 0-4.24 2.982 2.982 0 0 0-4.24 0l-3.53 3.53a2.982 2.982 0 0 0 0 4.24m2.82-4.24c.39-.39 1.03-.39 1.42 0a5.003 5.003 0 0 1 0 7.07l-3.54 3.54a5.003 5.003 0 0 1-7.07 0 5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.982 2.982 0 0 0 0 4.24 2.982 2.982 0 0 0 4.24 0l3.53-3.53a2.982 2.982 0 0 0 0-4.24.973.973 0 0 1 0-1.42z"/></svg></a></li><li class="siteexport_addpage"><a href="dokuwiki.html" title="Seite als HTML/PDF exportieren" rel="nofollow"><span>Seite als HTML/PDF exportieren</span><svg width="61px" height="51px" viewBox="0 0 61 51" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs></defs><path d="M26.1891503,39.0065635 L26.0876578,38.9773206 L60.6523866,1.23972885 L60.4321374,2.11844376 L60.476442,2.07071678 L60.4265202,2.14085429 L49.5024876,45.7237994 L32.8255882,40.9187101 L26,50.508302 L26,39.2103249 L26.1891503,39.0065635 Z M60.9727675,0.862917243 L22.2676619,38.2155059 L-0.00245042233,30.2214566 L60.9727675,0.862917243 Z" id="Paper-Plane"></path></svg></a></li><li class="top"><a href="#dokuwiki__top" title="Nach oben [t]" rel="nofollow" accesskey="t"><span>Nach oben</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg></a></li> </ul>
</div>
</nav>
</div>
<div id="dokuwiki__content" class="page main-content">
<div id="spr__meta-box">
<h6 class="sr-only" role="heading" aria-level="2">Metainformationen zur Seite</h6>
<div class="tab-container">
<ul class="meta-tabs">
<li class="a11y">&nbsp;</li>
<li class="spr__tab-toc"><a href="#spr__tab-toc" aria-expanded="false"><span class="prefix">Inhaltsverzeichnis</span></a></li> </ul>
<div class="meta-content">
<div class="box-content">
<div id="spr__tab-toc" class="tab-pane" aria-hidden="true"><!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Inhaltsverzeichnis</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#dokuwiki">DokuWiki</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#download">Download</a></div></li>
<li class="level2"><div class="li"><a href="#read_more">Read More</a></div></li>
<li class="level2"><div class="li"><a href="#copyright">Copyright</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
</div> </div>
</div>
</div>
</div>
<div class="qc-output"></div>
<div class="page-content">
<div class="msg-area"></div>
<div class="clearer"></div>
</div>
<h1 class="sectionedit1" id="dokuwiki">DokuWiki</h1>
<div class="level1">
<p>
<a href="https://www.dokuwiki.org/wiki%3Adokuwiki" class="media" title="https://www.dokuwiki.org/wiki%3Adokuwiki"><img src="dokuwiki-128.png" class="medialeft" loading="lazy" alt="" /></a> DokuWiki is a simple to use and highly versatile Open Source <a href="https://en.wikipedia.org/wiki/wiki" class="interwiki iw_wp" title="https://en.wikipedia.org/wiki/wiki">wiki</a> software that doesn&#039;t require a database. It is loved by users for its clean and readable <a href="syntax.html" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">syntax</a>. The ease of maintenance, backup and integration makes it an administrator&#039;s favorite. Built in <a href="https://www.dokuwiki.org/acl" class="interwiki iw_doku" title="https://www.dokuwiki.org/acl">access controls</a> and <a href="https://www.dokuwiki.org/auth" class="interwiki iw_doku" title="https://www.dokuwiki.org/auth">authentication connectors</a> make DokuWiki especially useful in the enterprise context and the large number of <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">plugins</a> contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.
</p>
<p>
Read the <a href="https://www.dokuwiki.org/manual" class="interwiki iw_doku" title="https://www.dokuwiki.org/manual">DokuWiki Manual</a> to unleash the full power of DokuWiki.
</p>
</div>
<div class="secedit editbutton_section editbutton_1"><form class="button btn_secedit" method="post" action="dokuwiki.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[DokuWiki] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="dokuwiki" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="1-704" /><button type="submit" title="DokuWiki">Bearbeiten</button></div></form></div>
<h2 class="sectionedit2" id="download">Download</h2>
<div class="level2">
<p>
DokuWiki is available at <a href="https://download.dokuwiki.org/" class="urlextern" title="https://download.dokuwiki.org/" rel="ugc nofollow">https://download.dokuwiki.org/</a>
</p>
</div>
<div class="secedit editbutton_section editbutton_2"><form class="button btn_secedit" method="post" action="dokuwiki.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Download] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="download" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="705-784" /><button type="submit" title="Download">Bearbeiten</button></div></form></div>
<h2 class="sectionedit3" id="read_more">Read More</h2>
<div class="level2">
<p>
All documentation and additional information besides the <a href="syntax.html" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">syntax description</a> is maintained in the DokuWiki at <a href="https://www.dokuwiki.org/" class="interwiki iw_doku" title="https://www.dokuwiki.org/">www.dokuwiki.org</a>.
</p>
<p>
<strong>About DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/features" class="interwiki iw_doku" title="https://www.dokuwiki.org/features">A feature list</a> <img src="../lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/users" class="interwiki iw_doku" title="https://www.dokuwiki.org/users">Happy Users</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/press" class="interwiki iw_doku" title="https://www.dokuwiki.org/press">Who wrote about it</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/blogroll" class="interwiki iw_doku" title="https://www.dokuwiki.org/blogroll">What Bloggers think</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.wikimatrix.org/show/DokuWiki" class="urlextern" title="https://www.wikimatrix.org/show/DokuWiki" rel="ugc nofollow">Compare it with other wiki software</a></div>
</li>
</ul>
<p>
<strong>Installing DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/requirements" class="interwiki iw_doku" title="https://www.dokuwiki.org/requirements">System Requirements</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://download.dokuwiki.org/" class="urlextern" title="https://download.dokuwiki.org/" rel="ugc nofollow">Download DokuWiki</a> <img src="../lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/changes" class="interwiki iw_doku" title="https://www.dokuwiki.org/changes">Change Log</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/Install" class="interwiki iw_doku" title="https://www.dokuwiki.org/Install">How to install or upgrade</a> <img src="../lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/config" class="interwiki iw_doku" title="https://www.dokuwiki.org/config">Configuration</a></div>
</li>
</ul>
<p>
<strong>Using DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/syntax" class="interwiki iw_doku" title="https://www.dokuwiki.org/syntax">Wiki Syntax</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/manual" class="interwiki iw_doku" title="https://www.dokuwiki.org/manual">The manual</a> <img src="../lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/FAQ" class="interwiki iw_doku" title="https://www.dokuwiki.org/FAQ">Frequently Asked Questions (FAQ)</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/glossary" class="interwiki iw_doku" title="https://www.dokuwiki.org/glossary">Glossary</a></div>
</li>
</ul>
<p>
<strong>Customizing DokuWiki</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/tips" class="interwiki iw_doku" title="https://www.dokuwiki.org/tips">Tips and Tricks</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/Template" class="interwiki iw_doku" title="https://www.dokuwiki.org/Template">How to create and use templates</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">Installing plugins</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/development" class="interwiki iw_doku" title="https://www.dokuwiki.org/development">Development Resources</a></div>
</li>
</ul>
<p>
<strong>DokuWiki Feedback and Community</strong>
</p>
<ul>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/newsletter" class="interwiki iw_doku" title="https://www.dokuwiki.org/newsletter">Subscribe to the newsletter</a> <img src="../lib/images/smileys/exclaim.svg" class="icon smiley" alt=":!:" /></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/mailinglist" class="interwiki iw_doku" title="https://www.dokuwiki.org/mailinglist">Join the mailing list</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://forum.dokuwiki.org" class="urlextern" title="https://forum.dokuwiki.org" rel="ugc nofollow">Check out the user forum</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/irc" class="interwiki iw_doku" title="https://www.dokuwiki.org/irc">Talk to other users in the IRC channel</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://github.com/splitbrain/dokuwiki/issues" class="urlextern" title="https://github.com/splitbrain/dokuwiki/issues" rel="ugc nofollow">Submit bugs and feature wishes</a></div>
</li>
<li class="level1"><div class="li"> <a href="https://www.dokuwiki.org/thanks" class="interwiki iw_doku" title="https://www.dokuwiki.org/thanks">Some humble thanks</a></div>
</li>
</ul>
</div>
<div class="secedit editbutton_section editbutton_3"><form class="button btn_secedit" method="post" action="dokuwiki.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Read More] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="read_more" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="785-2217" /><button type="submit" title="Read More">Bearbeiten</button></div></form></div>
<h2 class="sectionedit4" id="copyright">Copyright</h2>
<div class="level2">
<p>
2004-2020 © Andreas Gohr <a href="mailto:&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;" class="mail" title="&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;">&#97;&#110;&#100;&#105;&#64;&#115;&#112;&#108;&#105;&#116;&#98;&#114;&#97;&#105;&#110;&#46;&#111;&#114;&#103;</a><sup><a href="#fn__1" id="fnt__1" class="fn_top">1)</a></sup> and the DokuWiki Community
</p>
<p>
The DokuWiki engine is licensed under <a href="https://www.gnu.org/licenses/gpl.html" class="urlextern" title="https://www.gnu.org/licenses/gpl.html" rel="ugc nofollow">GNU General Public License</a> Version 2. If you use DokuWiki in your company, consider <a href="https://www.dokuwiki.org/donate" class="interwiki iw_doku" title="https://www.dokuwiki.org/donate">donating</a> a few bucks <img src="../lib/images/smileys/wink.svg" class="icon smiley" alt=";-)" />.
</p>
<p>
Not sure what this means? See the <a href="https://www.dokuwiki.org/faq%3Alicense" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Alicense">FAQ on the Licenses</a>.
</p>
</div>
<div class="secedit editbutton_section editbutton_4"><form class="button btn_secedit" method="post" action="dokuwiki.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Copyright] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="copyright" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="2218-" /><button type="submit" title="Copyright">Bearbeiten</button></div></form></div><div class="footnotes">
<div class="fn"><sup><a href="#fnt__1" id="fn__1" class="fn_bot">1)</a></sup>
<div class="content">Please do not contact me for help and support use the <a href="https://www.dokuwiki.org/mailinglist" class="interwiki iw_doku" title="https://www.dokuwiki.org/mailinglist">mailinglist</a> or <a href="https://forum.dokuwiki.org" class="urlextern" title="https://forum.dokuwiki.org" rel="ugc nofollow">forum</a> instead</div></div>
</div>
<div class="clearer"></div>
</div><!-- .main-content -->
<div class="page-footer">
<bdi>wiki/dokuwiki.txt</bdi> · Zuletzt geändert: 2024/07/28 13:41 (Externe Bearbeitung) </div>
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- /content -->
<div class="clearer"></div>
</div><!-- /wrapper -->
<!-- ********** FOOTER ********** -->
<div id="dokuwiki__footer">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="main-footer">
<p>Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: <bdi><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de" rel="license" class="urlextern">CC Attribution-Noncommercial-Share Alike 4.0 International</a></bdi></p> </div>
</div>
</div>
</div>
</div><!-- /footer -->
</div><!-- .dokuwiki__site -->
<div class="no"><img src="../lib/exe/taskrunner.09db8bb92d7e025660a682b4b8f17d48.gif" width="2" height="1" alt="" /></div>
</body>
</html>

File diff suppressed because it is too large Load diff

View file

@ -1,474 +0,0 @@
<!DOCTYPE html>
<html class="edge no-js" lang="de" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="DokuWiki"/>
<meta name="robots" content="noindex,nofollow"/>
<meta name="keywords" content="wiki,welcome"/>
<link rel="search" type="application/opensearchdescription+xml" href="../lib/exe/opensearch.html" title="EH20 - Back to root"/>
<link rel="start" href="welcome.html"/>
<link rel="contents" href="welcome.html" title="Übersicht"/>
<link rel="manifest" href="../lib/exe/manifest.html"/>
<link rel="alternate" type="application/rss+xml" title="Letzte Änderungen" />
<link rel="alternate" type="application/rss+xml" title="Aktueller Namensraum" />
<link rel="edit" title="Diese Seite bearbeiten" href="welcome.html"/>
<link rel="alternate" type="text/html" title="HTML Klartext" href="../_export/xhtml/wiki/welcome.xhtml"/>
<link rel="alternate" type="text/plain" title="Wiki Markup" href="../_export/raw/wiki/welcome.raw"/>
<link rel="canonical" href="http://hetzner-01.h.jtbx.de:8444/wiki/welcome"/>
<link rel="stylesheet" href="../lib/exe/css.php.t.sprintdoc.css"/>
<!--[if gte IE 9]><!-->
<script >/*<![CDATA[*/var NS='wiki';var SIG=" --- \/\/[[]] 2024\/07\/28 13:43\/\/";var JSINFO = {"template":{"sprintdoc":{"sidebar_toggle_elements":"h1,h2,h3,h4,h5"}},"id":"wiki:welcome","namespace":"wiki","ACT":"show","useHeadingNavigation":0,"useHeadingContent":0};
/*!]]>*/</script>
<script src="../lib/exe/jquery.php.t.sprintdoc.js" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<script src="../lib/exe/js.php.t.sprintdoc.js" defer="defer">/*<![CDATA[*/
/*!]]>*/</script>
<!--<![endif]-->
<title>wiki:welcome [EH20 - Back to root]</title>
<script type="text/javascript">(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<link rel="apple-touch-icon" sizes="57x57" href="logo.eb6e284c31ee112ac4b72afefd34b363.png" />
<link rel="apple-touch-icon" sizes="60x60" href="logo.f4a4a6a812b0acd5b36541c46b9f0895.png" />
<link rel="apple-touch-icon" sizes="72x72" href="logo.816a9482ef30cf57bf08ea34ae99a2b5.png" />
<link rel="apple-touch-icon" sizes="76x76" href="logo.554980c63fc76e12e4bcf3fbc18438eb.png" />
<link rel="apple-touch-icon" sizes="114x114" href="logo.eb4b83049e322310cd6ba443290081e4.png" />
<link rel="apple-touch-icon" sizes="120x120" href="logo.804fb21b82e434e69fa35354dca30502.png" />
<link rel="apple-touch-icon" sizes="144x144" href="logo.6f423a00eb337504518830ec06e79fd9.png" />
<link rel="apple-touch-icon" sizes="152x152" href="logo.bc6efef2253c27dcf3a20c0adbfc1202.png" />
<link rel="apple-touch-icon" sizes="180x180" href="logo.6506ff43820c95ef9f86619b58c493e4.png" />
<link rel="icon" sizes="32x32" href="logo.c73819921bb23305b50b29c5271a75b9.png" />
<link rel="icon" sizes="96x96" href="logo.3a75c0e1dec7f190dd08c1243aeb87c6.png" />
<link rel="icon" sizes="192x192" href="logo.aaa09d30c059af53d8dcce33e882ba98.png" />
<meta name="msapplication-square70x70logo" content="/_media/wiki/logo.png?w=70&amp;h=70&amp;crop=1&amp;tok=ebad0d" />
<meta name="msapplication-square310x310logo" content="/_media/wiki/logo.png?w=310&amp;h=310&amp;crop=1&amp;tok=384da9" />
<meta name="msapplication-wide310x150logo" content="/_media/wiki/logo.png?w=310&amp;h=150&amp;crop=1&amp;tok=60427f" />
</head>
<body id="dokuwiki__top" class="do-show showSidebar header-default">
<div id="dokuwiki__site" class="dokuwiki mode_show tpl_sprintdoc loggedIn ">
<div id="spr__direct" class="nav-direct no-print">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>
<span class="sr-out">Direkt: </span>
<span class="skip">
<a rel="nofollow" href="#qsearch__in">Schnellsuche</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#dokuwiki__usertools">Benutzer-Werkzeuge</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#dokuwiki__content">Hauptinhalt dieser Seite</a><span class="sr-out"> /</span>
<a rel="nofollow" href="#spr__toggle-content">Breite des Contents ändern</a>
</span>
</p>
<hr class="structure" />
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .nav-direct -->
<div class="page-wrapper hasSidebar">
<div id="dokuwiki__header" class="header no-print">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="claim main-sidebar">
<div class="menu-togglelink mobile-only">
<a href="#">
<span class="sr-out">Navigation anzeigen/verbergen</span>
</a>
</div>
<div class="logo"><a href="../start.html" accesskey="h" title="[H]"><img class="mobile-hide" src="logo.f36d4a61d4a39ec4ca0ae18ba52b8f52.png" alt="EH20 - Back to root - Link zur Startseite" />
</a><a href="../start.html" accesskey="h" title="[H]"><img class="mobile-only" src="logo.c73819921bb23305b50b29c5271a75b9.png" alt="EH20 - Back to root - Link zur Startseite" />
</a><hr class="structure" /></div> <div class="main-title">
<p class="title mobile-only">EH20 - Back to root</p>
</div><!-- .main-title -->
<div class="menu-tool-select">
<h5 class="sr-only" role="heading" aria-level="2">Werkzeuge</h5>
<form action="..//doku.html.doku.php.html" method="get" accept-charset="utf-8"><div class="no"><input type="hidden" name="id" value="wiki:welcome" /><input type="hidden" name="sectok" value="b32ec620d35bd92160ddd569e7e53012" /><select name="do" class="edit quickselect" title="Werkzeuge"><option value=""></option><optgroup label="Seiten-Werkzeuge"><option value="edit">Diese Seite bearbeiten</option><option value="revisions">Ältere Versionen</option><option value="siteexport_addpage">Seite als HTML/PDF exportieren</option><option value="backlink">Links hierher</option></optgroup><optgroup label="Webseiten-Werkzeuge"><option value="recent">Letzte Änderungen</option><option value="media">Medien-Manager</option><option value="index">Übersicht</option></optgroup><optgroup label="Benutzer-Werkzeuge"><option value="profile">Benutzerprofil</option><option value="admin">Admin</option><option value="logout">Abmelden</option></optgroup></select><button type="submit">&gt;</button></div></form> </div><!-- .menu-tool-select -->
</div><!-- .headings -->
</div><!-- .col -->
<div class="col-xs-12">
<div class="main-title desktop-only">
<p class="title">EH20 - Back to root</p>
</div><!-- .main-title -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .header -->
<div class="sr-only nav-area-head">
<h5 class="sr-only" role="heading" aria-level="1">Navigationsmenüs und Suche</h5>
</div><!-- .nav-area-head -->
<div class="tools">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="search main-sidebar">
<h6 class="sr-only" role="heading" aria-level="2">Wikiübergreifende Schnellsuche</h6><p class="toggleSearch"><a href="#qsearch__out"><span class="prefix">Springe zur Schnellsuche</span></a></p><form action="../start.html" method="get" role="search" class="search doku_form" id="dw__search" accept-charset="utf-8"><input type="hidden" name="do" value="search" /><input type="hidden" name="id" value="wiki:welcome" /><div class="no"><input name="q" type="text" class="edit" title="[F]" accesskey="f" placeholder="Suche" autocomplete="off" id="qsearch__in" value="" /><button value="1" type="submit" title="Suche">Suche</button><div id="qsearch__out" class="ajax_qsearch JSpopup"></div></div></form> </div><!-- .search -->
<div class="sidebarheader main-sidebar">
</div><!-- .sidebarheader -->
<div id="dokuwiki__aside">
<div id="sidebarId" class="0838fecfbd2ae7e09c7871ecf6313a4b"></div><nav class="nav-main"><script type="application/javascript">
document.getElementsByClassName("nav-main")[0].style.visibility = "hidden";
</script>
<h1 class="sectionedit1" id="start_rabbit-variant-outlinesvg">Start @rabbit-variant-outline.svg</h1>
<div class="level1">
<p>
<a href="../start.html" class="wikilink1" title="start" data-wiki-id="start">Start</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Start @rabbit-variant-outline.svg&quot;,&quot;hid&quot;:&quot;start_rabbit-variant-outlinesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:1,&quot;range&quot;:&quot;1-64&quot;} -->
<h1 class="sectionedit2" id="hygiene_medicationsvg">Hygiene @medication.svg</h1>
<div class="level1">
<p>
<a href="../hygiene.html" class="wikilink1" title="hygiene" data-wiki-id="hygiene">Hygiene</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Hygiene @medication.svg&quot;,&quot;hid&quot;:&quot;hygiene_medicationsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:2,&quot;range&quot;:&quot;65-121&quot;} -->
<h1 class="sectionedit3" id="anreise_airplane-takeoffsvg">Anreise @airplane-takeoff.svg</h1>
<div class="level1">
<p>
<a href="../anreise.html" class="wikilink1" title="anreise" data-wiki-id="anreise">Anreise</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Anreise @airplane-takeoff.svg&quot;,&quot;hid&quot;:&quot;anreise_airplane-takeoffsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:3,&quot;range&quot;:&quot;122-185&quot;} -->
<h1 class="sectionedit4" id="unterbringung_bedsvg">Unterbringung @bed.svg</h1>
<div class="level1">
<p>
<a href="../accommodation.html" class="wikilink1" title="accommodation" data-wiki-id="accommodation">Unterbringung</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Unterbringung @bed.svg&quot;,&quot;hid&quot;:&quot;unterbringung_bedsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:4,&quot;range&quot;:&quot;186-254&quot;} -->
<h1 class="sectionedit5" id="engel_account-groupsvg">Engel @account-group.svg</h1>
<div class="level1">
<p>
[<a href="https://engel.eh20.easterhegg.eu/" class="urlextern" title="https://engel.eh20.easterhegg.eu/" rel="ugc nofollow">https://engel.eh20.easterhegg.eu/</a> Engel]
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Engel @account-group.svg&quot;,&quot;hid&quot;:&quot;engel_account-groupsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:5,&quot;range&quot;:&quot;255-335&quot;} -->
<h1 class="sectionedit6" id="netzwerk_wifisvg">Netzwerk @wifi.svg</h1>
<div class="level1">
<p>
<a href="../network.html" class="wikilink1" title="network" data-wiki-id="network">Netzwerk</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Netzwerk @wifi.svg&quot;,&quot;hid&quot;:&quot;netzwerk_wifisvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:6,&quot;range&quot;:&quot;336-389&quot;} -->
<h1 class="sectionedit7" id="hackertours_umbrella-beachsvg">Hackertours @umbrella-beach.svg</h1>
<div class="level1">
<p>
<a href="../hackertours.html" class="wikilink1" title="hackertours" data-wiki-id="hackertours">Hackertours</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Hackertours @umbrella-beach.svg&quot;,&quot;hid&quot;:&quot;hackertours_umbrella-beachsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:7,&quot;range&quot;:&quot;390-463&quot;} -->
<h1 class="sectionedit8" id="fahrplan_timetablesvg">Fahrplan @timetable.svg</h1>
<div class="level1">
<p>
[<a href="https://cfp.eh20.easterhegg.eu/eh20/schedule/" class="urlextern" title="https://cfp.eh20.easterhegg.eu/eh20/schedule/" rel="ugc nofollow">https://cfp.eh20.easterhegg.eu/eh20/schedule/</a> Fahrplan]
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Fahrplan @timetable.svg&quot;,&quot;hid&quot;:&quot;fahrplan_timetablesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:8,&quot;range&quot;:&quot;464-558&quot;} -->
<h1 class="sectionedit9" id="loeten_basteln_soldering-ironsvg">Löten &amp; Basteln @soldering-iron.svg</h1>
<div class="level1">
<p>
<a href="../loet-und-bastelworkshops.html" class="wikilink1" title="loet-und-bastelworkshops" data-wiki-id="loet-und-bastelworkshops">Löt- und Bastelworkshop</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;L\u00f6ten &amp; Basteln @soldering-iron.svg&quot;,&quot;hid&quot;:&quot;loeten_basteln_soldering-ironsvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:9,&quot;range&quot;:&quot;559-662&quot;} -->
<h1 class="sectionedit10" id="self_organized_sessions_account-voicesvg">Self Organized Sessions @account-voice.svg</h1>
<div class="level1">
<p>
<a href="../self-organized-sessions.html" class="wikilink1" title="self-organized-sessions" data-wiki-id="self-organized-sessions">Self-organized-sessions</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Self Organized Sessions @account-voice.svg&quot;,&quot;hid&quot;:&quot;self_organized_sessions_account-voicesvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:10,&quot;range&quot;:&quot;663-772&quot;} -->
<h1 class="sectionedit11" id="intern_locksvg">Intern @lock.svg</h1>
<div class="level1">
<p>
<a href="../intern/start.html" class="wikilink1" title="intern:start" data-wiki-id="intern:start">Intern</a>
</p>
</div>
<!-- EDIT{&quot;target&quot;:&quot;section&quot;,&quot;name&quot;:&quot;Intern @lock.svg&quot;,&quot;hid&quot;:&quot;intern_locksvg&quot;,&quot;codeblockOffset&quot;:0,&quot;secid&quot;:11,&quot;range&quot;:&quot;773-&quot;} --></nav>
<nav class="nav-sitetools">
<div class="nav"><a href="#sidebar-site-tools" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M9,2V8H11V11H5C3.89,11 3,11.89 3,13V16H1V22H7V16H5V13H11V16H9V22H15V16H13V13H19V16H17V22H23V16H21V13C21,11.89 20.11,11 19,11H13V8H15V2H9Z" /></svg></span>
<span class="lbl">Webseiten-Werkzeuge</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-site-tools" class="toollist">
<li class="toollist__listitem recent"><a href="welcome.html" title="Letzte Änderungen [r]" rel="nofollow" accesskey="r"><span>Letzte Änderungen</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15 13h1.5v2.82l2.44 1.41-.75 1.3L15 16.69V13m4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67V8M5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2H5m11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85z"/></svg></a></li><li class="toollist__listitem media"><a href="welcome.html" title="Medien-Manager" rel="nofollow"><span>Medien-Manager</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 15l4.5-6 3.5 4.5 2.5-3L21 15m1-11h-8l-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M2 6H0v14a2 2 0 0 0 2 2h18v-2H2V6z"/></svg></a></li><li class="toollist__listitem index"><a href="welcome.html" title="Übersicht [x]" rel="nofollow" accesskey="x"><span>Übersicht</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 3h6v4H3V3m12 7h6v4h-6v-4m0 7h6v4h-6v-4m-2-4H7v5h6v2H5V9h2v2h6v2z"/></svg></a></li> </ul>
</div>
</nav>
<nav class="nav-usermenu">
<div class="nav"><a href="#sidebar-user-tools" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14M7,22H9V24H7V22M11,22H13V24H11V22M15,22H17V24H15V22Z" /></svg></span>
<span class="lbl">Benutzer-Werkzeuge</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-user-tools" class="toollist">
<li class="toollist__listitem profile"><a href="welcome.html" title="Benutzerprofil" rel="nofollow"><span>Benutzerprofil</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2 3h20c1.05 0 2 .95 2 2v14c0 1.05-.95 2-2 2H2c-1.05 0-2-.95-2-2V5c0-1.05.95-2 2-2m12 3v1h8V6h-8m0 2v1h8V8h-8m0 2v1h7v-1h-7m-6 3.91C6 13.91 2 15 2 17v1h12v-1c0-2-4-3.09-6-3.09M8 6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"/></svg></a></li><li class="toollist__listitem admin"><a href="welcome.html" title="Admin" rel="nofollow"><span>Admin</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg></a></li><li class="toollist__listitem logout"><a href="welcome.html" title="Abmelden" rel="nofollow"><span>Abmelden</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/></svg></a></li> </ul>
</div>
</nav>
<nav class="nav-trace">
<div class="nav"><a href="#sidebar-menu_trace" role="heading" aria-level="2">
<span class="ico"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,14.09 4.8,16 6.11,17.41L9.88,9.88L17.41,6.11C16,4.8 14.09,4 12,4M12,20A8,8 0 0,0 20,12C20,9.91 19.2,8 17.89,6.59L14.12,14.12L6.59,17.89C8,19.2 9.91,20 12,20M12,12L11.23,11.23L9.7,14.3L12.77,12.77L12,12M12,17.5H13V19H12V17.5M15.88,15.89L16.59,15.18L17.65,16.24L16.94,16.95L15.88,15.89M17.5,12V11H19V12H17.5M12,6.5H11V5H12V6.5M8.12,8.11L7.41,8.82L6.35,7.76L7.06,7.05L8.12,8.11M6.5,12V13H5V12H6.5Z" /></svg></span>
<span class="lbl">Zuletzt Angesehen</span>
</a></div>
<div class="nav-panel level1">
<ul id="sidebar-menu_trace">
<li><a href="welcome.html" title="wiki:welcome">welcome</a></li> </ul>
</div>
</nav>
</div><!-- .aside -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- .tools -->
<div class="top-header">
<div class="container">
<div class="row">
<div class="col-xs-12">
<nav id="dokuwiki__usertools" class="nav-usertools ">
<h6 class="sr-only" role="heading" aria-level="2">Benutzer-Werkzeuge</h6>
<ul>
<li class="log"><a href="welcome.html" title="Abmelden" rel="nofollow" class="menuitem logout"><span>Abmelden</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17 17.25V14h-7v-4h7V6.75L22.25 12 17 17.25M13 2a2 2 0 0 1 2 2v4h-2V4H4v16h9v-4h2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9z"/></svg></a></li><li class="user"><span class="sr-only">Angemeldet als: </span><bdi>Anonymous</bdi></li><li class="admin"><a href="welcome.html" title="Admin" rel="nofollow" class="menuitem admin"><span>Admin</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 15.5A3.5 3.5 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97 0-.33-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1 0 .33.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.66z"/></svg></a></li>
</ul>
</nav><!-- #dokuwiki__usertools -->
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- /top-header -->
<div class="content">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="breadcrumbs" data-do="show">
<div class="togglelink page_main-content">
<a id="spr__toggle-content" href="#"><span class="sr-out">Navigation anzeigen/verbergen</span></a>
</div>
<h6 class="sr-only" role="heading" aria-level="2">Seitenstatus</h6>
<h6 class="sr-only" role="heading" aria-level="2">Seiten-Werkzeuge</h6>
<nav id="dokuwiki__pagetools">
<div class="tools">
<div class="nav-status">
<!-- FIXME: structstatus integration -->
</div>
<ul>
<li class="edit"><a href="welcome.html" title="Diese Seite bearbeiten [e]" rel="nofollow" accesskey="e"><span>Diese Seite bearbeiten</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z"/></svg></a></li><li class="revs"><a href="welcome.html" title="Ältere Versionen [o]" rel="nofollow" accesskey="o"><span>Ältere Versionen</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11 7v5.11l4.71 2.79.79-1.28-4-2.37V7m0-5C8.97 2 5.91 3.92 4.27 6.77L2 4.5V11h6.5L5.75 8.25C6.96 5.73 9.5 4 12.5 4a7.5 7.5 0 0 1 7.5 7.5 7.5 7.5 0 0 1-7.5 7.5c-3.27 0-6.03-2.09-7.06-5h-2.1c1.1 4.03 4.77 7 9.16 7 5.24 0 9.5-4.25 9.5-9.5A9.5 9.5 0 0 0 12.5 2z"/></svg></a></li><li class="backlink"><a href="welcome.html" title="Links hierher" rel="nofollow"><span>Links hierher</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M10.59 13.41c.41.39.41 1.03 0 1.42-.39.39-1.03.39-1.42 0a5.003 5.003 0 0 1 0-7.07l3.54-3.54a5.003 5.003 0 0 1 7.07 0 5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.982 2.982 0 0 0 0-4.24 2.982 2.982 0 0 0-4.24 0l-3.53 3.53a2.982 2.982 0 0 0 0 4.24m2.82-4.24c.39-.39 1.03-.39 1.42 0a5.003 5.003 0 0 1 0 7.07l-3.54 3.54a5.003 5.003 0 0 1-7.07 0 5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.982 2.982 0 0 0 0 4.24 2.982 2.982 0 0 0 4.24 0l3.53-3.53a2.982 2.982 0 0 0 0-4.24.973.973 0 0 1 0-1.42z"/></svg></a></li><li class="siteexport_addpage"><a href="welcome.html" title="Seite als HTML/PDF exportieren" rel="nofollow"><span>Seite als HTML/PDF exportieren</span><svg width="61px" height="51px" viewBox="0 0 61 51" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs></defs><path d="M26.1891503,39.0065635 L26.0876578,38.9773206 L60.6523866,1.23972885 L60.4321374,2.11844376 L60.476442,2.07071678 L60.4265202,2.14085429 L49.5024876,45.7237994 L32.8255882,40.9187101 L26,50.508302 L26,39.2103249 L26.1891503,39.0065635 Z M60.9727675,0.862917243 L22.2676619,38.2155059 L-0.00245042233,30.2214566 L60.9727675,0.862917243 Z" id="Paper-Plane"></path></svg></a></li><li class="top"><a href="#dokuwiki__top" title="Nach oben [t]" rel="nofollow" accesskey="t"><span>Nach oben</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"/></svg></a></li> </ul>
</div>
</nav>
</div>
<div id="dokuwiki__content" class="page main-content">
<div id="spr__meta-box">
<h6 class="sr-only" role="heading" aria-level="2">Metainformationen zur Seite</h6>
<div class="tab-container">
<ul class="meta-tabs">
<li class="a11y">&nbsp;</li>
<li class="spr__tab-toc"><a href="#spr__tab-toc" aria-expanded="false"><span class="prefix">Inhaltsverzeichnis</span></a></li> </ul>
<div class="meta-content">
<div class="box-content">
<div id="spr__tab-toc" class="tab-pane" aria-hidden="true"><!-- TOC START -->
<div id="dw__toc" class="dw__toc">
<h3 class="toggle">Inhaltsverzeichnis</h3>
<div>
<ul class="toc">
<li class="level1"><div class="li"><a href="#welcome_to_your_new_dokuwiki">Welcome to your new DokuWiki</a></div>
<ul class="toc">
<li class="level2"><div class="li"><a href="#create_your_first_pages">Create your first pages</a></div></li>
<li class="level2"><div class="li"><a href="#customize_your_wiki">Customize your Wiki</a></div></li>
<li class="level2"><div class="li"><a href="#join_the_community">Join the Community</a></div></li>
</ul></li>
</ul>
</div>
</div>
<!-- TOC END -->
</div> </div>
</div>
</div>
</div>
<div class="qc-output"></div>
<div class="page-content">
<div class="msg-area"></div>
<div class="clearer"></div>
</div>
<h1 class="sectionedit1" id="welcome_to_your_new_dokuwiki">Welcome to your new DokuWiki</h1>
<div class="level1">
<p>
Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
</p>
<p>
Enjoy your work with DokuWiki,<br/>
the developers
</p>
</div>
<div class="secedit editbutton_section editbutton_1"><form class="button btn_secedit" method="post" action="welcome.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Welcome to your new DokuWiki] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="welcome_to_your_new_dokuwiki" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="1-192" /><button type="submit" title="Welcome to your new DokuWiki">Bearbeiten</button></div></form></div>
<h2 class="sectionedit2" id="create_your_first_pages">Create your first pages</h2>
<div class="level2">
<p>
Your wiki needs to have a start page. As long as it doesn&#039;t exist, this link will be red: <a href="../start.html" class="wikilink1" title="start" data-wiki-id="start">start</a>.
</p>
<p>
Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the <a href="syntax.html" class="wikilink1" title="wiki:syntax" data-wiki-id="wiki:syntax">syntax page</a>.
</p>
<p>
You might also want to use a sidebar. To create it, just edit the <a href="../sidebar.html" class="wikilink1" title="sidebar" data-wiki-id="sidebar">sidebar</a> page. Everything in that page will be shown in a margin column on the side. Read our <a href="https://www.dokuwiki.org/faq%3Asidebar" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Asidebar">FAQ on sidebars</a> to learn more.
</p>
<p>
Please be aware that not all templates support sidebars.
</p>
</div>
<div class="secedit editbutton_section editbutton_2"><form class="button btn_secedit" method="post" action="welcome.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Create your first pages] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="create_your_first_pages" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="193-749" /><button type="submit" title="Create your first pages">Bearbeiten</button></div></form></div>
<h2 class="sectionedit3" id="customize_your_wiki">Customize your Wiki</h2>
<div class="level2">
<p>
Once you&#039;re comfortable with creating and editing pages you might want to have a look at the <a href="http://hetzner-01.h.jtbx.de:8444/doku.php?do=admin&amp;page=config" class="interwiki iw_this" title="http://hetzner-01.h.jtbx.de:8444/doku.php?do=admin&amp;page=config">configuration settings</a> (be sure to login as superuser first).
</p>
<p>
You may also want to see what <a href="https://www.dokuwiki.org/plugins" class="interwiki iw_doku" title="https://www.dokuwiki.org/plugins">plugins</a> and <a href="https://www.dokuwiki.org/templates" class="interwiki iw_doku" title="https://www.dokuwiki.org/templates">templates</a> are available at DokuWiki.org to extend the functionality and looks of your DokuWiki installation.
</p>
</div>
<div class="secedit editbutton_section editbutton_3"><form class="button btn_secedit" method="post" action="welcome.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Customize your Wiki] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="customize_your_wiki" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="750-1165" /><button type="submit" title="Customize your Wiki">Bearbeiten</button></div></form></div>
<h2 class="sectionedit4" id="join_the_community">Join the Community</h2>
<div class="level2">
<p>
DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what&#039;s going on and to get useful tips in using DokuWiki is subscribing to the <a href="https://www.dokuwiki.org/newsletter" class="interwiki iw_doku" title="https://www.dokuwiki.org/newsletter">newsletter</a>.
</p>
<p>
The <a href="https://forum.dokuwiki.org" class="urlextern" title="https://forum.dokuwiki.org" rel="ugc nofollow">DokuWiki User Forum</a> is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get <a href="https://www.dokuwiki.org/faq%3Asupport" class="interwiki iw_doku" title="https://www.dokuwiki.org/faq%3Asupport">support</a>.
</p>
<p>
Of course we&#039;d be more than happy to have you <a href="https://www.dokuwiki.org/teams%3Agetting_involved" class="interwiki iw_doku" title="https://www.dokuwiki.org/teams%3Agetting_involved">getting involved</a> with DokuWiki.
</p>
</div>
<div class="secedit editbutton_section editbutton_4"><form class="button btn_secedit" method="post" action="welcome.html"><div class="no"><input type="hidden" name="do" value="edit" /><input type="hidden" name="rev" value="1722174060" /><input type="hidden" name="summary" value="[Join the Community] " /><input type="hidden" name="target" value="section" /><input type="hidden" name="hid" value="join_the_community" /><input type="hidden" name="codeblockOffset" value="0" /><input type="hidden" name="range" value="1166-" /><button type="submit" title="Join the Community">Bearbeiten</button></div></form></div> <div class="clearer"></div>
</div><!-- .main-content -->
<div class="page-footer">
<bdi>wiki/welcome.txt</bdi> · Zuletzt geändert: 2024/07/28 13:41 (Externe Bearbeitung) </div>
</div><!-- .col -->
</div><!-- .row -->
</div><!-- .container -->
</div><!-- /content -->
<div class="clearer"></div>
</div><!-- /wrapper -->
<!-- ********** FOOTER ********** -->
<div id="dokuwiki__footer">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="main-footer">
<p>Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: <bdi><a href="https://creativecommons.org/licenses/by-nc-sa/4.0/deed.de" rel="license" class="urlextern">CC Attribution-Noncommercial-Share Alike 4.0 International</a></bdi></p> </div>
</div>
</div>
</div>
</div><!-- /footer -->
</div><!-- .dokuwiki__site -->
<div class="no"><img src="../lib/exe/taskrunner.647312787982458d4dc42b83ae7d3e5f.gif" width="2" height="1" alt="" /></div>
</body>
</html>