diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-07-21 12:32:31 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-07-21 12:32:31 +0100 |
commit | 47d179802d5f78365fa7077ae64de35f2892a1e4 (patch) | |
tree | 3015f658f1068847a555597783759c20a54c1e00 /doc/install.mdwn | |
parent | 121d0f34560ec49d259d5e9b19f4426bba08cf4c (diff) | |
download | ikiwiki-47d179802d5f78365fa7077ae64de35f2892a1e4.tar ikiwiki-47d179802d5f78365fa7077ae64de35f2892a1e4.tar.gz |
Migrate everything else via prefix_directives
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index bd8c4b881..d745737aa 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -11,8 +11,8 @@ Ikiwiki is a perl program, and needs a recent version of perl such as It's recommended you have a C compiler, as ikiwiki uses one to build wrappers. -Ikiwiki requires the [[cpan Text::Markdown]], [[cpan URI]], -[[cpan HTML::Parser]], [[cpan HTML::Template]], and [[cpan HTML::Scrubber]] +Ikiwiki requires the [[!cpan Text::Markdown]], [[!cpan URI]], +[[!cpan HTML::Parser]], [[!cpan HTML::Template]], and [[!cpan HTML::Scrubber]] perl modules be installed. It can also use a lot of other perl modules, if they are available. |