1====== mundart plugin ======
2
3---- plugin ----
4description: Apply german mundarts to your (X)Html Output. Only interesting for german wiki-installations.
5author     : Christoph Lang
6email      : c.lang@cc-tech.de
7type       : render
8lastupdate : 2009-12-02
9compatible :
10depends    :
11conflicts  :
12similar    :
13tags       :
14----
15
16===== Purpose =====
17This is a plugin for german dokuwiki-installations. You can apply one of various dialects.
18The plugin will of course work with non-german wikis (you can't break anything) but its quite useless (except for Leet-Speak, but that's useless, too).
19
20Included dialects are:
21
22  * [[wp>Swabian_German,Swabian]]
23  * [[wp>West_Low_German|Low Saxon]]
24  * Ghetto-Style
25  * [[wp>Leet_speak|Leet Speak]]
26
27As this plugin is a render plugin, the source code of the page will not be touched. Only the presentation of the page will be changed.
28
29===== Example=====
30
31Normal Text:
32<code>
33DokuWiki ist eine freie Wiki-Software, die anfangs zur einfachen Dokumentation von Projekten gedacht war und mittlerweile
34f�r eine Vielzahl von Anwendungen eingesetzt wird.
35</code>
36Low Saxon:
37<code>
38DokuWigi ischd ene freie Wigi-Sofdwere, de anfangs zur enfachn Dokumndadsion von Brojegdn gedacht wer unn midtlerweile f�r ene Vielzahl
39von Anwndungn engesedzt wird.
40</code>
41Swabian Text:
42<code>
43DokuWiggi ischd oie freie Wiggi-Sofdware, d anfangs zur oifacha Dokumendazio vo Projekda gedachd war un mittlerweile f�r oie Vielzahl
44vo Anwendunga oigesetzd wird.
45</code>
46Ghetto Text:
47<code>
48DokuWiki ist ain frai Wiki-Softwar, di anfangs zur ainfachn Dokumentation von Projekdn gedacht war und middlerwail f�r ain Vielzahl
49von Anwendungn aingesetzt wird.
50</code>
51Leet-Speak:
52<code>
53D0|<UW1|<1 1$7 31|\|3 P|-|r313 W1|<1-S0P|-|7\/\/4r3, D13 4|\|P|-|4|\|9$ ZUr 31|\|P|-|4(|-|3|\| D0|<U/\/\3|\|74710|\| \/0|\| Pr0j3|<73|\| 93D4(|-|7 \/\/4r
54U|\|D /\/\177L3r\/\/31L3 P|-|�r 31|\|3 V13LZ4|-|L \/0|\| A|\|\/\/3|\|DU|\|93|\| 31|\|93$37Z7 \/\/1rD.
55</code>
56
57
58
59
60===== Download and Installation =====
61
62  * Download the plugin here.
63  * Extract to **lib/plugins/mundart**.
64  * Log-in as administrator.
65  * Change the option **render_xhtml** to **mundart** (alternativly you can edit **conf/local.php**)
66    {{:mundart_settings_render.jpg|}}
67  * Change the options according to your needs.
68    {{:mundart_settings_config.jpg|}}
69
70===== Options & Settings=====
71You can edit some stuff via the backend.
72
73  * **mundart_type** You can select your desired dialect here.
74  * **mundart_alwayson** Check if you want to turn the plugin On.
75  * **mundart_headeron** Check if you want to have a message on Top of every page, so that your customers are not confused.
76  * **mundart_timer** You can activate the plugin for special days, and disable it for the rest of the time. Format is MM-DD (multiple values with ";").
77
78So if you want to have the plugin activated on christmas and new year, but disabled for the rest of the time:
79
80  * **mundart_alwayson** Off
81  * **mundart_timer** 12-24;01-01
82
83===== Missing =====
84The translation is far from perfect and need some improvements. Netherless it's working and it's really funny to read the Wikipages with a dialect.
85
86
87
88
89