]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/yaml_setup_files.mdwn
major overhaul - mention my project as the main one for moinmoin but keep a reference...
[ikiwiki.git] / doc / tips / yaml_setup_files.mdwn
1 Here's how to convert your existing standard format ikiwiki setup file into
2 the new YAML format recently added to ikiwiki.
3
4 1. First, make sure you have the [[!cpan YAML]] perl module installed.
5    (Run: `apt-get install libyaml-perl`)
6 2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml`
7
8 The format of the YAML setup file should be fairly self-explanatory.
9
10 (To convert the other way, use "setuptype=Standard" instead.)
11
12 --[[Joey]]