From 98095ccac43b4b82d95bd8fd0ce3c8c16a325b22 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 19 Jun 2008 19:11:03 -0400 Subject: creole: New plugin from Bernd Zeimetz. Closes: #486930 --- doc/plugins/creole.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/plugins/creole.mdwn (limited to 'doc/plugins') diff --git a/doc/plugins/creole.mdwn b/doc/plugins/creole.mdwn new file mode 100644 index 000000000..b2496adad --- /dev/null +++ b/doc/plugins/creole.mdwn @@ -0,0 +1,16 @@ +[[template id=plugin name=creole author="BerndZeimetz"]] +[[tag type/format]] + +This plugin allows ikiwiki to process pages written in +[WikiCreole](http://www.wikicreole.org/) format. +To use it, you need to have the [[cpan Text::WikiCreole]] perl +module installed, enable the plugin, then files with the extention `.creole` +will be processed as creole. + +The creole format is based on common elements across many different +wiki markup formats, so should be fairly easy to guess at. There is also a +[CheatSheet](http://www.wikicreole.org/wiki/CheatSheet). + +Links are standard [[WikiLinks|ikiwiki/WikiLink]]. Links and +[[PreProcessorDirectives]] inside `{{{ }}}` blocks are still expanded, +since this happens before the creole format is processed. -- cgit v1.2.3