summaryrefslogtreecommitdiff
path: root/doc/ikiwiki.setup
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 02:53:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-23 02:53:03 +0000
commit0b1828f694dde648c63a192a132308348438379a (patch)
tree2ca0492cb55f94364258e89c3897c17dcf56e953 /doc/ikiwiki.setup
parent483f61d228a547627512ec14cc16345bdd4dc159 (diff)
*warning* any wrappers built with a previous version of ikiwiki need to be
rebuilt This changes ikiwiki's syntax to require only 2 parameters (source and dest) and not three. The templatedir parameter is now an optional --templatedir.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r--doc/ikiwiki.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup
index 7a561434e..374093a5e 100644
--- a/doc/ikiwiki.setup
+++ b/doc/ikiwiki.setup
@@ -12,12 +12,12 @@ use IkiWiki::Setup::Standard {
# Be sure to customise these..
srcdir => "/path/to/source",
destdir => "/var/www/wiki",
- templatedir => "/usr/share/ikiwiki/templates",
-
+
url => "http://myhost/wiki",
cgiurl => "http://myhost/ikiwiki.cgi",
#historyurl => "http://svn.myhost/trunk/[[file]]",
#diffurl => "http://svn.someurl/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
+ #templatedir => "/usr/share/ikiwiki/templates",
# Whether to integrate with svn.
svn => 1,