<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://mittelalter-schmiede.de/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Mittelalter-Schmiede.de</title>
        <description></description>
        <link>https://mittelalter-schmiede.de/</link>
        <lastBuildDate>Thu, 17 Sep 2026 11:17:54 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://mittelalter-schmiede.de/_media/wiki/dokuwiki.svg</url>
            <title>Mittelalter-Schmiede.de</title>
            <link>https://mittelalter-schmiede.de/</link>
        </image>
        <item>
            <title> - gelöscht - Externe Bearbeitung (Unbekanntes Datum)</title>
            <link>https://mittelalter-schmiede.de/wiki/playground?rev=1787837846&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1 +1 @@
- Hier ist Nichts
+ 

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 27 Aug 2026 13:37:26 +0000</pubDate>
        </item>
        <item>
            <title>Formatting Syntax - angelegt - Externe Bearbeitung</title>
            <link>https://mittelalter-schmiede.de/wiki/syntax?rev=1787223276&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1 +1,484 @@
+ ====== Formatting Syntax ======
+ 
+ [[doku&amp;gt;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 &amp;quot;Edit this page&amp;quot;. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku&amp;gt;toolbar|quickbuttons]], too.
+ 
+ ===== Basic Text Formatting =====
+ 
+ DokuWiki supports **bold**, //italic//, __underlined__ and &amp;#039;&amp;#039;monospaced&amp;#039;&amp;#039; texts. Of course you can **__//&amp;#039;&amp;#039;combine&amp;#039;&amp;#039;//__** all these.
+ 
+   DokuWiki supports **bold**, //italic//, __underlined__ and &amp;#039;&amp;#039;monospaced&amp;#039;&amp;#039; texts.
+   Of course you can **__//&amp;#039;&amp;#039;combine&amp;#039;&amp;#039;//__** all these.
+ 
+ Note that the formatting markers have to directly enclose the text, so &amp;#039;&amp;#039;%%** bold **%%&amp;#039;&amp;#039; with spaces inside the markers will not be formatted.
+ 
+ You can use &amp;lt;sub&amp;gt;subscript&amp;lt;/sub&amp;gt; and &amp;lt;sup&amp;gt;superscript&amp;lt;/sup&amp;gt;, too.
+ 
+   You can use &amp;lt;sub&amp;gt;subscript&amp;lt;/sub&amp;gt; and &amp;lt;sup&amp;gt;superscript&amp;lt;/sup&amp;gt;, too.
+ 
+ You can mark something as &amp;lt;del&amp;gt;deleted&amp;lt;/del&amp;gt; as well.
+ 
+   You can mark something as &amp;lt;del&amp;gt;deleted&amp;lt;/del&amp;gt; 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: &amp;lt;andi@splitbrain.org&amp;gt; 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: &amp;lt;andi@splitbrain.org&amp;gt; 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&amp;gt;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&amp;gt;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&amp;gt;CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku&amp;gt;config]] file. Hint: If DokuWiki is a link, then it&amp;#039;s enabled.
+   * When a section&amp;#039;s heading is changed, its bookmark changes, too. So don&amp;#039;t rely on section linking too much.
+ 
+ ==== Interwiki ====
+ 
+ DokuWiki supports [[doku&amp;gt;Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia&amp;#039;s page about Wikis: [[wp&amp;gt;Wiki]].
+ 
+   DokuWiki supports [[doku&amp;gt;Interwiki]] links. These are quick links to other Wikis.
+   For example this is a link to Wikipedia&amp;#039;s page about Wikis: [[wp&amp;gt;Wiki]].
+ 
+ ==== 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&amp;gt;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 &amp;quot;local zone&amp;quot;).
+   * 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 &amp;#039;&amp;#039;conf/lang/en/lang.php&amp;#039;&amp;#039; (more details at [[doku&amp;gt;localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): &amp;lt;code - conf/lang/en/lang.php&amp;gt;
+ &amp;lt;?php
+ /**
+  * Customization of the english language file
+  * Copy only the strings that needs to be modified
+  */
+ $lang[&amp;#039;js&amp;#039;][&amp;#039;nosmblinks&amp;#039;] = &amp;#039;&amp;#039;;
+ &amp;lt;/code&amp;gt;
+ 
+ ==== 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 &amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;~~NOTOC~~&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039; 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&amp;gt;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&amp;#039;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 }}
+ 
+ You can also set the alignment explicitly with a &amp;#039;&amp;#039;?left&amp;#039;&amp;#039;, &amp;#039;&amp;#039;?right&amp;#039;&amp;#039; or &amp;#039;&amp;#039;?center&amp;#039;&amp;#039; parameter. This takes precedence over the whitespace alignment above and can be combined with a size.
+ 
+ {{wiki:dokuwiki-128.png?100&amp;amp;right}}
+ 
+   {{wiki:dokuwiki-128.png?100&amp;amp;right}}
+ 
+ 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 | &amp;#039;&amp;#039;gif&amp;#039;&amp;#039;, &amp;#039;&amp;#039;jpg&amp;#039;&amp;#039;, &amp;#039;&amp;#039;png&amp;#039;&amp;#039;  |
+ | Video | &amp;#039;&amp;#039;webm&amp;#039;&amp;#039;, &amp;#039;&amp;#039;ogv&amp;#039;&amp;#039;, &amp;#039;&amp;#039;mp4&amp;#039;&amp;#039; |
+ | Audio | &amp;#039;&amp;#039;ogg&amp;#039;&amp;#039;, &amp;#039;&amp;#039;mp3&amp;#039;&amp;#039;, &amp;#039;&amp;#039;wav&amp;#039;&amp;#039;  |
+ | Flash | &amp;#039;&amp;#039;swf&amp;#039;&amp;#039;                    |
+ 
+ If you specify a filename that is not a supported media format, then it will be displayed as a link instead.
+ 
+ By adding &amp;#039;&amp;#039;?linkonly&amp;#039;&amp;#039; 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 &amp;#039;&amp;#039;video.webm&amp;#039;&amp;#039; and &amp;#039;&amp;#039;video.ogv&amp;#039;&amp;#039; next to the referenced &amp;#039;&amp;#039;video.mp4&amp;#039;&amp;#039;, DokuWiki will automatically add them as alternatives so that one of the three files is understood by your browser.
+ 
+ Additionally DokuWiki supports a &amp;quot;poster&amp;quot; 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 &amp;#039;&amp;#039;video.jpg&amp;#039;&amp;#039; file would work.
+ 
+ ===== Lists =====
+ 
+ Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a &amp;#039;&amp;#039;*&amp;#039;&amp;#039; for unordered lists or a &amp;#039;&amp;#039;-&amp;#039;&amp;#039; 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&amp;#039;s it
+ 
+ &amp;lt;code&amp;gt;
+   * This is a list
+   * The second item
+     * You may have different levels
+   * Another item
+ 
+   - The same list but ordered
+   - Another item
+     - Just use indention for deeper levels
+   - That&amp;#039;s it
+ &amp;lt;/code&amp;gt;
+ 
+ Also take a look at the [[doku&amp;gt;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&amp;gt;emoticon]]s to their graphical equivalents. Those [[doku&amp;gt;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.
+ 
+ -&amp;gt; &amp;lt;- &amp;lt;-&amp;gt; =&amp;gt; &amp;lt;= &amp;lt;=&amp;gt; &amp;gt;&amp;gt; &amp;lt;&amp;lt; -- --- 640x480 (c) (tm) (r)
+ &amp;quot;He thought &amp;#039;It&amp;#039;s a man&amp;#039;s world&amp;#039;...&amp;quot;
+ 
+ &amp;lt;code&amp;gt;
+ -&amp;gt; &amp;lt;- &amp;lt;-&amp;gt; =&amp;gt; &amp;lt;= &amp;lt;=&amp;gt; &amp;gt;&amp;gt; &amp;lt;&amp;lt; -- --- 640x480 (c) (tm) (r)
+ &amp;quot;He thought &amp;#039;It&amp;#039;s a man&amp;#039;s world&amp;#039;...&amp;quot;
+ &amp;lt;/code&amp;gt;
+ 
+ The same can be done to produce any kind of HTML, it just needs to be added to the [[doku&amp;gt;entities|pattern file]].
+ 
+ There are three exceptions which do not come from that pattern file: multiplication entity (640x480), &amp;#039;single&amp;#039; and &amp;quot;double quotes&amp;quot;. They can be turned off through a [[doku&amp;gt;config:typography|config option]].
+ 
+ ===== Quoting =====
+ 
+ Some times you want to mark some text to show it&amp;#039;s a reply or comment. You can use the following syntax:
+ 
+ &amp;lt;code&amp;gt;
+ I think we should do it
+ 
+ &amp;gt; No we shouldn&amp;#039;t
+ 
+ &amp;gt;&amp;gt; Well, I say we should
+ 
+ &amp;gt; Really?
+ 
+ &amp;gt;&amp;gt; Yes!
+ 
+ &amp;gt;&amp;gt;&amp;gt; Then lets do it!
+ &amp;lt;/code&amp;gt;
+ 
+ I think we should do it
+ 
+ &amp;gt; No we shouldn&amp;#039;t
+ 
+ &amp;gt;&amp;gt; Well, I say we should
+ 
+ &amp;gt; Really?
+ 
+ &amp;gt;&amp;gt; Yes!
+ 
+ &amp;gt;&amp;gt;&amp;gt; Then lets do it!
+ 
+ ===== 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 &amp;#039;&amp;#039;|&amp;#039;&amp;#039; for normal rows or a &amp;#039;&amp;#039;^&amp;#039;&amp;#039; 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&amp;#039;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 &amp;#039;&amp;#039;%%:::%%&amp;#039;&amp;#039; 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 &amp;#039;&amp;#039;%%&amp;lt;nowiki&amp;gt;%%&amp;#039;&amp;#039; tags or even simpler, with double percent signs &amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;%%&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;.
+ 
+ &amp;lt;nowiki&amp;gt;
+ This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
+ &amp;lt;/nowiki&amp;gt;
+ The same is true for %%//__this__ text// with a smiley ;-)%%.
+ 
+   &amp;lt;nowiki&amp;gt;
+   This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
+   &amp;lt;/nowiki&amp;gt;
+   The same is true for %%//__this__ text// with a smiley ;-)%%.
+ 
+ ===== 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 &amp;#039;&amp;#039;%%&amp;lt;code&amp;gt;%%&amp;#039;&amp;#039; or &amp;#039;&amp;#039;%%&amp;lt;file&amp;gt;%%&amp;#039;&amp;#039;.
+ 
+   This is text is indented by two spaces.
+ 
+ &amp;lt;code&amp;gt;
+ This is preformatted code all spaces are preserved: like              &amp;lt;-this
+ &amp;lt;/code&amp;gt;
+ 
+ &amp;lt;file&amp;gt;
+ This is pretty much the same, but you could use it to show that you quoted a file.
+ &amp;lt;/file&amp;gt;
+ 
+ Those blocks were created by this source:
+ 
+     This is text is indented by two spaces.
+ 
+   &amp;lt;code&amp;gt;
+   This is preformatted code all spaces are preserved: like              &amp;lt;-this
+   &amp;lt;/code&amp;gt;
+ 
+   &amp;lt;file&amp;gt;
+   This is pretty much the same, but you could use it to show that you quoted a file.
+   &amp;lt;/file&amp;gt;
+ 
+ ==== 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. &amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;code java&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;lt;nowiki&amp;gt;&amp;lt;file java&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;#039;&amp;#039;.
+ 
+ &amp;lt;code java&amp;gt;
+ /**
+  * The HelloWorldApp class implements an application that
+  * simply displays &amp;quot;Hello World!&amp;quot; to the standard output.
+  */
+ class HelloWorldApp {
+     public static void main(String[] args) {
+         System.out.println(&amp;quot;Hello World!&amp;quot;); //Display the string.
+     }
+ }
+ &amp;lt;/code&amp;gt;
+ 
+ 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&amp;gt;syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
+ 
+ ==== Downloadable Code Blocks ====
+ 
+ When you use the &amp;#039;&amp;#039;%%&amp;lt;code&amp;gt;%%&amp;#039;&amp;#039; or &amp;#039;&amp;#039;%%&amp;lt;file&amp;gt;%%&amp;#039;&amp;#039; 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:
+ 
+ &amp;lt;code&amp;gt;
+ &amp;lt;file php myexample.php&amp;gt;
+ &amp;lt;?php echo &amp;quot;hello world!&amp;quot;; ?&amp;gt;
+ &amp;lt;/file&amp;gt;
+ &amp;lt;/code&amp;gt;
+ 
+ &amp;lt;file php myexample.php&amp;gt;
+ &amp;lt;?php echo &amp;quot;hello world!&amp;quot;; ?&amp;gt;
+ &amp;lt;/file&amp;gt;
+ 
+ If you don&amp;#039;t want any highlighting but want a downloadable file, specify a dash (&amp;#039;&amp;#039;-&amp;#039;&amp;#039;) as the language code: &amp;#039;&amp;#039;%%&amp;lt;code - myfile.foo&amp;gt;%%&amp;#039;&amp;#039;.
+ 
+ ===== 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 &amp;#039;&amp;#039;reverse&amp;#039;&amp;#039; parameter, or display the feed as is with &amp;#039;&amp;#039;nosort&amp;#039;&amp;#039;.
+ 
+ **Example:**
+ 
+   {{rss&amp;gt;http://slashdot.org/index.rss 5 author date 1h }}
+ 
+ {{rss&amp;gt;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 %%&amp;lt;php&amp;gt;%% syntax above is used), adding this macro will force DokuWiki to rerender a page on every call |
+ 
+ ===== Syntax Plugins =====
+ 
+ DokuWiki&amp;#039;s syntax can be extended by [[doku&amp;gt;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~~
  

&lt;/pre&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 20 Aug 2026 10:54:36 +0000</pubDate>
        </item>
        <item>
            <title>Kontakt - [Kontakt] </title>
            <link>https://mittelalter-schmiede.de/kontakt?rev=1762901418&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -2,10 +2,10 @@
  
  Für Auskünfte über meine handwerklichen Aktivitäten oder zu den Erfahrungen mit den Repliken können Sie mich gerne entweder über das Kontaktformular, per E-Mail, Telefon oder postalisch kontaktieren.\\ 
  
  ** Friedrich Hinrichs **\\ 
- Auguststraße 6 \\ 
- 26121 Oldenburg \\
+ Haarenufer 28 \\ 
+ 26122 Oldenburg \\
  
  +49 173 52 77 8 55  \\
  EMAIL1 
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Tue, 11 Nov 2025 22:50:18 +0000</pubDate>
        </item>
        <item>
            <title>Fecht-Handschuh - [Nachweis] </title>
            <link>https://mittelalter-schmiede.de/mittelalter/handschuh1_f?rev=1761086499&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -16,9 +16,12 @@
  rechts
  
  {{ :mittelalter:handschuh1_f_unten.jpg?nolink |Handschuh}}
  unten
+ 
+ Eine Anleitung zum Bau dieser Handschuhe: [[:mittelalter:handschuhe|Bauanleitung]]
  
  ===== Nachweis =====
  
  Es wurden keine solchen Handschuhe nachgewiesen.
- Und es ist unwahrscheinlich das Handschuhe dieser Art getragen wurden beim kämpfen. Heute allerdings gehören sie zur mindest Ausstattung beim freifechten.
+ 
+ Und es ist unwahrscheinlich, dass Handschuhe dieser Art beim Kämpfen getragen wurden. Heute allerdings gehören sie zur Mindestausstattung beim Freifechten.

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Tue, 21 Oct 2025 22:41:39 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://mittelalter-schmiede.de/datenschutz?rev=1748170412&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -3,7 +3,7 @@
  &amp;lt;/p&amp;gt;&amp;lt;h3 id=&amp;quot;dsg-general-controller&amp;quot;&amp;gt;Verantwortlicher&amp;lt;/h3&amp;gt;&amp;lt;p&amp;gt;&amp;lt;span class=&amp;quot;tsmcontroller&amp;quot;&amp;gt;Friedrich Hinrichs&amp;lt;br&amp;gt;
- Am Wall 43&amp;lt;br&amp;gt;
- 26655 Moorburg / Westerstede &amp;lt;br&amp;gt;&amp;lt;/html&amp;gt;
+ Auguststraße 6&amp;lt;br&amp;gt;
+ 26121 Oldenburg &amp;lt;br&amp;gt;&amp;lt;/html&amp;gt;
  EMAIL1\\
  [[impressum|Impressum]]
  &amp;lt;html&amp;gt;
  &amp;lt;/p&amp;gt;&amp;lt;h3 id=&amp;quot;dsg-general-datatype&amp;quot;&amp;gt;Arten der verarbeiteten Daten:&amp;lt;/h3&amp;gt;&amp;lt;p&amp;gt;-	Bestandsdaten (z.B., Namen, Adressen).&amp;lt;br&amp;gt;

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Sun, 25 May 2025 10:53:32 +0000</pubDate>
        </item>
        <item>
            <title>Impressum</title>
            <link>https://mittelalter-schmiede.de/impressum?rev=1748170391&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -5,10 +5,10 @@
  
  Anbieter und verantwortlich für den Inhalt von mittelalter-schmiede.de ist
  
  ** Friedrich Hinrichs **\\ 
- Am Wall 43 \\ 
- 26655 Moorburg / Westerstede \\
+ Auguststraße 6 \\ 
+ 26121 Oldenburg \\
  
   +49 173 52 77 8 55  \\ 
  EMAIL2 \\ 
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Sun, 25 May 2025 10:53:11 +0000</pubDate>
        </item>
        <item>
            <title>Links - [Handwerker] </title>
            <link>https://mittelalter-schmiede.de/links?rev=1747218048&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -30,9 +30,9 @@
  [[http://mittelalter-moebel.de/|{{ :mittelalter-moebel_300x50.jpg |Logo: www.Mittelalter-Möbel.de}}]]\\
  
  {{ :kniv_300x58.png?nolink |Logo: Kniv Tom}}\\
  
- [[https://www.xerxes-knives-shop.com/de/|{{ :xerxes-knives_300x86.png |Logo: https://www.xerxes-knives-shop.com}}]]\\
+ [[https://xerxes-knives-shop.com/de/|{{ :xerxes-knives_300x86.png |Logo: https://xerxes-knives-shop.com}}]]\\
  
  
  ===== Gruppen =====
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Wed, 14 May 2025 10:20:48 +0000</pubDate>
        </item>
        <item>
            <title>holzhammer01_f.jpg - angelegt - Externe Bearbeitung</title>
            <link>https://mittelalter-schmiede.de/?image=mittelalter%3Aholzhammer01_f.jpg&amp;ns=mittelalter&amp;rev=1747206123&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;aktuell&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 14 May 2025 07:02:03 +0000</pubDate>
        </item>
        <item>
            <title>Termine</title>
            <link>https://mittelalter-schmiede.de/termine?rev=1712247272&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -8,78 +8,78 @@
  
  ===== 2018 =====
  
  **09. - 11.11.2018**\\
- **[[http://www.museum-vechta.de/castrum/kurse|Helmbau-Kurs In Vechta]]**\\ 
+ **[[http://www.museum-vechta.de/castrum/kurse|Helmbau-Kurs in Vechta]]**\\ 
  
  **09. - 11.03.2018**\\
- **[[http://www.museum-vechta.de/castrum/kurse|Helmbau-Kurs In Vechta]]**\\
+ **[[http://www.museum-vechta.de/castrum/kurse|Helmbau-Kurs in Vechta]]**\\
  
  
  ===== 2017 =====
  
  **10. - 12.11.2017**\\
- **[[http://www.museum-vechta.de/castrum/kurse|Helmbau-Kurs In Vechta]]**\\ 
+ **[[http://www.museum-vechta.de/castrum/kurse|Helmbau-Kurs in Vechta]]**\\ 
  
  **03. - 05.03.2017**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2016 =====
  
  **04. - 06.11.2016**\\
- **Helmbau-Kurs In Vechta**\\ 
+ **Helmbau-Kurs in Vechta**\\ 
  
  **04. - 06.03.2016**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2015 =====
  
  **06. - 08.11.2015**\\
- **Helmbau-Kurs In Vechta**\\ 
+ **Helmbau-Kurs in Vechta**\\ 
  
  **06. - 08.03.2015**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2014 =====
  
  **31.10 - 02.11.2014**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  **28.02 - 02.03.2014**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2013 =====
  
  **01. - 03.11.2013**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  **01. - 03.03.2013**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2012 =====
  
  **02. - 04.11.2012**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  **02. - 04.03.2012**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2011 =====
  
  **04. - 06.11.2011**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
     
  **23. - 25.09.2011**\\
- **Burgmannen- Tage 2011** 
+ **Burgmannentage 2011** 
  
  **22. - 28.08.2010**\\
- **Viking week im Archeon 2011**\\
+ **Viking Week im Archeon 2011**\\
  
  16. - 24.07.2011**\\
  Trelleborg**\\
  
@@ -89,72 +89,72 @@
  **29.04 - 01.05.2011**\\
  **Bad Bodenteich**\\
  
  **04. - 06.03.2011**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2010 =====
  
  **05. - 07.11.2010**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  **26. - 27.09.2010**\\
- **Burgmannen- Tage 2010**\\
+ **Burgmannentage 2010**\\
  
  **01. - 03.10.2010**\\
  **Tannenberg**\\
  
  **25. - 29.08.2010**\\
- **Viking week im Archeon 2010** 
+ **Viking Week im Archeon 2010** 
  
  **16. - 25.07.2010 07**\\
  **Trelleborg**\\
  
  **25. - 27.06.2010**\\
  **Dorestadt**\\
  
  **30.04 - 02.05.2010**\\
- **Badbodenteich**\\
+ **Bad Bodenteich**\\
  
  **05. - 07.03.2010**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2009 =====
  
  **06. – 08.11.2009**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  **10. - 11.10.2009**\\
  **1000 years Vikings in Tiel 2009**
  
  **26. - 27.09.2009**\\
- **Burgmannen- Tage 2009** 
+ **Burgmannentage 2009** 
  
  **26. - 30.08.2009**\\
- **Viking week im Archeon 2009** 
+ **Viking Week im Archeon 2009** 
  
  **20-26.07.09**\\
  **Moesgård Wikingertreff**\\
  
  **30.04 - 03.05.2009**\\
- **Badbodenteich**\\
+ **Bad Bodenteich**\\
  
  **06. – 08.03.2009**\\
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  
  ===== 2008 =====
  
  **31.10. – 02.11.2008**\\    
- **Helmbau-Kurs In Vechta**\\
+ **Helmbau-Kurs in Vechta**\\
  
  **26. - 28.09.2008**\\
- **Burgmannen- Tage 2008** 
+ **Burgmannentage 2008** 
  
  **21. - 27.07.2008**\\
  **Moesgård Wikingertreff**\\
  
  **28. - 29.06.2008**\\
  **Vechta Handwerker Markt**\\
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Thu, 04 Apr 2024 16:14:32 +0000</pubDate>
        </item>
        <item>
            <title>Handwerks-Darstellung</title>
            <link>https://mittelalter-schmiede.de/darstellung/darstellung?rev=1712247090&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1,20 +1,20 @@
  {{ :titel01.gif?650&amp;amp;nolink |Werkzeuge und Werkstücke}}
  
  ====== Handwerks-Darstellung ======
  
- Neben dem eigentlichen Handwerk verfolge ich auch ein Interesse an Handwerks-Darstellungen. Die Darstellungen sind darauf ausgerichtet, Zuschauenden das mittelalterliche Handwerk mit allen Facetten der damaligen Lebenswelt nahe zu bringen. Ich bemühe mich bei der Darstellung immer nahe am aktuellen Stand der Forschung zu sein. So wie ich mich bei der Herstellung der Werkstücke bemühe stetig die Qualität meiner Handarbeit und die Nähe zu den recherchierten Objekten zu steigern, so bemühe ich mich, diese auch bei der Darstellung des Handwerks selbst zu leisten.
+ Neben dem eigentlichen Handwerk verfolge ich auch ein Interesse an Handwerks-Darstellungen. Die Darstellungen sind darauf ausgerichtet, Zuschauenden das mittelalterliche Handwerk mit allen Facetten der damaligen Lebenswelt nahezubringen. Ich bemühe mich bei der Darstellung immer nahe am aktuellen Stand der Forschung zu sein. So wie ich mich bei der Herstellung der Werkstücke bemühe, stetig die Qualität meiner Handarbeit und die Nähe zu den recherchierten Objekten zu steigern, so bemühe ich mich, diese auch bei der Darstellung des Handwerks selbst zu leisten.
  
- Bei allen Bemühungen ist mir und sollte jedem jedoch klar sein, dass diesem Streben vielfache Grenzen gesetzt sind vom Material bis hin zur Gedankenwelt.
+ Bei allen Bemühungen ist mir und sollte jedem jedoch klar sein, dass diesem Streben vielfache Grenzen gesetzt sind, vom Material bis hin zur Gedankenwelt.
  
- So verhält sich zum Beispiel der Wert der Materialien und der Arbeitszeit  heute oft umgekehrt zur dem Wert in der damaligen Zeit. Vielfach sind Objekte nicht mit angemessenem Aufwand reproduzierbar.
+ So verhält sich unter anderem der Wert der Materialien und der Arbeitszeit heute oft umgekehrt zu dem Wert in der damaligen Zeit. Vielfach sind Objekte nicht mit angemessenem Aufwand reproduzierbar.
  
- Die Menschen zu allen Zeiten habe ihre Handwerk und ihr Denken als das modernste empfunden. So ist eine Welt, in der unsere Gedanken von Physik, Menschenrechten, Religionen, Politik und unsere Zukunft einfach undenkbar sind, für uns eben so undenkbar. Es ist für uns immer nur möglich einen kleinen Ausschnitt der Lebenswelt der damaligen Zeit näherungsweise nach zu vollziehen. Mir geht es als Mensch der Gegenwart genau um diesen Versuch des Nachvollziehens.
+ Die Menschen zu allen Zeiten habe ihr Handwerk und ihr Denken als das modernste empfunden. So ist eine Welt, in der unsere Gedanken von Physik, Menschenrechten, Religionen, Politik und unsere Zukunft einfach undenkbar sind, für uns eben so undenkbar. Es ist für uns immer nur möglich, einen kleinen Ausschnitt der Lebenswelt der damaligen Zeit näherungsweise nachzuvollziehen. Mir geht es als Mensch der Gegenwart genau um diesen Versuch des Nachvollziehens.
  
  /*
  ===== Mein Ziel bei der Rekonstruktion: =====
  
- Zu allen Zeiten gehen wissen und Fähigkeiten verloren so wie das wissen des Aquedukt baus nach der Antike verloren wahr ist nach der bendigung der Apollo Missionen zum Mond das wissen wie man eine Raumfähre oder eine Sonde sicher landet verlohren gegangen. Beides musste zu späteren zeiten wieder neu erforscht, entwickelt und geübt werden. Mein intresse besteht darin altes wissen verlohrene Fähigkeiten und betrachtungen wieder zu gewinnen und in meinen aktiven Handlungsschatz zu intregrien und auch anderen zugänglich zu machen. */
+ Zu allen Zeiten gehen Wissen und Fähigkeiten verloren. So wie das Wissen des Aquäduktbaus nach der Antike verloren wahr ist nach der Bändigung der Apollo-Missionen zum Mond, das Wissen, wie man eine Raumfähre oder eine Sonde sicher landet, verloren gegangen. Beides musste zu späteren Zeiten wieder neu erforscht, entwickelt und geübt werden. Mein Interesse besteht darin, altes Wissen, verlorene Fähigkeiten und Betrachtungen wiederzugewinnen und in meinen aktiven Handlungsschatz zu integren und auch anderen zugänglich zu machen. */
  \\
  \\
  
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Thu, 04 Apr 2024 16:11:30 +0000</pubDate>
        </item>
        <item>
            <title>Kurse - [Kurse] </title>
            <link>https://mittelalter-schmiede.de/mittelalter/kurse?rev=1712246938&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -5,9 +5,9 @@
  
  Alle auf dieser Seite gezeigten Gegenstände wurden unter meiner Anleitung von Kursteilnehmern gefertigt.
  
  Informationen zu den Kursen in Vechta findet ihr [[http://www.museum-vechta.de/castrum/kurse|{{Hier}}]].
- Oder ihr wendet euch direkt an mich: [[:kontakt|Hier die Kontaktdaten]].
+ Oder ihr wendet euch direkt an mich, [[:kontakt|hier sind die Kontaktdaten]].
  
  ===== Helme =====
  
  [[:mittelalter:helm_kurs_20_1|{{:mittelalter:helm_kurs_20_1_vorne.jpg?90|Nasalhelm}}]]

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Thu, 04 Apr 2024 16:08:58 +0000</pubDate>
        </item>
        <item>
            <title>Schmieden</title>
            <link>https://mittelalter-schmiede.de/mittelalter/schmieden?rev=1712246830&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -3,6 +3,6 @@
  Seit einiger Zeit beschäftige ich mich mit dem Schmieden von Repliken mittelalterlicher Beschläge und Schlösser.\\
- Des Weiteren stelle ich von Zeit zu Zeit Schaukampfwaffen und -helme für das Wiki-Fechten her, welches ich auch selbst als Sport betreibe.\\
+ Des Weiteren stelle ich gelegentlich Schaukampf-Waffen und -Helme für das Wiki-Fechten her, welches ich auch selbst als Sport betreibe.\\
  Bei den Repliken bemühe ich mich, auch die Verfahrenstechniken und die dazu nötigen Werkzeuge zu rekonstruieren.
  \\
  \\
  \\
@@ -56,12 +56,12 @@
        &amp;lt;/td&amp;gt;
      &amp;lt;/tr&amp;gt;
      &amp;lt;tr&amp;gt;
        &amp;lt;td style=&amp;quot;text-align: center; width: 50%;&amp;quot;&amp;gt;
-         &amp;lt;p&amp;gt;Brillenhelme, Eisenhüte, Topfhelme, ... &amp;lt;/p&amp;gt;
+         &amp;lt;p&amp;gt;Brillenhelme, Eisenhüte, Topfhelme … &amp;lt;/p&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td style=&amp;quot;text-align: center; width: 50%;&amp;quot;&amp;gt;
-         &amp;lt;p&amp;gt;Schiftungen, Kragen, Handschuhe, ... &amp;lt;/p&amp;gt;
+         &amp;lt;p&amp;gt;Schiftungen, Kragen, Handschuhe … &amp;lt;/p&amp;gt;
        &amp;lt;/td&amp;gt;
      &amp;lt;/tr&amp;gt;
  &amp;lt;/table&amp;gt;
  &amp;lt;br&amp;gt;
@@ -106,12 +106,12 @@
        &amp;lt;/td&amp;gt;
      &amp;lt;/tr&amp;gt;
      &amp;lt;tr&amp;gt;
        &amp;lt;td style=&amp;quot;text-align: center; width: 50%;&amp;quot;&amp;gt;
-         &amp;lt;p&amp;gt;Zangen, Hämmer, Blechschere, Meißel, … &amp;lt;/p&amp;gt;
+         &amp;lt;p&amp;gt;Zangen, Hämmer, Blechschere, Meißel … &amp;lt;/p&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td style=&amp;quot;text-align: center; width: 50%;&amp;quot;&amp;gt;
-         &amp;lt;p&amp;gt;Kochgeschirr, Kochgeräte, Lampen, Messer, … &amp;lt;/p&amp;gt;
+         &amp;lt;p&amp;gt;Kochgeschirr, Kochgeräte, Lampen, Messer … &amp;lt;/p&amp;gt;
        &amp;lt;/td&amp;gt;
      &amp;lt;/tr&amp;gt;
  &amp;lt;/table&amp;gt;
  &amp;lt;br&amp;gt;

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Thu, 04 Apr 2024 16:07:10 +0000</pubDate>
        </item>
        <item>
            <title>Startseite</title>
            <link>https://mittelalter-schmiede.de/startseite?rev=1712246755&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -3,6 +3,6 @@
  
- **Herzlich Willkommen!** 
+ **Herzlich willkommen!** 
  
  
  Auf der Homepage Mittelalter-Schmiede.de zeige ich die Ergebnisse meiner handwerklichen Aktivitäten sowie den aktuellen Stand meiner Handwerksdarstellung.
  
@@ -13,19 +13,19 @@
  /*
  Gesamtlänge pro Zeile 660
  */
  
- [[:mittelalter:buckel09|{{:mittelalter:buckel09_seite2.jpg?130|Schildbuckel}}]]
- [[:mittelalter:buckel10|{{:mittelalter:buckel10_seite2.jpg?130|Schildbuckel}}]]
- [[:mittelalter:beitel_schutzhuellen01_01|{{:mittelalter:beitel_schutzhuellen01_01.jpg?150|Beitelschutzhüllen}}]]
- [[:mittelalter:schloss13_n|{{mittelalter:schloss13_n_vorne.jpg?160|Schloss}}]]
- [[:mittelalter:speer22_h|{{:mittelalter:speer22_h.jpg?50|Speerspitze}}]]
- [[:mittelalter:speer21_f|{{:mittelalter:speer21_f.jpg?60|Speerspitze}}]]
- [[:mittelalter:speer20_h|{{:mittelalter:speer20_h.jpg?60|Speerspitze}}]]
- [[:mittelalter:speer17_i|{{:mittelalter:speer17_f_1.jpg?60|Flügellanze}}]]
- [[:mittelalter:steinschere02|{{:mittelalter:steinschere02.jpg?160|Steinschere }}]]
- [[:mittelalter:axtscheide01_f|{{:mittelalter:axtscheide01_f.jpg?180|Axtscheide}}]]
- [[:mittelalter:wolf02|{{:mittelalter:wolf02_vorne.jpg?100|Wolf}}]]
+ [[:mittelalter:buckel09|{{:mittelalter:buckel09_seite2.jpg?130|Photo: Schildbuckel}}]]
+ [[:mittelalter:buckel10|{{:mittelalter:buckel10_seite2.jpg?130|Photo: Schildbuckel}}]]
+ [[:mittelalter:beitel_schutzhuellen01_01|{{:mittelalter:beitel_schutzhuellen01_01.jpg?150|Photo: Beitelschutzhüllen}}]]
+ [[:mittelalter:schloss13_n|{{mittelalter:schloss13_n_vorne.jpg?160|Photo: Schloss}}]]
+ [[:mittelalter:speer22_h|{{:mittelalter:speer22_h.jpg?50|Photo: Speerspitze}}]]
+ [[:mittelalter:speer21_f|{{:mittelalter:speer21_f.jpg?60|Photo: Speerspitze}}]]
+ [[:mittelalter:speer20_h|{{:mittelalter:speer20_h.jpg?60|Photo: Speerspitze}}]]
+ [[:mittelalter:speer17_i|{{:mittelalter:speer17_f_1.jpg?60|Photo: Flügellanze}}]]
+ [[:mittelalter:steinschere02|{{:mittelalter:steinschere02.jpg?160|Photo: Steinschere}}]]
+ [[:mittelalter:axtscheide01_f|{{:mittelalter:axtscheide01_f.jpg?180|Photo: Axtscheide}}]]
+ [[:mittelalter:wolf02|{{:mittelalter:wolf02_vorne.jpg?100|Photo: Steinwolf}}]]
  
  
  
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Thu, 04 Apr 2024 16:05:55 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://mittelalter-schmiede.de/sidebar?rev=1712166392&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1,13 +1,12 @@
- 
-   * [[:startseite|Startseite]]
-   * [[:mittelalter:schmieden|Schmieden]]
-   * [[:mittelalter:holz_und_leder|Holz und Leder]]
-   * [[:mittelalter:kurse|Kurse]]
-   * [[:darstellung:darstellung|Darstellung]]
-   * [[:termine|Termine]]
-   * [[:links|Links]]
-   * [[:kontakt|Kontakt]]
+   * **[[:startseite|Startseite]]**
+   * **[[:mittelalter:schmieden|Schmieden]]**
+   * **[[:mittelalter:holz_und_leder|Holz und Leder]]**
+   * **[[:mittelalter:kurse|Kurse]]**
+   * **[[:darstellung:darstellung|Darstellung]]**
+   * **[[:termine|Termine]]**
+   * **[[:links|Links]]**
+   * **[[:kontakt|Kontakt]]**
    * &amp;lt;html&amp;gt;
  &amp;lt;a href=&amp;quot;http://www.mittelalter-schmiede.de/impressum&amp;quot; style=&amp;quot;font-size: 10pt; color: #553322;&amp;quot;&amp;gt;Impressum&amp;lt;/a&amp;gt;
  &amp;lt;/html&amp;gt;
    * &amp;lt;html&amp;gt;

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Wed, 03 Apr 2024 17:46:32 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://mittelalter-schmiede.de/darstellung/sidebar?rev=1712165706&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1,16 +1,15 @@
- 
-   * [[:startseite|Startseite]]
-   * [[:mittelalter:schmieden|Schmieden]]
-   * [[:mittelalter:holz_und_leder|Holz und Leder]]
-   * [[:mittelalter:kurse|Kurse]]
-   * [[:darstellung:darstellung|Darstellung]]
+   * **[[:startseite|Startseite]]**
+   * **[[:mittelalter:schmieden|Schmieden]]**
+   * **[[:mittelalter:holz_und_leder|Holz und Leder]]**
+   * **[[:mittelalter:kurse|Kurse]]**
+   * **[[:darstellung:darstellung|Darstellung]]**
      * [[:darstellung:handwerks_darstellung_900| 900]]
      * [[:darstellung:handwerks_darstellung_1250|1250]]
      * [[:darstellung:handwerks_darstellung_1350|1350]]
-   * [[:termine|Termine]]
-   * [[:links|Links]]
-   * [[:kontakt|Kontakt]]
+   * **[[:termine|Termine]]**
+   * **[[:links|Links]]**
+   * **[[:kontakt|Kontakt]]**
    * &amp;lt;html&amp;gt;
  &amp;lt;a href=&amp;quot;http://www.mittelalter-schmiede.de/impressum&amp;quot; style=&amp;quot;font-size: 10pt; color: #553322;&amp;quot;&amp;gt;Impressum&amp;lt;/a&amp;gt;
  &amp;lt;/html&amp;gt;
    * &amp;lt;html&amp;gt;

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Wed, 03 Apr 2024 17:35:06 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://mittelalter-schmiede.de/mittelalter/sidebar?rev=1712165661&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1,7 +1,6 @@
- 
-   * [[:startseite|Startseite]]
-   * [[:mittelalter:schmieden|Schmieden]]
+   * **[[:startseite|Startseite]]**
+   * **[[:mittelalter:schmieden|Schmieden]]**
      * [[:mittelalter:schloesser_galerie|Schlösser]]
      * [[:mittelalter:schaniere_galerie|Scharniere]]
      * [[:mittelalter:helme_galerie|Helme]]
      * [[:mittelalter:ruestungs_galerie|Rüstungen]]
@@ -10,14 +9,14 @@
      * [[:mittelalter:werkzeuge_galerie|Werkzeuge]]
      * [[:mittelalter:kuechengeraete_galerie|Haushalt]]
      * [[:mittelalter:schnallen_galerie|Schnallen]]
      * [[:mittelalter:sonstiges|Sonstiges]]
-   * [[:mittelalter:holz_und_leder|Holz und Leder]]
-   * [[:mittelalter:kurse|Kurse]]
-   * [[:darstellung:darstellung|Darstellung]]
-   * [[:termine|Termine]]
-   * [[:links|Links]]
-   * [[:kontakt|Kontakt]]
+   * **[[:mittelalter:holz_und_leder|Holz und Leder]]**
+   * **[[:mittelalter:kurse|Kurse]]**
+   * **[[:darstellung:darstellung|Darstellung]]**
+   * **[[:termine|Termine]]**
+   * **[[:links|Links]]**
+   * **[[:kontakt|Kontakt]]**
    * &amp;lt;html&amp;gt;
  &amp;lt;a href=&amp;quot;http://www.mittelalter-schmiede.de/impressum&amp;quot; style=&amp;quot;font-size: 10pt; color: #553322;&amp;quot;&amp;gt;Impressum&amp;lt;/a&amp;gt;
  &amp;lt;/html&amp;gt;
    * &amp;lt;html&amp;gt;

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Wed, 03 Apr 2024 17:34:21 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://mittelalter-schmiede.de/terminesidebar?rev=1712132882&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1,7 +1,6 @@
- /* 
+ /*
  ====== Termine ======
- 
  
  &amp;lt;timer 2015-03-01=15-11-08 23:59:59&amp;gt;
  **06.–08.11.2015**\\
  **[[http://www.mittelalter-zentrum.de/index.php?option=com_content&amp;amp;task=view&amp;amp;id=54&amp;amp;Itemid=27&amp;amp;lang=de|Helmbau-Kurs in Vechta]]**\\
@@ -10,10 +9,9 @@
  &amp;lt;timer 2015-03-01=16-03-06 23:59:59&amp;gt;
  **04.-06.03.2016**\\
  **[[http://www.mittelalter-zentrum.de/index.php?option=com_content&amp;amp;task=view&amp;amp;id=54&amp;amp;Itemid=27&amp;amp;lang=de|Helmbau-Kurs in Vechta]]**\\
  &amp;lt;/timer&amp;gt;
- 
- 
+ */
  
  /*  
  Termine die drin sind:
  ----------------------------------
@@ -23,21 +21,16 @@
  26-27.09.09 Burgmannen- Tage
  17.10.09 - Oktober Fechttreffen
  06.–08.03.2009 Helmbau-Kurs In Vechta
  19.12.09 - Dezember Fechttreffen
- 
- 
- 
  */
  
  
- 
+ /* 
  &amp;lt;timer 2009-02-01=2009-07-26 23:59:59&amp;gt;
  **20-26.07.09**\\
  **[[http://www.visitaarhus.com/tyskland/de-de/productpage/produktside.htm?Id=18116&amp;amp;CallerUrl=%2ftyskland%2fde-de%2fsoegeside%2fsoegeside.htm|{{Moesgård Wikingertreff}}]]**\\
  &amp;lt;/timer&amp;gt;
- 
- 
  
  
  &amp;lt;timer 2009-04-18=2009-09-17 23:59:59&amp;gt;
  **26. - 27.09.2009**\\
@@ -61,8 +54,6 @@
  **Sa. 19.12**\\
  **[[http://www.heydenwall.de/fechttreffen/|{{Dezember - Fechttreffen}}]]**\\
  &amp;lt;/timer&amp;gt;
  
+ */
  
- 
- 
- \\

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Wed, 03 Apr 2024 08:28:02 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://mittelalter-schmiede.de/kontakt_antwort?rev=1623767732&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -6,7 +6,7 @@
  \\
  \\
  \\
  &amp;lt;WRAP center round info 75%&amp;gt;
- &amp;lt;fs x-large&amp;gt;Deine Mail wurde an mich versendet!&amp;lt;/fs&amp;gt;
+ Deine Mail wurde an mich versendet!
  &amp;lt;/WRAP&amp;gt;
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Tue, 15 Jun 2021 14:35:32 +0000</pubDate>
        </item>
        <item>
            <title>Handschuhe</title>
            <link>https://mittelalter-schmiede.de/mittelalter/handschuhe?rev=1623767637&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -1,6 +1,4 @@
- ~~NOTRANS~~
- 
  ====== Handschuhe ======
  \\
  \\
  {{ :handschuhe:handschuh1_f_links.jpg |}}

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Tue, 15 Jun 2021 14:33:57 +0000</pubDate>
        </item>
        <item>
            <title>Lederhelm</title>
            <link>https://mittelalter-schmiede.de/mittelalter/helm_e?rev=1623767186&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -6,12 +6,12 @@
  |Höhe: | 16 cm|
  |Nasallänge: | 10,5 cm|
  |Breite: | 19 cm|
  |Länge: | 22 cm|
- |Dicke: | 1,5 &amp;amp; 4 mm|
+ |Dicke: | Eisenstreifen 1,5 mm, Leder 4 mm|
  |Gewicht: | 1292 g|
  
  {{ :mittelalter:lederhelm_seite_e.jpg?400 |Lederhelm von der Seite}}\\
  \\
   [[:mittelalter:nasalhelm_h|Nasalhelm Grundlagen]]
  
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Tue, 15 Jun 2021 14:26:26 +0000</pubDate>
        </item>
        <item>
            <title>Speerspitze</title>
            <link>https://mittelalter-schmiede.de/mittelalter/speer19_f?rev=1623672117&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -5,14 +5,14 @@
  :mittelalter:speer19_f_vorne.jpg?110
  |Speerspitze von vorne}}
  {{
  :mittelalter:speer19_f_seite.jpg?122
- |Speerspitze von seite}}
+ |Speerspitze von der Seite}}
  \\
  |Material: |Stahl |
- |Gesammtlänge: |245mm |
+ |Gesamtlänge: |245mm |
  |Klingenlänge: |158 mm |
  |Breite: |21 mm |
  |Gewicht: |Spitze 82 g |
  \\
  
  

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Mon, 14 Jun 2021 12:01:57 +0000</pubDate>
        </item>
        <item>
            <title>Speerspitze</title>
            <link>https://mittelalter-schmiede.de/mittelalter/speer21_f?rev=1623671853&amp;do=diff</link>
            <description>&lt;pre&gt;
@@ -5,12 +5,12 @@
  :mittelalter:speer21_f.jpg?150
  |Speerspitze von vorne}}
  \\
  |Material: |Stahl |
- |Gesamtlänge: |570 mm |
+ |Gesammtlänge: |570 mm |
  |Klingenlänge: |445 mm |
  |Breite: |48 mm |
- |Tüllen Durchmesser:| 24x27 mm |
+ |Tüllemdurchmesser:| 24x27 mm |
  |Schlagkante:|2 mm |
  |Gewicht: |431 g |
  \\
  ===== Nachweis =====

&lt;/pre&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Mon, 14 Jun 2021 11:57:33 +0000</pubDate>
        </item>
        <item>
            <title>hellebarden.jpg</title>
            <link>https://mittelalter-schmiede.de/?image=invisible%3Ahellebarden.jpg&amp;ns=invisible&amp;rev=1310593751&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;aktuell&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Wed, 13 Jul 2011 21:49:11 +0000</pubDate>
        </item>
        <item>
            <title>important.png</title>
            <link>https://mittelalter-schmiede.de/?image=invisible%3Aimportant.png&amp;ns=invisible&amp;rev=1291562159&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;aktuell&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Sun, 05 Dec 2010 15:15:59 +0000</pubDate>
        </item>
        <item>
            <title>speer3_mit_schaft_f.jpg</title>
            <link>https://mittelalter-schmiede.de/?image=mittelalter%3Aspeer3_mit_schaft_f.jpg&amp;ns=mittelalter&amp;rev=1245654372&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;aktuell&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Mon, 22 Jun 2009 07:06:12 +0000</pubDate>
        </item>
        <item>
            <title>axt3_m_oben_gross.jpg</title>
            <link>https://mittelalter-schmiede.de/?image=mittelalter%3Aaxt3_m_oben_gross.jpg&amp;ns=mittelalter&amp;rev=1245159590&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;table&gt;&lt;tr&gt;&lt;th width=&quot;50%&quot;&gt;&lt;/th&gt;&lt;th width=&quot;50%&quot;&gt;aktuell&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;td align=&quot;center&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</description>
            <author>falke@undisclosed.example.com (falke)</author>
            <pubDate>Tue, 16 Jun 2009 13:39:50 +0000</pubDate>
        </item>
    </channel>
</rss>
