Lists blog posts or pages in the blazeblogger repository
blaze-list [-cpqrsCPSV] [-b directory] [-I id] [-a author] [-t title] [-T tag] [-d day] [-m month] [-y year] [-n number]
blaze-list -h|-v
blaze-list lists existing blog posts or pages in the BlazeBlogger repository. Additionally, it can also display basic repository statistics.
Allows you to specify a directory in which the BlazeBlogger repository is placed. The default option is a current working directory.
Allows you to display a single blog post or a page with the specified id.
Allows you to list blog posts or pages by the selected author.
Allows you to list blog posts or pages with matching title.
Allows you to list blog posts or pages with matching tag.
Allows you to list blog posts or pages from the specified day of a month. The value has to be in the \*(C`DD\*(C' form.
Allows you to list blog posts or pages from the specified month. The value has to be in the \*(C`MM\*(C' form.
Allows you to list blog posts or pages from the specified year. The value has to be in the \*(C`YYYY\*(C' form.
Allows you to specify a number of blog posts or pages to be listed.
Tells blaze-list to list pages.
Tells blaze-list to list blog posts. This is the default option.
Tells blaze-list to display statistics.
Tells blaze-list to display each blog post or page information on a single line.
Tells blaze-list to display blog posts or pages in reverse order.
Enables colored output. When supplied, this option overrides the relevant configuration option.
Disables colored output. When supplied, this option overrides the relevant configuration option.
Disables displaying of unnecessary messages.
Enables displaying of all messages. This is the default option.
Displays usage information and exits.
Displays version information and exits.
List all blog post:
~]$ blaze-list ID: 11 | 2010-07-05 | Jaromir Hradilek Title: Join #blazeblogger on IRC Tags: announcement ID: 10 | 2009-12-16 | Jaromir Hradilek Title: Debian and Fedora Packages Tags: announcement etc.
List all blog post in reverse order:
~]$ blaze-list -r ID: 1 | 2009-02-10 | Jaromir Hradilek
Title: BlazeBlogger 0.7.0 Tags: release
ID: 2 | 2009-02-11 | Jaromir Hradilek
Title: BlazeBlogger 0.7.1 Tags: release
etc.
List all pages:
~]$ blaze-list -p ID: 5 | 2009-02-10 | Jaromir Hradilek
Title: Downloads
ID: 4 | 2009-02-10 | Jaromir Hradilek
Title: Themes
etc.
List each blog post on a single line:
~]$ blaze-list -s ID: 11 | 2010-07-05 | Join #blazeblogger on IRC ID: 10 | 2009-12-16 | Debian and Fedora Packages etc.
Display a short version of blog statistics:
~]$ blaze-list -Ss There is a total number of 11 blog posts and 5 pages in the repository.
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.