diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 03:24:34 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 03:24:34 +0000 |
commit | 0a52e8fd82d80bdd1290f49c3187d3f72db39c75 (patch) | |
tree | a7ebf87944648b6837e837bbd7be9c472be38bcd /doc/setup.mdwn | |
parent | 2d1989983e8978f024bbb8fdd0e68445913c0a8e (diff) | |
download | ikiwiki-0a52e8fd82d80bdd1290f49c3187d3f72db39c75.tar ikiwiki-0a52e8fd82d80bdd1290f49c3187d3f72db39c75.tar.gz |
config files now based on perl modules
add MakeMaker foo for module
Diffstat (limited to 'doc/setup.mdwn')
-rw-r--r-- | doc/setup.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index d72cac71a..fe590c415 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -54,7 +54,7 @@ optional support for commits from the web. directories, and read through and configure the rest of the file to your liking. - Note that the default file has a block to configure a svnwraper. This + Note that the default file has a block to configure a svn wrapper. This sets up a [[post-commit]] hook to update the wiki. When you're satisfied, run `ikiwiki --setup ikiwiki.setup`, and it @@ -62,7 +62,7 @@ optional support for commits from the web. 8. Set up [[CGI]] to allow editing the wiki from the web. - Just edit ikiwiki.setup, uncomment the block for the cgiwrapper, make + 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! |