]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/plugins/textile/discussion.mdwn
web commit by http://melissensaft.myopenid.com/: How can I enable textile? Problem...
[www/ikiwiki.git] / doc / plugins / textile / discussion.mdwn
1 # How can I enable textile?
2
3 What I did:
4 1. Install textile.pm in $HOME/bin and added this directory to @INC in ikiwiki.
5
6 1. wrote <pre>add_plugins => [qw{textile}],</pre> into .ikiwiki/ikiwiki.setup
7
8 1. wrote a short test.txtl in the $SRCDIR
9
10 1. executed <pre>ikiwiki --setup .ikiwiki/ikiwiki.setup</pre>
11
12 1. found the test.html-file but is was not parsed for textile-syntax :-(