diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 04:15:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-05 04:15:47 +0000 |
commit | a59b1ac8d8eb220fd4f574af4a8a6742825aac6f (patch) | |
tree | c895e6b18739ff3a22b75fc2817c7f62327fe4a0 /doc/plugins/haiku.mdwn | |
parent | f924740b939c3f14072fb5c428468355d8c4be52 (diff) | |
download | ikiwiki-a59b1ac8d8eb220fd4f574af4a8a6742825aac6f.tar ikiwiki-a59b1ac8d8eb220fd4f574af4a8a6742825aac6f.tar.gz |
haiku plugin
Diffstat (limited to 'doc/plugins/haiku.mdwn')
-rw-r--r-- | doc/plugins/haiku.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/plugins/haiku.mdwn b/doc/plugins/haiku.mdwn new file mode 100644 index 000000000..977272cf6 --- /dev/null +++ b/doc/plugins/haiku.mdwn @@ -0,0 +1,14 @@ +This plugin allows inserting a randomly generated haiku into a wiki page. +Just type \\[[haiku hint="argument with a bear"]]. + +[[haiku hint="argument with a bear"]] + +The hint parameter can be omitted, it only provides the generator a hint at +what to write the haiku about. If no hint is given, it might base it on the +page name. Since the vocabulary it knows is very small, many hints won't +affect the result at all. + +This plugin is included in ikiwiki, but is not enabled by default. + +You need to have the Coy module installed for this plugin to do anything +interesting. That does all the heavy lifting. |