From: joey Date: Sat, 11 Aug 2007 20:44:46 +0000 (+0000) Subject: web commit by http://melissensaft.myopenid.com/: How can I enable textile? Problem... X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/9fb18e3c6ff71385e814059b8c0092fa49dcdb38 web commit by http://melissensaft.myopenid.com/: How can I enable textile? Problem description --- diff --git a/doc/plugins/textile/discussion.mdwn b/doc/plugins/textile/discussion.mdwn new file mode 100644 index 000000000..80403af32 --- /dev/null +++ b/doc/plugins/textile/discussion.mdwn @@ -0,0 +1,12 @@ +# How can I enable textile? + +What I did: +1. Install textile.pm in $HOME/bin and added this directory to @INC in ikiwiki. + +1. wrote
add_plugins => [qw{textile}],
into .ikiwiki/ikiwiki.setup + +1. wrote a short test.txtl in the $SRCDIR + +1. executed
ikiwiki --setup .ikiwiki/ikiwiki.setup
+ +1. found the test.html-file but is was not parsed for textile-syntax :-( \ No newline at end of file