]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://melissensaft.myopenid.com/: How can I enable textile? Problem...
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Aug 2007 20:44:46 +0000 (20:44 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Aug 2007 20:44:46 +0000 (20:44 +0000)
doc/plugins/textile/discussion.mdwn [new file with mode: 0644]

diff --git a/doc/plugins/textile/discussion.mdwn b/doc/plugins/textile/discussion.mdwn
new file mode 100644 (file)
index 0000000..80403af
--- /dev/null
@@ -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