Quick and Dirty migration script from dotclear to jekyll
$ git clone [email protected]:postgresqlfr/dotclear2jekyll.git
$ pip install -r requirements
$ PGHOST=localhost
$ PGDATABASE=dotclear
$ PGUSER=bob
$ PGPASSWORD=SeCReT
$ DEST=/tmp/foo
$ VERBOSE=true
$ ./dotclear2jekyll.py