1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
=cut
TITLE=split-config
DESCRIPTION=split an old-style config-file into a new-style config-dir
KEYWORDS=split-config,configuration
DOCTOP=index
DOCPREV=config-tools
DOCNEXT=new-config
=pod
=head1 split-config - convert a config-file to a config-dir
=head2 Usage:
=exec ../split-config -h 2>&1
=head2 Description:
This is the conversion program to convert an old-style config-file (everything in
one file) into the new-style config-dir (a directory containing files and
sub-directories. For the layout of the new config-dir, see the <docs|configuration>.
It also deals with the other configuration changes which came with version 0.12.1:
=over 4
=item the [L<html|configfile-html>] group is now documented and C<split-config>
will create it in the likely case that it's missing.
=item All the web-page creation stuff that was in the [L<general|configfile-general>]
section has been moved to the L<html config-file|configfile-html>.
=item The [groups] section has been separated out into the L<groups|configfile-groups>
file.
=back 4
|