NAME export-ts - A tool to export a blog's templates as a template set SYNOPSIS cd /path/to/cgi-bin/mt perl ./tools/export_ts -blog=1 -key="MyTemplate- Set" INSTALLATION Place this script inside your Movable Type "tools" directory. DESCRIPTION export-ts is a tool to export a blog's templates to a template set that can easily be install elsewhere. OPTIONS The following options are available: --blog The Blog ID to export templates from --key The key to be used for the creation of the resulting plugin. This is also used to determine the output directory for related files. USAGE From the command line, one would type: > chmod a+x export-ts > MT_HOME=/path/to/mt export-ts --blog= --key=MySet --name="My Template Set" This would result in the following directories being created: * MySet/plugins/MySet/config.yaml * MySet/plugins/MySet/templates/* * MySet/mt-static/plugins/MySet/* You should then be able to zip up the MySet directory or simply install its contents into MT_HOME as you would any other plugin.