diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-09 03:06:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-09 03:06:24 +0000 |
commit | 48f8b1ffc81ff031eaced7ecec2c23f46de31989 (patch) | |
tree | d44d1d1ccf73666110ec63981a9f25f25bebd47c | |
parent | e60fd107500d942046e847f75b1e44754bb64e8a (diff) |
web commit by JoshTriplett: Add commented underlaydir usage, to document the existence of underlaydir.
-rw-r--r-- | doc/ikiwiki.setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 006f4dd70..af4e62314 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -17,6 +17,7 @@ use IkiWiki::Setup::Standard { url => "http://example.org/wiki", cgiurl => "http://example.org/ikiwiki.cgi", #templatedir => "/usr/share/ikiwiki/templates", + #underlaydir => "/usr/share/ikiwiki/basewiki", # Subversion stuff. #rcs => "svn", |