Generates a blog from the blazeblogger repository
blaze-make [-cpqrIFPTV] [-b directory] [-d directory]
blaze-make -h|-v
blaze-make reads the BlazeBlogger repository, and generates a complete directory tree of static pages, including blog posts, single pages, monthly and yearly archives, tags, and even an \s-1RSS\s0 feed.
Allows you to specify a directory in which the BlazeBlogger repository is placed. The default option is a current working directory.
Allows you to specify a directory in which the generated blog is to be placed. The default option is a current working directory.
Disables creating a style sheet.
Disables creating the index page.
Disables creating blog posts.
Disables creating pages.
Disables creating tags.
Disables creating the \s-1RSS\s0 feed.
Enables including page names in generated links.
Disables displaying of unnecessary messages.
Enables displaying of all messages, including a list of created files.
Displays usage information and exits.
Displays version information and exits.
A directory containing blog themes.
A directory containing style sheets.
A directory containing language files.
Generate a blog in a current working directory:
~]$ blaze-make Done.
Generate a blog in the \*(C`~/public_html/\*(C' directory:
~]$ blaze-make -d ~/public_html Done.
Generate a blog with full paths enabled:
~]$ blaze-make -F Done.
To report a bug or to send a patch, please, add a new issue to the bug tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit the discussion group at <http://groups.google.com/group/blazeblogger/>.
Copyright (C) 2009-2011 Jaromir Hradilek
This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but \s-1WITHOUT\s0 \s-1ANY\s0 \s-1WARRANTY\s0; without even the implied warranty of \s-1MERCHANTABILITY\s0 or \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.