X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9f401d6617a11efcedda1c956b2ccea061a7540f..5ee60968b966f605eb3b0c3119e5366e57b745b8:/doc/tips/yaml_setup_files.mdwn diff --git a/doc/tips/yaml_setup_files.mdwn b/doc/tips/yaml_setup_files.mdwn index e8ab4f144..0327070a6 100644 --- a/doc/tips/yaml_setup_files.mdwn +++ b/doc/tips/yaml_setup_files.mdwn @@ -1,9 +1,11 @@ +[[!meta date="2010-03-19 17:58:40 -0400"]] + Here's how to convert your existing standard format ikiwiki setup file into the new YAML format recently added to ikiwiki. 1. First, make sure you have the [[!cpan YAML]] perl module installed. (Run: `apt-get install libyaml-perl`) -2. Run: `ikiwiki -setup my.setup -dumpsetup my.setup --set setuptype=Yaml` +2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml` The format of the YAML setup file should be fairly self-explanatory.