- The `historyurl` setting makes ikiwiki add the links, and in that url,
- "\[[file]]" is replaced with the name of the file to view. So edit
- ikiwiki.setup and ucomment the appropriate `historyurl` setting and edit
- it for your setup.
-
- Then run `ikiwiki --setup ikiwiki.setup` again.
+ 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
+ block for the cgi wrapper, make sure the filename for the cgi wrapper
+ is ok, run `ikiwiki --setup ikiwiki.setup`, and you're done!
+
+ There are lots of other configuration options in ikiwiki.setup that you
+ can uncomment, configure, and enable by re-running
+ `ikiwiki --setup ikiwiki.setup`. Be sure to browse through all the
+ [[plugins]]..