]> sipb.mit.edu Git - ikiwiki.git/commitdiff
ikiwiki deb (3.0.3) doesn't suggests libtext-wikicreole-perl
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>
Tue, 10 Feb 2009 11:21:55 +0000 (06:21 -0500)
committerJoey Hess <joey@kitenet.net>
Tue, 10 Feb 2009 11:21:55 +0000 (06:21 -0500)
doc/plugins/creole/discussion.mdwn

index 36b7ba869098dc1361231193ddd35514edf4b233..9d58fffbf3d6dfad7045af6129b45e5b21c0e349 100644 (file)
@@ -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]]