aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki-transition.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-05 20:40:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-05 20:40:49 -0400
commitea6dc3832585d8aca784c21d6f91436848a45039 (patch)
treeee36bf353350d814803934f47ae2a645801749df /doc/ikiwiki-transition.mdwn
parent1d5ba6cf51275ddcb26312b440b8680f8a52c2b2 (diff)
downloadikiwiki-ea6dc3832585d8aca784c21d6f91436848a45039.tar
ikiwiki-ea6dc3832585d8aca784c21d6f91436848a45039.tar.gz
add ikiwiki-transition setupformat subcommand.
Also fixed a bug in how aggregateinternal used IkiWiki::Setup::load, and added checks for arguments to other subcommands.
Diffstat (limited to 'doc/ikiwiki-transition.mdwn')
-rw-r--r--doc/ikiwiki-transition.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ikiwiki-transition.mdwn b/doc/ikiwiki-transition.mdwn
index 3290ca7e9..8b7c3579f 100644
--- a/doc/ikiwiki-transition.mdwn
+++ b/doc/ikiwiki-transition.mdwn
@@ -25,6 +25,14 @@ Note that if the page contains wiki links with spaces, which some
older versions of ikiwiki accepted, the prefix_directives transition will
treat these as preprocessor directives and convert them.
+# setupformat
+
+The `setupformat` mode converts a setup file from using a single `wrappers` block
+to using `cgi_wrapper`, `git_wrapper`, etc.
+
+Note that all comments and any unusual stuff like perl code in the setup
+file will be lost, as it is entirely rewritten by the transition.
+
# aggregateinternal
The `aggregateinternal` mode moves pages aggregated by the aggregate plugin