summaryrefslogtreecommitdiff
path: root/TWiki/DefaultPlugin.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-03-14 02:20:13 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-03-14 02:20:13 +0000
commit3bdb94b0b11bad030e65829fa208ab4850a87b3f (patch)
tree97bb6704ff69799adbbb4e29a558221c87fcbe15 /TWiki/DefaultPlugin.mdwn
parentdbea12b02863e6be829b18aa1878b8e5c023c900 (diff)
none
Diffstat (limited to 'TWiki/DefaultPlugin.mdwn')
-rw-r--r--TWiki/DefaultPlugin.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/TWiki/DefaultPlugin.mdwn b/TWiki/DefaultPlugin.mdwn
new file mode 100644
index 00000000..fcfa1fca
--- /dev/null
+++ b/TWiki/DefaultPlugin.mdwn
@@ -0,0 +1,15 @@
+**Default TWiki Plugin**
+
+The default plugin is used for some depreciated rendering of older TWiki versions and of JosWiki. This plugin can also be used to specify some simple custom rendering rules. **_Note:_** Create a new [[TWikiPlugins]] based on [[EmptyPlugin]] if you plan to offer some complex rendering or functions.
+
+Custom rendering rules of the default plugin:
+
+* Allow old include syntax ( <code>**%INCLUDE:"TopicName"%**</code> ) if [[TWikiPreferences]] variable <code>**DEFAULTPLUGIN\_OLDINCLUDE**</code> is set to <code>**1**</code>
+* Render depreciated <code>**\*\_text\_\***</code> as **_bold italic_** text. Test if installed: **\_This is bold italic\_**
+* Enable JosWiki rules if JosWiki specific code is uncommented
+
+Modify file <code>**TWiki/Plugins/DefaultPlugin.pm**</code> to add your own rules or to enable JosWiki rules.
+
+**_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]], [[EmptyPlugin]]
+
+-- [[Main/PeterThoeny]] - 13 Mar 2001 <br />