aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/conditional_underlay_files.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 22:55:39 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 22:55:39 -0400
commit4f06e7402ab09ebc1baa2ff0b3af50ccfc37a67e (patch)
tree44e33abdc34771462c15445a5b3679cb465930ae /doc/todo/conditional_underlay_files.mdwn
parent2c08693645c498f8ff8c8d2021b97504bf0d9383 (diff)
downloadikiwiki-4f06e7402ab09ebc1baa2ff0b3af50ccfc37a67e.tar
ikiwiki-4f06e7402ab09ebc1baa2ff0b3af50ccfc37a67e.tar.gz
remove ikiwiki.setup
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup Update docs.
Diffstat (limited to 'doc/todo/conditional_underlay_files.mdwn')
-rw-r--r--doc/todo/conditional_underlay_files.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/conditional_underlay_files.mdwn b/doc/todo/conditional_underlay_files.mdwn
index 14ab4dac3..c578bceaf 100644
--- a/doc/todo/conditional_underlay_files.mdwn
+++ b/doc/todo/conditional_underlay_files.mdwn
@@ -12,7 +12,7 @@ I can see two good ways to implement this. Ideally, with
[[conditional_text_based_on_ikiwiki_features]] available, ikiwiki could
parse a page like conditionalpages.mdwn, which could contain a set of
conditional-wrapped page names; that seems like the most elegant and
-ikiwiki-like approach. Alternatively, [[/ikiwiki.setup]] could contain a
+ikiwiki-like approach. Alternatively, ikiwiki.setup could contain a
Perl-generated exclude option by default; that would work, but it seems
hackish.