diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-14 20:11:56 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-14 20:11:56 -0500 |
commit | 432499c2baec1478bf53ce55b954f56ead857af1 (patch) | |
tree | 6a1dc9cb680fe91f603eac2b36cda9c4aabbd592 /doc/setup | |
parent | c3e47948635578e78c46417ada01b3c24ed0b91e (diff) | |
download | ikiwiki-432499c2baec1478bf53ce55b954f56ead857af1.tar ikiwiki-432499c2baec1478bf53ce55b954f56ead857af1.tar.gz |
move note up by a paragraph
Diffstat (limited to 'doc/setup')
-rw-r--r-- | doc/setup/byhand.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/setup/byhand.mdwn b/doc/setup/byhand.mdwn index f6e0659f1..6d0f37cd9 100644 --- a/doc/setup/byhand.mdwn +++ b/doc/setup/byhand.mdwn @@ -93,15 +93,15 @@ will set everything up. ## Turn on additional features. -Now you have a basic wiki with a setup file. Time to experiment -with ikiwiki's many features. - [[!template id="note" text=""" CGI configuration is heavily dependent on webserver. Figure out (or configure) the location and/or filename extension your webserver needs to execute a CGI, then set `cgi_wrapper` to a suitable path. """]] +Now you have a basic wiki with a setup file. Time to experiment +with ikiwiki's many features. + Let's first enable a key wiki feature and set up [[CGI]] to allow editing the wiki from the web. Just edit ikiwiki.setup, uncomment the settings for the `cgi_wrapper`, make sure the filename for the cgi wrapper |