diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-11 20:44:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-11 20:44:46 +0000 |
commit | 9fb18e3c6ff71385e814059b8c0092fa49dcdb38 (patch) | |
tree | 9a307f2d695ecdaa1fb3dbf2b7598fdc8aadeeef /doc/plugins/textile | |
parent | b714b92ed684f6595709d162e8e489676eebb5c7 (diff) |
web commit by http://melissensaft.myopenid.com/: How can I enable textile? Problem description
Diffstat (limited to 'doc/plugins/textile')
-rw-r--r-- | doc/plugins/textile/discussion.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
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 <pre>add_plugins => [qw{textile}],</pre> into .ikiwiki/ikiwiki.setup + +1. wrote a short test.txtl in the $SRCDIR + +1. executed <pre>ikiwiki --setup .ikiwiki/ikiwiki.setup</pre> + +1. found the test.html-file but is was not parsed for textile-syntax :-(
\ No newline at end of file |