1HOW-TO
2
3Place the php files in the fckg directory as follows:
4
51.  edit.php and save.php go in fckg/action and replace the current edit.php and
6save.php found in that directory.
7
82. specials.php is a new file and goes into fckg/syntax
9
10-------------------------------------------------
11Writing the Markup
12
13Place the plugin markup at the top and bottom of the multi-line plugin:
14
15~~MULTI_PLUGIN_OPEN~~
16
17~~MULTI_PLUGIN_CLOSE~~
18
19See the example file (bureaucracy3.txt)
20
21The easiest and least error prone way to include the plugin text is to first type
22it into a text editor and then to copy it from the text editor and paste it into the
23fckgLite editing window.  This will give you the precise line spacing that is
24required.  You cannot have spaces at the beginning of lines, since they will be treated
25as standard markup for DokuWiki code blocks.
26
27
28
29
30
31
32
33
34
35