To open an external editor in order to write a new blog post, type:
public_html]$ blaze-add
The blog post itself may look like the following:
# This and the following lines beginning with '#' are the blog post header.
# Please take your time and replace these options with desired values. Just
# remember that the date has to be in the YYYY-MM-DD form, tags are a comma
# separated list of categories the post (pages ignore these) belong to, and
# the url, if provided, should consist of alphanumeric characters, hyphens
# and underscores only. Specifying your own url is especially recommended
# in case you use non-ASCII characters in your blog post title.
#
# title: BlazeBlogger 1.1.1
# author: Jaromír Hradílek
# date: 2010-10-30
# keywords: release, bug fix
# tags: release
# url:
#
# The header ends here. The rest is the content of your blog post.
<p>
BlazeBlogger 1.1.1 has been released! This release fixes four bugs that may have caused BlazeBlogger to sort entries in a wrong order, produce invalid RSS feed, or not to run properly when using an older version of Perl.
</p>
<!-- break -->
<h3>Bug Fixes</h3>
<ul>
<li>
When the <code>feed.fullposts</code> configuration option was disabled, all HTML/XHTML entities were removed. However, this may have led to an invalid output. With this update, such entities are no longer stripped out, and the RSS feed is now created as expected. (<a href="http://code.google.com/p/blazeblogger/issues/detail?id=18">Issue 18</a>, <a href="http://code.google.com/p/blazeblogger/issues/detail?id=29">29</a>)
</li>
<li>
Due to incorrect use of the <code>cmp</code> operator, both <code>blaze-list</code> and <code>blaze-make</code> utilities may have listed blog posts in a wrong order. With this update, the comparison subroutine has been corrected, so that all entries are now sorted in a correct order. (<a href="http://code.google.com/p/blazeblogger/issues/detail?id=26">Issue 26</a>)
</li>
<li>
<p>When using an older version of Perl, attempting to run the <code>blaze-make</code> utility may have failed with the following error message:</p>
<pre>blaze-make: Creating `': mkdir : No such file or directory</pre>
<p>This error no longer occurs, and <code>blaze-make</code> now produces the expected output. (<a href="http://code.google.com/p/blazeblogger/issues/detail?id=30">Issue 30</a>)</p>
</li>
</ul>