Publican 3.1:

Style Changes:

	div.warning h2 -> div.admonition_header p
	h1.confidential -> div.confidential
	h5.formalpara -> div.formalpara
	$formal h6 -> $formal div.title
	h4.editedby -> div.editedby
	h3.author -> div.author etc
		editor
	h2.subtitle -> div.subtitle

Draft on cover page?
Legal notice height 100%?


*********************************************************


List of unscheduled things we should look at doing:

Refactor EPUB output using EBook::EPUB or EBook::Tools

Support MOBI output using EBook::MOBI


Document migrating a P2 wedsite to P3:

$ publican migrate_site --site_config homepage.cfg 


Document creating a P3 web site from scratch:

$ mkdir $path_to_make_web_site_in
$ cd $path_to_make_web_site_in
$ publican create_site --site_config tester.cfg --db_file tester.db --toc_path ./docs
$ publican site_stats --site_config tester.cfg 

The database contains books that cover 0 products, 0 languages,  totaling 0 packages

$ cd $path to publican common_files
$ publican build --formats xml --publish
$ mkdir /home/jfearn/Source/test/testsite/docs/common
$ publican install_brand --web --path /home/jfearn/Source/test/testsite/docs/common 

$ cd $path_to_welcome_page
$ publican build --publish --formats html-single --embedtoc --langs en-US
$ publican install_book --lang en-US --site_config /home/jfearn/Source/test/testsite/tester.cfg

$ cd $book_soure_dir
$ publican build --publish --embedtoc --formats html,pdf,html-single,epub,txt --lang en-US

$ publican site_stats --site_config tester.cfg 

The database contains books that cover 1 products, 1 languages,  totaling 1 packages


Actions without tests:

clean_set
create_brand
install_brand
migrate_site
rename
update_db


/usr/share/perl5/Locale/Maketext/Gettext.pm
        # convert gettext %1 to maketext [_1]
        $stro =~ s/\%(\d)+/\[_$1\]/g;
        $strt =~ s/\%(\d)+/\[_$1\]/g;

