diff options
author | http://weakish.int.eu.org/ <http://weakish.int.eu.org/@web> | 2009-02-10 06:21:55 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-02-10 06:21:55 -0500 |
commit | 42b16cf8f3fb82f3c66100df46f92a4cf4a51d1b (patch) | |
tree | f46be27cb8b67707d24f9069100a8ba79b81aef8 | |
parent | 12a72e758382c8efb9cdd6c66e06d9de094a4b29 (diff) | |
download | ikiwiki-42b16cf8f3fb82f3c66100df46f92a4cf4a51d1b.tar ikiwiki-42b16cf8f3fb82f3c66100df46f92a4cf4a51d1b.tar.gz |
ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl
-rw-r--r-- | doc/plugins/creole/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/creole/discussion.mdwn b/doc/plugins/creole/discussion.mdwn index 36b7ba869..9d58fffbf 100644 --- a/doc/plugins/creole/discussion.mdwn +++ b/doc/plugins/creole/discussion.mdwn @@ -8,4 +8,6 @@ I've installed Text::WikiCreole 0.05 and enabled the plugin, but I get an error >> I've added the patch to pkgsrc as well. Thanks. --[[schmonz]] +>> Currently the creole plugin is included in ikiwiki but the ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl. Why? --[[weakish]] + I'm moving over a really stinkingly old UseMod and creole seems the nearest match. I've worked out that Bare /Subpage links need to become \[\[Subpage\]\], and Top/Sub links need to be \[\[Top/Sub\]\] (or \[\[Top/Sub|Top/Sub\]\], to display in exactly the same way), but I'm stuck on generic hyperlinks. The creole cheat sheet says I should be able to do \[\[http://url.path/foo|LinkText\]\], but that comes out as a link to create the "linktext" page, and Markdown-style \[Link Text\](http://url.path/foo) just gets rendered as is. Any suggestions? --[[schmonz]] |