diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 05:49:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-15 05:49:06 +0000 |
commit | 5efb84517ba532114ced2e621857f45c75a8c57c (patch) | |
tree | 27edd8b0517f50e7242722bcb24bcfdc39d7116d /doc | |
parent | befdf00f8aaed8d61fde14a849887e414b531fb9 (diff) |
improve
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index c03092b7a..e60d0f407 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -10,8 +10,8 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => "/path/to/source", - templatedir => "/path/to/templates", destdir => "/var/www/wiki", + templatedir => "/usr/share/ikiwiki/templates", url => "http://myhost/wiki", cgiurl => "http://myhost/ikiwiki.cgi", |